@charset "UTF-8";
/* CSS Document */

/*----------------------- Common Styles -------------------*/
BODY {
	text-align: center;
	margin:0;
	padding:0;
	background: url(images/bground.jpg) repeat-x top #000; }
	
BODY, .Normal, .PageWrapper, .form {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  }
	
h1, h2, .Normal h1, .Normal h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#333;
	font-weight:bold; }
	
.h1text, H2.h1text, H1.h1text, .Normal .h1text {	
	font-size:14pt;
	font-weight:bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif; }
	
.h2text, H2.h2text, H1.h2text, .Normal .h2text {	
	font-size:12pt;
	font-weight:bold;
	color: #030;
	font-family: Arial, Helvetica, sans-serif; }	

P, H1, H2 {
	margin:0;
	padding:6px 0; }
	
TABLE {
	margin:0;
	padding:0; }
	
.Normal TABLE {
	padding:6px 0; }
	
UL, OL {
	margin-top:0;
	margin-bottom:0;
	padding-top:6px;
	padding-bottom:6px; }
	
a, .Normal a, a:visited, .Normal a:visited, a:link, .Normal a:link {
	color:#0000FF;
	text-decoration:none; }

a:hover, .Normal a:hover, a:focus, .Normal a:focus {
	color:#0000CC;
	text-decoration:underline; }	
 
/*---------------------- End Common Styles --------------*/
 
/*----------------------- Page Layout --------------------*/

.BackgroundWrapper {
	margin:0;
	padding:0;
	width:100%;
	text-align:center; }
	
.PageWrapper {
	width: 872px;
	margin:0 auto;
	text-align:left; }	
	
.MenuWrapper {
	height:44px; }
	
.MenuPane {
	height:44px; }
	
.FlashPane {
	margin:0 auto;
	padding:0;
	width:872px;
	height:258px;
	background: url(images/image1.jpg); }
	
.BodyWrapper {
	clear:both;
	width:872px;
	margin:0 auto;
	background: #fff; }
	
.ContentWrapper {
	width:872px;
	background: url(images/content-bg.jpg) repeat-y; }	

.BodyWrapper .Bottom {
	height:16px;
	width:872px;
	background: url(images/content-bottom.jpg) repeat-y; }	

.ContentPane {
	padding:8px 14px;
	width:529px;}
	
.LoginPane {
	text-align:center;
	padding-right:6px;
	padding-bottom:6px; }
	
/*----------------------- End Page Layout ----------------*/
 

 
 /*---------------------- Side Nav ---------------------*/
 
.SideNav {
	width:290px; }
	
.SideNav a {
	text-decoration: none;
	display: block;
	width: 290px;
	height: 168px;
	background-position: left top;
	background-repeat: no-repeat; }
	
.SideNav a.inspection {
	background: url(images/btn-inspection.jpg); }
	
.SideNav a.products {
	background: url(images/btn-products.jpg); }
	
.SideNav a.projects {
	background: url(images/btn-projects.jpg); }
	
.SideNav a:hover {
	background-position: right top; }
	

/*----------------------- End Side Nav -----------------*/	
	
/*--------------------------- SEO Menu -----------------------*/

/******************** Up State *************************/
.SEOMenu {
	width:872px;
	height:44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	fobnt-weight:bold; }

.SEOMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	z-index:3; }

.SEOMenu li{
	float:left;
	list-style-type:none;
	position:relative;
	z-index:2;
	margin: 0; }

.SEOMenu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0; }

.SEOMenu a, .SEOMenu :visited {
	color:#333;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold; }
	
.SEOMenu a b, .SEOMenu :visited b {
	display:block;
	font-weight:bold;
	float:left;
	padding:0;
	height:44px;
	line-height:44px;
	padding:0 10px;
	cursor:hand;
	color:#333; 
	text-transform:uppercase; }
	
.SEOMenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background:url(images/menu-down.jpg) repeat-x bottom;
	color:#000; }

.SEOMenu :hover, a:hover {
	color:#000;
	white-space:normal; }

.SEOMenu a:hover b {
	color:#000;
	background: url(images/menu-over.jpg) repeat-x;
	text-decoration:none; }

.SEOMenu :hover > a b {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x;
	text-decoration:none; }

.SEOMenu .CurrentItem a:hover b, .SEOMenu .ParentItem a:hover b {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x; }

.SEOMenu .CurrentItem :hover > a b, .SEOMenu .ParentItem :hover > a b {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x; }

.SEOMenu ul ul .CurrentItem a:hover b {
	color:#000;
	background: transparent; }
	
.SEOMenu ul ul .CurrentItem :hover > a b {
	color:#000;
	background: transparent; }

/* -------- Flyout Portion of Menu -----------------*/

.SEOMenu ul ul, 
.SEOMenu ul :hover ul ul, 
.SEOMenu ul :hover ul :hover ul ul,
.SEOMenu ul :hover ul :hover ul :hover ul ul{position:absolute; left:-9999px; top:-9999px; width:0; height:0;}
.SEOMenu ul :hover ul {left:0px;top:44px; background: #e5e40a; border: 1px solid #000; white-space:nowrap; width:300px; height:auto; color:#333; }
.SEOMenu ul :hover ul li {display:block; height:24px; position:relative; float:left; width:auto; color:#333; text-transform:none; }
.SEOMenu ul :hover ul li a {display:block; font-size:11pt; height:24px; width:300px; line-height:24px; text-indent:12px; color:#333; text-decoration:none; }
.SEOMenu ul :hover ul li a:hover {background: #fffe00; color:#000; width:300px; white-space:nowrap;}
.SEOMenu ul :hover ul:hover ul li a:hover {width:300px;}
.SEOMenu ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul :hover ul,
.SEOMenu ul :hover ul :hover ul :hover ul :hover ul :hover ul
{left:328px; top:8px; background: #fffe00; color:#000; padding:3px 0; white-space:nowrap; width:336px; z-index:200; height:auto;}	

/*-------------------------- End SEO Menu -------------------*/	

/*--------------------------- Footer Links -------------------*/	
	
.FooterPane A, .FooterPane A:visited, .FooterPane A:link, .LoginPane A, .LoginPane A:visited, .LoginPane A:link, .LoginPane A.ServerSkinWidget, .LoginPane A.ServerSkinWidget:visited, .LoginPane A.ServerSkinWidget:link {
	color:#fff;
	text-decoration:none;  }
	
.FooterPane A:hover, .FooterPane A:focus, .LoginPane A:hover, .LoginPane A:focus, .LoginPane A.ServerSkinWidget:hover, .LoginPane A.ServerSkinWidget:focus {
	color:#fff;
	text-decoration:underline; }
.FooterPane, .LoginPane, .ServerSkinWidget{
	color:#fff;}
	
/*-------------------------- End Footer Links ---------------*/	

