@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/body_bkgnd.png);
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0;
	font: 11px/1.6em Verdana, Arial;
	color: #4b4b4b;
	margin-bottom: -10px;
	}
.clear{
	clear: both;
	margin:0px;
	padding:0px;
	}	

/*#block_1
	{
	float: left;
	width: 577px;
	padding-left:50px;
	padding-right: 34px;
	}*/
	
#block_1
	{
	float: left;
	width: 570px;
	padding-left:55px;
	padding-right: 36px;
	padding-top:30px;
	}		
	
* html #block_1 /*#block_1home*/
	{
	display: inline;
	}
	
#block_1 li
	{
	margin-bottom:6px 
	}
	
.bodylinks a:link
	{
	color: #EF7804;
	font-weight:bold;
	}
	
.bodylinks a:visited
	{
	color: #EF7804;
	}
	
#block_3{
	background-color: #f4f4ea;
	float: left;
	width:268px;
	margin-right: 0px;
	/*background-repeat: no-repeat;*/
	position:relative;
	z-index:3;
	overflow:visible;
	padding-top: 20px;	
	}
/*
.green{
	background-color: #f4f4ea;
	}	
	
.orange{
	background-color: #f4f4ea;
	;}	
	
.blue{
	background-color: #f4f4ea;
	}	
	
.purple{
	background-color: #f4f4ea;
	}				

*/

#block_3 img{
	padding-left:24px;
}	
	
	
	
/* Start Mac IE5 filter \*/
#block_1, #block_1, #block_1product, home, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrap
	{
	width: 929px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
#IEroot #wrap	{
	position: relative; /* fix to 'IE7  padding-bottom spill over footer' problem */
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrap
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrap:after
	{
	xcontent: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrap
	{
	display: inline-block;
	}
/*\*/
#wrap
	{
	display: block;
	visibility: visible;
	}
/* end easy clearing */
#footer {
		background:#E7E7E7;
		clear:both;
		width: 929px;
		text-align: left;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 40px;
		margin-left: auto;
		font: 10px/1.6em Verdana, Arial;
		color: #343434;
	}
#footer p {
	margin:0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 45px;
}	
#footer  a:link, #footer  a:visited{
	font: 10px/1.6em Verdana, Arial;
	color: #343434;
	text-decoration: none;
	}
#footer  a:hover {
	font: 10px/1.6em Verdana, Arial;
	color: #000000;
	}	
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
#header {
	width: 929px;
	height: 194px;
	}
.headergeneric{
	background: url(../images/head_generic.png) no-repeat top left;
}
.headergreen{
	background: url(../images/head_green.png) no-repeat top left;
}	
.headerblue{
	background: url(../images/head_blue.png) no-repeat top left;
}	
.headerorange{
	margin-top:0px;
	background: url(../images/head_orange.png) no-repeat top left;
}	
.headerpurple{
	background: url(../images/head_purple.png) no-repeat top left;
}		

h4  {
	background-image: url(../images/headlight_logo.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	}
h2  {
	font: 13px/1.6em Verdana, Arial;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	}	
/* h3 is a header with an underline */
h3  {
	font: 12px/1.6em Verdana, Arial;
	font-weight: bold;
	color: #EF7804;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	border-bottom: 3px dotted #C2C2C2;
	line-height: 30px;
	}
/* h3.underline_header minus left margin */
h3.underlined_header{
	margin-left: -10px;
	margin-bottom: -5px;
	margin-top: 20px;
	}
/* .underline_header_secondary is to make the h3. header grey not orange and one point smaller */
.underlined_header_secondary {
	font: 11px/1.6em Verdana, Arial;
	font-weight: bold;
	color: #575757;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 30px;
	}		
	
.orangebold, .greenbold, .bluebold  {
	margin-top: 2px;
	color: #EF7804;
	font-weight: bold;
	}
	
.bluebold  {
	color: #39C;
	}
	
.greenbold  {
	color: #33CC33;
	}
	
.indent_body_text  {
	padding-left: 20px;	
	}
		
.summary  {
	font-weight: bold;
	color: #333333;
	}
.extra_margin  {
	margin-left: 50px;
		}
.productinsert  {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #555;
	font: 10px/1.2em Verdana, Arial;
	}					
		
table  {
	width: 520px;
	margin-left: 20px;
	padding-top:3px;
	padding-bottom:3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}	
td {
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	color: #6D929B;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
}
td a:link, td a:visited {
	color: #EF7804;
	text-decoration: none;
}
td a:hover {
	color: #666;
	text-decoration: none;
}
td.last {
	border: none;
}

/* right side blocks content */
#module1 {
	position: absolute;
	width: 178px;
	height: 76px;
	top: 65px;
	left: 48px;
	z-index:4;
	}		
#module2 {
	position: absolute;
	width: 164px;
	height: 85px;
	top: 165px;
	left: 41px;
	z-index:4;
	}
	
#module3  {
	position: absolute;
	width: 164px;
	height: 85px;
	top: 396px;
	left: 40px;
	z-index:4;
	}
#module4  {
	position: absolute;
	width: 164px;
	height: 100px;
	top: 350px;
	left: 40px;
	z-index:4;
	}			
#module1 p , #module1 a:link, #module1 a:visited, #module2 p , #module2 a:link, #module2 a:visited, #module4 p , #module4 a:link, #module4 a:visited, #module3 p , #module3 a:link, #module3 a:visited {
	font: 10px/1.6em Verdana, Arial;
	font-weight: bold;
	color: #09C;
	padding-top: 0px;
	margin-top: 0px;
	line-height:13px;
	}	
	
#module2 ul, #module3 ul, #module4 ul{
	padding: 0px;
	margin-left: 15px;
	list-style-type: disc;
	color: #09C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:13px;
}
	
#module2 ul li, #module3 ul li, #module4 ul li{
	padding: 0px;
	margin: 0px;	
	line-height:13px;
}
	
#module2 ul li a, #module3 ul li a, #module4 ul li a {
	color: #09C;
	text-decoration: none;
	xdisplay: block;
	margin: 0px;
	padding: 0px;
	xline-height: 12px;
	}
	
	
	
			
.aboutus_img{
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-top: 5px;
	float: left;
}
.logos_img{
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 2px;
	float: left;
}
.image_right{
	margin-left: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 5px;
	float: right;
}
.continue{
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
	float: right;
	border: 0;
}
	
.previous{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
	float: left;
	border: 0;
}
#productmain
	{
	/*width: 577px;*/
	width: 570px;
	}	
.productleft, .productleftnarrow
	{
	float: left;
	width: 221px;
	font-weight: normal;
	color:#515151;
	font-style: normal;
	text-align: left;
	left: 0px;
	}
	


.productleft ul, .productleft ul li
	{
	margin-left: 7px;
	padding: 0px;
	}
	
	
.productleft img
	{
	margin-bottom:10px;
	}

.productleft a:link, td a:visited
	{
	font-weight: bold;
	color:#EF7804;
	font-style: normal;
	text-align: left;
	}	
.productleftnarrow
	{
	width: 150px;
	}				
.productright, .productrightwide
	{
	float: right;
	width: 325px;
	/*padding-left: 26px;*/
	padding-left: 19px;
	font-style: normal;
	text-align: left;
	}	
	
.productrightwide
	{
	width: 396px;
	}
.picture_info
{
	font: 9px/1.6em Verdana, Arial;
	font-weight: bold;
	color: #EF7804;
	padding-top: 5px;
	margin-top: 0px;
	text-decoration: none;
	font-style: italic;
	}
	
.arrow_link
	{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: bottom;
	border: 0;
	}
.arrow_link_associates
	{
	padding: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: bottom;
	border: 0;
	padding-bottom: 10px;
	}


#hidecheckbox{
	display: none;
}
 
/* this controls the rotating quotes  */
.slideshowbackground { height: 202px; width: 224px; margin:0 0 10px 22px; background: url(../quote-incude-files/quotes-images/quote-panel.jpg) no-repeat; }
.slideshow { height: 202px; width: 224px;  }
.slideshow img { padding: 0px; margin:0 0 0 -22px; }
