a img {
	border: 0;
}
/*-----------TYPOGRAPHY----------*/
body { font: 75%/1.65 Arial, Helvetica, sans-serif; color: #333; background-color: #e7e2b7; margin: 0;padding:0}
div { margin: 0 }
ul, ol, dl { padding: 0 0 0 2em; margin: 1.65em 0;}
ul li ul, ol li ol, ol li ul, ul li ol { margin: 0; padding: 0;}
li, dd {padding: 0;margin: 0 0 0 .5em;}
ul {list-style-type: disc;}
ol {list-style-type: decimal;}
dt {font-weight: bold;padding: 0;margin: 0;}
h1 {font: 3.818em/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif; /* 36px */letter-spacing: -.03em;margin: 0 0 9px 0;color: #ce7019;}
h2 {font: 1.714em/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif; /*24px */margin: 9px 0;letter-spacing: -.01em;color: #ce7019;}
h3 {font: 1.5em/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif; /*21px */margin: 9px 0;color: #ce7019;}
h4 {font: 1.286em/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif; /*18px*/margin: 9px 0;}
h5 {font: 1.143em/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;/*16px*/margin: 9px 0;}
h6 {font: 1em/1.1em  "Helvetica Neue", Helvetica, Arial, sans-serif;margin: 9px 0;}
blockquote {margin: 0 0 0 4em;font-size: .857em;line-height: 1.917em;}
a {text-decoration: underline;color: #bf833d;}
a:visited {color: #bf833d;}
abbr, acronym {border-bottom: 1px dotted #333;cursor: pointer;}
code, kbd, samp, pre {font-family: "Courier New", Courier, monospace;}
pre, pre p {margin: 1.5em 0;font-family: "Courier New", Courier, monospace;line-height: 1.1em;}
em {font-style: italic;}
strong {font-weight: bold;}
del {text-decoration: line-through;}
ins {text-decoration: underline;}
sup {font-size: .75em;margin: 0 0 .15em 0;padding: 0;line-height: 1em;}
sub {font-size: .75em;margin: .15em 0 0 0;padding: 0;line-height: 1em;}
/*------------ TABLES ----------------*/
table {border: 0;border-collapse:collapse;border-spacing:0;padding: 0;margin:0 0 1.65em 0;}
tr {background-color: #FFF;cursor: pointer;}
tr:hover {background-color: #EAEAEA;}	
th {padding: 2px 5px 5px 5px;font-weight: bold;text-align: left;background-color: #FFF;border-width: 0 0 1px 0;border-style: solid;border-color: #666;}
td {padding: 2px 5px;border: 0;}
.clearfix:after {content: ".";display: block;height: 0;width: 100%;visibility: hidden;display: none;clear: both;}
/*-------------- FORMS ----------------*/
form {margin:0;padding:0;}
fieldset {width: 100%;padding: 0;margin: 1.5em 0;border: 0;}
fieldset legend {1.5em/1.1em "Helvetica Neue", Helvetica, Arial, sans-serif; /*21px */color: #ce7019;}
fieldset.stacked input[type="hidden"], fieldset.inline input[type="hidden"] {border: 0;background-color: transparent;display: none;}
input.radio, 
input.checkbox, 
input[type=radio],
input[type=checkbox],
fieldset ul li input.radio, 
fieldset ul li input.checkbox,
fieldset ul li input[type="radio"], 
fieldset ul li input[type="checkbox"] {
	border: 0;
	background-color: transparent;
	background-image: none;
	margin-top: .2em;
}
fieldset div { clear: both;margin: 1.5em 0;height: 100%;}
fieldset div:after {content: ".";display: block;width: 100%;clear: both;height: 0;visibility: hidden;}
fieldset div.navigationSet {margin: 2em 0 0 0;}
fieldset.inline div.navigationSet {padding-left: 13.1em;}
label {font-size: 1.167em; font-family: Arial, sans-serif;line-height: 1.167em;padding: 3px .35em 0 0;}
fieldset.inline label {width: 11em;display: block;clear: left;float: left;font-weight: normal;}
fieldset div em, em.required {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	line-height: 1.2em;
	color: #666666;
}
fieldset div em, em.required {
	font-weight: bold;
	font-size: 16px;
	color: red;
}
div.errors {
	background-color: #fcfbdd;
	border: 1px solid #92916a;
	color: red;
	padding: 5px;
}
input, select, textarea {
	padding: 1px;
	color: #000000;
	font-size: 1.077em;
	font-familt: Arial, sans-serif;
	line-height: 1em;
	color: #333;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #666 #CCC #666 #CCC;
	width: 16em;
	background-color: #FFFFFF;
	font-weight: normal;
}
input:focus, 
select:focus, 
textarea:focus,
input.focus, 
select.focus, 
textarea.focus,
input:active, 
select:active, 
textarea:active {
	background-color: beige; 
	outline: none;
}
select[multiple="multiple"], 
select.multiple {
	border: 1px solid #666666;
	width: 11em;
}
fieldset.inline input.percent, 
fieldset.inline input.short,
fieldset.stacked input.percent, 
fieldset.stacked input.short {
	width: 5em;
}
textarea {
	font: 1em Arial, sans-serif;
	width: 240px;
}
input.checkbox,
input.radio {
	border: 0;
	background-color: transparent;
} 
input[type="submit"], 
input[type="button"],
input.button {
	background-color: #f7f6c9;
	color: #000;
	border-width: 2px;
	border-style: solid;
	border-color: #fcfbdd #888771 #888771 #fcfbdd;
	padding: 2px 6px 2px 10px;
	display: inline;
	float: none;
	width: auto;
	clear: none;
	margin: 0;
	padding: 5px 10px;
	outline: 0;
	font-weight: bold;
}
fieldset.inline input, 
fieldset.inline select, 
fieldset.inline textarea {
	float: left;
	clear: none;
	display: block;
}
/*-------------LAYOUT----------------*/
#wrapper {
	width: 962px;
	margin: 0 auto;
}
#masthead {
	height: 141px;
	background: #FFF url(../images/mastheadBg.gif);
	overflow: hidden;
}
#contact-link {
	display: block;
	float: right;
	margin: 10px 20px 0 0;
	padding: 0;
	text-decoration: none;
	color: #666;
}
#masthead ul#main-nav {
	float: none;
	clear: both;
	width: 90%;
	padding: 5px 30px;
	margin: 5px 0 0 0;
}
#masthead ul#main-nav li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#masthead ul#main-nav li a, #masthead ul#main-nav li a:visited {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 13px;
	color: #174a7c;
	text-transform: uppercase;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
}
#masthead ul#main-nav li a:hover {
	color: #bf833d;
}
#masthead ul#main-nav li.current a {
	color: #bf833d;
}
.logo {
	display: block;
	float: left;
	width: 200px;
	padding: 20px 40px;
}
#page-contents {
	width: 100%;
	overflow: hidden;
	min-height: 400px;
}
#main {
	width: 681px;
	float: left;
	background: #FFF url(../images/mainBg.gif) repeat-y;
	padding: 0 0 1000em 0;
	margin-bottom: -1000em;
	overflow: hidden;
}

#main div#sub-nav-div {
	width: 185px;
	float: left;
	padding: 0 10px 1002em 0;
	margin: 18px 18px -1000em 10px;
	border-right: 1px dashed #8ca45c;

}
#main ul#sub-nav {

}
#main ul#sub-nav li {
	list-style-type: none;
	font-size: 13px;
}
#main ul#sub-nav li a, #main ul#sub-nav li a:visited {
	color: #666;
	text-decoration: none;
}
#main ul#sub-nav li.current a, #main ul#sub-nav li.current a:visited {
	color: #bf833d;
}
#copy {
	width: 420px;
	float: left;
	padding: 20px 0 1000em 0;
	margin: 0 0 -1000em 0;
}
#sidebar {
	width: 281px;
	float: right;
	background: #f3f6ee url(../images/sidebarBg.gif) repeat-y;
	padding: 0 0 1000em 0;
	margin-bottom: -1000em;
}
#sidebar p, #sidebar div, #sidebar ul, #sidebar ol, #sidebar table, #sidebar form {
	margin: 0 25px 0 18px;
	font: 18px Arial, sans-serif;
	color: #455a21;
}
#sidebar p#contact-blurb {
	width: 245px;
	height: 139px;
	margin: 0 0 35px 0 !important;
	background: transparent url(../images/contactUsBg.gif) no-repeat scroll top left;
	padding: 25px 18px 0 14px;
	color: #b06010;
	font-size: 13px;
	line-height: 120%;
}
#contact-blurb a, #contact-blurb a:visited {
	text-decoration: none;
	color: #b06010;
}
#contact-blurb img {
	float: left;
	display: block;
	margin: 10px 10px 0 0;
}
h1 {
	width: 100%;
	height: 101px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
.general h1, .technology h1 {
	background: transparent url(../images/headers/technology.jpg);
}
.carbon-recycling h1 {
	background: transparent url(../images/headers/carbonRecycling.jpg)
}
.products h1 {
	background: transparent url(../images/headers/products.jpg)
}
.markets h1 {
	background: transparent url(../images/headers/markets.jpg)
}
.about-us h1 {
	background: transparent url(../images/headers/aboutUs.jpg)
}
.contact h1 {
	background: transparent url(../images/headers/contactUs.jpg)
}

#footer {
	height: 50px;
	clear: both;
	background: transparent url(../images/footerBg.gif) no-repeat;
	padding: 18px;
}
#footer span {
	float: left;
}
#footer ul {
	width: 660px;
	clear: none;
	float: right;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: block;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0 0 0 10px;
}
#footer ul li a, #footer ul li a:visited {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.home #page-contents {
	width: 964px;
	height: 548px;
	position: relative;
	background-image: url(../images/homeBg.jpg) !important;
}
.home #footer {
	background-image: none;
	padding-top: 0;
}
.home #first {
	font: bold 18px Arial, sans-serif;
	color: #b06010;
	position: absolute;
	top: 372px;
	left: 35px;
	width: 165px;
	margin: 0;
}
.home #second {
	font: 18px Arial, sans-serif;
	color: #455a21;
	position: absolute;
	top: 372px;
	left: 369px;
	width: 560px;
	margin: 0;
}
.home #fuels {
	position: absolute;
	top: 61px;
	left: 700px;
	margin: 0;
	padding: 0;
	width: 300px;
}
.home #fuels li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 55px 0 0;
}
.home #products {
	position: absolute;
	top: 251px;
	left: 680px;
	margin: 0;
	padding: 0;
	width: 300px;
}
.home #products li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 25px 0 0;
}
#products {
	margin: 20px 0;
	padding: 0 0 0 25px;
	width: 100%;
}
#products li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 25px 0 0;
}
#fuels {
	margin: 20px 0;
	padding: 0;
	width: 100%;
}
#fuels li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 45px 0 0;
}

