/* CSS Document */
/* general styles ------------------------------------------*/
body {
	background: url(../../images/body-bg.jpg) repeat-x #000 left bottom;
	font: normal 83%/1.3 Tahoma, "Trebuchet MS", Arial, sans-serif;
}
strong { font-weight: 700; }
a { outline: none; }
a:hover { text-decoration: none; }
/* wrapper -------------------------------------------------*/
#wrapper {
	background: url(../../images/wrapper-bg.jpg) repeat-x left top;
	height: 179px;
}
/* container -----------------------------------------------*/
#container {
	width: 770px;
	margin: 0 auto;
}
#contents h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
/* header --------------------------------------------------*/
#header {
	position: relative;
	background: url(../../images/header-bg.jpg) no-repeat top center;
	height: 179px;
}
h1 {
	position: absolute;
	top: 36px;
	left: 46px;
	width: 337px;
	margin: 0;
	padding: 0;
}
h1 a {
	display: block;
	height: 101px;
	text-indent: -9999em;
	outline: none;
}
/* main ----------------------------------------------------*/
#main {
	float: left;
	background: url(../../images/main-bg.jpg) no-repeat #FFFFFF left bottom;
	width: 765px;
}
/* side ----------------------------------------------------*/
#side {
	float: left;
	width: 194px;
	padding-bottom: 190px;
}
#side p {
	color: #FFFFFF;
	padding: 0 15px;
	margin-top: 10px;
}
#side a { color: #fff; }
/* Side Navigation ---------------------------------------------------------------------  */
#nav {
	float: left;
	width: 192px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#nav li {
	display: inline; /* fixes IE doubled line-height bug */
	float: left;
	position: relative;
	width: 192px;
	z-index: 10;
}
#nav li a {
	display: block;
	height: 26px;
	padding: 8px 0 0 40px;
	font-family: "Gill Sans", "GillSans", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../../images/button-bg.jpg) no-repeat;
}
#nav li a:hover, #home_page #nav li.home a { font-weight: bold; }
#nav li ul {
	background: #666;
	float: left;
	position: absolute;
	top: 0;
	left: -9999em;
	width: 200px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	border-bottom: none;
	z-index: 10;
}
#nav li:hover ul, #nav li.sfhover ul { left: 192px; }
#nav li ul li {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#nav li ul li a {
	float: left;
	width: 190px;
	display: block;
	height: auto;
	padding: 5px;
	font-size: 8pt;
	font-family: "Gill Sans", "GillSans", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: none;
	border-bottom: 1px solid #000;
}
#nav li ul li.menu_gap {
	background: #FFF;
	border-bottom: 1px solid #000;
}
/* content -------------------------------------------------*/
#content {
	position: relative;
	float: left;
	padding: 0 25px 25px;
	width: 521px;
}
#content p { margin-top: 10px; }
#content h2 {
	border-bottom: 1px solid #7F7F7F;
	color: #15367B;
	font-family: "Futura", Verdana, Arial, sans-serif;
	font-size: 12pt;
	margin: 25px 0 1em;
	text-transform: uppercase;
	font-weight: bold;
}
#content ul {
	list-style: disc outside none;
	padding-left: 30px;
	margin-top: 15px;
}
#content li { margin-top: 10px; }
form#product_search {
	display: block;
	position: absolute;
	top: 113px;
	right: 9px;
	width: 188px;
	height: 97px;
	margin: 0;
	padding-left: 9px;
	background: url(../../images/product-search-bg.gif) no-repeat;
}
#product_search input {
	float: left;
	margin-top: 50px;
	padding: 0;
}
#home_page #content { background: url(../../images/topbox-index-bg.jpg) no-repeat; }
#content #whats_new_intellus {
	float: right;
	width: 160px;
	margin: 0 0 10px 10px;
	padding: 85px 10px 10px 10px;
	background: url(../../images/weather_eze.jpg) #fff;
	border: 1px solid #999;
	text-align: center;
}
#content #whats_new_intellus a { color: #0000ff; }
#contents a { color: #253C68; }
/* top box -------------------------------------------------*/
#home_page #top_box {
	height: 200px;
	position: relative;
	width: 521px;
}
a#new_products {
	background: url(../../images/new-products-bg.jpg) no-repeat;
	display: block;
	height: 97px;
	position: absolute;
	right: 9px;
	text-decoration: none;
	text-indent: -9999em;
	top: 12px;
	width: 197px;
}
a#new_products:hover { background-position: 0 -97px !important; }
#top_box p { margin: 0; }
/* cjcopyright ---------------------------------------------*/
#cjcopyright {
	position: absolute;
	bottom: 0;
	width: 521px;
	font-size: 8pt;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
}
#cjcopyright a { color: #666; }
/* footer --------------------------------------------------*/
#footer-links {
	clear: both;
	width: 521px;
	padding: 1em 0;
	text-align: center;
	border-top: 1px dashed #999;
	margin-left: 219px;
}
#footer-links a { color: #000; }
/* footer ---------------------------------------------------*/
#footer {
	float: left;
	clear: both;
	width: 765px;
	height: 20px;
	background: none;
}
/* misc styles ---------------------------------------------*/
.right {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
.clear { clear: both; }
/* Misc Styles -------------------------------------------------------------------------  */
.white { color: #FFF; }
.red { color: #FF0000; }
.bold { font-weight: bold; }
#contents table, #content table {
	width: 521px;
	border: 1px solid #253C68;
	border-bottom: none;
}
#contents table tr.even, #content table tr.even { background-color: #FFF; }
#contents table tr.odd, #content table tr.odd { background-color: #EEE; }
#contents table th, #contents table td, #content table td, #content table th {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #253C68;
}
#contents table th, #content table th {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #253C68;
}
/* Searchbar */
#searchbar {
	float: left;
	position: absolute;
	background: url(../../images/searchbar_right.png) right no-repeat;
	left: 0;
	bottom: 7px;
	padding-right: 15px;
}
#searchbar form {
	float: left;
	background: url(../../images/searchbar_bg.png) no-repeat;
	height: 52px;
}
#searchbar p {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
#searchbar button {
	background: none;
	border: none;
}
#searchbar input {
	float: left;
	font-size: 11pt;
}
#searchbar button {
	float: left;
	margin: -1px 0 0 -5px;
	padding: 0;
}
#directory th {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#directory td {
	padding: 5px;
	font-size: 12px;
}
#directory tr { border: 1px solid #666; }
.even { background: #dedeff; }
#reps th {
	font-size: 12px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}
#reps tr { border: 1px solid #666; }
#reps td {
	padding: 5px;
	font-size: 12px;
}
h3 { font-size: 18px; }
#inspection {
	margin-left: 5px;
	margin-top: 15px;
}
#inspection td {
	padding: 10px;
	border: 1px solid #000;
}
#inspection tr { border: 1px solid #000; }
#inspection li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	list-style-type: disc;
}
#content strong {
	font-size: 14px;
}
.blockoftext {
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
	background: #ccccff;
	border: 1px solid #ababab;
}