@media print {

#search, #navbar, #marketing, #lowernav, #left, #footer {
	display: none;
}
#main {
	width: 100%;
	display: block;
	float: none;
	margin: 0px;
}

}

body {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	behavior: url(/css/csshover.htc); /* call hover behaviour file */
	}

#container {
	width: 758px;
	padding: 0px;
	margin: 1px auto;
	background: #fff;
	text-align: left;
	}

#banner {
}
#banner .logo {
	float: left;
}

#search {
	float: right;
	clear:right;
	background: #000 url(../images/search_bg.gif) no-repeat;
	height: 28px;
	width: 234px;
	color: #fff;
	font-size: 11px;
	line-height: 50%;
	margin:0;
	padding:0;
	vertical-align: middle;
}
#search form {display:inline;}
#search label {margin:6px;}
#search input {margin:2px 0px;vertical-align: middle;font-size: 12px}

#navbar {
	background: url(../images/navbar_bg.gif) no-repeat;
	display: block;
	clear:both;
	text-align:right;
	height: 19px;
	line-height: 18px;
	}

#navbar li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	}	
	
#navbar ol li {
	width:100%; /* cure IE5.x "whitespace in lists" problem */		
	}
	
#navbar ol li a {
	height: 1%; /* make links honour display: block; properly */
	} 
	
#navbar ol ol, #navbar ol li:hover ol {
	display: none; /* initially hides submenus */
	}
	
#navbar ol li:hover ol {
	display: block;  /* displays submenus when hovered */
	z-index:6;
	position:absolute;
	top:15px;
	clear:both;
	text-align:left;
	background-color:#000;
	border-left:5px solid #f58220;
	
	filter:alpha (opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	-khtml-opacity: 0.85;
	}

#navbar ol li:hover ol li {
	display:block;
	background-image:none;
	border-top:1px solid #fff;
	}
	
#navbar ol li:hover ol li a {
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:left;	
	}	
	
.industries-served-subnav {
	position:relative;
	left:-38px;
	width:230px;
	}

.products-subnav {
	position:relative;
	left:-38px;
	width:115px;
	}

.services-subnav {
	position:relative;
	left:-38px;
	width:200px;
	}

.technical-support-subnav {
	position:relative;
	left:-38px;
	width:130px;
	}

.news-subnav {
	position:relative;
	left:-38px;
	width:150px;
	}

.contact-us-subnav	 {
	position:relative;
	left:-38px;
	width:140px;
	}
	






#navbar ol, #navbar li{
	display: inline;
	font-size: 11px;
	color: #fff;
	}

#navbar li {
	margin:0px 5px 0px 0px;
	background: url(../images/nav_divider.gif) no-repeat left bottom;
	padding-left:10px;
	height: 19px;
	padding-bottom: 3px !important;
	padding-bottom: 2px;		
	}

#navbar li a:visited, #navbar li a:link, #navbar li a:active {
	color: #fff;
	text-decoration: none;
}

#navbar li a:hover {
	color: #fff;
	text-decoration: underline;
}

#navbar li.first {background: none;}






#marketing {
	height:161px;
	display:block;
	}
#marketing h1 {display: none;}

a.blue:visited, a.blue:link, a.blue:hover {
	color: #013372;
}
a.blue:hover {
	color: #FA801D;
}


/******************Call to action bar********************/
#lowernav {
	background: url(../images/lower_navbar.gif) no-repeat;
	height: 33px;
	font-size: 11px;
	color: #fff;
	}
#lowernav .cad {
	margin: 1px 1px 0px 0px;
	float: right;
	}
#lowernav ul {
	margin: 4px 0px 0px;
	clear: both;
	float: right;
	padding-bottom: 3px;
}
#lowernav li {
	background: url(../images/lowernav_divider.gif) no-repeat left bottom;
	list-style: none;
	padding: 3px 6px 3px 12px;
	display: inline;
}
#lowernav li.first {background: none;}	

#lowernav a {
	color: #fff;
	text-decoration:none;
	}
#lowernav a:hover {
	text-decoration:underline;
	}
/******* Global styles******/
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003371;
	clear: both;
	display: inline;
	}
h2 {
	height: 19px;
	line-height: 19px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background: #000 no-repeat;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	}
h2 a {
	color: #fff;
	text-decoration: none;
	}
h2 a:hover {
	color: #FA801D;
	text-decoration: none;
	}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
}
h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 a:visited, h4 a:link, h4 a:active {
	color: #003371;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 a:hover {
	color: #003371;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
}
#breadcrumbs {
	font-size: 10px;
	margin-bottom: 20px;
	}
#print_page {
	float:right;
	clear: none;
	}
li.pdf {
	list-style: url(/images/pdf_icon.gif);
}
	
img.left { 
	float: left;
	margin-right:10px;
	margin-bottom:15px;
	}
img.right {float: right;}
	
/*****Main*****/
#homepage #main {
	width: 530px;
	float:right;
	display: inline;
	margin: 6px 13px 0px 0px;
	padding:0px;
	}
#main {
	width: 500px;
	float:right;
	display: inline;
	margin: 15px 26px 0px 0px;
	padding:0px;
}
#main ul {
	margin-left: 0px;
	padding-left: 1.0em;
}
#main p, #main li {
	color: #555555;
	font-size: 0.7em;
	line-height: 150%;
 }	
#main li ul li {
	font-size: 1.0em;
}

#main .boxfloats {
	float: left;
	width: 125px;
	display: inline;
	margin: 10px 10px 20px 0px;
	background: #F0F0F0;
	}
#main .last {
	margin-right: 0px;
	}
#main .boxfloats h2 {
	display:none;
	margin:0px;
	}
#main .boxfloats p {
	font-size: 11px;
	padding: 4px;
	line-height:normal;
	margin: 0px;
	}
	
#main .servicefloats {
	float: left;
	width: 260px;
	}
#main .servicefloats p {
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	}
#main .servicefloats a {
	font-weight: bold;
	}


	
/********** Left ************/
#left {
	width: 190px;
	display: block;
	color: #000;
	margin: 6px 0px 0px 7px;
	font-size: 11px;
	text-align:center;
	float: left;
	}
html>body #left {
	margin: 6px 0px 0px 13px;
}
	
#left p {
	text-align: left;
	margin: 5px 0px;	
	padding: 0px;
	line-height:130%; 
}

#left ul {
	text-align: left;
	margin-left: 0px;
	padding-left: 1.5em;
}

#left ul li {
	margin-bottom: 5px;
}

#left form {
	margin: 0px;
}
#left #frmSearchBox {
	text-align: left;
}
#left #frmSearchBox select {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}
#left #frmSearchBox #keyword {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}



#left input {margin:2px 0px 10px 0px;vertical-align: middle;font-size: 12px}	

#left a:visited, #left a:link, #left a:active {
	color: #013372;
}
#left a:hover {
	color: #FA801D;
}

#left h2 a:visited, #left h2 a:link, #left h2 a:active {
	color: #FFFFFF;
}
#left h2 a:hover {
	color: #FA801D;
}


/*********** footer **************/
#footer {
	background: #AFAFAF url(../images/footer_bg.gif) repeat-x top;
	padding: 10px 0px;
	margin-top: 40px;
	border-top: 4px #959595 solid;
	height: 80px;
	}
#footer p {
	font-size: 11px;
	text-align: center;
	color: #555;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}	
#footer ul, #footer li {
	display: inline;
	}
#footer a:visited, #footer a:link, #footer a:active {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	color: #555;
	text-decoration: underline;
}
	
	
	
/****** Clear *******/
.clear { clear: both;}


/****** Contact Form *******/
#contactForm {
	margin: 0px 0px 0px 20px;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}
#contactForm label {
  width: 120px;
  float: left;
}
#contactForm label.none {
	width: 100%;
	float: none;
}
#contactForm input.textbox {
    font: 1.0em Verdana, Arial, Helvetica, sans-serif;
    width: 200px;
}
#contactForm select.select {
	  font: 1.0em Verdana, Arial, Helvetica, sans-serif
}
#contactForm input.long {
	width: 250px;
}
#contactForm textarea.textarea {
    font: 1.0em Verdana, Arial, Helvetica, Sans-Serif;
    width: 250px;
    height: 150px;
}
#contactForm input.button {
    font: 1.0em Verdana, Arial, Helvetica, Sans-Serif;
}
#print_page img {
	margin-bottom: 3px;
}
.product_bucket {
	width: 500px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 20px;
}
.product_description {
	float: right;
	width: 380px;
}
.factory_field {
	border-bottom: 1px dotted #CCCCCC;
}
img.left_align {
float: left;
margin-right: 10px;
}
img.right_align {
float: right;
margin-left: 10px;
}
#results_content {
	font: 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
}
