/* Default Stylesheet for Nterchange Frontend */
/* ========================================== */
@import url("print.css") print;
/*@import url("other_stylesheet.css") screen;*/

/* HTML RULES 								 		  */
/* ================================================== */
body {background: #222222 url(/images/layout/bg.gif) center top no-repeat; color: #fff; font:11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; }


h1 {
	font-weight: bold;
	font-size:30px;
	background: #000;
	color: #F5CB67;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-top: 25px;
	border-bottom: 1px solid;
	line-height: 1em;
	*padding-bottom: 1px;
}
.home h1 { margin-bottom: 10px;  _font-size:20px; /* weird sifr bug in ie6 */ }

.sIFR-hasFlash h1 {
	visibility: hidden;
	cursor: pointer;
}
.wide h1 { border-width: 0px;  }

h2 {
	color: #ecb01f; 
	font-size: 23px; 
	margin-bottom: 5px; 
	margin-top: 10px; 
	display: block; 
	line-height: 1em;
	height: 25px; /* trying to force sifr to be consistant in size */
}


.sIFR-hasFlash h2 {
	visibility: hidden;
}





h3 {color: #ecb01f;font-size: 13px; margin-bottom: 3px; padding-top: 5px;}
h4 {}
p { line-height:1.5; margin-bottom:10px; font-size: 12px; opacity:0.999; }
a {color: #ecb01f;}
a:hover {color: white;}
a:visited {color: #c6941c;}


ul{margin: 10px 0;}
ul li{list-style-type: square;margin-left: 20px; margin-bottom: 10px;}
ol li{margin-left: 14px; margin-bottom: 10px;}

dl{float: left;}
dl dt{float: left; clear: left; font-weight: bold; padding-right: 5px; color: #CB971C; width: 180px; text-align: right; line-height:1.5;}
dl dd{float: left;padding-bottom: 10px; width: 390px; line-height:1.5;}


.text { line-height: 1.5; font-size: 12px;  }

a.download-profile {margin:0 0 0 10px ; padding:5px 0 14px 24px; background: url(../images/layout/overview-icon.jpg) no-repeat top left}

/* SITE LAYOUT RULES 								  */
/* ================================================== */
#site {width: 960px; margin: 0 auto; margin-bottom: 20px;}

#masthead {background: url(/images/layout/masthead.gif) top left no-repeat; height: 100px; margin-top: 30px; position:relative; z-index: 1000; }
	#logo {}
#home-link {
	display: block;
	position: absolute;
	width: 300px;
	height: 100px;
	bottom: 0px;
}
#home-link span { display: none; }
#nav { }


#search {display: none; }

#content {background: #000; float: left; width: 960px; }
	#main {position: relative; position:static; width: 645px; float: right; padding-right: 30px;}
	#sidebar { float: left; width: 250px;}
	
	.mediaelement {font-weight: bold;}
	#sidebar .mediaelement{text-align: center;}
	#sidebar .mediaelement a{text-align: center;}
	
	#altsidebarbox {}

	#footer { position: relative; display: block; clear: both; float: left; width: 100%; height: 59px; background: url(/images/layout/footer.png) top left no-repeat; _background-image: url(/images/layout/footer.gif); }

	#footer_nav {}
	#credits {}

#content_email_link { width: 220px; height: 30px; top: 350px; left: 0px; }
#footer_email_link { position: absolute; width: 200px; height: 30px; top: 0px; left: 610px; }

#side-nav { margin-top: 65px; }

#side-nav ul,
#side-nav li {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}

#side-nav li a {
	display: block;
	height: 36px;
	width: 240px;
	background: url(/images/nav/side-nav.jpg) top left no-repeat;	
	
	text-decoration: none;
	text-align: right;	
	
	font-size: 13px;
	line-height: 36px;
	color: black;	
}
#side-nav li a:hover {
	background: url(/images/nav/side-nav_over.jpg) top left no-repeat;	
}
#side-nav li a:focus {
	outline: 0px; 
}

#side-nav li a span { padding-right: 20px; line-height: 36px; }
#side-nav li li a span { padding: 0px; line-height: 15px; }

#side-nav li.active a  { font-weight: bold; }
#side-nav li.active li a { font-weight: normal; }

#side-nav ul.child-list li { margin: 0 0 3px 0px; }

#side-nav ul ul li a { 
	height: 15px; 
	width: auto;
	text-align: left;	
	background: transparent;
}
#side-nav ul.child-list li a:hover { background:transparent; }

#side-nav ul.child-list li a { 
	color: white;
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	line-height: 15px;
}
#side-nav ul.child-list a:hover {
	text-decoration: underline;
}


#side-nav ul li ul { display: none; }
#side-nav ul li.open ul { display: block; }

#side-nav ul.child-list ul.grand-child-list a {
	color: lightgray;
	font-size: 11px;
	padding: 0px 0px 0px 40px;
	line-height: 15px;
}
#side-nav ul.child-list ul.grand-child-list a:hover {
	text-decoration: underline;
}

#side-nav ul.grand-child-list li.active a {
	font-weight: bold;
	color: white;
}






/* BASIC CLASSES	 								  */
/* ================================================== */
.clear { display:block; clear:both; height:1px; line-height:1px; font-size:1px; }
.img_left { float:left; }
.img_right { float:right; }


#main ol {
	list-style-type: decimal;
	padding-left: 30px; padding-right: 30px;
}
#main ul {
	padding-left: 20px; padding-right: 20px;
}
#main em {
	font-style: italic;
}

/* NAVIGATION RULES 								  */
/* ================================================== */


#nav .nav { cursor:pointer; }

#nav { position:absolute; right:20px; bottom:10px;  }
#nav ul{margin: 0; }
#nav ul li { position:relative; list-style-type: none; margin: 0px; height: 30px; float: left;}
#nav a { float: left; display: block; line-height: 29px; text-align: center;}
#nav a span{ text-align: center;}
#nav ul ul a { float: none; clear: both; }


#nav #about 			 { display: block; width: 78px; height: 29px; }
#nav #products 			 { display: block; width: 87px; height: 29px; }
#nav #projects  		 { display: block; width: 82px; height: 29px; }
#nav #investor-relations { display: block; width: 154px; height: 29px; }
#nav #contact-us 		 { display: block; width: 106px; height: 29px; }


#nav ul ul { display: none; position: absolute; top: 29px; left: 0; z-index: 100;}
#nav ul li a span {  }

#nav ul ul li{ float:none; background:black; display: block; width: 156px; background: #111; border-bottom: 1px solid #F5CB67; height: 20px; line-height: 20px; overflow: hidden; padding-left: 5px; padding-right: 5px;  }
#nav ul ul li a{ color: #F5CB67; font-size: 12px; display: block; height: 20px; line-height: 20px;   }
#nav ul ul li a span{ display:block; padding-top:4px; padding-bottom:5px; text-align:center; }
#nav ul ul li a:hover{ text-decoration: none; color:white; cursor:pointer; }
#nav ul ul li div { display:none; }

#nav li:hover ul, #nav li.hover ul{ z-index: 999; display: block !important;}

/* centerize... */
#nav ul ul.about-list { left: -46px; }
#nav ul ul.products-list { left: -41px; }
#nav ul ul.projects-list { left: -44px; }
#nav ul ul.contact-us-list { left: -41px; }


#nav ul li li a span {
visibility:visible;
}

#nav ul {  }
#nav ul li {   color: #000; font-size: 14px; line-height: 30px;}
#nav ul li a { color: #000; text-decoration: none;}
#nav ul li a:hover{ text-decoration: none;}


#sidebar-nav { padding:0; margin:0; width:240px; background:black; padding-bottom:20px; }
#sidebar-nav li { list-style-type:none; padding:0; margin:0 0 20px 0; }
#sidebar-nav li a span { display:none; }
#sidebar-nav li a { display:block; width:240px; height:36px; }

#sidebar-straight-vacs { background:transparent url(/images/layout/sidebar/straight-vacs.gif) no-repeat scroll left top; }
#sidebar-straight-vacs:hover { background:transparent url(/images/layout/sidebar/straight-vacs_over.gif) no-repeat scroll left top; }
#sidebar-combo-vacs { background:transparent url(/images/layout/sidebar/combo-vacs.gif) no-repeat scroll left top; }
#sidebar-combo-vacs:hover { background:transparent url(/images/layout/sidebar/combo-vacs_over.gif) no-repeat scroll left top; }
#sidebar-trailer-vacs { background:transparent url(/images/layout/sidebar/trailer-vacs.gif) no-repeat scroll left top; }
#sidebar-trailer-vacs:hover { background:transparent url(/images/layout/sidebar/trailer-vacs_over.gif) no-repeat scroll left top; }

#sidebar-innovative-pump-cube-design { background:transparent url(/images/layout/sidebar/innovative-pump-cube-design.gif) no-repeat scroll left top; }
#sidebar-innovative-pump-cube-design:hover { background:transparent url(/images/layout/sidebar/innovative-pump-cube-design_over.gif) no-repeat scroll left top; }
#sidebar-wireless-control { background:transparent url(/images/layout/sidebar/wireless-control.gif) no-repeat scroll left top; }
#sidebar-wireless-control:hover { background:transparent url(/images/layout/sidebar/wireless-control_over.gif) no-repeat scroll left top; }
#sidebar-onboard-computer-system { background:transparent url(/images/layout/sidebar/onboard-computer-system.gif) no-repeat scroll left top; }
#sidebar-onboard-computer-system:hover { background:transparent url(/images/layout/sidebar/onboard-computer-system_over.gif) no-repeat scroll left top; }
#sidebar-reduced-weight-and-foaming { background:transparent url(/images/layout/sidebar/reduced-weight-and-foaming.gif) no-repeat scroll left top; }
#sidebar-reduced-weight-and-foaming:hover { background:transparent url(/images/layout/sidebar/reduced-weight-and-foaming_over.gif) no-repeat scroll left top; }



.horiz_nav {}
.horiz_nav ul {}
.horiz_nav ul li { float:left; }


/* SEARCH			 								  */
/* ================================================== */
#search form {}
#search form input.text {}
#search form input.button {}

#searchresults dd { margin-bottom:5px; }
#searchresults dl { margin-top:15px; }


.default #sidebar .side { margin-top: 65px; }

.default #sidebar .unit_photo_wrapper { 
	position: relative; 
	width: 209px; height: 142px;
	margin-left: 40px; margin-bottom: 15px;   
	}
.default #sidebar .unit_photo_border { 
	position: absolute; 
	z-index: 2; 
	width: 209px; height: 142px; 
	background: transparent url(/images/layout/unit_photos_fg.gif) no-repeat top left;  
	}

.default #sidebar .unit_photo {
	position: absolute;
	width: 202px; height: 136px;
	top: 3px; left: 3px;
	background: transparent no-repeat top left;
	}
	
.default #sidebar .unit_photo_wrapper .pagecontent {
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 3;
}

.default #sidebar .brochure { margin-top: 20px; font-size:11px; }




#content .text li { 
	line-height: 1.2;
}

#content .text table { margin-top: 10px; }
#content .text td { 
	text-align:left; 
	vertical-align:middle; 
	margin:0px; 
	padding:5px 2px 0 2px; 
	border-width: 0px;
	color:white; 
	
}
#content .text table ul, 
#content .text table li { 
	margin-top: 0px; 
}
			
#content .text th { 
	text-align: left; 
	vertical-align: top; 
	margin:0; 
	padding:5px 5px 0 5px; 
	color: white; 
	border-width: 0px; 
	font-style: italic;
}
#content .text .top th { 
	margin:0; padding:0 0 0 20px; 
	text-align: left; 
	font-style: normal;
	font-size: 13px;
}

#content .text blockquote {
	padding-left: 20px;
	line-height: 1.3;
}








/* HOMEPAGE OVERRIDES		 						  */
/* ================================================== */
.home {}

.home #home-left { 
	float: left;
	background: url(/images/layout/front-hydrovac.jpg) top left no-repeat; 
	width: 625px; 
	height: 375px;
}

.home #preloader {
	/* background image is included here for preloading purposes */
	background-image: url(/images/layout/front-vac.jpg) -1000px -1000px no-repeat;	
}
.home #home-right { float: right; } 
.home #home-right h1 {
	text-indent:-9999px; 
	width:330px; 
	height: 225px; 
	border-width: 0px;
	background: url(/images/layout/tornado-blurb.jpg) top left no-repeat;	
	visibility: visible;
}
.home #home-right ul { list-style-type: none; margin-top:0; }
.home #home-right ul li { float: left; list-style: none; margin:0; text-indent: -9999px;}
.home #home-right ul li a.hydrovacs { 
	display:block; 
	width:122px; height:49px; 
	background: url(/images/layout/buttons-hydrovacs.jpg) top left no-repeat;
}
.home #home-right ul li a.hydrovacs:hover { 
	background: url(/images/layout/buttons-hydrovacs_over.jpg) top left no-repeat;
}
.home #home-right ul li a.vacs { 
	display:block; 
	width:75px; height:49px; 
	background: url(/images/layout/buttons-vacs.jpg) top left no-repeat;
}
.home #home-right ul li a.vacs:hover { 
	background: url(/images/layout/buttons-vacs_over.jpg) top left no-repeat;
}




/* WIDEPAGE OVERRIDES		 						  */
/* ================================================== */
.wide {}
.wide #main { position: auto; width: auto; float: none; margin-right: 0; margin-left: 45px; }
.wide #main .text { width: 460px; }
.wide #main .bodyimage{float: left; margin-right: 10px; height: 180px; margin-top: 20px;}






#content .specs table { float:right; margin-bottom:20px; }
#content .specs td { 
	text-align:center; 
	vertical-align:middle; 
	margin:0px; 
	padding:0 2px 0 2px; 
	border-right: 1px solid #f0b310; 
	border-bottom: 1px solid #f0b310;
	color:black; 
}
#content .specs td p { 
	text-align: center; 
	font-size:11px; 
	line-height:2.5; 
	margin:0; 
}

#content .specs tr.odd { background: #e9deaf; }
#content .specs tr.even { background: #f2ebbd; }
			
#content .specs th { 
	text-align: center; 
	vertical-align: middle; 
	margin:0; 
	padding:0 5px 0 5px; 
	color: white; 
	border-bottom: 1px solid #f0b310; 
	background: black; 
}
#content .specs th h3 { color: white; font-size: 11px; margin:0; padding:5px 0px 5px 0px; }
#content .specs .top th { 
	margin:0; padding:0; 
	text-align: center; 
	color: black; background: #F0B310; 
}

#content .specs tr.top th .left { background:url(/images/layout/specs/head-left.gif) top left no-repeat; text-align:center; }
#content .specs tr.top th .right { background:url(/images/layout/specs/head-right.gif) top right no-repeat; }

#content .specs tr.top { background: transparent; }
#content .specs tr.top th h3 { color: black; padding: 2px 0 2px 0; text-align: center; background:#f0b310; }
#content .specs tr.top th img { padding: 2px 8px 0px 8px; }
#content .specs tr.top th.blank { background: black; }

small { font-size: 0.9em; }




.wide #main .photo {
	float:left;
	margin-right:10px;
	margin-top:20px;
}
.photo p { margin: 3px 3px 0 3px; font-size: 11px; }
.photo { position:static; }
.photo img { margin:0px; display:block; }

.photo .border { position: relative; clear:both; background:#f4bd18; padding:3px; z-index:10; }
.photo .corner { position: absolute; width: 12px; height: 12px; z-index:20; }

.photo .top-left { background: transparent url(/images/layout/photo-border-top-left.png) top left no-repeat; top:0px; left:0px; }
.photo .top-right { background: transparent url(/images/layout/photo-border-top-right.png) top right no-repeat; top:0px; right:0px; }
.photo .bottom-left { background: transparent url(/images/layout/photo-border-bottom-left.png) bottom left  no-repeat; bottom:0px; left:0px; }
.photo .bottom-right { background: transparent url(/images/layout/photo-border-bottom-right.png) bottom right no-repeat; bottom:0px; right:0px; }

.photo .caption { position: relative; height: 100%; }
.photo div { position:absolute; bottom:0px; }
.photo div p { margin-bottom: 3px; }
.photo div p span { color:#ECB01F; font-size:13px; }

.text strong { font-size:14px; }

.mediaelement { margin-bottom:10px; }



#main #slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

#main #slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#main #slide-images li img{
    display:block;
    background-color:#FFFFFF;
}