@charset "utf-8";

/* 
ROIL Platinum Website
copyright NEWAYS International [Australia] - 2009
*/

body  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(tile.jpg) repeat #c9bf81;
	text-align: center;
	color: #222;
}
a {
	color: #a2964b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 15px;
}
h1 {
	color: #de6347;
	font-size: 14px;
	font-weight: bold;
}

/* Template Div's */

#container { 
	width: 1120px;
	margin: 0 auto;
	background: url(body.jpg) top repeat-y;
	text-align: left;
} 
#masthead {
	padding: 0px;
	width: 1120px;
	height: 120px;
	background: url(masthead.jpg) top no-repeat;
}
#slogan {
	padding: 0px;
	width: 1120px;
	height: 60px;
	background: url(slogan.jpg) top no-repeat;
}
#title {
	padding: 0px;
	width: 1120px;
	height: 90px;
	background: url(title.jpg) top no-repeat;
}
#titlecond {
	padding: 0px;
	width: 1120px;
	height: 90px;
	background: url(titlecond.jpg) top no-repeat;
}
#titlefuel {
	padding: 0px;
	width: 1120px;
	height: 90px;
	background: url(titlefuel.jpg) top no-repeat;
}
#titleflush {
	padding: 0px;
	width: 1120px;
	height: 90px;
	background: url(titleflush.jpg) top no-repeat;
}
#content { 
	margin: 0px;
	padding: 0px 150px 0px 135px;
} 
#footer { 
	padding: 0px;
	width: 1120px;
	height: 250px;
	background: url(footer.jpg) top no-repeat;
}
#nav {
	padding: 0px 0px 0px 86px;
	width: 1076px;
	height: 85px;
	background: url(nav.jpg) top no-repeat;
}

/* Top Navigation */

#home_btn {
	height: 85px;
	width: 140px;
	display: block;
	float: left;
	background: url(btn_home.jpg) top left no-repeat;
}
#home_btn:hover {
	background-position: bottom left;
}
#system_btn {
	height: 85px;
	width: 131px;
	display: block;
	float: left;
	background: url(btn_system.jpg) top left no-repeat;
}
#system_btn:hover {
	background-position: bottom left;
}
#fuel_btn {
	height: 85px;
	width: 135px;
	display: block;
	float: left;
	background: url(btn_fuel_diesel.jpg) top left no-repeat;
}
#fuel_btn:hover {
	background-position: bottom left;
}
#eng_flush_btn {
	height: 85px;
	width: 137px;
	display: block;
	float: left;
	background: url(btn_engine_flush.jpg) top left no-repeat;
}
#eng_flush_btn:hover {
	background-position: bottom left;
}
#conditioner_btn {
	height: 85px;
	width: 131px;
	display: block;
	float: left;
	background: url(btn_conditioner.jpg) top left no-repeat;
}
#conditioner_btn:hover {
	background-position: bottom left;
}
#user_btn {
	height: 85px;
	width: 131px;
	display: block;
	float: left;
	background: url(btn_user.jpg) top left no-repeat;
}
#user_btn:hover {
	background-position: bottom left;
}

/* Template Classes */

.clear {
	clear: both;
}
.address {
	padding: 90px 0px 0px 135px;
	font-size: 10px;
	color: #f7f3dd;
}
.address a {
	color: #f7f3dd;
}
.imgright {
	float: right;
	width: auto;
	padding: 0px 0px 15px 50px;
}
.notice {
	font-size: 9px;
	font-style: italic;
}
.cert {
	float: left;
	width: auto;
	padding: 0px 15px 15px 0px;
}

/* Table Classes and I.D's */

#mixchart td, th, tr {
	padding: 10px;
	background-color: #fff;
	border-collapse: collapse;
	text-align: center;
}