/*	
background: color image repeat attachment position;
	background:#f00 url(background.gif) no-repeat fixed 0 0;
	
font: font-style (italic/normal) font-variant (small-caps) font-weight font-size/line-height font-family;
	font: italic small-caps bold 1em/140% "Lucida Grande",sans-serif;
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

img.left { float: left; margin: 0 10px 10px 0; }

html {
font-size: 100.01%;
}

a {color: #000;}

a:hover {color: #000; text-decoration: underline;}

body {
background: #86878B url(images/bg.gif) repeat-y center center;
margin: 0;
padding: 0;
font: normal 80% Verdana, Arial, Helvetica, sans-serif;
}

.clear { clear: both; }

img { border: 0; }

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

#container {
width: 985px;
margin: 0 auto;
background: #FFF;
}

	#container #header {
	height: 112px;
	background: #FFF url(images/logo_back.jpg) no-repeat top right;
	}

	#container #bigpic {
	height: 174px;
	clear: both;
	background: url(images/top_bg.jpg) repeat-x top center;
	text-align: center;
	}

	#container #main {
	padding: 5px 60px 10px 60px;
	background: url(images/main_back.jpg) no-repeat bottom center;
	}
	
	#container #footer {
	background: url(images/footer_back.gif) repeat-x;
	height: 34px;
	padding-top: 5px;
	text-align: center;
	font: normal 85% Arial, Helvetica, sans-serif;
	color: #FFF;
	}
/* -----------------------------------*/
/* ----------->>> HEADER <<<----------*/
/* -----------------------------------*/

#header #logo {
width: 240px;
height: 62px;
padding: 10px 0 0 42px;
float: left;
}

#header #right {
float: right;
padding: 36px 38px 0 0;
width: 183px;
}

#header #right #nav {
font: normal 75% Arial, Helvetica, sans-serif;
text-align: right;
color: #000;
}
	
	#header #right #nav a {
	text-decoration: none;
	}
	
	#header #right #nav a:hover {
	text-decoration: underline;
	}

	#header #right #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
		#header #right #nav ul li {
		display: inline;
		margin: 0;
		padding: 0 5px;
		border-left: 1px solid #000;
		}
		
		#header #right #nav ul li.first {
		border: none;
		}
		
#header #right #search {
float: right;
background: url(images/search_back.gif) no-repeat;
padding: 5px 10px;
width: 163px;
height: 27px;
}

	#header #search input {
	width: 100px;
	height: 12px;
	float: left;
	font-size: 9px;
	}
	
	#header #search #input img {
	float: left;
	}

#header #topnav {
clear: both;
height: 26px;
background: url(images/navbg.jpg) repeat-x top center;
padding-left: 140px;
}
	
	#header #topnav .aboutus {
	background: url(images/topnav/aboutus.jpg) no-repeat;
	width: 89px;
	height: 26px;
	float: left;
	}
	
		#header #topnav .aboutus a:hover {
		background: url(images/topnav/aboutus.jpg) 0 26px;
		}
		
	#header #topnav .safety {
	background: url(images/topnav/safety.jpg) no-repeat;
	width: 132px;
	height: 26px;
	float: left;
	}
	
		#header #topnav .safety a:hover {
		background: url(images/topnav/safety.jpg) 0 26px;
		}

	#header #topnav .products {
	background: url(images/topnav/products.jpg) no-repeat;
	width: 86px;
	height: 26px;
	float: left;
	}
	
		#header #topnav .products a:hover {
		background: url(images/topnav/products.jpg) 0 26px;
		}
		
	#header #topnav .services {
	background: url(images/topnav/services.jpg) no-repeat;
	width: 74px;
	height: 26px;
	float: left;
	}
	
		#header #topnav .services a:hover {
		background: url(images/topnav/services.jpg) 0 26px;
		}
	
	#header #topnav .resources {
	background: url(images/topnav/resources.jpg) no-repeat;
	width: 96px;
	height: 26px;
	float: left;
	}
	
		#header #topnav .resources a:hover {
		background: url(images/topnav/resources.jpg) 0 26px;
		}
	
	#header #topnav .news {
	background: url(images/topnav/news.jpg) no-repeat;
	width: 134px;
	height: 26px;
	float: left;
	}
	
		#header #topnav .news a:hover {
		background: url(images/topnav/news.jpg) 0 26px;
		}
	
	#header #topnav .contactus {
	background: url(images/topnav/contactus.jpg) no-repeat;
	width: 96px;
	height: 26px;
	float: left;
	}
	
		#header #topnav .contactus a:hover {
		background: url(images/topnav/contactus.jpg) 0 26px;
		}

/* -----------------------------------*/
/* ------------>>> HOME <<<-----------*/
/* -----------------------------------*/

#main #content #left {
float: left;
width: 445px;
}

#main #content #right {
float: right;
width: 408px;
}

#main #content #intro {
width: 445px;
float: left;
border: 1px solid #bcbcbc;
}

	#main #content #intro p {
	padding: 5px; margin: 0;
	background: #fefefe;
	}
	
#main #content #featured {
float: left;
}

	#main #content #featured .box {
	width: 194px;
	border: 1px solid #c3c3c3;
	}
		
		#main #content #featured .box p {
		padding: 5px; margin: 0;
		background: #f4f3ec;
		}
		
	#main #content #featured #featured1 {
	margin-left: 8px;
	float: left;
	}
	
	#main #content #featured #featured2 {
	float: left;
	position: relative;
	left: 8px;
	}
		
#main #content #login {
float: left;
clear: left;
width: 447px;
margin-top: 10px;
background: #e0e0e0;
}

	#main #content #login .top {
	clear: both;
	background: #e0e0e0;
	padding: 8px;
	}
	
	#main #content #login #fields {
	float: left;
	padding: 0 10px 0 40px;
	text-align: right;
	}
	
		#login #fields input {
		margin-top: 3px;
		}
	
	#main #content #login #image {
	float: left;
	}
	
	#main #content #login .bottom {
	clear: both;
	background: url(images/login_bottom.gif) no-repeat bottom center;
	height: 5px;
	}

#main #content #news {
float: left;
margin: 10px 0 0 8px;
width: 398px;
border: 1px solid #c3c3c3;
background: #f4f3ec;
}
	
	#main #content #news ul {
	margin: 0; padding: 5px;
	list-style: none;
	}
	
		#main #content #news ul li {
		margin: 0; padding: 0;	
		}
		
#main #address {
clear: both;
float: right;
font-size: 70%;
}

/* -----------------------------------*/
/* ---------->>> SUBPAGE <<<----------*/
/* -----------------------------------*/

.subpage #main #content {
margin-top: 10px;
}

	.subpage #main #content #leftcolumn {
	float: left;
	margin-right: 8px;
	overflow: hidden;
	width: 186px;
	}
	
			#main #content #leftcolumn .box {
			width: 184px;
			border: 1px solid #c3c3c3;
			margin-bottom: 10px;
			}
		
				#main #content #leftcolumn .box p {
				padding: 5px; margin: 0;
				background: #f4f3ec;
				text-align: center;
				}
				
				#main #content #leftcolumn .box p.small {
				font: normal 95% Arial, Helvetica, sans-serif;
				}
				
					#main #content #leftcolumn .box p.small a {
					text-decoration: none;
					}
					
						#main #content #leftcolumn .box p.small a:hover {
						text-decoration: underline;
						}

	.subpage #main #content #rightcolumn {
	float: left;
	width: 669px;
	border: 1px solid #d7d7d7;
	background: #fefefe;
	overflow: hidden;
	}
	
		.subpage #main #content #rightcolumn p {
		margin: 0; padding: 5px; line-height: 1.4em; margin-bottom: 4px;
		}

/* -----------------------------------*/
/* ----------->>> NEWS <<<------------*/
/* -----------------------------------*/

.newspage  #main #content #leftcolumn {
float: left;
margin-right: 10px;
width: 456px;
border: 1px solid #d7d7d7;
}

	.newspage #main #content #leftcolumn p {
	padding: 5px; margin: 0;
	background: #fefefe;

	}
	
	.newspage #main #content #leftcolumn #events {
	clear: both;
	margin-top: 10px;
	background: url(images/events_back.gif) repeat-y;
	border: 1px solid #d7d7d7;
	}
	
		.newspage #main #content #leftcolumn #events ul {
		margin: 0; padding: 0;
		list-style: none;
		}
	
		.newspage #main #content #leftcolumn #events #left {
		float: left;
		/*background: #f4f3ec;*/
		width: 270px;
		padding: 5px;
		}
		
		.newspage #main #content #leftcolumn #events #right {
		float: left;
		width: 160px;
		text-align: center;
		padding: 5px;
		}
		
.newspage #main #content #rightcolumn {
float: left;
width: 394px;
}

	.newspage #main #content #rightcolumn #imageswitch {
	height: 190px;
	clear: both;
	}
	
	.newspage #main #content #rightcolumn #rightcontent {
	clear: both;
	border: 1px solid #c7c7c7;
	}
	
		.newspage #main #content #rightcolumn #rightcontent p {
		padding: 5px; margin: 0;
		background: #fefefe;
		}

/* -----------------------------------*/
/* ---------->>> PRODUCTS <<<---------*/
/* -----------------------------------*/

.productspage #main #content {
height: 401px;
background: url(images/products_back.gif) repeat-x;
border: #cacaca;
padding: 5px;
}

/* -----------------------------------*/
/* ----------->>> FOOTER <<<----------*/
/* -----------------------------------*/

#footer ul {
margin: 0; padding: 0 0 3px 0;
list-style: none;
}

	#footer ul li {
	display: inline;
	border-left: 1px solid #FFF;
	padding: 0 5px;
	}
	
	#footer ul li.first {
	border: none;
	}
	
#footer a {
	text-decoration: none;
	color: #FFF;
	}
	
	#footer a:hover {
	text-decoration: underline;
	color: #FFF;
	}

/* -----------------------------------*/
/* ---------->>> HEADINGS <<<---------*/
/* -----------------------------------*/

h1, h2, h3, h4, h5, h6, h7 { margin: 0; padding: 0; }

h1 { }

	#main #content #intro h1 {
	background: url(images/small_back.gif) no-repeat;
	height: 24px;
	color: #FFF;
	font: normal bold 125% Arial, Helvetica, sans-serif;
	padding: 4px 0 0 38px;
	}
	
	.subpage h1, .newspage h1 {
	background: url(images/title_back.gif) repeat-x;
	height: 42px;
	color: #FFF;
	font: normal bold 200% Arial, Helvetica, sans-serif;
	clear: both;
	padding: 10px 0 0 50px;
	}
	
h2 { }

	#main #content #featured h2, .subpage #leftcolumn h2, .newspage #leftcolumn h2, .newspage #rightcolumn h2 {
	background: url(images/sub_back.gif) repeat-x;
	color: #FFF;
	font: normal bold 120% Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 4px 0 0 4px;
	}
	
	#main #content #login h2 {
	background: url(images/small_back.gif) no-repeat -50px 0;
	height: 24px;
	color: #FFF;
	font: normal bold 125% Arial, Helvetica, sans-serif;
	padding: 4px 0 0 8px;
	}
	
	#main #content #news h2 {
	background: url(images/sub_back.gif) repeat-x;
	color: #FFF;
	font: normal bold 120% Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 4px 0 0 4px;
	}
	
h6 { }

	#footer h6 {
	font: normal 100% Arial, Helvetica, sans-serif;
	}

/* -----------------------------------*/
/* -------->>> TEXT STYLES <<<--------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

/* subnav */

.subnav ul {
line-height: 140%;
list-style: none;
margin: 12px 0;
padding: 0;
width: 174px;
}

	.subnav ul ul {
	margin: 0;
	width: 154px;
	}

.subnav li {
background: url(images/bullet_black_square.gif) no-repeat 10px 7px;
margin: 0;
padding: 0 0 0 20px;
}

	.subnav li li {
	background: none;
	font-size: 11px;
	line-height: 1.1em;
	padding: 5px 5px 5px 20px;
	}

.subnav a {
text-decoration: none;
}

	.subnav a:hover {
	text-decoration: underline;
	}
	
table.product_thumbs {
font-size: 11px;
}

/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.error {color:red;}

#rightcolumn a:hover { color: #1E5F63; }