@charset "utf-8";
body  {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	background: #ffffff;
	/*background: #e5e5f1;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/*padding: 4px;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
    background: url(../images/design/header.jpg) no-repeat;
	height: 164px;
	padding: 0;
	margin: 0;
	position: relative;
} 

#main_menu{
	position: absolute;
	left: 0px;
	top: 140px;
	height: 22px;
	width: 800px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0;
}
#mainContent { 
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer{ position: relative;
		background: #000077; 
		height: 20px; 
		width: 780px; 
		color: white; 
		font-weight:400; 
		line-height: 18px; 
		padding: 0 10px;}

#footer a{ color: white; font-weight:400;}

#footer a:hover{ text-decoration: underline;}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#tel{ 
	position: absolute;
	top: 0px;
	left: 464px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 10px;
}

h1 {
 color: #000078;
 font-size: 18px;
 margin: 10px 0 10px 0; padding: 0;
} 

h2{
 color: #000078;
 font-size: 14px;
}

h2.newstitle{
	margin: 0;
}
p.newssummary{margin-top:2px; }


a{ 
	color: #e32408;
	text-decoration: none;
    font-weight: 600;
} 



.rangesummary{
	float: left; width: 170px;
	margin-top: 10px;
	margin-right: 25px;
}

a img{ border: none;}.tel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
}

.style_red {color: #CC0000}



.customer_logo {
	float: left;
	width: 180px;
	margin: 0 6px 30px 6px;
	height: 80px;
	text-align: center;
}

.ui-tabs-hide { display: none; }

#product-tabs{ float: left; width: 400px; margin-right: 30px;}


#signoff{position: absolute; top: 0; right: 0;}
