/* 
	
	Master Screen CSS
	
 */
 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td   {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}
	
 body {
 	background: #000 url(/images/web/background.jpg) repeat-x top;
 	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif;
	}
 
 a {
 color:#000000;
 text-decoration:none;
 	
 }
 	a:hover {
	text-decoration:underline;
		
	}
	
	a:visited {
		
	}
 
#container {
 	width: 1000px;
	margin: 0 auto; /*centers container if there is a width */
	
}
 
#head {
 	background: url(../images/web/header.jpg) no-repeat;
	position: relative;
	width: 1000px;
	height: 135px;
 	
 }
 
 h1 a{
 	display: block;
	width: 450px;
	height: 70px;
	position: absolute;
	top: 26px;
	left: 275px;
	text-indent: -9999px;
	overflow: hidden;
		
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
font-weight:bold;

}

h3 {
	text-indent: -9999px;
	overflow: hidden;

}
h4{
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
font-weight:bold;
color:#FFFFFF;
text-align:right;

}

h5 {
	font-size:110%;
	color:#fff219;
	font-weight:bold;
	margin-bottom: 10px;

}

h6 {
	font-size:110%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#444444;
	display:block;
	width: 705px;
	height: 20px;
	margin-bottom: 10px;
	padding: 3px 8px 3px 8px;

}


#head p {
	text-indent: -9999px;
	overflow: hidden;

}

	#head p#night-ray a {
		display: block;
		width: 75px;
		height: 75px;
		position: absolute;
		left: 23px;
		top: 24px;
		overflow: hidden;
	}
 
 #accessibility {
 	position: absolute;
	left: -9999px;
 }

 
/* ------------------------ 
		NAV
------------------------ */

ul#navigation {
	 display: block;
	 width: 700px;
	 height: 35px;
	 position: absolute;
	 top: 100px;
	 list-style: none;
	 }
	 
	 ul#navigation li {
	 	height: 35px;
		float: left;
		_display: inline;
	 	display: block;
	 }
	 
	 	 ul#navigation li a.toplevel {
		 	text-indent: -9999px;
			overflow: hidden;
		 	height: 35px;
	 		display: block;
			background: url(../images/web/nav.jpg);
		 }
	 
			ul#navigation li#navHome a.toplevel {
				width: 145px;
			}
				ul#navigation li#navHome a.toplevel:hover {
					background-position: 0 -35px;
				}
			
			ul#navigation li#navProducts a.toplevel {
				cursor: default;
				width: 122px;
				background-position: -145px 0;
			}
				ul#navigation li#navProducts a.toplevel:hover {
					background-position: -145px -35px;
					}
			
			ul#navigation li#navSolutions a.toplevel {
				width: 121px;
				background-position: -267px 0;
			}
				ul#navigation li#navSolutions a.toplevel:hover {
					background-position: -267px -35px;
					}
			
			ul#navigation li#navQuoteRequest a.toplevel {
				width: 120px;
				background-position: -388px 0;
			}
				ul#navigation li#navQuoteRequest a.toplevel:hover {
					background-position: -388px -35px;
				}
				
			ul#navigation li#navContact a.toplevel {
				width: 122px;
				background-position: -508px 0;
			}
				ul#navigation li#navContact a.toplevel:hover {
					background-position: -508px -35px;
				}
				
/* single drop down styles */		
ul#navigation ul { /* all lists */
	padding: 2px 3px 2px 3px;
	list-style: none;
	width: 205px;
	margin: 0 0 0 0;
	font-size: 100%;
	background: #41403e;
	z-index: 99;
	
}


	ul#navigation ul li {
		font-weight: bold;
		font-size: 90%;
		display: block;
		text-indent: 0;
		float: none;
		height: 1%;
		margin-bottom: 1px;
		*margin-bottom: -1px;
		
		
	}
		ul#navigation ul a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: .7em 10px;
			margin: 0;
			line-height: 1;
			background: #000;
			
		}
			
			ul#navigation ul a:hover
			 {
				color: #000;
				background: #FFF218;
				}
				
		ul#navigation li ul { /* second-level lists */
			position: absolute;
			z-index: 999;
			left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		ul#navigation li:hover ul, ul#navigation li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}			
		
		/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
			ul#navigation li.hover {
				*position: static;
			}
			
			/*second level drop down */
			#navigation li ul ul {
				font-size:100%;
				margin:-2.5em 0 0 19em;
				width:300px;
				z-index: 99;
				/* added to hide sub menu*/
				display: none;
			}
			
			/* custom height for where drop down starts so it doesnt drop below the page */
			
			#navigation li ul ul.cat_22,
			#navigation li ul ul.cat_19 {
				top: 27px;
			}
			
			#navigation li ul ul.cat_19 {
				top: 103px;
			}
			
			#navigation li ul ul.cat_17 {
				top: 66px;
			}
			
				#navigation li ul ul li {
					font-weight: normal;
					}
					
					#navigation li ul ul li a {
						padding: .4em 5px;
						}
			
			#navigation li:hover ul ul, #navigation li.sfhover ul ul {
				left: -999em;
			}
			
			#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
				left: auto;
			}
			
	/* product popup sticky win */
		body div.productPopup {
			
			position: relative;
			margin-left: 240px;
			color: #000;
			/*_background: url(/images/web/blank.gif);*/
		}
		
			#productContainer {
				width: 180px;
				background: #000;
				border: 3px solid #41403e;
				/*_background: url(/images/web/blank.gif);*/
			}
			
				#productContainer dt {
					display: block;
					font-weight: bold;
					font-size: 100%;
					padding: 10px 10px 0 10px;
					color:#fff;
					font-size: 90%;
					/*
					background: url(/images/web/bg-product-top.png) no-repeat top;
					_background: url(/images/web/bg-product-top.gif) no-repeat top;
					*/
					_position: relative;
					_left: -1px;
				}
			
				#productContainer dd#productImage {
					padding: 10px;
					/*background: url(/images/web/bg-product.png) no-repeat bottom;
					_background: url(/images/web/bg-product.gif) no-repeat bottom;*/
				}
			
					#productContainer dd#productImage img {
						width: 160px;
						text-align: center;
					}
					
				#productContainer dd#productDetail {
					font-size: 90%;
				}
				
					/*#productContainer ul {
						color: #00904B;
						margin-bottom: 200px;
						margin-left: 20px;
						padding-top: .5em;
						padding-right: 10px;
						text-align: left;
						font-weight: bold;
						}*/



/* ------------------------ 
  header
------------------------ */		
#contact_flag a {
	display:block;
	height:72px;
	position:absolute;
	right:30px;
	top:24px;
	width:87px;
}

	#headersearch{
		display: block;
		width: 200px;
		float: right;
		margin-top:85px;
		border: 0px;
		/*display: none;*/
	
	}
	#headersearch legend{
		display: none;
}

	#headersearch input{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
}

	#headersearch label{
		background: url(../images/web/searchicon.gif) no-repeat;
		display:block;
		width: 20px;
		height: 20px;
		text-indent: -9999px;
		overflow:hidden;
		float:left;
		margin: 6px 5px 0px 0px;
	}

.Search{
	position:relative;
	top: 6px;
}


/* ------------------------ 
		CONTENT
------------------------ */

#content {
	background:url(../images/web/detailsubbg1.jpg) no-repeat top;
	min-height:475px;
	_height: 475px;
}

	.home #content {
		background:url(../images/web/contenthomebg.jpg) no-repeat top;
		padding: 10px 0px 10px 30px;
		min-height:500px;
		_height: 500px;
	}
		.product #content {
		background:url(../images/web/contentsubbg.jpg) no-repeat top;
		padding: 10px 0px 10px 30px;
		min-height:500px;
		_height: 500px;
	}
	
#pageheaders {
	background:url(../images/web/detailsubheader.jpg) no-repeat top;
	display:block;
	width:1000px;
	height:63px;

}
#productpageheaders {
	background:url(../images/web/subheader.jpg) no-repeat top;
	display:block;
	width:1000px;
	height:63px;

}
#pagebottom {
	background:url(../images/web/detailsubbottom.jpg) no-repeat top;
	display:block;
	width:1000px;
	height:33px;

}
#flash {
	float:left;
	_display:inline;
	margin: 10px 10px 0 0;
}

#news_events {
	float:left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	height: 275px;

}

	#news_events dl{
		display:block;
		width:215px;
		background-color: #dadada;
		border: solid 1px #9d9d9d;
		margin:3px;
		padding:3px;
		padding-left: 80px;
		position:relative;
		min-height: 72px;
		_height: 72px;
	}
	
		#news_events dt{
			font-weight:bold;
			font-size: 90%;
		
		}
		
		#news_events p{
			text-align:right;
			padding-right: 6px;
			font-weight:bold;
			font-size: 85%;
		
		}
		
		#news_events dd{
			font-size: 90%;
		}


		#news_events dd.img{
			position:absolute;
			top: 3px;
			left: 3px;
			width: 70px;
			height: 70px;
			}

p.backNews {
	float: right;
	width: 180px;
	position: relative;
	top: -45px;
}

	p.backNews a {
		color: #fff;
	}
	
	body.news #innernewscontent h5 {
		padding: 1em 0 0 0;
		font-size: 110%;
		margin: 0;
	}
	
	body.newsdetail #innernewscontent h5 {
		padding-left: 60px;
		font-size: 140%;
	}

	body.news #innernewscontent h3.date {
		font-weight:normal;
		color:#000000;
		font-size: 85%;
		padding: 0 60px 1em 60px;
		text-indent:0px;
	}
	
	#innernewscontent p.previous {
		float:left;
		width:150px;
		padding-left: 30px;
		margin: 0;
	}
	
	#innernewscontent p.next {
		float:right;
		text-align:right;
		width:150px;
		margin: 0;
		padding-right: 60px;
	}
	
	p.print {
		clear: both;
	}
	
	
#innernewscontent h2{
	font-weight:bold;
	color:#000000;
	font-size:125%;
	padding:0px 0px 20px 0px;
	text-indent:0px;
}

#innernewscontent h3{
	font-weight:bold;
	color:#FFFFFF;
	font-size:125%;
	padding:20px 0px 20px 55px;
	text-indent:0px;
}
#innernewscontent h4{
	color:#666666;
	font-size:90%;
	text-indent:0px;
	float:left;
	padding-top:16px;
	float:right;
}
#innernewscontent h5{
	color:#000000;
	font-size:100%;
	text-indent:0px;
	padding-top:8px;
	
}
#innernewscontent div{
padding: 0px 60px 30px 60px;

	

}
#innernewscontent p{
text-align:center;
margin:10px;
	

}
#innernewscontent li{
	font-size: 95%;
	border-bottom: 1px dotted #999;
	width:875px;
	margin-left: 60px;
	list-style:none;
}
#innernewscontent a {
	font-weight: bold;
		}
		



	
/* homepage features */
	
.featuredsolutions {
	float:left;
	_display:inline;
	display:block;
	width: 302px;
	min-height: 225px;
	_height: 225px;
	background:url(/images/web/featurebg.jpg) no-repeat bottom;
	margin-right: 13px;

}

	.featuredsolutions div{
		padding: .5em 15px;
	}

	.featuredsolutions h3{
		display:block;
		height: 41px;
		width: 302px;
		text-indent: 0;
		overflow: auto;
		background:url(/images/web/featuretitle1.jpg) no-repeat top;
	}
	
		.featuredsolutions h3 span {
			width: auto;
			color: #fff;
			padding: 0 5px 0 5px;
			font-size: 14px;
			display: block;
			margin-top: 13px;
			margin-left: 10px;
			margin-right: 10px;
			}

	.featuredsolutions p{
		
	
	}
		.featuredsolutions img{
			padding-right: 5px;
		
		}

	.featuredsolutions ul{
		list-style:none;
		font-weight:bold;
		
	}
/*

		#lightingsolutions h3{
			background:url(../images/web/featuretitle1.jpg) no-repeat top;
		}
		
		#temporarypowersolutions h3{
			background:url(../images/web/featuretitle2.jpg) no-repeat top;
		}
		
		#utilitypublicworksolutions h3{
			background:url(../images/web/featuretitle3.jpg) no-repeat top;
		}
		*/

#sidenav  {
	display:block;
	width: 130px;
    float:left;
	_display:inline;
	margin:28px 35px 0px 35px;

}

#sidenav  ul{
	list-style:none;


}

#sidenav  li{
margin-bottom:.5em;

}

#sidenav  a{
	color:#FFFFFF;

}
#sidenav  a:hover{
	color:#b1b1b1;
	text-decoration:none;

}

#innersubcontent h3{
	font-weight:bold;
	color:#FFFFFF;
	font-size:125%;
	padding:20px 0px 0px 55px;
	text-indent:0px;
}


#innersubcontent ul{
	padding:0px 0px 10px 55px;

}

#innersubcontent p{
text-align:left;
	

}
#innersubcontent li{
	font-size: 110%;
	list-style:none;
}

	#Detail ul {
		padding-left: 0;
	}

		#Detail li {
			padding: .2em 0;
			padding-left: 7px;
			background: url(/images/web/bullet.gif) no-repeat 0 8px;
		}
		
		#Detail img {
			padding: 5px;
		}

#innersubcontent a {
	font-weight: bold;
	color:#666666;
		}
		
#innersearchcontent h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	margin:20px 60px 10px 55px;
	text-indent:0px;
	border-bottom: 1px dotted #999;

}
#innersearchcontent div{
padding: 20px 60px 20px 60px;
}

#innersearchcontent h3{
	font-weight:bold;
	color:#FFFFFF;
	font-size:125%;
	padding:20px 0px 20px 55px;
	text-indent:0px;
}
	
#innersearchcontent li{
	font-size: 110%;
}	
#innerproductcontent h3{
	font-weight:bold;
	color:#FFFFFF;
	font-size:125%;
	text-indent:0px;
	padding:10px 0px 10px 25px;

}
#innersearchcontent div{
padding: 20px 60px 20px 60px;

	

}
#innersearchcontent ul{
padding: 20px 60px 20px 70px;

	

}
#innersearchcontent a {
	font-weight: bold;
	color:#666666;
		}
#innerproductcontent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#666666;
	display: block;
	width: 690px;
	padding: 5px 10px;
	float:left;
	margin-top: 20px;
	

}

#innerproductcontent #productdetail{
	width: 720px;
	padding-top: 1em;
	float: left;
	_display: inline;
}

	#innerproductcontent #productdetail #productcontent ul{
		margin-left: 15px;
	}
	
		#innerproductcontent #productdetail #productcontent li {
			padding: .2em 0;
		}


	#lblCatDetail {
		display: block;
		padding: 1.5em 10px 1em 0;
	}
	
	table#productList {
		margin: 1em 0;
		border: 0;
		border-collapse: collapse;
		width: 700px;
	}
	
		table#productList th {
			padding: 5px 10px;
			text-align: left;
			border-bottom: 1px solid #ccc;
			font-size: 1.1em;
			text-transform: uppercase;
		} 
	
		table#productList td {
			padding: 5px 10px;
			border-bottom: 1px solid #ccc;
			}
			
			.quantity input {
				width: 20px;
			}
			
			#btnAddToCart {
				background: #000;
				border: 1px outset #ccc;
				padding: 3px;
				color: #fff;
				float: right;
				cursor: pointer;
				margin-right: 5px;
				text-transform: uppercase;
				font-size: .98em;
				font-weight: bold;
			}
	
	
#innerproductcontent p{
text-align:left;

	

}
#innerproductcontent #sidenav li{
	font-size: 95%;
	list-style:none;
	line-height: 1.1;
	padding-bottom: .5em;
	border-bottom: 1px solid #404040;
}
	
#prodimagesandaddinfo {
	display:block;
	float:left;

}

	#additionalInfo h2{
		font-size:100%;
		width: 200px;
	}
	
	
	#prodimagesandaddinfo ul{
		list-style:none;
	}

#productcontent{
	display:block;
	width:450px;
	float:left;
	_display: inline;
	padding: 20px 30px 20px 20px;
	_padding: 20px 0 0 0;
}

	#productcontent ul{
		margin-left: 15px;
		}

	#prodimagesandaddinfo {
			width: 200px; /* line 675 */
			padding-right: 10px;
			padding-top: 1em;
		}
		
		#images li {
			text-align: center;
		}
		
			#images li span {
				text-align: center;
			}
			#images li img {
				width: 200px;
			}
		
		#additionalInfo {
			padding-top: 1em;
		}
		
			#additionalInfo h2 {
				float: none; /* line 57 */
			}
		
			#additional {
				width: 200px;
				padding-top: 1em;
			}
				
				#additional li {
					padding: 10px 10px 1em 10px;
					text-align:center;
					font-size: 90%;
				}
#productThumbs {
clear:both;

}			

/* product thumbnail page */
		#productThumbs { 
			padding-top: 1em;
		}
		
				#productThumbs dl { 
					width: 120px; 
					padding-right: 55px;
					float: left;
					_display: inline;
					margin: 5px 5px 0 0;
					min-height: 240px;
					_height: 240px;
					  }
		
					#productThumbs dt.image { 
						}
					
						#productThumbs dt img { 
							width: 115px;
							 }
							 
							 #productThumbs dt a img {
							 	border: 1px solid #ccc;
							 } 
							 
							 	#productThumbs dt a:hover img {
									border-color: #000;
									}
					
					#productThumbs dd.name { 
						line-height: 1.1;
						padding-bottom: .6em;
						 }
						 
					#productThumbs dd.details {
						padding-bottom: 1em;
					}
					
						#productThumbs dd.details a { 
							display: block; background: url(/images/web/view-details.gif) no-repeat; 
							overflow: hidden; 
							width: 74px; 
							text-indent: -9999px; 
							height: 19px }
					

/* ------------------------ 
		CONTENT
------------------------ */
/* errors */
#summary,
#ValidationSummary {
	background:#F9D6D6 none repeat scroll 0 0;
	border:1px solid #f00;
	font-size:90%;
	font-weight:bold;
	padding:0.5em;
	width:867px;
	margin-top: 25px;
	margin-bottom: 1em;
	color: #f00;
}
.Required {
	color: #f00;
	font-size: 75%;
	}

	body.contact #summary {
		margin-left: 66px;
	}

	#summary ul,
	#ValidationSummary ul {
		font-weight:normal;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		padding:1em 0 0 ;
		}
		
/* thank you page */
.thankyou {
	padding: 20px 60px;
}

	.thankyou h3 {
		display: none;
	}
#invoice {
	padding: 1em 10px;
	background:  #fff;
	margin: .5em auto;
}
	
	#invoice p {
		clear: both;
	}
	
		#invoice dt {
			font-weight: bold;
			display: inline;
		}
		
		#invoice dd {
			width: 100px;
			height: 1em;
			display: inline;
		}
		
		.thankyou h4 {
			text-align: left;
			color: #000;
			padding-top: 1em;
			font-size: 100%;
		}	
		
		#innersubcontent #order-info {
			padding: 0 0 1em 0;
			font-size: 85%;
		}
		
			#order-info li {
				padding: .1em 0;
			}
		
		
	
#content p.errorpage {
	text-align: center;
	padding: 5em;
}

td.CartTitle em {
	font-size: 85%;
	line-height: 1;
	font-style:normal;
}



/* contact */

#contact{
	display:block;
	width: 500px;
	float:left;
	
}

	#contactinformation {
		display:block;
		width: 350px;
		float:left;
	}
	#quoterequest {
		display:block;
		width: 350px;
		float:left;
		padding-top:4px;
	}
	
	body.contact #innerContent {
			padding: 30px 60px 20px 60px;
		}
	
	body.pages #innerContent {
		padding: 25px 60px 20px 60px;
	}
	
	body.contact #innerContent {
			display:block;
			float:left;		
	}
	#Detail {
		
		}

body.contact #innerContent #btnSubmitNewMember {
	margin-top:35px;
	cursor: pointer;
	background: #000;
	border: 1px outset #ccc;
	padding: 3px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: .98em;
	font-weight: bold;
			}

body.contact #innerContent #optinforemail {
	width:auto;
	top:.1em;
}

	body.contact #innerContent fieldset {	
		clear: both;
		border: 0;
		margin: 1em 0;
	}

	body.contact #innerContent legend {
		display: none;
	}

	body.contact #innerContent dl {
		padding-top:20px;
		
	}

		body.contact #innerContent dt {
			width: 150px;
			float: left;
			_display: inline;
			
		}
		
	
			body.contact #innerContent label.required {
				font-weight: bold;
			}
		
		body.contact #innerContent dd {
			
			padding: .2em 0;
		}


			body.contact #innerContent input, 
			body.contact #innerContent select,
			body.contact #innerContent textarea {
				
				width: 210px;
				
			
			}


body.contact #txtAddress2,
body.contact #Address2 {
	display: block;
	margin-top:3px;
	margin-left: 153px;
	*margin-left: 150px;
	_margin-left: 153px;
}
body.contact #Address2 {
	margin-left: 150px;
	_margin-left: 153px;
}

body.contact p#submit {
	display: block;
	margin-left: 252px;
	font-size: 130%;
	font-weight: bold;

}
	body.contact p#submit a {
		background-position: 0 7px;
	}
	body.contact #innerContent #btnSubmit {
		margin-top: 1em;
		width: 200px;
		display: block;
		width: 123px;
		height: 54px;
		border: 0;
	}
	
#productcontent #AddToCart {
	padding-top:30px;
	border: 0;
	clear: both;
	display: block;
}

/* search */
#dgSearchReturn {
	margin-top: -30px;
}

#dgSearchReturn,
#dgSearchReturn td,
#dgSearchReturn tr {
	border: 0;
}

	#productResults div {
		padding:0;
		width: 104px;
		float: left;
		_display: inline;
		text-align: center;
		margin: 3px;
		min-height: 125px;
		_height: 125px;
	}
		#productResults div dt {
			padding-bottom: 5px;
			}
			
			
body.search h3 {
	margin-bottom: 1em;
}


/* cart / quote */
/* cart */

#dgCart,
#ContentTable,
body.order table {
	width: 879px;
	margin: .5em auto;
	border-collapse: collapse;
}

	#dgCart td,
	#orderInfo td {
		border: 1px solid #000;
		padding: 5px;
	}
	
	#ContentTable td,
	body.order td {
		padding: 5px;
	}
	
	#tblPayment td {
		padding: 1px;
	}
	
	
	.CartHeading {
		color: #fff;
		background: #000;
		font-size: 105%;
		font-weight: bold;
		padding: 5px;
		border: 1px solid #000;
	}
	
	.CartItem input,
	#txtCouponCode,
	#ContentTable input,
	#ContentTable select,
	#txtOrderNote,
	#tblPayment input,
	#tblPayment select {
		border: 1px solid #ccc;
	}
	
	.CartItem input {
		width: 20px;
	}
	
	.CartItem input.button {
		width: auto;
	}
	
	#tblPayment input,
	#tblPayment select {
		margin: 1px;
		}
	
		.CartItem input.button,
		#btnAddCoupon,
		#ContentTable input.button,
		#btnPrint {
			color: #fff;
			background: #000;
			font-size: 90%;
			padding: 1px 3px;
			cursor: pointer;
		}
		
		#checkout {
			display: block;
			width: 400px;
			margin: 0 auto;
		}

/* documents */

dl.docs {
	padding: .5em 0;
}

	.docs dt a:hover {
		text-decoration: none;
	}
	
	#innersubcontent .docs dd a {
		font-weight: normal;
		font-size: 90%;
	}

/* ------------------------ 
		FOOTER
------------------------ */

#footer {
	margin: 0 auto;
	width: 1000px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#FFFFFF;
	background: url(/images/web/footer1.jpg) no-repeat top;
	text-align:center;
	padding-top:43px;
}

	.home #footer {
		background: url(/images/web/footerhome.jpg) no-repeat top;
		padding-top:9px;
	}
	
	.product #footer {
		background: url(/images/web/footer2.jpg) no-repeat top;
	}

	#footer a {
		color:#FFFFFF;
		text-decoration:none;
	}

		#footer a:hover {
			text-decoration:underline;
				
			}
#footer ul {
	padding-top:22px;		
	}
	
	#footer li {
		display:inline;
		list-style: none;
	}

	
#footer p {
	clear:both;
		
	}
		
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

