@charset "UTF-8";
/* CSS Document */

/* clear out default styles */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset { margin: 0; padding: 0; } 

.ping, #leftCol, #leftColHome, #footer,#nav li a:hover, #leftColProducts, #leftColAirPressure, #leftColGasPressure {  
	behavior: url(iepngfix.htc); 
}

a:link, a:visited {
	color: #2b4ba8;
	text-decoration:none;
}
a:hover, a:active {
	color: #2b4ba8;
	text-decoration: underline;
}

body{
	background: #f1f1f1 url(images/gui-background.jpg) repeat-x center top;
}

#container{
	margin: 0 auto;
	padding:0;
	width:988px;
}

.clearer {
	clear:both; 
	line-height: 0; 
	height: 0;
}
#midwest_pressure_systems{
	padding:0;
	margin:0;
	width:168px;
	float:left;
}

#leftCol{
	padding:12px 65px 50px;
	margin:58px 0px 0px;
	float:left;
	min-height: 430px;
	width: 690px;
	float: left;
	background: url(images/gui-bodyback-inside.png) no-repeat;
}
#leftColHome{
	padding:12px 65px 0px;
	margin:58px 0px 0px;	
	float:left;
	min-height: 430px;
	width: 690px;
	float: left;
	background: url(images/gui-bodyback-home.png) no-repeat;
}
#leftColProducts{
	padding:12px 65px 0px;
	margin:58px 0px 0px;	
	float:left;
	min-height: 430px;
	width: 690px;
	float: left;
	background: url(images/gui-bodyback-products.png) no-repeat;
}
#leftColAirPressure{
	padding:12px 65px 0px;
	margin:58px 0px 0px;	
	float:left;
	min-height: 430px;
	width: 690px;
	float: left;
	background: url(images/gui-bodyback-airpressure.png) no-repeat;
}
#leftColGasPressure{
	padding:12px 65px 0px;
	margin:58px 0px 0px;	
	float:left;
	min-height: 430px;
	width: 690px;
	float: left;
	background: url(images/gui-bodyback-gaspressure.png) no-repeat;
}


#content{

}

.Column250{
	width:250px;
	padding:0;
	margin:0;
	float:left;
}


/* ----------nav-------------- */
#nav {
	margin:0 0 30px 0;
	padding:0;
	height: 27px;
}
#nav ul { 
	list-style:none;
	text-align:left;
	width:690px;
	margin:0;
	padding:0;
}
#nav li {
	display: inline;
	font: bold 12px "Lucida Sans", Arial, sans-serif;
}
#nav li a {
	display:inline-block;
	height:27px;
	margin:0 40px 0px 0;
	color:#2a48a1;
	text-decoration:none;
	border: none;
}
#nav li.current a {
	background: url(images/gui-menu-indicator.png) no-repeat center bottom;
}	
#nav li a:hover {
	color:#999999;
	background: url(images/gui-menu-indicator.png) no-repeat center bottom;
}




/* --- --- --- --- footer --- --- --- --- */

#footer{
	padding:0;
	width:820px;
	background: url(images/gui-footerback.png) no-repeat right top;
	float: right;
	margin:0;
	min-height:200px;
}

#footer p {
	font: normal 12px/16px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #818181;
}
#footer .weblinx {
	border-top:1px dashed;
	
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	color: #111111;
	padding: 4px 0 0 0;
	margin: 20px 0 0 0;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration:none;
	padding: 0 0 0 10px;
}
#footer a:hover, #footer a:active {
	color: #2b4ba8;
	text-decoration:none;
}
#footerLogo {
	padding:0 0 0 65px; 
	float:left;
	width:65px;
}
#footerAddress{
	padding:15px;
	width:200px; 
	text-align:left;
	float:left;
}
#footerPhoneEmail{
	padding:15px 65px 0 0; 
	text-align:right;
	width:350px; 
	float:right;

}

#bottomRight{
	color:#818181;
	font: normal 10px/16px "Lucida Sans", Arial, Helvetica, sans-serif;
	padding:20px 65px 20px 0;
	float: right;
	width:350px;
	text-align:right;
}

#bottomLeft{
	color:#818181;
	font: normal 10px/16px "Lucida Sans", Arial, Helvetica, sans-serif;
	padding:20px 0 20px 65px;
	float: left;
	width:300px;
	text-align:left;
}

/* --- --- --- --- Main Styles --- --- --- --- */

h1{
	font: normal 24px/24px Arial, Helvetica, sans-serif;
	color: #2948a0;
	padding-bottom: 3px;
	margin:0;
}

h2{
	font: italic bold normal 12px/18px Arial, Helvetica, sans-serif;
	color: #818181;
	padding-bottom:10px;
}
h3{
	font: normal 18px/23px Arial, Helvetica, sans-serif;
	color:#2948a0;
	padding-bottom: 8px;
}
h5{
	font: bold normal 12px/18px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-bottom: 0px;
}
h4{
	font: bold normal 16px/20px Arial, Helvetica, sans-serif;
	color:#333333;
	padding: 10px 0 3px;
}
h6{
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 20px;
	display:block;
	border-bottom:1px dotted #CCCCCC;
	
}
h6 a:link, h6 a:visited{
	color:#999999;
}
h6 a:hover, h6 a:active{
	color:#213A82;
	text-decoration:none;
}
h6 .activeLink{
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	color:#213A82;	
}

p{
	font: normal 14px/21px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 14px;
}

li{
	padding-bottom: 5px;
}
ul{
	font: normal 14px/21px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #434343;
	padding-bottom: 14px;
	list-style: square outside;
	padding-left: 20px;
}
ol{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 0 20px 15px;
	list-style: outside;
}
table{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding:0;
	margin-top:10px;
	margin-bottom:30px;
}
.smallText{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 14px;
}

hr{
	border-bottom:1px dotted #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#skinny{
	width:400px;
	clear:both;
}
#skinny2{
	width:500px;
	clear:both;
}

.item550{
	min-height:153px;
	margin:0px 0px 30px 70px;
	width:530px;
	padding:10px;
	border: 2px solid #CCCCCC;
	background: #FFFFFF;
	clear:both;
}

.Column250{
	width:250px;
	padding:0;
	margin:0;
	float:left;
}
.Column385{
	width:385px;
	padding:0;
	margin:0;
	float:left;
}
.Column300{
	width:300px;
	padding:0;
	margin:0;
	float:left;
}
