/* CSS Document */
html {
	height: 101%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/main_bkgrd3.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
/* Horizontal Navigation */
#navigation {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 50px; /* Change height to whatever suits */
}
ul.menu {
	padding: 0;
	margin: 0;
	width: 100%; /* 100% fixed to containing divs width */
}
ul.menu li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
ul.menu li a {
	padding: 0;
	margin: 0;
	color: #333333;
	width: 133px; /* Change depending on amount of links in navigation */ 
	height: 50px; /* Change height to whatever suits */
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 45px; /* set depending on navigation bar height */
}
ul.menu li a:hover {
	height: 50px;
	line-height: 50px;
	color: #FF3300; /*rollover text colour */
	background-image: url(../images/navigation/rollover.jpg); /* rollover effect background image */
	background-position: center top;
	background-repeat: no-repeat;
}
/* /Horizontal Navigation */
/* Homepage */
#latestnews {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;
	width: 480px;
	border-right: 0;
}
#latestnews-list {
	margin: 0px;
	padding: 10px;
	height: 190px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
#specialoffers {
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0 10px 0 0;
	width: 240px;
	overflow: hidden;
}
#summary-boxes {
	margin: 0px;
	padding: 0px;
	width: 760px;
	overflow: hidden;
}
/* /Homepage */

#headerimage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 233px;
	background-image: url(../images/mainimage.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#orangebar {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 41px;
	height: 41px;
	background-image: url(../images/orangebar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#contentwrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
}
#maincontent {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFFFFF;
	min-height: 300px;
}
.indent {
	margin: 0;
	padding: 0 20px;
}
#introtext {
	margin: 0;
	padding: 20px 0;
	text-align: left;
}
#introtext-services {
	margin: 0px;
	padding: 20px 0;
	text-align: left;
}
#smallbox1 {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 240px;
	background-image: url(../images/smallbox-top-fuels.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#smallbox1-content {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0 10px;
	width: 220px;
	background-color: #eeeeee;
	background-image: url(../images/smallbox-fuels.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
}
#smallbox1text-content {
	margin: 0px;
	padding: 0px;
}
#smallbox2 {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 240px;
	background-image: url(../images/smallbox-top-lubricants.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#smallbox2-content {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0 10px;
	width: 220px;
	background-color: #eeeeee;
	background-image: url(../images/smallbox-lubricants.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
}
#smallbox3 {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 240px;
	background-image: url(../images/smallbox-top-energy-efficiency.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#smallbox3-content {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0 10px;
	width: 220px;
	background-color: #eeeeee;
	background-image: url(../images/smallbox-energy-efficiency.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
}

/*  Company */
#aboutustxt {
	margin: 0;
	padding: 20px 0;
	width: 100%;
}
#aboutus-image {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 149px;
	overflow: hidden;
	border: 1px solid #cccccc;
}
/* /Company */
/* Services */
#services-image {
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #bfbfbf;
	text-align: center;	
	float: right;
}
#fuelservices {
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 340px;
	float: left;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	overflow: hidden;
}
#fuelheaderimg {
	margin: 0;
	padding: 0;
	width: 340px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #cccccc;
}
#lubricantservices {
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 340px;
	float: right;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	overflow: hidden;
}
#lubricantheaderimg {
	margin: 0;
	padding: 0;
	width: 340px;
	height: 100px;
	border: 1px solid #cccccc;
	overflow: hidden;
}
#efficiencyheaderimg {
	margin:0;
	padding: 0;
	width: 100%;
	height: 50px;
	border: 1px solid #cccccc;
	overflow: hidden;
	background-color: #FFFFFF;
}
#servicestitle {
	background-color: #FF6600;
	margin: 0px;
	padding: 0;
	width: 100%;
	height: 30px;
	/* for IE */
	filter:alpha(opacity=80);
    /* firefox standard */
    opacity:0.8;
	position: relative;
	bottom: 30px;
	right: 0px;
	overflow: hidden;
}
#efficiencytitle {
	background-color: #002055;
	margin: 0px 0 0 0;
	padding: 0;
	width: 100%;
	height: 30px;
	/* for IE */
	filter:alpha(opacity=80);
    /* firefox standard */
    opacity:0.8;
	position: relative;
	bottom: 40px;
	right: 0px;
	overflow: hidden;
}
#energyefficiency {
	float: left;
	margin: 30px 0 0 0;
	padding: 10px 10px 0 10px;
	width: 736px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
/* /Services */
/* Services List */
#services {
	margin: 0 ;
	padding: 20px 0px 0px 0px;
	width: 760px;
	overflow: hidden;
}
#serviceslist {
	display: block;
	width: 220px;
	margin: 0px 10px 10px 0px;
	padding: 15px 10px 0 10px;
	border: 1px solid #bfbfbf;
	background-color: #eeeeee;
	float: left;
	text-align: left;
}
#lub-serviceslist {
	display: block;
	width: 720px;
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 0 10px;
	border: 1px solid #bfbfbf;
	background-color: #eeeeee;
	float: left;
	text-align: left;
}
#lub-serviceslist-image {
	width: 200px;
	height: 150px;
	background-color: #FFFFFF;
	margin: 8px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #cccccc;
	float: left;
}
#serviceslist-image {
	width: 200px;
	height: 150px;
	background-color: #FFFFFF;
	margin: 8px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #cccccc;
}
#servicestext {
	margin: 0;
	padding: 0;
}
/* /Services List */
/* Latest News Listing */
#news {
	margin: 0 ;
	padding: 20px 0px;
	width: 760px;
}
#newslist {
	margin: 10px 0;
	padding: 15px 10px 0 10px;
	background-image: url(../images/news-bkgrd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #bfbfbf;
	background-color: #eeeeee;
	float: left;
}
#newslistimage {
	width: 100px;
	float: left;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #bfbfbf;
	width: 150px;
	text-align: center;
	background-color: #FFFFFF;
}
/* /Latest News Listing */
/* Latest News Detail */
#newsimage {
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #bfbfbf;
	text-align: center;	
	float: right;
}
/* /Latest News Detail */
/* Contacts */
#address-contact {
	margin: 0;
	padding: 0px 10px 20px 10px;
	width: 700px;
}
#contact-form {
	margin: 0;
	padding: 10px;
	width: 450px;
	border: 1px solid #cccccc;
}
#callback-form {
	margin: 0;
	padding: 10px;
	width: 240px;
	border: 0px solid #cccccc;
	float: right;
}
/* /Contacts */
/* Special Offers List */

.specialoffer-list {
	text-align: center;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 240px;
	height: 200px;
	border: 1px dashed #cccccc;
}
/* /Special Offers List */
#contentbottom {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 70px;
	background-image: url(../images/bkgrd-contentbottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#address {
	float: left;
	margin: 3px 0;
	padding: 0;
	width: 300px;
	height: 53px;
}
#footerlogos {
	float: right;
	margin:  0;
	padding: 0;
	width: 351px;
	height: 60px;
	background-image: url(../images/mobil-logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 50px;
	background: none;
	text-align: right;
}
#bottom {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #002055;
	background-image: url(../images/bkgrd-bottom.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
/* buttons */
#readbutton {
	width: 82px;
	display: block;
	float: right;
}
#readbutton a {
	display: block;
	margin: 0;
	padding: 0;
	background-image:url(../images/read-more.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 82px;
	height: 26px;
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
	float: right;
	right: -11px;
}
#readbutton a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/read-more-over.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 82px;
	height: 26px;
}
/* /buttons */
.clear {
	clear: left;
}
.horzgreyline {
	margin: 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
	width: 100%;
	border-top: 1px solid #cccccc;
}
.aboutimage {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.border-lightgrey {
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}
.floatright {
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft {
	margin: 0;
	padding: 0;
	float: left;
}
.button {
	color: #fff;
	background-color: #FF6600;
	border: 1px solid #cccccc;
}
.clearfloat {
	font-size: 0em;
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
}
.greyinput {
	background-color: #eeeeee;
	border: 0;
}
