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

body {
	margin: 0;
	background: #f7f8f8 top repeat-x url(/images/body-bg.gif);
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	letter-spacing: 1px;
}

h1 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1.75px;
	margin: 0 0 20px 0;
}
h2 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1.75px;
	margin: 0 0 20px 0;
}
h3 {
}
h4 {
}

/* Heading styles */
.welcome {
	background: bottom left no-repeat url(/images/h-icon-home.gif);
	padding: 25px 0px 5px 65px;
}
.growth {
	background: bottom left no-repeat url(/images/h-icon-growth.gif);
	padding: 25px 0px 5px 65px;
}
.location {
	background: bottom left no-repeat url(/images/h-icon-location.gif);
	padding: 25px 0px 5px 65px;
}
.corporate {
	background: bottom left no-repeat url(/images/h-icon-corporate.gif);
	padding: 25px 0px 5px 65px;
}
.weather {
	background: bottom left no-repeat url(/images/h-icon-weather.gif);
	padding: 25px 0px 5px 65px;
}
.contact {
	background: bottom left no-repeat url(/images/h-icon-contact.gif);
	padding: 25px 0px 5px 65px;
}
.asiapacadv {
	background: bottom left no-repeat url(/images/h-icon-asiapac.gif);
	padding: 25px 0px 5px 65px;
}
.light {
	background: bottom left no-repeat url(/images/h-icon-light.gif);
	padding: 25px 0px 5px 65px;
}

img {
	border: 0;
}

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

em {
	color: #8c940a;
}

.clearleft {
	clear: left;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.col-left {
	width: 242px;
	float: left;
}
.col-right {
	width: 658px;
	float: left;
}

#header {
	height: 392px;
}
#header img {
	display: block;
}

#menu{
}
#menu a:link, #menu a:active, #menu a:visited {
	height: 30px;
	display: block;
	background-position: top;
	background-repeat: no-repeat;
}
#menu a:hover {
	background-position: bottom;
}
#menu span {
	display: none;
}
#menu a {
	width: 242px;
}
#menu a.home {
	background-image: url(/images/menu-home.gif);
}
#menu a.aboutus {
	background-image: url(/images/menu-aboutus.gif);
}
#menu a.whybiodiesel {
	background-image: url(/images/menu-whybiodiesel.gif);
}
#menu a.environmental {
	background-image: url(/images/menu-environmental.gif);
}
#menu a.products {
	background-image: url(/images/menu-products.gif);
}
#menu a.asiapac {
	background-image: url(/images/menu-asiapac.gif);
}
#menu a.contactus {
	background-image: url(/images/menu-contactus.gif);
}


#content {
	float: left;
	background: left repeat-y url(/images/content-div.gif);
	line-height: 18px;
	margin-top: 10px;
}
#content .col-left {
	width: 232px;
	padding-right: 10px;
}
#content .col-left img {
	padding: 5px;
	border: 1px solid #d9d9d9;
}
#content .col-right {
	width: 640px;
	padding-left: 18px;
}

.form {
	width: 420px;
}
.form th {
	width: 100px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
}
.form td {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 10px;
}
.form .end th, .form .end td {
	border: 0;
}
.form input, .form textarea {
	border: 1px solid #aeaeae;
	padding: 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	letter-spacing: 1px;
}
.form input.button {
	border: 0;
	padding: 0;
	width: auto;
}

.error {
	width: 400px;
	padding: 10px;
	margin: 5px 0 10px 0;
	border: 1px solid #fdb231;
	background-color: #fff0be;
}
.notification {
	width: 400px;
	padding: 10px;
	margin: 5px 0 10px 0;
	border: 1px solid #8c940a;
	background-color: #f6f8d3;
}

#footer {
	margin: 5px 0 0 0;
	background: top repeat-x url(/images/footer-div.gif);
	padding: 10px 0;
	color: #808181;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #808181;
	text-decoration: none;
}
#footer a:hover {
	color: #979d08;
	text-decoration: none;
}
#footer .col-left {
}
#footer .col-right {
	text-align: right;
}
