/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:0 0 0 30px;
}
ul, ol{
	margin:15px 0 15px 20px;
}
ul li, ol li, dl li{
	margin:3px 0;
	line-height:18px;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-both{
	clear:both;
}
a:link{
	color:#555;
}
a:visited{
	color:#555;
}
a:hover{
	color:#f05b0a;
}
a:active{
	font-weight:700;
}
a:focus{
	font-weight:700;
}
input.checkbox{
	border:none;
	background-color:transparent;
}

/********* TYPOGRPAHY ********/

body{
	font-family:arial, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	background-color:#7f6151;
}
h1, h2, h3, h4, h5{
	font-family:georgia, times, serif;
	font-weight:400;
	color:#7f6151;
}
h1, h2{
	font-size:18px;
	margin:0 0 20px 0;
	background:url('../nav/header_bg.gif') #f3722c;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#fff;
	padding:0 0 0 10px
}
h2{
	margin:15px 0;
}
h3{
	font-size:16px;
	margin:10px 0 10px 0;
}
h4{
	font-size:14px;
	margin:10px 0 10px 0;
}
h5{
	font-size:12px;
	margin:10px 0 5px 0;
}
p{
	margin:0 0 10px 0;
	line-height:18px;
}
.lrg-strong{
	font-size:14px;
}

/********* STRUCTURE *********/

#wrapper{
	text-align:left;
	margin:0 auto;
	background-color:#fff;
	width:981px;
}
#sidebar{
	width:235px;
	float:left;
	display:inline;
	margin:18px 0 18px 18px;
}
#content{
	width:690px;
	float:right;
	display:inline;
	margin:18px 18px 18px 0;
}

/********* HEADER *********/

#header{
	height:332px;
	background:url('../nav/header.jpg') no-repeat #fff;
	position:relative;
}
#header img#head-view-basket{
	position:absolute;
	top:14px;
	left:4px;
}
#header img#head-checkout{
	position:absolute;
	top:14px;
	left:132px;
}
#header img#head-logout{
	position:absolute;
	top:15px;
	left:370px;
}
#header img#head-my-account{
	position:absolute;
	top:14px;
	left:252px;
}
#header img#logo{
	position:absolute;
	top:118px;
	left:36px;
}
#header form p{
	margin:0;
}
#header form img{
	position:absolute;
	top:24px;
	right:260px;
}
#header form input{
	position:absolute;
	top:22px;
	border:none;
	height:22px;
	right:55px;
	width:190px;
	background:transparent;
	font-size:12px;
	font-weight:700;
	color:#604a3e;
	padding:5px 0 0 0
}
#header form input#search-submit{
	width:21px;
	height:21px;
	position:absolute;
	top:24px;
	right:30px;
	padding:0;
}
ul#top-nav{
	margin:0;
	list-style:none;
	height:43px;
	overflow:hidden;
	position:absolute;
	top:287px;
	left:8px;
}
ul#top-nav li{
	display:inline;
	margin:0;
	line-height:14px;
}
ul#top-nav li a{
	font-family:georgia, times, serif;
	color:#fff;
	font-weight:700;
	float:left;
	text-decoration:none;
	background:url('../nav/button_bg.gif') 0 -43px no-repeat #190e0d;
	padding:14px 39px 14px 14px;
}
ul#top-nav li a:hover, ul#top-nav li.selected a{
	background:url('../nav/button_bg.gif') top right no-repeat #cf0b0b;
}

/********* SIDEBAR *********/

ul#left-nav{
	margin:0;
	list-style:none;
}
ul#left-nav li{
	margin:0 0 3px;
}
ul#left-nav li a{
	display:block;
	height:30px;
	background:url('../nav/left_button_bg.gif') no-repeat #f3722c;
	padding:0 0 0 10px ;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	font-weight:700;
}
ul#left-nav li.brand a{
	background:url('../nav/brand_bg.gif') no-repeat #da1111;
}
ul#left-nav li a:hover, ul#left-nav li.brand a:hover, ul#left-nav li.selected a, ul#left-nav li.brand.selected a{
	background-position:0 -30px;
}
ul#left-nav li.brand li a{
	background:transparent;
}
ul#left-nav li ul{
	margin:0;
	padding:6px 0 6px 0;
	list-style:none;
}
ul#left-nav li li{
	border:1px solid #fff;
}
ul#left-nav li li a{
	height:auto;
	background:transparent;
	color:#333;
	font-weight:400;
	line-height:16px;
	padding:2px 0 2px 10px;
	margin:0;
	font-size:12px;
}
ul#left-nav li li a:hover{
	text-decoration:underline;
}
ul#left-nav li.selected li.selected a{
	font-weight:700;
	background:url('../nav/arrow.gif') 216px 3px no-repeat;
}
ul#left-nav li li a:hover{
	background:url('../nav/arrow.gif') 216px 3px no-repeat;
}
#brand-chooser{
	background:url('../nav/brand_foot.gif') bottom left no-repeat #f2f2f2;
	margin:20px 0 0;
	height:215px;
	overflow:hidden;
	position:relative;
}
#brand-chooser form{
	height:100px;
	position:relative;
}
#brand-chooser form select{
	width:178px;
	height:20px;
	position:absolute;
	top:55px;
	left:10px;
}
#brand-chooser form input{
	position:absolute;
	top:50px;
	right:10px;
	border:none;
}
#brand-chooser img#hetas-logo{
	float:none;
	position:absolute;
	bottom:30px;
	left:70px;
}
#quick-chooser{
	background:url('../nav/quick_chooser_foot.gif') bottom left no-repeat #f2f2f2;
	margin:20px 0 0;
}
#quick-chooser p{
	clear:both;
	margin:0 0 5px;
}
#quick-chooser p#quick-submit{
	margin:0;
}
#quick-chooser label{
	float:left;
	display:block;
	width:85px;
	font-size:11px;
	font-weight:700;
	color:#666;
	display:inline;
	margin:0 0 0 10px;
}
#quick-chooser select{
	width:130px;
}
#quick-chooser input{
	margin:10px 0 10px 10px;
}

/********** PAGES **********/

#standard-page img{
	float:right;
	margin:0 5px 20px 20px;
	padding:1px;
	border:1px solid #755a37;
}

/********* CATEGORY LIST *********/

ul#category-list{
	list-style:none;
	margin:0;
}
ul#category-list li{
	width:320px;
	height:168px;
	overflow:hidden;
	float:left;
	margin:12px;
	display:inline;
	background:url('../nav/subcat_bg.gif') no-repeat #f0f0f0;
	position:relative;
}
ul#category-list li img{
	position:absolute;
	border:3px solid #fff;
	top:15px;
	left:15px;
}
ul#category-list li h4{
	position:absolute;
	top:15px;
	left:145px;
	margin:0 10px 0 0;
}
ul#category-list li h4 a{
	text-decoration:none;
	color:#ff5a01;
	font-weight:700;
	font-size:12px;
}
ul#category-list li img.more-info{
	position:absolute;
	top:128px;
	left:143px;
	border:none;
}

/********* PRODUCT LIST *********/

ul#product-list{
	margin:0 0 0 15px;
	list-style:none;
}
ul#product-list li{
	float:left;
	display:inline;
	margin:15px;
	background:url('../nav/product_bg.gif') no-repeat #efefef;
	width:296px;
	height:191px;
	position:relative;
}
ul#product-list li.no-price{
	background:url('../nav/product_bg_no_price.gif') no-repeat #efefef;
}
ul#product-list li img{
	position:absolute;
	border:3px solid #fff;
	top:15px;
	left:15px;
}
ul#product-list li h4{
	color:#ff5a01;
	font-weight:700;
	font-size:12px;
	position:absolute;
	top:15px;
	left:110px;
	margin:0 15px 0 0;
	line-height:14px;
}
ul#product-list p{
	position:absolute;
	left:111px;
	top:107px;
	font-size:21px;
	color:#7f6151;
	font-weight:700;
	width:170px;
	text-align:center;
	margin:0;	
}
ul#product-list a.not-available-online{
	display:block;
	position:absolute;
	font-size:12px;
	top:94px;
	left:110px;
	text-align:center;
	width:170px;
	color:#7f6151;
	line-height:16px;
}
ul#product-list p span{
	font-size:11px;
	font-weight:400;
}
ul#product-list p.info{
	position:absolute;
	left:9px;
	top:154px;
	font-size:11px;
	width:190px;
	height:25px;
	line-height:25px;
	text-align:centre;
	background:url('../nav/info_bg.gif') no-repeat #fff;
}
ul#product-list img.more-info{
	position:absolute;
	left:206px;
	top:150px;
	border:none;
	width:auto;
	height:auto;
}

/********* PRODUCT PAGE *********/

#product-page #product-images{
	float:left;
	width:210px;
}
#product-page #product-images img{
	border:1px solid #755a37;
}
#product-page #product-images img.product-thumb{
	margin:2px 4px 0 0;
}
#product-page #product-images #full-image{
	border:none;
	margin:2px 0 0;
}
#product-page p.zoom{
}
#product-details{
	border-left:1px solid #d1d1d1;
	width:465px;
	float:right;
}
#product-details h2, #product-details h3, #product-details h4{
	margin:5px 20px 15px 20px;
	font-size:16px;
	height:auto;
	background:transparent;
	line-height:18px;
	padding:0;
	color:#7f6151;
}
#product-details ul{
	margin:10px 0 10px 40px;
}
#product-details h4{
	margin:15px 20px 15px 20px;
}
#product-details p{
	margin:0 20px 15px 20px;
}
ul#power-fuel{
	margin:0 0 15px 20px;
	list-style:none;
	background:url('../nav/power_fuel_bg.gif') no-repeat #f5f5f5;
	width:443px;
	padding:2px 0 0;
}
ul#power-fuel li{
	margin:5px 10px 0;
	height:15px;
	line-height:15px;
	overflow:hidden;
}
ul#power-fuel li#power-fuel-first{
	margin:9px 10px 0;
}
ul#power-fuel li#power-fuel-last{
	height:7px;
	width:443px;
	margin:5px 0 0;
	background:url('../nav/power_fuel_bg_bottom.gif') no-repeat #f5f5f5;
}
form#product-options ul{
	list-style:none;
	margin:0 3px 0 20px;
}
form#product-options ul li{
	border:1px solid #d7c7bf;
	padding:15px;
	overflow:hidden;
	margin:0 0 10px;
}
form#product-options h5{
	margin:0 0 10px;
}
form#product-options .prices span{
	font-size:11px;
	font-style:italic;
}
form#product-options .prices div{
	background-color:#f3f3f3;
	padding:4px 8px;
	margin:0 0 2px;
}
form#product-options .prices div.your-price{
	background-color:#f3722c;
	color:#fff;
}
form#product-options .inputs{
	margin:17px 0;
	height:25px;
}
form#product-options input{
	margin:2px 5px 0 0;
	float:left;
	width:18px;
}
form#product-options input.add-basket{
	margin:0 8px;
	width:170px;
}
form#product-options p.availability{
	clear:both;
	margin:0;
	font-size:11px;
	color:#666;
}
img#contact-to-purchase{
	margin:10px 0 0 20px; 
}
ul#related-products{
	list-style:none;
	margin:20px 20px;
}
ul#related-products li{
	clear:both;
	margin:0;
}
ul#related-products li img{
	float:left;
	display:inline;
	margin:0 10px 10px 0;
}
ul#related-products li h4{
	float:left;
	display:inline;
	margin:0;
}
ul#related-products li h4 a{
	text-decoration:none;
	color:#7f6151;
}
ul#related-products li img.related-more{
	float:right;
	display:inline;
	margin:55px 0 0;
}

/********* DOWNLOADS *********/

ul#downloads{
	list-style:none;
	margin:0px 0 20px 20px;
}
ul#downloads li{
	height:13px;
	line-height:11px;
	padding:0 0 0 14px;
	margin:0 0 4px;
	background:url('../nav/arrow.gif') no-repeat;
}
ul#downloads li a{
	text-decoration:none;
}

/********* CONTACT PAGE *********/

#contact-details{
	width:280px;
	float:right;
	display:inline;
	margin:0;
	padding:20px 0 0;
	background:url('../nav/contact_bg.gif') no-repeat #f5f5f5;
}
#contact-details h3{
	margin:0 20px 15px 20px;
}
#contact-details p{
	margin:0 20px 15px 20px;
	float:left;
	clear:left;
	display:inline;
	width:80%;
}
#contact-details img{
	float:right;
}
form#contact-form{
	width:400px;
	margin:20px 0 0;
}
form#contact-form p{
	margin:0;
	clear:both;
}
form#contact-form label{
	display:block;
	width:120px;
	float:left;
	line-height:20px;
	color:#333;
}
form#contact-form label.heading-label{
	width:360px;
	float:none;
	margin:8px 0 12px 0;
	font-weight:700;
	color:#7f6151;
}
form#contact-form label span{
	font-size:11px;
	font-style:italic;
	color:#999;
}
form#contact-form input, form#contact-form textarea{
	bordeR:1px solid #e0e0e0;
	background-color:#f3f3f3;
	height:20px;
	width:220px;
	margin:0 0 8px;
}
form#contact-form input.checkbox{
	border:none;
	background-color:transparent;
	width:auto;
	height:auto;
}
form#contact-form textarea{
	width:240px;
	height:120px;
}
form#contact-form input#contact-button{
	width:240px;
	height:30px;
	margin:10px 0 10px 120px;
	border:none;
}
ul#form-errors{
	margin:0 0 0 6px;
	list-style:none;
	width:377px;
	padding:8px 0 0;
	background:url('../nav/alert_top.gif') top left no-repeat #f8f8f8;
}
ul#form-errors li{
	padding:0 0 0 60px;
}
ul#form-errors li p{
	color:#da1111;
}
ul#form-errors li#error-foot{
	height:10px;
	background:url('../nav/alert_bottom.gif') bottom left no-repeat #f8f8f8;
	margin:0;
}
img#map-button{
	margin:5px 0 15px;
}
ul#opening-times{
	list-style:none;
	margin:0 0 10px 20px;
	width:240px;
}
ul#opening-times li{
	background:url('../nav/open_bg.gif') no-repeat #fff;
	padding:0 10px;
	overflow:hidden;
	line-height:22px;
	height:22px;
	font-size:11px;
}

/********* PAGINATION *********/

p#paginator{
	clear:both;
	text-align:right;
	padding:0 40px 0 0;
	font-size:11px;
	font-weight:700;
	color:#4a2b23;
}
#paginator span, #paginator a{
	padding:3px 6px;
	background-color:#e8e8e8;
	color:#333;
	margin:0;
	font-size:12px;
}
#paginator a{
	text-decoration:none;
	background-color:#4a2b23;
	color:#fff;
}
#paginator a:hover{
	background-color:#f3722c;
}

/********* FOOTER *********/

#footer{
	clear:both;
	background:url('../nav/footer_logo.gif') 780px 35px no-repeat #4a2b23;
}
#footer ul{
	list-style:none;
	margin:0;
	float:left;
	display:inline;
	width:180px;
	margin:25px 0 25px 25px;
}
#footer ul li{
	color:#fff;
	margin:0 0 4px 0;
	float:left;
	clear:left;
	width:100%;
}
#footer ul li.footlink-header{
	font-family:georgia, times, serif;
	color:#f3722c;
	font-size:18px;
	margin:0 0 10px 0;
}
#footer ul li a{
	color:#fff;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#f05b0a;
	text-decoration:underline;
}
#footer ul#footer-contact li{
	line-height:18px;
}
#footer-copy{
	height:40px;
	clear:both;
	text-align:center;
	line-height:40px;
	color:#c8b5ae;
	background-color:#65463a;
}
#footer-copy a{
	color:#c8b5ae;
}









