html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#190e08;
	background-image: url('../images/bk_color.jpg');
	
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height: 20px;
	text-align:justify;
	color:#000000;
}

div#shadow {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background-image: url('../images/bk_steel.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#container {
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#FFFFFF;
	padding-bottom: 25px;
}


div#mainbody
{
	margin: 0 auto;
	/* center, not in IE5 */
	width: 900px;
	text-align: left;
}


div#homefeature
{
	width:531px;
	padding-top: 25px;
	padding-left: 25px;
	float: left;
	
	font-size:16px;
	line-height: 25px;
	text-align:justify;
	color:#5c5c5c;
}

div#homecatalogs
{
	padding-top: 25px;
	padding-right: 25px;
	float: right;
}

div#product_petroleumhead
{
	background:#cc0000;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
}

div#product_biofuelhead
{
	background:#99cc33;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
}

div#product_corporatehead
{
	background:#807874;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
}

div#product_industrialhead
{
	background:#000099;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
}

div#product_hvachead
{
	background:#0099ff;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
}

div#product_subhead
{
	background:#807874;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
	border-top: 1px white solid;
}

div#product_subheadpetroleum
{
	background:#cc0000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
	border-top: 1px white solid;
}

div#product_subheadindustrial
{
	background:#000099;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
	border-top: 1px white solid;
}

div#product_subheadbiofuel
{
	background:#99cc33;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
	border-top: 1px white solid;
}

div#product_subheadhvac
{
	background:#0099ff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
	border-top: 1px white solid;
}

div#product_subheadinternational
{
	background:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#ffffff;
	border-top: 1px white solid;
}

div#product_subitem
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 15px;
	
	font-size:14px;
	line-height: 24px;
	text-align:left;
	color:#000000;
	border-top: 1px white solid;
}

div#product_intro
{
	background:#e1ddda;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-size:16px;
	line-height: 26px;
	text-align:justify;
	color:#000000;
	border-top: 1px white solid;
}

div#product_introbiofuel
{
	background:#99cc33;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-size:16px;
	line-height: 26px;
	text-align:justify;
	color:#ffffff;
}

div#product_intropetroleum
{
	background:#cc0000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-size:16px;
	line-height: 26px;
	text-align:justify;
	color:#ffffff;
}

div#product_introindustrial
{
	background:#000099;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-size:16px;
	line-height: 26px;
	text-align:justify;
	color:#ffffff;
}

div#product_introhvac
{
	background:#0099ff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-size:16px;
	line-height: 26px;
	text-align:justify;
	color:#ffffff;
}

div#product_content
{
	background:#ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;

}

div#product_techsheet
{
	font-size:10px;
	line-height: 18px;
	text-align:justify;

}

.product_headpetroleum
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #cc0000;
}

.product_headbiofuel
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #99cc33;
}

.product_headindustrial
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #003399;
}

.product_headhvac
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #0099ff;
}

.product_head
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
}

.product_headblack
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

.product_headcorporate
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #807874;
}

div#mininav
{
	margin: 0 auto;
	/* center, not in IE5 */
	width: 850px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	background: #807874;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #b3aaa4;
	border-bottom: 1px white solid;
}


.clr {
	clear:both;} 


div#footer
{
	margin: 0 auto;
	/* center, not in IE5 */
	width: 850px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url('../images/footer_leftcorner.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footerBOTTOMRIGHT
{
	margin: 0 auto;
	/* center, not in IE5 */
	width: 900px;
	background: #b3aaa4;
	background-image: url('../images/footer_rightcorner.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	
}


div#floatleft
{
	float: left;
	}

div#floatleft_product
{
	float: left;
	padding-right: 15px;
	}	
	

div#floatright
{
	float: right;
	}



div#copyright
{
	margin: 0 auto;
	/* center, not in IE5 */
	width: 850px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #ffffff;
}



.textmiddle {vertical-align:middle;}

.headline {color:#99CC00;}

.grey {color:#666666;}
	
#footerTOP {
	background:#333333;
	background-image: url('images/foot_toptile.gif');
	background-repeat: repeat-x;
	background-position: top;
	width:800px;
	font-size: 12px;
	line-height: 15px;
	text-align:left;
	color:#FFFFFF;
	}	

#footerBOTTOM {
	background-image: url('images/foot_bottomtile.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top:7px;
	padding-bottom:7px;
}

#footerLEFT {
	background-image: url('images/foot_dotsleft.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:40px;
	vertical-align:middle;
}

#footerRIGHT {
	background-image: url('images/foot_dotsright.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right:40px;
	vertical-align:middle;
}

#footerSUB {
	font-size: 11px;
	line-height: 15px;
	text-align:left;
	color:#FFFFFF;
	padding-left:40px;
	padding-right:40px;
	padding-top:7px;
	
	}

#footerLOGO
{
	padding-right: 40px;
	padding-bottom: 20px;
	float: right;
}










.textmiddle {vertical-align:middle;}


p,img,ul{
	margin-top:0;
	margin-bottom:0;
}

p{
	padding-bottom:25px;
}

.activelink
{
	color: #000000;
	text-decoration: none;
 	font-size: 14px;
	line-height: 14px;
	text-align: left;
}


img {
	border: none;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
}

a {
	color: #807874;
	text-decoration: none;
}

a:visited {
	color: #807874;
	text-decoration: none;
}

a:hover {
	color: #807874;
	text-decoration: underline;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.taupe {
	color: #b3aaa4;
	text-decoration: none;
}

a.taupe:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.taupe2 {
	color: #807874;
	text-decoration: none;
}

a.taupe2:hover {
	color: #807874;
	text-decoration: underline;
}

a.black {
	color: #000000;
	text-decoration: none;
}

a.black:hover {
	color: #000000;
	text-decoration: underline;
}

a.red {
	color: #cc0000;
	text-decoration: none;
}

a.red:hover {
	color: #cc0000;
	text-decoration: underline;
}

a.blue {
	color: #003399;
	text-decoration: none;
}

a.blue:hover {
	color: #003399;
	text-decoration: underline;
}

a.green {
	color: #99cc33;
	text-decoration: none;
}

a.green:hover {
	color: #99cc33;
	text-decoration: underline;
}

a.cyan {
	color: #0099ff;
	text-decoration: none;
}

a.cyan:hover {
	color: #0099ff;
	text-decoration: underline;
}