@charset "utf-8";
body {
	background: #FBFBFB;
	margin: 0px;
}
#ie6 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFF66;
	display: none;
}
#wrapper {
	margin: 0px auto;
	height: auto;
	width: 960px;
	background: #dddddd url(../i/bg.jpg) no-repeat;
}
#header {
	clear: both;
	height: 250px;
}
#menu {
	clear: both;
	height: 30px;
}
#menu li a.active  {
	background: url(../i/tab-on.png) no-repeat;
}
#menu  a, #menu a:visited {
	font: 17px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background: url(../i/tab-off.png) no-repeat;
	height: 29px;
	width: 111px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	outline: none;
}
#menu a:hover {
	background: url(../i/tab-on.png) no-repeat;
}

#menu ul {
	list-style: none;
	margin: 0;
}
#menu li {
	float: left;
}

#content {
	font: 15px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
	clear: both;
	margin: 15px 20px 10px 23px;
	padding: 15px 22px 15px 22px;
	overflow: auto;
}
#content .content-image {
	border: 0;
	}
#content .align-right {
	float: right;
	border: 0;
	}	
#content h1 {
	font-size: 16px;
}
#content .security_response, #content .security_checklist {
	border: 0;
}
#content #magnifier img {
	padding: 5px;
	float: right;
	border: 0;
}
#content #magnifier-commercial img {
	padding: 150px 5px 5px 5px;
	float: right;
	border: 0;
}
#content #magnifier-safes img {
	padding: 0px 5px 5px 5px;
	float: right;
	border: 0;
}

#footer {
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #E4E4E4;
	text-align: center;
	clear: both;
	height: 25px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
