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


body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(image/bg.gif);
	background-repeat: repeat-x;
	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: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border:none;
}

.oneColLiqCtrHdr #header a{
	border:none;
	padding: 0;
}

.oneColLiqCtrHdr #terms{
	margin:auto;
	width:700px;
}

.oneColLiqCtrHdr #clear{
	clear: both;	
}

.oneColLiqCtrHdr #products{
	margin:20px;
}


.form {
	width:350px;
	position:relative;
	float:right;
	padding: 0;

}

.quote {
	padding-left:50px;
}

.aboutimg {
	padding-left:30px;
}

.oneColLiqCtrHdr #container {
	width: 850px;  /* this will create a container 80% of the browser width */
	background: #293c8e;
	/*background:#fff;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.oneColLiqCtrHdr #img {border:none; 
}

.oneColLiqCtrHdr  h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;	
}

.brochure {
	padding-left: 550px;
	position:absolute;
	
}

.oneColLiqCtrHdr #range {
	padding-left:2em;
	padding-right: 2em;
	
}


.oneColLiqCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #293c8e;
	width:790px;
	float:left;
	/*background:#fff;*/
}

.oneColLiqCtrHdr #mainContentleft {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #293c8e;
	width:470px;
	float:left;
	/*background:#fff;*/
}

.oneColLiqCtrHdr #mainContentright {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #293c8e;
	width:260px;
	float:right;
	/*background:#fff;*/
}

#clear {
	clear:both;
}

.oneColLiqCtrHdr #mainContent a{
	color: #FFF;	
}

.oneColLiqCtrHdr #featured {
	border:thick double #FFF;
	width: 686px;
	margin:auto;
}

.oneColLiqCtrHdr #left {
	border:none;
	width: 400px;
}

.img1 {
	float:right;
	right:0;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	border:solid;
	/*padding-left: 470px;*/
	/*left: 550px;*/
}

.img2 {
	float:left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	border:solid;
}

.oneColLiqCtrHdr #features {
	width: 600px;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #293c8e;
	/*background:#fff;*/
	padding-top: 10px;
	width: 810px;
	margin:auto;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:8px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:8px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-decoration: none;
}

.oneColLiqCtrHdr #form1 { 
	padding: 0 100px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#293c8e;
	text-align:right;
	width: 400px;
} 

/* bottom links */

.oneColLiqCtrHdr #ContentAreaBottom{
	width: 810px;
	background:#006;

	text-align: left;
	color: #8a8a8a;
	font-size: 9px;
	padding-top: 0px;
	text-decoration:none;
	margin:auto;
}

.oneColLiqCtrHdr #ContentAreaBottom h2{color: #333333; font-size: 14px; padding: 3px 0 3px 3px;}

.oneColLiqCtrHdr #ContentAreaBottom ul{ margin: 0; padding: 0; text-decoration: none;}

#ContentAreaBottom li{
	line-height: 15px; 
	list-style-type: none; 
	padding: 0; 
	margin: 0;
	text-decoration: none;
}

/* Other Infomation Links Box */

.oneColLiqCtrHdr #OtherInformation {
	width: 240px ;
	float: left;
	margin: 5px 5px 5px 15px;
	padding: 4px;
	border-right: 1px solid #e0e0e0;
}

.oneColLiqCtrHdr #OtherInformation h2{
	background: url(/images/Body-Structural/planeticon.jpg) no-repeat left top;
	color: #FFF;
}

.oneColLiqCtrHdr #ProductLinks {
	width: 250px ;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 4px;
	border-right: 1px solid #e0e0e0;
	text-decoration: none;
	
}

.oneColLiqCtrHdr #ProductLinks h2{background: url(/images/Body-Structural/gogicon.jpg) no-repeat left top;color: #FFF;}

.oneColLiqCtrHdr #ContactInformation {
	width: 240px ;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 4px;
}

.oneColLiqCtrHdr #ContactInformation h2{background: url(/images/Body-Structural/lettericon.jpg) no-repeat left top;color: #FFF;}


.ContentAreaColumn1{
	width: 95px;
	float: left;
	color: #FFF;
	text-decoration: none;
}

.ContentAreaColumn2{width: 145px;float: left;color: #FFF;
	text-decoration: none;}

.ContentAreaColumn3{width: 115px;float: left;color: #FFF;
	text-decoration: none;}

.ContentAreaColumn4{width: 135px;float: left;color: #FFF;
	text-decoration: none;}

.links{width: 145px;float: left;color: #FFF;
	text-decoration: none;}

/* Page Footer */

