/*



Tradingeye SCREEN style sheet

=================================================



Copyright:		2009 dpivision.com

Author:			Ian Sidaway

Last edit:		09/09/2009 by Ian Sidaway

Notes:			Horizontal top-level departments, optional drop-down sub departments



*/





/* RESET

------------------------------ */



/* global reset */



*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {

	margin: 0;

	padding: 0;

	}

table {

	border-collapse: collapse;

	border-spacing: 0;

	}

fieldset, img {

	border: 0;

	}

address, caption, cite, code, dfn, em, strong, th, var {

	font-style: normal;

	font-weight: normal;

	}

ol, ul, li {

	list-style: none;

	}

caption, th {

	text-align: left;

	}

h1, h2, h3, h4, h5, h6 {

	font-size: 100%;

	font-weight: normal;
	
	: -1px;

	}

q:before, q:after {

	content: '';

	}



/* global reset-reset */



strong {

	font-weight: bold;

	}

em {

	font-style: italic;

	}

a img {

	border: none;

	}





/* =BASE

================================================= */



html {

	background: #fff;

	}

body {

	background: #fff;

	color: #231f20;;

	font: 62.5%/1.8em Verdana, Lucida Grande, Arial, sans-serif;	

	text-align: center;

	margin: 0;

	padding: 0;

	}

table,

td,

input,

textarea,

select,

li {

	color: #222;	

	font: 1em Verdana, Lucida Grande, Arial, sans-serif;	
	
	letter-spacing: -0.01em;

	}



/* hidden items */



#skip,

.hidden {

	display: none;

	}



/* basic links */



a:link,

a:visited,

a:active {

	color: #ee8412;

	text-decoration: none;
	
	outline-style:none;

	}

a:hover {

	color: #111;

	}



/* images */



img {

	border: none;

	}



/* typography */



p {
	margin: 1em 0 10px 10px;
letter-spacing: -0.01em;
	}

h1,

h2,

h3,

h4,

h5,

h6 {

	margin: 1em 0;
	
	letter-spacing:-1px;

	}
	

h2 {

	font-size: 1.4em;

	clear: both;

	font-weight: bold;

	}

h1#pageTitle {

	font: normal 1.6em Georgia, Lucida Grande, Arial, sans-serif;	

	margin: .7em 0;

	}
	
	h2#pageTitle {
	color:#5a5a5a;
	font: normal 1.4em  Georgia, Lucida Grande, Arial, sans-serif;	

	margin: 0 0 5px 0;

	}
	
#news_title {
	margin: 10px 0 0px 0;

	padding:10px 0 0 10px;
	}	


h1#pageTitle span {

	color: #aaa;

	}


h2 {
font: normal 1.6em Georgia, Lucida Grande, Arial, sans-serif;	

	color:#5a5a5a;
}

fieldset h2 {
font: bold 1.2em Verdana, Lucida Grande, Arial, sans-serif;	
color:#000000;
}
h3 {

	clear: both;

	font-size: 1.2em;

	font-weight: bold;

	}

h4,

h5 {

	font-size: 1em;

	font-weight: bold;

	text-transform: uppercase;

	}

hr {

	display: none;

	}

.message {

	background: none;

	font-size: 1em;

	margin: 0 0 1em 0;

	padding: 0px;

	}

.message.positive {

	background: #0f0;

	}

.message.negative {

	background: #f7e1e1;

	}

.note {

	background: #f3f3f3;

	font-size: 1em;

	margin: 0 0 1em 0;

	padding: 0px;

	}
	
	.note2 {

	background: #f3f3f3;

	font-size: 1em;

	margin: 0px 10px 1em 0;

	padding: 0px;
	
	float:right;
	
	width:320px;

	}




.warning {

	background: #f7e1e1;

	font-size: 1em;

	padding: .5em 10px;

	}

.highlight {

	font-size: 1.4em;

	}
	
	

address {

	font-style: normal;

	margin: 1em 0;

	}





/* =CONTAINER

================================================= */



#container {

	background: #fff;

	margin: 0 auto;

	position: relative;

	text-align: left;

	width: 100%;

	}





/* =HEADER

================================================= */



#header {

	background: #fff;

	border-top: 4px solid #ca6702;

	font-size: 1.1em;

	width: 100%;


	}

#header .inner {

	margin: 0 auto;

	position: relative;

	width: 940px;
		height: 100px;

	}



/* company logo & tagline */



h1#logo {

	float:left;

	margin: 30px 0 0 0;

	}

h1#logo a {

	color: #fff;

	}

#tagline {

	border: none;

	color: #8b8b8b;

	font: normal 2em Georgia, Palatino, Times, Times New Roman, serif;

	right: 5px;

	margin: 0;

	padding: 0 0 0 20px;

	position: absolute;

	top: 45px;
	
	background: url(../graphics/petrol/phone.jpg) 0px 0px no-repeat;
	
	font-size:1.8em;
	


	}



/* shopping basket info */



#info {

	color: #323232;
	
	background:#none;

	margin: 0;

	padding: 0;

	position: absolute;	

	right: 5px;

	text-align: right;

	top: 5px;

	width: 700px;

	z-index: 10;

	}

#info a {

	color: #323232;

	}

#info a:hover {

	color: #323232;
	text-decoration:underline;

	}

#basket {

	display: inline;

	}





/* =MID

================================================= */



#mid {



	margin: 0 auto;

	padding-bottom: 0em;

	position: relative;

	width: 940px;

	}



/* breadcrumb trail */

#bread_cont {

	width:930px;
	
		background-image: url(../graphics/petrol/bg_bread.jpg);
		padding: 10px 0 10px 10px;
		
clear:both;
	}

#breadcrumbs {

	
font-family: verdana, Arial, Helvetica, sans-serif;

	color: #333333;

	float: left;

	font-size: 1.0em;


	margin: 0px 5 10px 5;



	width: 600px;
	
	margin: 0px;


	}

#breadcrumbs a {

	color: #444;

	}

#breadcrumbs a:hover {

	color: #000;
	text-decoration:underline;

	}


#request {
float:right;
width:300px;
text-align:right;
padding: 0 10px 0 0;
}

#request a {

	color: #444;
font-family: verdana, Arial, Helvetica, sans-serif;
	}

#request a:hover {

	color: #000;
	text-decoration:underline;
	}


/* =SIDEBAR

================================================= */



#sidebar {

	float: left;
	width: 220px;

	}



/* search */



#searchTitle {

	background: #f2f2f2;

	font-size: 1em;

	: 1px;

	margin: 1em 0;

	padding: .5em 10px;

	text-transform: uppercase;

	}

#search {

	margin: 0;

	padding: 0;

	}

#search label {

	display: none;

	}

#searchKeyword {

	background: #fff;

	border: 1px solid #ddd;

	float: left;

	margin: 0;

	padding: 4px;

	width: 170px;

	}

#adv {

	border: 1px solid #d9d9d9;

	float: left;

	margin: 1em 0 0 0;

	padding: 3px 4px;

	width: 180px;

	}

#searchSubmit {

	background: #5a8bb6;

	border: 0;

	border-radius: 7px;

	-moz-border-radius: 7px;

	-webkit-border-radius: 7px;

	color: #fff;

	float: right;

	height: 2.2em;

	line-height: 2.2em;

	margin: 1em 0 0 0;

	overflow: hidden;

	padding: 0 4px;

	text-transform: uppercase;

	}

#searchSubmit:hover {

	background: #4f7a9f;

	cursor: pointer;

	}



/* brand */



#shopbyBrandTitle {

	background: #f2f2f2;

	font-size: 1em;

	: 1px;

	margin: 1em 0;

	padding: .5em 10px;

	text-transform: uppercase;

	}

#shopByBrand {

	float: left;	

	padding: 3px 4px;

	width: 180px;

	}

#brandSubmit {

	background: #5a8bb6;

	border: 0;

	border-radius: 7px;

	-moz-border-radius: 7px;

	-webkit-border-radius: 7px;

	color: #fff;

	float: right;

	height: 2.2em;

	line-height: 2.2em;

	margin: 0;

	overflow: hidden;

	padding: 0 4px 1px 4px;

	text-transform: uppercase;

	}

#brandSubmit:hover {

	background: #4f7a9f;

	cursor: pointer;

	}



/* top-level navigation */



#navDeptTitle {

	display: none;

	}

#navDept,

#navDept li {

	list-style: none;

	margin: 0;

	padding: 0;

	}

#navDept {

	left: 0;

	position: absolute;

	top: -3.3em;

	width: 960px;

	}

#navDept li {

	display: block;

	float: left;

	height: 3em;

	margin: 0 2px 0 0;

	position: relative;

	}

#navDept li a {

border: 0px solid #440000;
	text-indent: -90000em;
	: 0.01px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	height: 38px; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
background-image: url(../graphics/petrol/nav_bg.jpg);
	}

#navDept li a:hover {

	color: #000;
	background-position: 0px -38px;

	}

#navDept li a.selected {

	background: #fff;

	color: #111;

	}

#navDept li a:hover.selected {

	background: #fff;

	color: #111;

	}



/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */



.navSub,

.navSub li {

	list-style: none;

	margin: 0;

	padding: 0;

	}

.navSub {

	display: none;

	position: relative;

	z-index: 9999;

	}

#navDept li:hover .navSub {

	display: block;

	float: none;

	left: 0;

	top: 3.3em;

	position: absolute;

	width: 170px;

	}

#navDept li:hover .navSub li {

	clear: left;

	display: block;

	float: none;

	position: relative;

	}

#navDept li:hover .navSub li a {

	background: #4f7a9f;

	border-top: 0;

	display: block;

	width: 170px;

	}

#navDept li .navSub a.selected {

	color: #cbd7e2;

	}

#navDept li:hover .navSub li a:hover {

	background: #5a8bb6;

	color: #fff;

	}

#navDept li:hover .navSub li .navSub {

	display: none;

	position: relative;

	}

#navDept li:hover .navSub li:hover .navSub {

	display: block;

	float: none;

	top: 0;

	left: 194px;

	position: absolute;

	width: auto;

	}

#navDept li:hover .navSub li:hover .navSub li .navSub {

	display: none;

	position: relative;

	}

#navDept li:hover .navSub li:hover .navSub li:hover .navSub {

	display: block;

	float: none;

	top: 0;

	left: 194px;

	position: absolute;

	width: auto;

	}


/* customer tools */



#navToolsTitle {

	display: none;

	}

#navTools,

#navTools li {

	margin: 0;

	padding: 0;

	list-style: none;
	
	background-image:none;

	
		background:none;

	}

#navTools {

	right: 0px;

	position: absolute;

	top: -132px;

z-index:11;
	

	}

#navTools a:link, #navTools a:visited, #navTools a:active {
font-size:1.1em;
color:#333333;

	}
	
	#navTools a:hover{
text-decoration:underline;

	}

#navTools li {

	float: left;

	margin-right: 2em;
	
		display:inline;

	}

#navTools li a{

	color: #aaa;

	font-weight: normal;

	padding: .5em 0;
	
		background:none;
		background-color:#FFFFFF;
		
			display:inline;


	}

#navTools li a:hover,

#navTools li a.selected {

	color: #fff;

	}

#navTools li a span {}



/* menu items */



.navStaticTitle {

	background: #f2f2f2;

	font-size: 1em;

	: 1px;

	margin: 1em 0 .5em 0;

	padding: .5em 10px;

	text-transform: uppercase;

	}

.navStatic,

.navStatic li {

	list-style: none;

	margin: 0;

	padding: 0;

	}

.navStatic {

	margin-bottom: 1em;

	}

.navStatic li a,

.navStatic li a:link,

.navStatic li a:visited,

.navStatic li a:active {

	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;

	color: #777;

	display: block;

	width: 100%;	

	}

.navStatic li a:hover {

	color: #111;

	}

.navStatic li a span {

	display: block;

	padding: .5em 10px .5em 2.4em;

	}



/* newsletter signup */



#newsletterTitle {

	background: #f2f2f2;

	font-size: 1em;

	: 1px;

	margin: 1em 0;

	padding: .5em 10px;

	text-transform: uppercase;

	}

#newsletter label {

	display: none;

	}

#newsletterEmail {

	background: #fff;

	border: 1px solid #d9d9d9;

	float: left;

	margin: 0;

	padding: 6px 5px 1px 5px;

	width: 195px;

	}

#newsletterSubmit {

	background: #a5df0f;
	
	display:block;

	border: 0;

	color: #fff;

	float: right;
	
	height: 29px;

	margin: 0;

	overflow: hidden;

	padding: 5px 8px 7px 8px;
	
	font-weight:bold;
	
	font-size: 1.2em;
	


	}

#newsletterSubmit:hover {

	background: #ff9935;

	cursor: pointer;

	}



/* menu items */



#recentlyViewedTitle {

	background: #f2f2f2;

	font-size: 1em;

	margin: 1em 0 .5em 0;

	padding: .5em 10px;

	text-transform: uppercase;

	}

#recentlyViewed,

#recentlyViewed li {

	list-style: none;

	margin: 0;

	padding: 0;

	}

#recentlyViewed {

	margin-bottom: 1em;

	}

#recentlyViewed li a,

#recentlyViewed li a:link,

#recentlyViewed li a:visited,

#recentlyViewed li a:active {

	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;

	color: #777;

	display: block;

	width: 100%;	

	}

#recentlyViewed li a:hover {

	color: #111;

	}

#recentlyViewed li a span {

	display: block;

	padding: .5em 10px .5em 2.4em;

	}





/* =MAIN

================================================= */



#main_home {

	float: left;

	font-size: 1.1em;

	display: inline;

	width: 940px;

	margin-left: 0px;

	}

#main_product {

	float: left;

	font-size: 1.2em;

	display: inline;

	width: 940px;

	margin-left: 0px;

	}

#main {

	font-size: 1.2em;

	display: inline;

	width: 695px;
	
	float: right;
	
	margin: 0px 0px 0px 0px;

	}








/* =CONTENT

================================================= */



#content {

	margin: 10px 0 0 0;

	}

#content #contactDetails {

		background:#f6f6f6;

	float: left;

	margin-left: 0px;

	padding: 0px 0px;

	width: 690px;

	}

#content #contactDetails address {

	margin: 0;

	}
	
#contact_left	{
width: 300px;
padding: 10px;
float:left;
line-height: 1.8em;
}
#contact_right	{
width: 300px;
padding: 10px;
float:right;
line-height: 1.8em;
}

#contact_right2	{
width: 350px;
padding: 10px;
float:right;
line-height: 1.8em;
text-align:left;
}

#contact_bottom	{
width: 670px;
padding: 10px;
margin:10px 0 0px 0;
float:left;
line-height: 1.8em;

		background:#f6f6f6;
}
#content ul

{

	list-style: none;

	margin: 15px 0 0 10px;

	padding: 0;

	line-height:1.6em;
	

	}
	



#content ul,

#content ul li {

	list-style: disc;

	margin: 10px 0 10px 13px;
	
	line-height:1.6em;
	
	list-style-position:outside;

	}

p.buttonWrapper {

	height: 2em;

	line-height: 2em;

	margin: 1em 0;

	}

p.buttonWrapper a:link,

p.buttonWrapper a:visited,

p.buttonWrapper a:active {

	background: #5a8bb6;

	color: #fff;

	margin-right: .5em;

	padding: .5em 1em;

	}

p.buttonWrapper a:hover {

	background: #4f7a9f;

	}





/* =SUBDEPARTMENTS

================================================= */



#navSubDept,

#navSubDept li {

	list-style: none;

	margin: 0;

	padding: 0;

	}

#navSubDept {

	background: #f2f2f2;

	color: #777;

	margin: 0;

	padding: 1em 10px;

	position: relative;

	}

#navSubDept li {

	display: block;

	float: left;

	height: 2em;

	line-height: 2em;

	list-style: none;

	margin: 0 10px;

	width: 315px;

	}

#navSubDept li a {

	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 0 50%;

	color: #888;

	display: block;

	font-weight: normal;

	text-indent: 1em;

	}

#navSubDept li a:hover,

#navSubDept li a.selected {

	color: #111;

	}





/* =FORMS

================================================= */



fieldset {

	border: none;

	margin: 0 0 20px 0;

	padding: 10px 10px 10px 10px;

	background:#f6f6f6;



	}
	
fieldset p {

	margin: 10px 10px 10px 0px;
	
	}

legend {

	clear: left;

	color: #222;

	display: block;

	font-size: 16px;

	font-weight: bold;

	line-height: 2em;

	}

fieldset h3 {

	margin: 1em 0;

	}

.formField {

	background: #fff;

	border: 1px solid #d9d9d9;

	padding: 3px 2px 0px 3px;

	width: 170px;
	
	margin: 5px 0 5px 0;

	}

select.formSelect {

	background: #fff;

	border: 1px solid #d9d9d9;

	padding: 3px 4px;

	width: 170px;

	}

select.formSelectMedium {

	background: #fff;

	border: 1px solid #ccc;

	margin-right: 5px;

	padding: 3px 4px;

	width: 90px;

	}

.formFieldShort {

	background: #fff;

	border: 1px solid #ccc;

	margin-right: 5px;

	padding: 4px;

	width: 100px;
	
		height:15px;

	}
	


.formFieldMedium {

	background: #fff;

	border: 1px solid #ccc;

	margin-right: 5px;

	padding: 4px;

	width: 90px;

	}

h3 .formRadio {

	margin: -.2em .5em 0 0;

	}

p .formRadio {

	margin: -.2em .5em 0 0;

	}

.formButton {

	background: #d58534;

	border: none;

	color: #fff;
	
	font-weight: bold;

	height: 2.2em;

	line-height: 2.2em;

	overflow: hidden;

	padding: 0 4px 2px 4px;

	}

.formButton:hover {

	background: #8fc73e;
	
	cursor: pointer;

	}

label {

	margin: .5em 0;

	}

label span {

	color: #a00;

	font-size: 110%;

	font-weight: bold;

	}

input.formField:focus,

input.formFieldShort:focus,

input.formFieldShort2:focus,

input.formFieldMedium:focus,

textarea:focus,

.quantity:focus,

.formField.comments:focus	{

	background: #fff;

	border: 1px solid #aaa;

	}

.formCheckbox,

.formRadio {

	margin: 0;

	padding: 0;

	vertical-align: middle;

	}

p .formCheckbox {

	margin: -.4em .5em 0 0;

	}

p .formRadio {

	margin: -.4em .5em 0 0;

	}



/* content area forms (checkout, login, contact form etc.) */



#main label {

	display: block;

	}

#main .formField,

#main .formFieldMedium {

	margin: 0 0 .8em 0;

	width: 280px;

	}

#main select.formSelect,

#main select.formSelectMedium,

#main select.formSelectShort {

	margin: 0 0 .8em 0;

	width: 280px;

	}

#content .formField,

#frmContact .formField {

	width: 310px;

	}

#content .formFieldShort,

#frmContact .formFieldShort {

	margin: .2em 0 1em 0;

	width: 170px;
	
	float:left;

	}
	

#content .formFieldShort2 {

	margin: .2em 0 1em 0;

	width: 20px;
	
	float:right;

	}


#content select.formSelect,

#frmContact select.formSelect {

	width: 317px;

	}

#content select.formSelectMedium,

#frmContact select.formSelectMedium {

	margin-right: .8em;

	width: 80px;

	}

#content .formButton,

#frmContact .formButton {

	float: left;

	margin: 0px .5em 0 0;

	}

#postage input {
border:none;
background:#f6f6f6;
height: 10px;
}



/* =TABLES

================================================= */



table {

	border-collapse: collapse;

	border: none;

	border-bottom: 0;

	line-height: 100%;

	margin: 0 0 0 0;

	width: 100%;

	}

th {

	background: #f6f6f6;

	border-bottom: 1px solid #e5e5e5;

	border-top: 1px solid #e5e5e5;

	padding: 5px;

	}

tr {

	border-left: none;

	border-right: none;

	}

td {

	background: none;

	}

table .price {

	color: #5a8bb6;

	font-size: 1em;

	font-weight: bold;

	}

th.first,

td.first {

	width: 25%;

	}

td.qty {

	width: 100px;

	}

th.remove {

	width: 75px;

	}

th.product,

th.attributes {

	width: 30%

	}



/* checkout form layout */



table.user,

table.user tr,

table.user td {

	background: none;

	border: none;

	padding: 0;

	}

table.user {

	margin: 0;

	}

table.user td {

	width: 50%;

	}	





/* =PAGINATION

================================================= */



.pagination {

	background: #f2f2f2;

	clear: both;

	color: #777;

	font-weight: bold;

	margin: -2em 0 1em 0;

	padding: .5em 10px .5em 5px;

	}

.pagination p {

	margin: 0;

	}

.pagination p.current {

	display: inline;

	float: right;

	line-height: 1em;

	margin: .5em 0;

	}

.pagination p.summary {

	border-left: 1px solid #bbb;

	float: right;

	line-height: 1em;

	margin: .5em 0 .5em .6em;

	padding-left: .5em;

	}

.pagination a,

.pagination a:link,

.pagination a:visited,

.pagination a:active {

	color: #666;

	display: block;

	float: left;

	font-weight: bold;

	margin-right: 2px;

	padding: .1em 6px;

	}

.pagination a:hover {

	color: #111;

	}

.pagination a.selected {

	background: #fff;

	color: #111;

	}

.pagination.end {

	margin-top: 0;

	}





/* =PRODUCT LISTS

================================================= */



/* product list */


.products ul {
background: url(../graphics/petrol/bg_cats.jpg) 0px 0px no-repeat;
}
.products,

.products li {

	list-style: none;

	margin: 0;

	padding: 0;

	} 

.products li {

	background: #fff;

	margin: 0 0px 0 0;

	padding: 0px 0px 0 0;
	
	float:left;
	
	width: 340px;

	}



.products li h2 {

	background: none;

	clear: left;

	font-size: 12px;

	width:205px;
	
	padding: 0px 0 0 0;

	}

.products li h2 a,

.products li h2 a:link,

.products li h2 a:visited,

.products li h2 a:active {
font-size: 1.6em;
line-height: 1.6em;
font-family: Georgia, Arial, Helvetica, sans-serif;
font-weight: normal;
	color: #5a5959;
	background-color:#efefef;
	padding:5px;
	width:100%;
overflow:hidden;
	}

.products li h2 a:hover {


background-color:#e4e3e3;
	}
	
#dept_type li h2 a,

#dept_type li h2 a:link,

#dept_type li h2 a:visited,

#dept_type li h2 a:active {
	background: url(../graphics/petrol/li_bg.jpg) 0px 0px no-repeat;
	text-decoration: none;
	padding:6px 0 8px 27px;
	margin: 0px;
	width:178px;
	display:block;
	color:#423f3f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}

#dept_type li h2 a:hover {
	background: url(../graphics/petrol/li_bg2.jpg) 0px 0px no-repeat;
	}

#dept_type .products li {

	background: #f6f6f5;

	margin: 12px;

	padding: 0;
	
	float:left;
	
	width: 205px;

	}


.products .image {

	display: inline;

	float: left;

	margin: 0;

	width: 152px;


	}

.products .image a img {

	background: none;

	padding: 0px;

	}

.products .image a:hover img {

	background: #fff;

	padding: 0px;

	}

.products .addWishlist,

.products .addCompare {

	display: inline;

	margin: .5em 1em .5em 0;

	}

.products .desc {

	line-height: 1.5em;

	}

.products .rrp {

	color: #777;

	display: inline;

	font-size: 12px;

	font-weight: bold;

	}

.products .rrp span {

	color: #555;

	}

.products .onSale {

	background: #a00;

	display: inline;

	color: #fff;

	font-weight: bold;

	margin: 0;

	padding: 1.5em 1em .5em 1em;

	position: absolute;

	top: -.5em;

	right: 10px;

	}

.products .price {

	color: #222;

	font-size: 12px;

	font-weight: bold;
	
	padding: 0 0 10px 16px;

	}

.products .quantity {

	clear: both;

	margin: -3em 0 1em 0;

	text-align: right;

	}

.products .actions {

	float: right;

	margin: .5em 0;

	text-align: right;

	}

	#highlight_opt { 

	color:#413f40;
font-weight: normal;
clear:both;
	margin: 5px 0 5px 0;

	padding:0px;
	background:#f6f6f4;
	float:left;
	width:330px;
}


#highlight_set{ 

	color:#413f40;
font-weight: normal;
	margin: 5px 0 5px 0;

	padding:0px;
	background:#f6f6f4;
	float:right;
	width:330px;
}

#highlight_set2{ 

	color:#413f40;
font-weight: normal;
	margin: 10px 0 5px 0;

	padding:0px;
	background:#f6f6f4;
	float:right;
	width:550px;

}

#highlight_opt2{ 

	color:#413f40;
font-weight: normal;
	margin: 10px 0 5px 0;

	padding:0px;
	background:#f6f6f4;
	float:right;
	width:550px;

}



#highlight_dim { 
float:right;
width: 200px;
background-color:#f6f6f6;
	color:#413f40;
font-weight: normal;
	margin: 10px 0 10px 0;

	padding:5px 10px 5px 10px;
background:#f6f6f4;
font-size:1.1em;
line-height: 1.6em;


}

#prod_right { 
float:right;
width: 190px;
background-color:#f6f6f6;
	color:#413f40;
font-weight: normal;
	margin: 15px 0 10px 0;

	padding:5px 5px 0px 5px;
font-size:1.0em;
line-height: 1.6em;


}

#prod_right p{ 
padding: 0px 0 3px 0px;
line-height: 1.8em;
	color:#413f40;
text-align:left;
font-size: 0.9em;
margin:5px 0 0 5px;
letter-spacing:-1px;

}

.dim_title {
marin: 0 0 -10px 0;
border-bottom: 1px solid #e6e5e5;
font-weight:bold;

}


#prod_left { 
float:left;
width: 330px;
background-color:#ffffff;
	color:#231F20;

	margin: 0px 0px 0 0;

	padding:5px 0px 5px 0px;
font-size:1.1em;



}


#highlight_col { 

margin: 0 0 0 30px;
	width:220px;


}

	#highlight_col a:link, #highlight_col a:active, #highlight_col a:visited{ 
	background: url(../graphics/petrol/li_bg.jpg) 0px 0px no-repeat;
	text-decoration: none;
	display:block;
	padding:8px 0 6px 27px;
	margin: 0px;

	width:198px;
	color:#423f3f;
	
}

#highlight_col a:hover{

	background: url(../graphics/petrol/li_bg.jpg) 0px -35px no-repeat;

}

	#highlight_opt p{ 
	color:#413f40;
line-height: 1.9em;

	
}

#sets {
	color:#413f40;
line-height: 1.9em;
	font-size: 1.0em;
	}


 #highlight_set a:link, #highlight_set a:visited, #highlight_set a:active  { 
	background: url(../graphics/petrol/li_bg2.jpg) 0px 0px no-repeat;
	text-decoration: none;
	display:block;
	padding:8px 0 5px 27px;
	margin: 0px;

	width:230px;
	color:#423f3f;


	
}


#highlight_opt a:link,  #highlight_opt a:visited, #highlight_opt a:active  { 
	background: url(../graphics/petrol/li_bg2.jpg) 0px 0px no-repeat;
	text-decoration: none;
	display:block;
	padding:8px 0 5px 27px;
	margin: 0px;

	width:230px;
	color:#423f3f;


	
}

	#highlight_opt a:hover, #highlight_set a:hover, #highlight_set2 a:hover{ 
	background: url(../graphics/petrol/li_bg2.jpg) 0px -35px no-repeat;

	
}

#next {
margin:0px;
}

#next a:link,  #next a:visited, #next a:active  { 
	background: url(../graphics/petrol/li_bg3.jpg) 0px 0px no-repeat;
	text-decoration: none;
	display:block;
	padding:7px 12px 6px 23px;
	margin: 20px 0 0 20px;

	
	color:#ffffff;
font-weight:bold;
float:right;


	
}


	#next a:hover, #next a:hover, #next a:hover{ 
	background: url(../graphics/petrol/li_bg3.jpg) 0px -35px no-repeat;

	
}

#next2 a:link,  #next2 a:visited, #next2 a:active  { 
	background: url(../graphics/petrol/li_bg3.jpg) 0px 0px no-repeat;
	text-decoration: none;
	display:block;
	padding:7px 10px 6px 27px;
	margin: 0px 0 0 -20px;

	
	color:#ffffff;
font-weight:bold;
float:left;


	
}


	#next2 a:hover, #next2 a:hover, #next2 a:hover{ 
	background: url(../graphics/petrol/li_bg3.jpg) 0px -35px no-repeat;

	
}


	#next ul li, #next2 ul li {
	list-style-type:none;
	}


#highlight_set2 a:link, #highlight_set2 a:visited, #highlight_set2 a:active, #highlight_opt2 a:link, #highlight_opt2 a:visited, #highlight_opt2 a:active { 
	background: url(../graphics/petrol/li_bg2.jpg) 0px 0px no-repeat;
	text-decoration: none;
	display:block;
	padding:8px 0 5px 27px;
	margin: 0px;

	width:150px;
	color:#423f3f;


	
}
#highlight_set2 a:hover, #highlight_opt2 a:hover{ 
	background: url(../graphics/petrol/li_bg2.jpg) 0px -35px no-repeat;

	
}
	#highlight_opt .price, #highlight_set .price, #highlight_set2 .price, #highlight_opt2 .price{ 
font-family: Georgia, Arial, Helvetica, sans-serif;
margin:0 10px 0 0;
color:#d58534;
font-weight:normal;
font-size:1.2em;

	
}


	#highlight_opt h3, #highlight_set h3, #highlight_set2 h3, #highlight_dim h3, #highlight_col h3, #highlight_opt2 h3{ 
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 1.5em;
line-height: 1.6em;
	color:#423f3f;
font-weight: normal;
clear:both;
	margin: 10px 0 0 10px;

	padding:0px;

}

	#highlight3 h3, #highlight3 h3{ 
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 1.5em;
line-height: 1.6em;
	color:#423f3f;
font-weight: normal;
clear:both;
	margin: 0px;

	padding:0px;
	background:none;
}

	#highlight3 p{ 
	color:#413f40;
line-height: 1.2em;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
	#highlight3 ul{ 
padding:0px;
margin:0px 0 0 10px;
	font-size: 1.1em;

	display:inline;
}
	#highlight3 li{ 
padding:0px;
margin:0px 0 0 20px;

	list-style-position:inside;

}

.tab_mar {
margin: 0 0 0 10px;
}

	#highlight3 p{ 
padding:3px 0 3px 0;
margin:0px;
line-height:1.5em;
font-size: 1.1em;
}

	#highlight_opt2 p{ 
padding:10px 0 3px 10px;
margin:0px;
line-height:1.5em;
font-size: 1.1em;
}

	#highlight3 td{ 
padding:0px;
margin:0px;
line-height:1.5em;
}



	#highlight_set td{ 
padding: 0px;
line-height: 1.6em;
	color:#413f40;
	border-bottom:1px solid #e6e5e5;

}
 #highlight_set2 td,  #highlight_opt2 td{ 
padding: 0px;
line-height: 1.6em;
	color:#413f40;
	border-bottom:1px solid #e6e5e5;
	width: 180px;

}

#highlight_col td{ 
padding: 3px;
line-height: 1.6em;
	color:#413f40;




}

.venue_list td {
background-color:#f6f6f6;
padding: 5px;
line-height: 1.6em;
	color:#413f40;
	border-bottom:1px solid #e6e5e5;


}

.venue_list p {
margin:5px 5px 5px 0px;


}

.venue_list a:link, .venue_list a:visited, .venue_list a:active { 
font-size: 0.9em;
color: #fa7d03;



	
}

.venue_list a:hover { 
font-size: 0.9em;
color: #060606;



	
}



	#highlight_opt td{ 
padding: 0px;
line-height: 1.6em;
	color:#413f40;

		border-bottom:1px solid #e6e5e5;
	
}


	#highlight_set p{ 
	color:#413f40;
line-height: 1.2em;
	font-size: 1.2em;
	
}


.sub_title {
font-weight:bold;
margin: 10px 0 0 10px;
}



/* product grid */



.products.grid {

	margin-right: -10px;

	width: 710px;

	}

.products.grid li {

	float: left;

	margin-right: 10px;

	padding: 1px 10px 5px 10px;

	width: 206px;

	}

.products.grid .image {

	float: none;

	margin: 1em 0;

	}

.products.grid .addWishlist,

.products.grid .addCompare {

	border: 0;

	display: block;

	margin: .2em 0;

	padding: 0;

	}

.products.grid .price {

	margin: .5em 0;

	}

.products.grid .price span {

	display: block;

	margin: .5em 0;

	}

.products.grid .actions {

	clear: both;

	float: none;

	margin: .5em 0;

	text-align: left;

	}



/* sort by options / attributes header */



#productSort h3 {

	clear: both;

	font-size: 1em;

	

	margin: 1em 0 0 0;

	text-transform: uppercase;

	}

#productSort h3 a {

	color: #999;

	height: 2.7em;

	line-height: 2.7em;

	padding: .8em 10px;

	}

#productSort h3 a:hover {

	color: #555;

	}

#productSort h3 a.selected {

	background: #f2f2f2;

	color: #111;

	}

#productSort h3 a span {

	color: #777;



	text-transform: none;

	}



/* sort container */



#productSort #productSortOptions {

	background: #f2f2f2;

	margin: 0 0 1em 0;

	padding: .5em 10px;

	}



/* sort options */



#productSort #productSortOptions .sortBlock {

	float: left;

	margin-right: 10px;

	width: 140px;

	}

#productSort #productSortOptions .sortBlock .formSelect {

	width: 140px;

	}

#productSort #productSortOptions .formButton {

	float: right;

	margin-top: 2.6em;

	padding: 0 5px 1px 5px;

	}



/* sort by attributes */



#productSort h4 {

	margin: .8em 0 0 0;

	text-transform: none;

	}

#productSort #productSortOptions dl,

#productSort #productSortOptions dl dt,

#productSort #productSortOptions dl dd {

	margin: 0;

	padding: 0;

	}

#productSort #productSortOptions dl {

	margin: .5em 0;

	padding-left: 150px;

	position: relative;

	}

#productSort #productSortOptions dl dt {

	clear: left;

	color: #555;

	float: left;

	font-weight: bold;

	margin-left: -150px;

	width: 140px;

	}

#productSort #productSortOptions dl dd {

	color: #888;

	float: left;

	margin-right: 1em;

	}





/* =PRODUCT DETAILS

================================================= */



/* product details */



#product {

	margin: 1em 0;

	}



/* image gallery */

#gallery {
width:370px;
margin: 0 0 10px 20px;
float:right;
padding: 5px 0 5px 5px;
background-color:#f6f6f6;
}
#gallery2 {
width:680px;
margin: 0 0 10px 0px;
float:right;
padding: 5px 0 5px 10px;
background-color:#f6f6f6;
}

.gallery2 {
width: 540px;
margin: 0 0 10px 0px;
float:left;
padding: 5px 0 5px 10px;
background-color:#f6f6f6;

}

.gallery2 p {

margin: 5px 0 10px 0px;

}

.thumb {
float: left;
margin: 3px;
width:113px;

}

#gallery2 .thumb {
float: left;
margin: 7px;
width:113px;
border:3px solid #ececec;

}

.gallery2 .thumb {
float: left;
margin: 7px 15px 7px 0;
width:113px;
border:3px solid #ececec;

}

p {
text-align:justify;

}

#hideGalleryInput {

	display: none;

	}

#product .image {	

	float: left;

	margin: 0 15px 0 0;

		
		width:370px;

	}
	
	#product .image img{	

border: 1px solid #e1e1e1;
padding: 5px;
margin:3px 0 0 0;
	}

#product #imgGallery {
margin: 15px 0px 0 0px;
}

#product .image p {

	margin: 1em 0;

	}

#product .image ul,

#product .image ul li {

	list-style: none;

	margin: 0;

	padding: 0;

	}

#product .image ul {

	width: 370px;

	}

#product .image ul li {

	display: inline;

	}

#product .image ul li {

	margin: 0 3px 0 0;

	}

#product .image ul li a img {

	padding: 2px;
	margin: 0 10px 0 px;

	}

#product .image ul li a:hover img {

	padding: 2px;

	}



/* product price & options */



#product .info {

	

	background: #f2f2f2;

	float: right;

	margin: 0 0 0 0;

	padding: 10px 0 10px 10px;


	width: 540px;
	
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:#423f3f;

font-weight: normal;
	background: url(../graphics/petrol/bg_prod_info.jpg) 0px 0px no-repeat;


	}
	
	
	
	#product .info h1 {
	font-size:2.0em;
	margin: 0px 0 10px 0;
	color:#50504e;
	}

#product .info .onSale {

	background: #c00;

	display: inline;

	color: #fff;

	font-weight: bold;

	margin: 0;

	padding: 1.5em 1em .5em 1em;

	position: absolute;

	top: -.5em;

	right: 10px;

	}

#product .info .price {

	color: #d58534;

	font-size: 1.8em;

	line-height: 1.4em;

	margin: 8px 0 .5em 0;

	}
	
.info_left {
float:left;
width:290px;

}	

.info_left a:link, .info_left a:visited, .info_left a:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #423f3f;
text-decoration:underline;


}	

.info_left a:hover{

text-decoration:none;


}

.info_right {
float:right;

padding: 0 10px 0 0;


}	

#main_info {
width:550px;
float:right;}

#main_info2 {
width:690px;
float:right;}

#main_info h3 {
font-family:Georgia, Arial, Helvetica, sans-serif;
font-size: 1.4em;
color:#50504e;

}
#main_info2 h3 {
font-family:Georgia, Arial, Helvetica, sans-serif;
font-size: 1.4em;
color:#50504e;

}

/* #main_info p{
text-align:justify;
font-size: 1.1em;
}*/

#product .info .price span {

	color: #aaa;

	display: block;

	}

#product .info .rrp {

	color: #777;

	font-size: 12px;

	font-weight: bold;

	}

#product .info h3 {

	line-height: 2em;

	margin-bottom: 0px;

	}

#product .info label {

	float: left;
	
	text-align:right;

	margin: 5px .5em 0 60px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-weight:normal;
	
	font-size:1.1em;
	
	letter-spacing:-1px;

	}

#product .info .formField {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.0em;
		line-height: 100%;
		padding: 2px 2px 2px 0;
	width: 180px;
	float: right;

	}

#product .info .formButton {

	margin: .2em 0 0 0;


	}

#product .info .formFieldShort,

{
	margin-right: 1em;
	float: right;
	}
	
	
	
#product .info .formButton 
	
	{	float: right;
	width: 180px;
	height: 30px;
}

#product .info #addWishlist,

#product .info #addComparison {

	margin: .5em 0;

	}

#product .actions {

	clear: both;

	}





/* =ARTICLES

================================================= */



#articles ul,

#articles li {

	list-style: none;

	margin: 0;

	padding: 0;

	}
	
#articles li a:link, #articles li a:active, #articles li a:visited {
	border-bottom:1px solid #e6e5e5;
	background: url(../graphics/petrol/li_bg2.jpg) 0px 0px no-repeat;
	display:block;
	padding:10px 0 9px 27px;
	width:667px;
	color:#EE8412;
	margin:0px;
	font-weight:normal;
	}
	
#articles li a:hover {
	background: url(../graphics/petrol/li_bg2.jpg) 0px 0px no-repeat;
	display:block;

	color:#EE8412;
	}	

#articles ul {

	margin: 1em 0;

	}

#articles ul li {

	list-style: none;

	margin: 0;

	}

#articles ul li a {

	color: #666;

	font-weight: bold;

	padding-top: 0;

	}

#articles ul li a:hover {

	color: #111;

	}

#pageAuthor {

	background: none;

	padding: 0;

	}





/* =REVIEWS

================================================= */



/* star ratings */



.review {

	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;

	display: block;

	height: 12px;

	line-height: 12px;

	margin: 1em 0;

	padding-left: 80px;

	}

p.rating0 {

	background-position: 0 0;

	}

p.rating1 {

	background-position: 0 -12px;

	}

p.rating2 {

	background-position: 0 -24px;

	}

p.rating3 {

	background-position: 0 -36px;

	}

p.rating4 {

	background-position: 0 -48px;

	}

p.rating5 {

	background-position: 0 -60px;

	}

p.rating6 {

	background-position: 0 -72px;

	}

p.rating7 {

	background-position: 0 -84px;

	}

p.rating8 {

	background-position: 0 -96px;

	}

p.rating9 {

	background-position: 0 -108px;

	}

p.rating10 {

	background-position: 0 -120px;

	}



/* product page reviews */



#reviews {

	background: #f2f2f2;

	clear: both;

	margin: 1em 0;

	padding: 1px 10px;

	position: relative;

	}

#reviews h3 {

	margin-bottom: 0;

	margin-right: 160px;

	}

#reviews .review {

	float: right;

	margin-bottom: -1.3em;

	}

p.reviewAuthor {

	float: right;

	margin-top: 0;

	}

.reviewDate {

	border-bottom: 1px solid #ddd;

	margin-bottom: 1em;

	padding-bottom: .5em;

	}

dl#reviewForm,

dl#reviewForm dt,

dl#reviewForm dd {

	margin: 0;

	padding: 0;

	}

dl#reviewForm dt {

	margin: .5em 0 .2em 0;

	}





/* =SEARCH RESULTS

================================================= */



#searchResults,

#searchResults li {

	list-style: none;

	margin: 0;

	padding: 0;

	}

#searchResults {

	margin: 1em 0;

	}

#searchResults li {

	list-style: decimal;

	margin: 1em 0 1em 2.5em;

	}

#searchResults h3 {}

#searchResults p {

	margin-top: -1em;

	}

#searchResults span {

	background: #ccc;

	color: #fff;

	font-size: .9em;

	font-weight: normal;

	margin-left: .5em;

	padding: .2em .5em .15em .5em;

	}







/* =MISC

================================================= */



/* site map */



#sitemap,

#sitemap ul,

#sitemap li {

	list-style: none;		

	margin: 0;

	padding: 0;

	}

#sitemap {

	margin: 1em 0;

	}

#sitemap li {

	margin: .5em 0;

	}

#sitemap li h3 {

	margin: .2em 0;

	}

#sitemap ul {

	padding-left: 20px;

	}



/* shopping cart & checkout */



.module1 {

	float: left;

	margin: 0 0;

	width: 330px;

	display: inline;

	}
	
	.module p {
	width:300px;
	float: right;

	}

.module2 {

	float: right;

	margin: 0 0;

	width: 330px;

	display: inline;
	
	padding: 0px 0 0 0;

	}
	
.module3 {

	float: right;

	margin: 0 0;

	width: 330px;

	display: inline;
	
	padding: 0px 0 0 0;

	}	

.module1 *:first-child,

.module2 *:first-child {

	margin-top: 0;

	}

#cartContents {

	margin-bottom: 1em;

	}


#cartContents td.productDetails {

	padding-left: 80px;

	}

.cartProductImage {

	display: inline;

	float: left;

	margin: 0 0 0 -75px;

	}

.cartProductImage a img {

	background: #fff;

	border: 1px solid #d5d5d5;

	padding: 2px;

	width: 60px;

	}

.cartProductImage a:hover img {

	background: #eee;

	border: 1px solid #d5d5d5;

	padding: 2px;

	}

a.removeItem {

	background: url(../graphics/petrol/removeItem.gif) no-repeat 0 50%;

	height: 16px;

	}

#acceptedCards {

	margin: 0;
	width:350px;
	float:right;

	}

#acceptedCards img {

	margin-right: .5em;

	}

#cart_style td {
padding:5px;
}

#cart_style th {
padding:10px 0 10px 5px;
}


/* cart totals */



#total {

	clear: both;

	margin: 1em 0 0 0;

	padding: 0;

	font-size: 110%;

	}

#total dt {

	border-bottom: 1px solid #ddd;

	font-weight: bold;

	line-height: 2.5em;
	
		background-color:#f6f6f6;
	padding:10px;

	}

#total dd {

	line-height: 2.5em;

	margin-top: -3.2em;

	margin-bottom:20px;

	text-align: right;
	
	background-color:#f6f6f6;

padding: 0 10px 0 0;
	}

#total .total {

	font-size: 1.2em;

	}

.actions {

	clear: both;

	margin: 1em 0;
	
	float:right;

	}

#cv2Image {

	float: left;

	margin: -.2em 0 0 1em;

	}



/* checkout summary */



#checkout dl.cartSummary,

#checkout dl.cartSummary dt,

#checkout dl.cartSummary dd {

	margin: 0;

	padding: 0;

	}

#checkout dl.cartSummary dt {

	clear: left;

	float: left;

	margin: 0;

	width: 40%;

	}

#checkout dl.cartSummary dd {

	float: left;

	margin: 0;

	width: 59%;

	}

.addGiftWrap {

	float: left;

	margin: -.5em 0 0 0;

	}

.paymentGateway {

	background: #fff;

	border: 1px solid #ddd;

	float: left;

	display: block;

	margin: -.5em 1em 1em 0;

	padding: 3px;

	}





/* =FOOTER

================================================= */




#footer .inner {

	margin: 0 auto;

	width: 960px;

	}

#footer p {

	margin-bottom: 0;

	}

#footer ul,

#footer li {

	list-style: none;

	margin: 0;

	padding: 0;

	}

#footer ul {

	margin: 1em 0;

	}

#footer li {

	border-left: 1px solid #333;

	font-weight: bold;

	display: inline;

	margin-left: .4em;

	padding-left: .8em;

	}

#footer li.first {

	border: 0;

	margin-left: 0;

	padding-left: 0;

	}

#footer a {

	color: #999;

	}

#footer a:hover {

	color: #fff;

	}

#footer #credits {

	}





/* =FLOAT FIX

================================================= */



.inner:after,

#content:after,

.products:after,

.products li:after,

.pagination:after,

#product:after,

#total:after,

.module1:after,

.module2:after,

#search:after,

#advancedSearch:after,

#brand:after,

#newsletter:after,

#navSubDept:after,

#navSubDept li:after,

#productSortOptions:after,

dl:after,

dl dt:after,

dl dd:after,

form:after,

.billShipBlock:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

	}

.inner,

#content,

.products,

.products li,

.pagination,

#product,

#total,

.module1,

.module2,

#search,

#advancedSearch,

#brand,

#newsletter,

#navSubDept,

#navSubDept li,

#productSortOptions,

dl,

dl dt,

dl dd,

form,

.billShipBlock {

	display: inline-block;

	}

/* Hide from IE Mac \*/

.inner,

#content,

.products,

.products li,

.pagination,

#product,

#total,

.module1,

.module2,

#search,

#advancedSearch,

#brand,

#newsletter,

#navSubDept,

#navSubDept li,

#productSortOptions,

dl,

dl dt,

dl dd,

form,

.billShipBlock {

	display: block;

	}
	
/* --------------------- header styling  ----------------------------- */	
	
	#logo
{
	float:left;

	margin: 20px 0 20px 0;

}

/* --------------------- banner inner pages ----------------------------- */	
#banner2, #banner3, #banner4, #banner5, #banner6, #banner7, #banner8, #banner9, #banner10, #banner11, #banner12, #banner13, #banner14, #banner15, #banner16, #banner17, #banner18, #banner19, #banner20, #banner21
{
	height: 184px;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0px 0 0 0;
	clear: both;
	border:3px solid #e2e1e1;
	text-indent:-5000px;
	width: 
}

#banner2
{
	background: url(../graphics/petrol/banner1.jpg) 0px 0px no-repeat;
}

#banner3
{
	background: url(../graphics/petrol/banner2.jpg) 0px 0px no-repeat;
}

#banner4
{
	background: url(../graphics/petrol/banner3.jpg) 0px 0px no-repeat;
}

#banner5
{
	background: url(../graphics/petrol/banner4.jpg) 0px 0px no-repeat;
}

#banner6
{
	background: url(../graphics/petrol/banner5.jpg) 0px 0px no-repeat;
}

#banner7
{
	background: url(../graphics/petrol/banner6.jpg) 0px 0px no-repeat;
}

#banner8
{
	background: url(../graphics/petrol/banner7.jpg) 0px 0px no-repeat;
}

#banner9
{
	background: url(../graphics/petrol/banner8.jpg) 0px 0px no-repeat;
}

#banner10
{
	background: url(../graphics/petrol/banner9.jpg) 0px 0px no-repeat;
}

#banner11
{
	background: url(../graphics/petrol/banner10.jpg) 0px 0px no-repeat;
}

#banner12
{
	background: url(../graphics/petrol/banner11.jpg) 0px 0px no-repeat;
}

#banner13
{
	background: url(../graphics/petrol/banner12.jpg) 0px 0px no-repeat;
}

#banner14
{
	background: url(../graphics/petrol/banner13.jpg) 0px 0px no-repeat;
}

#banner15
{
	background: url(../graphics/petrol/banner14.jpg) 0px 0px no-repeat;
}

#banner16
{
	background: url(../graphics/petrol/banner15.jpg) 0px 0px no-repeat;
}

#banner17
{
	background: url(../graphics/petrol/banner16.jpg) 0px 0px no-repeat;
}

#banner18
{
	background: url(../graphics/petrol/banner17.jpg) 0px 0px no-repeat;
}

#banner19
{
	background: url(../graphics/petrol/banner18.jpg) 0px 0px no-repeat;
}

#banner20
{
	background: url(../graphics/petrol/banner19.jpg) 0px 0px no-repeat;
}

#banner21
{
	background: url(../graphics/petrol/banner20.jpg) 0px 0px no-repeat;
}

/* --------------------- left_col style  ----------------------------- */	

#left_col
{
	border: 0px solid #00ff00;
	width: 225px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 0px 0px;
}

#left_col ul {
list-style: none;
margin:0px;
padding:0px;
background-color:#f6f6f5;
width:225px;
	
}
#left_col li {
list-style: none;
margin:0px;
padding:0px;
font-size: 1.2em;

	
}

#left_col li a:link, #left_col li a:active, #left_col li a:visited  {
	background: url(../graphics/petrol/li_bg.jpg) 0px 0px no-repeat;
	text-decoration: none;
	display:block;
	padding:10px 0 8px 27px;
	margin: 0px;

	width:198px;
	color:#423f3f;
	}
	
#left_col  li a:hover {
	background: url(../graphics/petrol/li_bg2.jpg) 0px -35px no-repeat;
	}	
	
	
		
	
#left_col H3 { 
font-size:1.2em;
font-weight: normal;
color: #423f3f;
text-decoration:none;
font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: bold;
	background: url(../graphics/petrol/h2_bg.jpg) 0px 0px repeat-x;
display:block;
height: 22px;
padding: 15px 0 5px 12px;
height:20px;
margin: 0px 0 0px 0;
:normal;
}
	
/* --------------------- Navigation styling ----------------------------- */
#highlight, #highlight_sub { 
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 1.6em;
line-height: 1.6em;
	color:#74a201;
font-weight: normal;
clear:both;
	background: url(../images/bg_highlight.jpg) 0px 0px no-repeat;
	margin: 15px 0 0px 0;
		letter-spacing:-1px;
	padding:10px;
}
 { 
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 1.6em;
line-height: 1.6em;
	color:#74a201;
font-weight: normal;
clear:both;
	background: url(../images/bg_highlight.jpg) 0px 0px no-repeat;
	margin: 15px 0 0px 0;
		letter-spacing:-1px;
	padding:10px;
}

#highlight_left { 
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 1.6em;
line-height: 1.6em;
	color:#74a201;
font-weight: normal;
	background: url(../images/bg_highlight.jpg) 0px 0px no-repeat;
	margin: 15px 0 0px 0;

	padding:10px;
	width:300px;
	float:left;
}


	#highlight2 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
clear:both;
	background: url(../images/bg_highlight.jpg) 0px 0px no-repeat;
	margin: 10px 0 0px 0;

	padding:10px;
}

#highlight2 p {
margin: 10px 0 0 0;

}

#highlight3 { 
font-family: Georgia, Arial, Helvetica, sans-serif;
line-height: 1.6em;
font-weight: normal;
clear:both;
background-color:#f6f6f6;
	margin: 15px 0 0px 0;
	text-align:left;
	letter-spacing:normal;
	padding:10px;
}

#highlight_cust { 

background-color:#f6f6f6;

	text-align:left;
	letter-spacing:normal;
	padding:5px;
}


	#highlight_prod{ 
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 1.6em;
line-height: 1.6em;
	color:#87ba0c;
font-weight: normal;
clear:both;

	margin: 15px 0 0px 0;


}


#highlight2 H1 { 
	margin:0px;
	padding:0px;
	color:#5a5a5a;
	font-size: 1.6em;
	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-weight: normal;
}


.highlight4 { 

	background:#f6f6f5;
	margin: 0 0 20px 0;
	padding:10px;
}



#cust_admin a:link, #cust_admin a:active, #cust_admin a:visited  {
	background: url(../graphics/petrol/li_bg.jpg) 0px 0px no-repeat;
	text-decoration: none;
	display:block;
	padding:10px 0 8px 27px;
	margin: 0px;
	width:198px;
	color:#423f3f;
	}
	
#cust_admin a:hover {
	background: url(../graphics/petrol/li_bg.jpg) 0px -35px no-repeat;
	}	
	


/* --------------------- Navigation styling ----------------------------- */

ul#nav
{
	border: 0px solid blue;
	/*width: 922px;*/
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	height:38px;
	clear: both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../graphics/petrol/nav_bg.jpg) 0px 0px repeat-x;
	margin: 0 auto;
	position: relative;
	width: 940px;
	z-index:12;
}
#nav li
{
	border: 0px solid #440000;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#nav li A
{
	border: 0px solid #440000;
	text-indent: -90000em;
	: 0.01px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	height: 38px; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li A:hover
{
	color: #000;
	background-position: 0px -38px;
}

/* --------------------Link stlying -------------------- */



#home a {
	background-image: url(../graphics/petrol/nav_home.jpg);
	width: 76px;

	}

#homeON { 
width: 76px;
background-image: url(../graphics/petrol/nav_home.jpg);
background-position: 0px -38px;
}



#exp a {
	width: 218px;
	background-image: url(../graphics/petrol/nav_exp.jpg);
}

#expON { 
width: 218px;
background-image: url(../graphics/petrol/nav_exp.jpg);
	background-position: 0px -38px;
}

#shop a {
	width: 78px;
	background-image: url(../graphics/petrol//nav_shop.jpg);
}

#shopON {
width: 78px;
	background-image: url(../graphics/petrol/nav_shop.jpg);
background-position: 0px -38px;
}

#about a {
	width: 109px;
	background-image: url(../graphics/petrol/nav_about.jpg);
}


#aboutON {
	width: 109px;
	background-image: url(../graphics/petrol/nav_about.jpg);
	background-position: 0px -38px;
}

#news a {
	width: 82px;
	background-image: url(../graphics/petrol/nav_news.jpg);
}


#newsON {
	width: 82px;
	background-image: url(../graphics/petrol/nav_news.jpg);
background-position: 0px -38px;
}



#contact a {
	width: 128px;
	background-image: url(../graphics/petrol/nav_contact.jpg);
}

#contactON {
width: 128px;
	background-image: url(../graphics/petrol/nav_contact.jpg);
background-position: 0px -38px;
}


#useful a {
	width: 128px;
	background-image: url(../graphics/petrol/nav_useful.jpg);
}

#usefulON {
width: 128px;
	background-image: url(../graphics/petrol/nav_useful.jpg);
background-position: 0px -38px;
}


#show {
	width: 121px;
	background-image: url(../graphics/petrol/nav_show.jpg);
	position:relative;
	left: 135px;
	top:0px;
}



#top_nav A{
color:#333333;
text-decoration:none;
}

#top_nav A:hover{
color:#333333;
text-decoration:underline;

}

/* --------------------- Banner Bits ----------------------------- */

#banner
{
	height: 260px;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 10px 0 10px 0;
	clear: both;
	background: url(../graphics/petrol/banner1.gif) 0px 0px no-repeat;
}


#banner_left a
{
	width:310px;
	text-indent:-5000px;
	background: url(../graphics/petrol/banner_left.jpg) 0px 0px no-repeat;
	display:block;
	height: 260px;
		float:left;
}

#banner_left a:hover
{
background: url(../graphics/petrol/banner_left.jpg) 0px -260px no-repeat;

}




#banner_right 
{
	width:621px;
background: url(/images/slide1.jpg) 0px -260px no-repeat;
	display:block;
	height: 261px;
	float:right;
	
}



/* --------------------- News Styling ----------------------------- */
#news_panel {
width:925px;
clear:both;
padding:15px 5px 20px 10px;
height:20px;
margin:10px 0 10px 0;
border-top:1px solid #e9e8e8;
border-bottom:1px solid #e9e8e8;
font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;

}

#news_panel input {
width:160px;


}


.news {
float:left;
}




#news_panel H2
{
font-size:2.0em;
font-weight: normal;
color: #ca6701;
text-decoration:none;
height: 22px;
padding: 0px;
margin: 0px 10px 0 0;
float:left;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	
}

#news_panel p
{
margin: 5px 10px 0 0;
font-size: 1.1em;
letter-spacing: -0.03em;
}




.button {
background-color:#8fc73e;
height:25px;
width:100px;
color:#fff;
border:none;
margin: 0 0 0 10px;
}

input {
	background-color:#fff;
	border: 1px solid #cacacb;
	height:20px;
	padding:4px 0 0 3px;
	
}

.form_home {
width:300px;
float:right;
padding:0px;
}




/* --------------------- Panels ----------------------------- */

#panels
{	


	clear: both;
	
	margin:0px 0 0 0;
	
}
#panel1
{
	
	float: left;
	width: 280px;
	margin: 0px 10px 0px 0px;
	padding: 5px 20px 5px 5px;
	border-right:1px solid #e9e8e8;
	background-color: none;

}

#panel2
{
	
	float: left;
	width: 295px;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 0px;
	background-color: none;
border-right:1px solid #e9e8e8;
}

#panel3
{

	float: right;
	width: 285px;
	margin: 0px 15px 0px 0px;
	padding: 5px 5px 5px 0px;
	background-color: none;

}

/* --------------------- panel details ----------------------------- */

#panel1 H1 A, #panel2 H1 A, #panel3 H1 A{ 
	margin:0px 0 0 0;
	padding:5px;
	background-color:#efefef;
	width: 100px;
	float: right;
	color:#5a5a5a;
	text-decoration:none;
	line-height:1.2em;
	font-size: 1.6em;
	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-weight: normal;
}




#panel1 H1 A:hover, #panel2 H1 A:hover, #panel3 H1 A:hover{ 
	background-color:#e4e3e3;
	
}

.read_more a
{
	width:105px;
	padding: 5px 0 5px 9px;
	margin: -40px 0 0 0;
	clear:left;
	float:right;
	color: #fff;
		font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: bold;
font-size: 1.0em;
	background: url(../graphics/petrol/read_more.jpg) 0px 0px no-repeat;
	display:block;
	text-decoration:none;

}
.read_more a:hover
{
background: url(../graphics/petrol/read_more.jpg) 0px -30px no-repeat;

}


#image1 a
{
	width:143px;
	text-indent:-5000px;
	background: url(../graphics/petrol/panel1.jpg) 0px 0px no-repeat;
	display:block;
	height: 140px;
	float:left;
		
}


#image1 a:hover
{
	width:143px;
	text-indent:-5000px;
	background: url(../graphics/petrol/panel1.jpg) 0px -140px no-repeat;
	display:block;
	height: 140px;
	float:left;
		
}

#image2 a
{
	width:175px;
	text-indent:-5000px;
	background: url(../graphics/petrol/panel2.jpg) 0px 0px no-repeat;
	display:block;
	height: 136px;
		float:left;

}
#image2 a:hover
{
	width:175px;
	text-indent:-5000px;
	background: url(../graphics/petrol/panel2.jpg) 0px -140px no-repeat;
	display:block;
	height: 136px;
		float:left;

}


#image3 a
{
	width:163px;
	text-indent:-5000px;
	background: url(../graphics/petrol/panel3.jpg) 0px 0px no-repeat;
	display:block;
	height: 138px;
	float:left;
	display:inline;
}


#image3 a:hover
{
	width:163px;
	text-indent:-5000px;
	background: url(../graphics/petrol/panel3.jpg) 0px -140px no-repeat;
	display:block;
	height: 138px;
	float:left;
	display:inline;
}

/* --------------------- Expereince page panels----------------------------- */

#panels_exp
{	
	clear: both;
	margin:0px 0 0 0;
	padding:0px;
}

#panels_abo
{	width: 310px;
float: right;
	margin:0px 0 0 0;
}


.panel_exp
{
	float: left;
	width: 280px;
	margin: 0px 0px 10px 0;
	padding: 0px 5px 0 5px;
	background-color: #f6f6f5;
}



.panel_exp p a
{
	color:#d3802c;
	font-weight:bold;
}

.panel_exp p a:hover
{
		color:#423f3f;
	font-weight:bold;
}


#exp_img1 a, #exp_img2 a, #exp_img3 a,#exp_img4 a, #exp_img5 a, #exp_img6 a, #abo_img1 a, #abo_img2 a
{
	width:272px;
	text-indent:-5000px;
	display:block;
	height: 98px;
	float:left;
	border:3px solid #e0e0e0;
			margin: 0px 0 5px 0;	
}


#exp_img1 a:hover, #exp_img2 a:hover, #exp_img3 a:hover, #exp_img4 a:hover, #exp_img5 a:hover, #exp_img6 a:hover, #abo_img1 a:hover, #abo_img2 a:hover
{
background-position: left -98px;

}

#exp_img1 a
{
	background: url(../graphics/petrol/exp_img1.jpg) 0px 0px no-repeat;
}
#exp_img2 a
{
	background: url(../graphics/petrol/exp_img2.jpg) 0px 0px no-repeat;
}
#exp_img3 a
{
	background: url(../graphics/petrol/exp_img3.jpg) 0px 0px no-repeat;
}
#exp_img4 a
{
	background: url(../graphics/petrol/exp_img4.jpg) 0px 0px no-repeat;
}
#exp_img5 a
{
	background: url(../graphics/petrol/exp_img5.jpg) 0px 0px no-repeat;
}
#exp_img6 a
{
	background: url(../graphics/petrol/exp_img6.jpg) 0px 0px no-repeat;
}

.panel_abo
{
	float: left;
	width: 280px;
	margin: 10px 0px 0px 0;
	padding: 0px 5px 0 5px;
	background-color: #f6f6f5;
}

#abo_img1 a
{
	background: url(../graphics/petrol/abo_img1.jpg) 0px 0px no-repeat;
}

#abo_img2 a
{
	background: url(../graphics/petrol/abo_img2.jpg) 0px 0px no-repeat;
}
#panels_exp H1 A { 
	margin:0px 0 0 0;
	padding:0 0 0 5px;
	color:#5A5A5A;
	text-decoration:none;
	line-height:1.1em;
	font-size:1.6em;
		font-family: Georgia, Arial, Helvetica, sans-serif;

	
}

#panels_exp H1 A:hover{ 
	color:#D3802C;
	
}


.panel_cont {
	float: left;
	width: 280px;
	margin: 10px 15px 0 15px;
	padding: 0px;
	background-color: #fff;
}

.panel_cont2 {
	float: left;
	width: 280px;
	margin: 0px 15px 0 15px;
	padding: 0px;
	background-color: #fff;
}

.orange {
color: #D3802C;
}

.panel_text {
padding: 5px;
line-height: 1.8em;
text-align:left;
margin:0px;}

.panel_text2 {
padding: 5px 0 0 5px;
line-height: 1.4em;}

#panel_text2 {
padding: 5px 0 0 5px;
line-height: 1.4em;}

.panel_abo li {
list-style-type:none;
margin:0px;}

/* --------------------- content styles ----------------------------- */

.title {

font-size:1.1em;
font-weight:bold;
color: #423f3f;
}

.video_content {
clear:both;
margin: 30px 0 20px 0;
padding: 5px;
	background: url(../graphics/petrol/bg_vid.jpg) 0px 0px no-repeat;
}


.video_right {
width: 330px;
padding:0 10px 0 0px;
float:right;

}
.video_left {
width: 340px;
float:left;

}

.vid_info {
width: 331px;
float:right;
background-color: #f6f6f5;
padding: 5px 5px 5px 5px;
margin: 0 0 0px 0px;
font-size: 0.9em;
line-height: 1.8em;
}

.vid_info2 {
width: 280px;
float:right;
background-color: #f6f6f5;
padding: 5px 5px 5px 5px;
margin: 0 0 0px 0px;
font-size: 0.9em;
line-height: 1.8em;
}


.vid_info p{
padding: 0px;
margin: 0px;
display:inline;
}


.vid_info2 p{
padding: 0px;
margin: 0px;
display:inline;
}

#video_right2 {
width: 340px;
float:right;
margin: 20px 0px 0px 20px;
border:3px solid #f6f6f5;
background-color: #f6f6f5;

}

#video_right4 {
width: 280px;
float:right;
margin: 20px 0px 20px 20px;
border:3px solid #f6f6f5;
background-color: #f6f6f5;

}

#video_left2 {
width: 340px;
float:left;
margin: 20px 0px 0px 20px;
border:3px solid #f6f6f5;
background-color: #f6f6f5;

}

#video_right3 {
width: 340px;
float:right;
margin: 0px 0px 0px 20px;
border:3px solid #f6f6f5;
background-color: #f6f6f5;

}





.cat_panel {
	float: left;
	width: 320px;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 20px 0px;
	background-color: none;
	border-bottom:1px solid #e9e8e8;
}



.cat_panel A:hover img, .cat_panel2 A:hover img, .products A:hover img, #gallery A:hover img, .panel_abo A:hover img, .gallery2 A:hover img, .panel_exp A:hover img
{
	opacity: 0.7 !important; /*standards*/
	-moz-opacity: 0.7; /*old mozilla*/
	filter: alpha(opacity=70); /*if lte IE7 */
	-khtml-opacity: 0.7; /*old safari*/
}

img {
border:none;
}

.cat_panel img {
padding: 0 20px 0 0;}

.cat_panel H1 A, .cat_panel2 H1 A{ 

	padding:5px;
	background-color:#efefef;
	float: left;
	color:#5a5a5a;
	text-decoration:none;
	line-height:1.2em;
	font-size: 1.6em;
	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-weight: normal;
	margin:10px 20px 0 0px;
	font-weight:normal;
	}
	
	.cat_panel H1 A:hover, .cat_panel2 H1 A:hover { 
	background-color:#e4e3e3;
	
}

#main {font-weight:normal;
}

.cat_panel_left {
float:left;
width:130px;
padding:0px;
margin:0px;
}

.cat_panel_left p {
margin:17px 0 17px 3px;
line-height:1.4em;
	font-size: 1.2em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	width: 105px;
	min-height: 30px;
	text-align:left;
	letter-spacing:normal;
}


.cat_panel_left .read_more a
{
	width:105px;
	padding: 8px 0 7px 9px;
	margin: 0px 0 0 0;
	clear:both;
	float:left;
	color: #fff;
		font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
		font-weight: bold;
font-size: 0.9em;
	background: url(../graphics/petrol/read_more.jpg) 0px 0px no-repeat;
	display:block;
	text-decoration:none;

}
.cat_panel_left .read_more a:hover
{
background: url(../graphics/petrol/read_more.jpg) 0px -30px no-repeat;

}

.quote {
padding: 20px 0 10px 0;
clear:both;
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size:1.2em;

}

.cat_image {
float:right;
margin: 0 0px 0 0;
}



.float_left
{
	float: left;
	margin: 0 10px 10px 0px;
}

.float_left_border
{
	border:3px solid #e1e1e1;
	float: left;
	margin: 0 15px 0 0px;
}

.float_right
{
	float: right;
	margin: 0 0 0 15px;
}

.float_color
{
	float: right;
	margin: 20px 0 30px 10px;
}
.cleaner
{
	clear: both;
	height: 0px;

	line-height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
.cleaner2
{
	clear: both;
	height: 0px;

	line-height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

.cleaner3
{
	clear: both;
	height: 10px;

	line-height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;

}

.divide
{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px 0 20px 0;
	padding: 5px 0 0px 0;
	border-bottom: 1px solid #eaeaea;
}

/* --------------------- Footer layout ----------------------------- */

#footer
{	width: 930px;

	color: #1d1d1d;
	font-size: 1.2em;
	padding: 0px 0 0px 10px;
	clear: both;
		margin: 0 auto;

	width: 940px;

}

 #foot_right {
 width: 180px;
 float: right;
 padding: 0px 0 0 0px;
 text-align:right;
 }
 
  #foot_left {
 width: 600px;
 float: left;
 padding: 0px 0 0 0px;
 margin:0 0 20px 0;
 }
 
 /* --------------------------------------Footer style ---------------------------------------- */

#foot_left A
{
	color: #676869;
	font-weight: normal;
	text-decoration:none;
	font-size: 1.0em;
}

#foot_left, #foot_right {
color:#676869;
	font-size: 1.0em;
}

#foot_left A:hover{
color:#676869;
text-decoration:underline;

}

#foot_right A
{
	color: #676869;
	font-weight: normal;
	text-decoration:none;
	font-size: 1.0em;
}

#foot_right A:hover{
text-decoration:underline;

}

.centered {
width:895px;
margin: 0 auto;
}


#footer P
{


	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #676869;
	clear: both;
	width: 800px;
	font-size: 0.9em;
}

.cleaner
{
	clear: both;
	height: 0px;

	line-height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
.cleaner2
{
	clear: both;
	height: 20px;

	line-height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

.cleaner3
{
	clear: both;
	height: 10px;

	line-height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;

}

/* End hide from IE Mac */
