
* {
	margin : 0;
	padding : 0;
}

/* Structure
_______________________________________________________________________________*/

body {
	background: #fff;
	color : #000;
	font-size : 62.5%;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
#wrapper {
	margin : 0 auto;
	width : 760px;
	font-size : 1.1em;
	line-height : 1.1em;
}

/* Header and Top Navigation
_______________________________________________________________________________*/

#header {
	display: none;
}

/* Content
_______________________________________________________________________________*/

#content_block {
	width: 758px;
	float: left;
	border: 0;
}
#content {
	width: 742px;
	float: left;
	font-size: 1.2em;
	border: 0;
}
#fuel_intro {
	display: none;
}

/* Homepage Details Blocks
_______________________________________________________________________________*/


#content #details {
	margin: 0 0 10px 0;
	font-size: .8em;
	line-height: 120%;
	list-style: none;
	float: left;
}
ul#details li {
	width: 153px;
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	color: #ff7f00;
}
ul#details li p {
	margin: 0;
	padding: 0;
}
ul#details li.details_logo {
	display: none;
}
ul#details li.details_left {
	padding: 10px 20px 10px 10px;
	width: 153px;
}
ul#details li.details_middle {
	padding: 10px 20px 10px 10px;
	width: 153px;
}
ul#details li.details_right {
	padding: 10px 20px 10px 10px;
	width: 166px;
}
ul#details h1, ul#details h2, ul#details h3, ul#details h4, ul#details h5 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	line-height: 160%;
	color: #ff7f00;
}

/* Footer
_______________________________________________________________________________*/

#footer {
	height: 167px;
	width: 760px;
	float: left;
}
#footer p {
	margin: 0;
	padding: 20px 0 0 10px;
	color: #685a27;
}

/* Footer
_______________________________________________________________________________*/

p {
	margin: 15px 60px 15px 40px;
	line-height: 120%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 60px 15px 40px;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 2px solid;
	line-height: 120%;
	color: #DF0D11;
}
ul, ol {
	margin: 15px 60px 15px 60px;
	line-height: 120%;
}
blockquote {
	margin: 15px 60px 15px 40px;
	padding-left: 20px;
	border-left: 2px solid #4e4e4e;
	font-style: italic;
	font-family: Georgia, serif;
	line-height: 120%;
}
