/* standard html tag */
body {
	font-size: 11px;
	line-height: 1.0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #666666; */
	background-image: url('../images/bg.gif');
	background-position: center;
	color: #333333;
}
div, dl, dt, dd {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.3;
}
a { text-decoration: none; color: #669999;}
a img { border: none; }
a:hover { }
h2 { color: #CC6633; margin-bottom: 3px; }
h3 { color: #CC6633; margin-bottom: 3px; text-transform: uppercase; }
h4 { color: #CC6633; margin-bottom: 3px; text-transform: uppercase; font-size: 18px; }
h5 { color: #444444; margin-bottom: 3px; text-transform: uppercase; font-size: 14px; }
/* menu */
#menu {
	width: 180px;
	margin-top: 10px;
	float: left;
}
.menu_item {
	display: block;
	background-color: #99cccc;
	color: #ffffff;
	text-align: right;
	margin-bottom: 3px;
	display: block;
	font-size: 14px;
	padding: 10px;
}
.menu_current_item {
	display: block;
	background-color: #669999;
	color: #ffffff;
	text-align: right;
	margin-bottom: 3px;
	display: block;
	font-size: 14px;
	padding: 10px;
}
.menu_item:hover {
	background-color: #669999;
}
/* layout */
#pagewrap {
	width: 780px;
	height: 100%;
	padding: 10px 40px;
	margin: 0px auto;
	/* background-color: #ffffff; */
}
#header {
}
#contact {
	margin-top: 10px;
	background-color: #99cccc;
	padding: 4px;
	font-size: 10px;
	width: 772px;
}
#info_banner {
	margin-top: 10px;
	width: 780px;
	height: 25px;
	background-image: url("../images/info_banner.gif");
}
#info_banner #ib_01 {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 185px;
	height: 25px;
}
#info_banner #ib_02 {
	position: absolute;
	display: block;
	top: 0px;
	left: 185px;
	width: 165px;
	height: 25px;
}
#info_banner #ib_03 {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 25px;
}
#content {
	width: 580px;
	margin: 10px 0px 0px 20px;
	float: left;
}

#content a:link, #content a:visited{text-decoration:underline;}


/** CLEAR FIX START **/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/** CLEAR FIX END **/

#pricing-wrapper{
	width:580px; 
	height:400px;
	margin-top:0px;
	background:#ffffff;
	}
#biodiesel-title{margin:30px 0px 0px 0px; width:auto; float:left;	
	height:292px;
}


#sunflower{
	width:299px; 
	margin:10px 20px 0px 20px;
	height:292px;
	color:#ffffff;
	float:right;
	font-size:13px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	text-align:center;
	background:#ffffff url(../images/sunflower.jpg) no-repeat 0px 0px;

	}

.currentpricing{color:#fbbc02;display:block;padding:0px 0px 7px 0px;}
.priceperliter{font-size:22px; color:#fee203; padding:0px 0px 7px 0px; display:block;}
.gst{color:#fbbc02;display:block;}
.clr{clear:both; height:1px; display:block; margin:0px;}
.underline{text-decoration:underline;}