@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background: url(images/main_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
legend {
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a {	
	color: #104938;
}
a:hover {
	color: #266e58;
}
.container {
	width: 957px;
	margin: auto;
}
.headerMyAccount {
	width: 95px;
	height: 24px;
	float: right;
}
/******************* Navigation *******************/
.navMain {
	width: 957px;
	height: 47px;
	padding-top: 14px;
	padding-bottom: 6px;
	float: left;
}
.navMain a:hover {
	background-position: 0px -47px;
}
.navHome a {
	width: 107px;
	background: url(images/nav_home.jpg) no-repeat;
	height: 47px;
	float: left;
}
.navAbout a {
	width: 132px;
	background: url(images/nav_about.jpg) no-repeat;
	height: 47px;
	float: left;
}
.navFuel a {
	width: 137px;
	background: url(images/nav_fuel.jpg) no-repeat;
	height: 47px;
	float: left;
}
.navInstallation a {
	width: 148px;
	background: url(images/nav_installations.jpg) no-repeat;
	height: 47px;
	float: left;
}
.navServices a {
	width: 124px;
	background: url(images/nav_services.jpg) no-repeat;
	height: 47px;
	float: left;
}
.navBudget a {
	width: 159px;
	background: url(images/nav_budget.jpg) no-repeat;
	height: 47px;
	float: left;
}
.navContact a {
	width: 150px;
	background:  url(images/nav_contact.jpg) no-repeat;
	height: 47px;
	float: left;
}

/******************* Banner *******************/

.banner {
	width: 957px;
	padding-bottom: 7px;
	float: left;
}
.bannerLogo {
	width: 307px;
	height: 259px;
	float: left;
}
.bannerTruck {
	width: 632px;
	height: 186px;
	float: left;
}
.bannerText {
	width: 622px;
	height: 63px;
	padding: 10px 10px 0px 0px;
	background: url(images/banner_bottom_bg.jpg) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.bannerTagline {
	width: 622px;
	height: 53px;
	padding: 20px 10px 0px 0px;
	background: url(images/banner_bottom_bg.jpg) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
	float: left;
}
.bannerRight {
	width: 18px;
	height: 259px;
	background: url(images/banner_right.jpg) no-repeat;
	float: right;
}
.bannerTextHeading {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/******************* Box 1 *******************/
.box1 {
	width: 307px;
	padding: 0px 17px 7px 0px;
	float: left;
}
.box1Last {
	width: 307px;
	float: left;
}
.box1Heading {
	width: 307px;
	height: 36px;
	background: url(images/box1_header_bg.jpg) repeat-x;
	float: left;
}
.box1HeadingLeft {
	width: 13px;
	height: 36px;
	background: url(images/box1_header_bg_left.jpg) no-repeat;
	float: left;
}
.box1HeadingRight {
	width: 15px;
	height: 36px;
	background: url(images/box1_header_bg_right.jpg) no-repeat;
	float: right;
}
.boxHeadingText {
	width: 200px;
	height: 35px;
	padding-top: 1px;
	float: left;
}
.boxBody {
	width: 286px;
	height: 100px;
	background: #f5f5f5;
	border-left: solid 1px #a1a1a1;
	border-right: solid 1px #a1a1a1;
	margin-left: 3px;
	padding: 3px 6px 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	float: left;
}
.box1Footer {
	width: 307px;
	height: 9px;
	background: url(images/box1_footer_bg.jpg) repeat-x;
	float: left;
}
.box1FooterLeft {
	width: 12px;
	height: 9px;
	background: url(images/box1_footer_left.jpg) no-repeat;
	float: left;
}
.box1FooterRight {
	width: 13px;
	height: 9px;
	background: url(images/box1_footer_right.jpg) no-repeat;
	float: right;
}
.box2Heading {
	border-bottom: 2px solid #a78f63;
	background: url(images/bulletDrop.jpg) no-repeat;
	margin: 0px 4px 3px 3px;
	padding: 0px 0px 0px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.box2Heading a { color: #000000; text-decoration: none; }
.box2Heading a:hover { color: #333333; }
.box2Image {
	padding: 0px 4px 0px 3px;
	float: left;
}
.box2Text {
	padding: 5px 10px;
	float: left;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.button_request {
	width: 137px;
	height: 28px;
	padding-top: 4px;
	float: right;
}
.button_more {
	width: 58px;
	height: 28px;
	padding-top: 4px;
	float: right;
}
.oilPrice {
	color: #715514;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

/******************* Footer *******************/

.footer {
	width: 950px;
	margin: 3px 4px 0px 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-top: 2px solid #a78f63;
	float: left;
}
.copyright {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: left;
}
.poweredBy {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
	float: right;
}
.poweredBy a { text-decoration: none; color: #333333; }
.poweredBy a:hover { text-decoration: underline; }



/******************* RSS *******************/

.rssFeedItem {
	width: 290px;
	border-bottom: solid 1px #666666;
	margin: 2px 10px;
	float: left;
}
.rssFeedItem a { color: #333333; font-weight: bold; text-decoration: none; }
.rssFeedItem a:hover { color: #0d4633; }


/******************* 2nd Page *******************/

.leftSpacer {
	width: 288px;
	height: 284px;
	padding-left: 3px;
	padding-top: 7px;
	float: left;
}
.leftSpacerBG {
	width: 288px;
	height: 284px;
	background: #666666;
	float: left;
}
.leftSpacer_t_l {
	width: 274px;
	height: 5px;
	background: url(images/leftSpacer_t_l.jpg) no-repeat;
	float: left;
}
.leftSpacer_body {
	width: 274px;
	height: 274px;
	float: left;
}
.leftSpacer_b_l {
	width: 274px;
	height: 5px;
	background: url(images/leftSpacer_b_l.jpg) no-repeat;
	float: left;
}
.leftSpacerShadow {
	width: 14px;
	height: 284px;
	background: url(images/leftSpacerShadow.jpg) no-repeat;
	float: right;
}
.rightSpacer {
	width: 27px;
	height: 284px;
	background: url(images/rightSpacer.jpg) no-repeat;
	margin-top: 7px;
	float: left;
}
.mainBox {
	width: 635px;
	float: left;
}
.mainBoxHeading {
	width: 635px;
	height: 7px;
	background: url(images/mainBox_t_c.jpg) repeat-x;
	float: left;
}
.mainBoxHeading_l {
	width: 6px;
	height: 7px;
	background: url(images/mainBox_t_l.jpg) no-repeat;
	float: left;
}
.mainBoxHeading_r {
	width: 6px;
	height: 7px;
	background: url(images/mainBox_t_r.jpg) no-repeat;
	float: right;
}
.mainBox_body {
	width: 613px;
	min-height: 290px;
	background: #f2f6fc;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	padding: 0px 10px;
	text-align: justify;
	float: left;
}
.mainBox_left_img {
	padding: 5px 5px 5px 0px;
	float: left;
}
.mainBox_right_img {
	padding: 5px 0px 5px 5px;
	float: right;
}
.mainBoxFooter {
	width: 635px;
	height: 6px;
	background: url(images/mainBox_b_c.jpg) repeat-x;
	padding-bottom: 5px;
	float: left;
}
.mainBoxFooter_l {
	width: 6px;
	height: 6px;
	background: url(images/mainBox_b_l.jpg) no-repeat;
	float: left;
}
.mainBoxFooter_r {
	width: 6px;
	height: 6px;
	background: url(images/mainBox_b_r.jpg) no-repeat;
	float: right;
}
.mainBoxTitle {
	width: 610px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	border-bottom: solid 1px #333333;
	color: #333333;
	float: left;
}

.inputSmall { width: 153px; }
.input { width: 250px; }
.inputBig {	width: 547px; }
.formHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.disclaimer {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
}

/****************** NEWS *******************/

.newsFeed {
	padding-left: 20px;
	text-align: justify;
	float: left;
}
.newsFeed2 {
	padding-left: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: justify;
	float: left;
}
.regError {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.coupon {
	width: 609px;
	background: url(images/coupon_bg.jpg) repeat-y;
	margin: 5px 2px;
	float: left;
}
.coupon_top {
	width: 609px;
	height: 40px;
	font-size: 0px;
	background: url(images/coupon_top.jpg) no-repeat;
}
.coupon_bot {
	width: 529px;
	height: 31px;
	padding: 0px 60px 0px 20px;
	font-size: 10px;
	background: url(images/coupon_bot.jpg) no-repeat;
	float: left;
}
.coupon_heading {
	width: 516px;
	margin: 0px 20px 4px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.coupon_body {
	width: 516px;
	margin: 0px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	float: left;
}
