/* CSS Document */


/* STYLESHEET LAYOUT REFERENCE -----------------------
TAGS
BODY CLASSES
STRUCTURE
TOP
TOP NAVIGATION
MIDDLE/MAIN TEXT
SIDEBAR STYLES
FORM STYLES
FOOTER
BOTTOM
GENERAL CLASSES
*/

/* COLOURS
BODY BACKGROUND: #fff
BODY TEXT: #9fa0a3

---------------------------------------------------*/

/* TAGS */

a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	outline: none;

}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a7e810;
}
a img {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 3px 0;
}
h2,
h3 {
	font-size: 28px;
	color: #fff;
}
h3,
h4 {
	font-size: 18px;
}
p {
	color: #fff;
}
/* BODY CLASSES */

.home #text h1 {
	width: 610px;
	height: 48px;
	margin: -10px 0 -5px -10px;
	padding: 20px 0 6px 15px;
	background: url(../_img/welcome_bg.png) no-repeat;
}
.contact #box_2 p {
	margin-top: 0;
	padding: 0 4px;
}
.contact #box_2 h4 {
	margin-left: 14px !important;
}
.sidesearch_layout #maincontent {
	float: right;
}
.sidesearch_layout #sidebar {
	float: left;
}
.sidesearch_layout #sidebar h3 {
	font-size: 18px;
	color: #FFF;
	padding: 12px 0 0 24px;
}
.sidesearch_layout #sidebar h4 {
	font-size: 16px;
	color: #111;
	margin: 0 0 0 10px;
	padding: 0;
}
.sidesearch_layout #sidebar #box_2 p.trade {
	margin-top: 5px !important;
}
/* STRUCTURE */
/*
html {
	background: url(../_img/bg_rpt_green2.gif) repeat-x left bottom !important;
}*/
body {
	font: 90%/160% Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #9fa0a3;
	margin: 0;
	padding: 0;
	background: url(../_img/bg_rpt_green1.gif) repeat-x;
}
#mainholder {
	width: 987px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#topbar {
	width: 941px;
	height: 100px;
	margin: 0;
	padding: 8px 8px 0 30px;
}
#topbar p {
	width: 506px;
	height: 62px;
	float: left;
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
}
#topbar p.telnumbers {
	width: 435px;
	height: auto;
	margin: 37px 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	line-height: 24px;
}
#topbar p span.bold {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0;
	word-spacing: 0;
}
#container {
	width: 987px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../_img/body_rpt.png) repeat-y;
}
#contents {
	width: 959px;
	min-height: 450px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}
#top,
#bottom {
	width: 987px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	background: url(../_img/top.png) no-repeat;
}
#bottom {
	background: url(../_img/bottom.png) no-repeat;
}


/* NAVIGATION */

#topnav {
	width: 959px;
	height: 37px;
	margin: 0 0 8px 0;
	padding: 0;
}
#topnav ul {
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation {
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0;
  	list-style: none;
}
#navigation li {
  	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a * {
  	display: none;
}
#navigation a,
#navigation a .hover {
  	height: 37px;
	position: relative;
	display: block;
	outline: none;
	cursor: pointer;
	background: url(../_img/nav.gif) no-repeat;
}

/* individual top navigation items */

#navigation a#home {background-position: 0 0; width: 64px;}
#navigation a#help {background-position: -64px 0; width: 106px;}
#navigation a#aboutus {background-position: -170px 0; width: 90px;}
#navigation a#mot {background-position: -260px 0; width: 105px;}
#navigation a#service {background-position: -365px 0; width: 125px;}
#navigation a#alloywheels {background-position: -490px 0; width: 119px;}
#navigation a#parts {background-position: -609px 0; width: 61px;}
#navigation a#bodyshop {background-position: -670px 0; width: 92px;}
#navigation a#testimonals {background-position: -762px 0; width: 114px;} 
#navigation a#contact {background-position: -876px 0; width: 83px;}

#navigation .highlight a#home:hover, #navigation a#home .hover {background-position: 0 -37px; width: 64px;}
#navigation .highlight a#help :hover, #navigation a#help  .hover {background-position: -64px -37px;}
#navigation .highlight a#aboutus:hover, #navigation a#aboutus .hover {background-position: -170px -37px;}
#navigation .highlight a#mot:hover, #navigation a#mot .hover {background-position: -260px -37px;}
#navigation .highlight a#service:hover, #navigation a#service .hover {background-position: -365px -37px;}
#navigation .highlight a#alloywheels:hover, #navigation a#alloywheels .hover {background-position: -490px -37px;}
#navigation .highlight a#parts:hover, #navigation a#parts .hover {background-position: -609px -37px;}
#navigation .highlight a#bodyshop:hover, #navigation a#bodyshop .hover {background-position: -670px -37px;}
#navigation .highlight a#testimonals:hover, #navigation a#testimonals .hover {background-position: -762px -37px;}
#navigation .highlight a#contact:hover, #navigation a#contact .hover {background-position: -876px -37px;}

#navigation a#home.on, #navigation .highlight a#home.on:hover, #navigation a#home.on .hover {background-position: 0 -74px;}
#navigation a#help.on, #navigation .highlight a#help .on:hover, #navigation a#help.on .hover {background-position: -64px -74px;}
#navigation a#aboutus.on, #navigation .highlight a#aboutus.on:hover, #navigation a#aboutus.on .hover {background-position: -170px -74px;}
#navigation a#mot.on, #navigation .highlight a#mot.on:hover, #navigation a#mot.on .hover {background-position: -260px -74px;}
#navigation a#service.on, #navigation .highlight a#service.on:hover, #navigation a#service.on .hover {background-position: -365px -74px;}
#navigation a#alloywheels.on, #navigation .highlight a#alloywheels.on:hover, #navigation a#alloywheels.on .hover {background-position: -490px -74px;}
#navigation a#parts.on, #navigation .highlight a#parts.on:hover, #navigation a#parts.on .hover {background-position: -609px -74px;}
#navigation a#bodyshop.on, #navigation .highlight a#bodyshop.on:hover, #navigation a#bodyshop.on .hover {background-position: -670px -74px;}
#navigation a#testimonals.on, #navigation .highlight a#testimonals.on:hover, #navigation a#testimonals.on .hover {background-position: -762px -74px;}
#navigation a#contact.on, #navigation .highlight a#contact.on:hover, #navigation a#contact.on .hover {background-position: -876px -74px;}

/* MIDDLE/MAIN STRUCTURE */

.help_img {	
	width: 176px;
	height: 176px;
	margin: 0 30px 10px 0;
	padding: 5px;
	display: block;
	text-indent: -9999px;
	left: -40px;
	top: 8px;
	position: absolute;
	z-index: 10;
	background: url(../_img/needanyhelp_kap.png) no-repeat;
}
	
/* mainpic */

#mainpic {
	width: 958px;
	height: 200px;/* 100% */
	display: block;
	margin: 0 0 3px;
	padding: 0;
	position: relative;
	background: url(../_img/home_img_green.jpg) no-repeat;
}
#mainpic p {
	width: 100%;
	height: auto;
	margin: 8px 0 0 0;
	padding: 0;
}

/* homepage form */

#mainpic form {
	width: 300px;
	height: 155px;
	position: absolute;
	top: 16px;
	left: 620px;
	border: none;
}
#mainpic fieldset {
	border: none;
}
#mainpic form p {
	width: 100%;
	height: 20px;
	margin: 0 0 6px 0;
}
#mainpic p label {
	width: 130px;
	height: 20px;
	float: left;
	display: block;
	color: #fff;
	text-align: right;
	margin: 0 20px 0 0;
}
#mainpic p label span {
	color: #b1dc2c;
}
#mainpic p select {
	width: 130px;
	height: 18px;
	float: left;
	display: block;
	margin: -1px 0 0;
	padding: 0;
	font-size: 11px;
}
.searchtyres {
	width: 202px;
	height: 40px;
	display: block;
	float: right;
	margin: 0 12px 0 0;
	padding: 0;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
	background: url(../_img/search_button_green.png) no-repeat;
}

/* tyre brands flash */

#tyrebrands {
	width: 958px;
	height: 44px;
	margin: 0;
	padding: 0;
	display: block;
	background: none;
}

/* Page headers */

#contentheader {
	width: 625px;
	height: 84px;
	margin: 0 0 6px;
	padding: 9px 0 0 20px;
	display: block;
	background: url(../_img/content_header.jpg) no-repeat;
}
#contentheader h1 {
	padding: 30px 0 0 0;
	font-size: 45px;
	color: #FFF;
}
#contentheader h2 { 
    font-size: 30px;
	color: #fff;
}
#contentheader p {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #ff0;
	line-height: 18px;
}

/* main content */

#middle {
	width: 963px;
	height: 100%;
	overflow: visible;
	display: block;
	float: left;
	position: relative;
	margin: 0 0 4px;
	padding: 0;
}
#maincontent {
	width: 644px;
	height: 100%;
	float: left;
	display: block;
	margin: 8px 6px 0 0;
	padding: 0;
}
#text,
#order_details {
	width: 604px;
	height: 100%;
	margin: 0;
	padding: 18px 20px 8px 20px;
	float: left;
	display: block;
	position: relative;
	background: #7e7e7e url(../_img/leftbox_top1.gif) no-repeat left top;
}
#text p {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0;
	color: #fff;
}
.bottomstrip {
	width: 644px;
	height: 12px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: url(../_img/leftbox_bottom1.gif) no-repeat;
}

/* CODENOTE - same as above "#text and p" merge together... */

#order_details fieldset p {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	float: left;
	display: block;
}
#order_details form p label {
	width: 90px;
	height: auto;
	float: left;
	display: block;
	margin: 2px 0 0;
}

/* contact google map */

#map {
	width: 604px;
	height: 467px;
}

/* flash home page */

#flash_tyre_chart{
	margin:10px 0 0 0;
}

/* results information */

.resultsbar {
	position: relative;
	width: 625px;
	height: 35px;
	margin: 4px 0 0;
	padding: 6px 0 0 20px;
	display: block;
	background: url(../_img/bg_pagination.gif) no-repeat;	
}
.resultsbar p { 
    width: 180px;
	height: 20px;
    margin: 6px 0 0;
	float: left;
    color: #b01220;
	font-weight: bold;
}
.pagination {
	width: 200px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: -10px;
	margin: 0;
	padding: 0;
}
.pagination p {
	width: 80px;
	margin: 0;
	color: #333;
}
.pagination ul {
	padding: 0;
	margin: 2px 0 0;
	background-color: #0f0;
}
.pagination li {
	width: 15px;
	float: left;
	display: inline;
}
.pagination li a:active {
	font-weight: bold;
	text-decoration: none;
}
.pagination li a.on {
	color: #b01220;
	text-decoration: none;
}
.sortbyprice {
	width: 200px !important;
	height: 100%;
	margin: 0;
	padding: 0;
}
.sortbyprice select {
	height: 18px;
	width: 120px;
	margin-left: 8px;
	padding: 0;
	font-size: 12px;
	vertical-align: middle;
	color: #555;
	border: 1px solid #ccc;
}
.sortbyprice p {
	width: 200px !important;
	margin-top: 6px;
	color: #333;
}

/* search results */

#tyreresults {
	width: 100%;
	height: 100%;
	margin: 6px 0 0 0;
	padding: 0;
}
#tyreresults ul {
	width: 645px;
	margin:0;
	padding:0;
	height: 100%;
	list-style: none;
}	
#tyreresults li {
	width: 100%;
	height: 120px;
	display: block;
	margin: 0;
	padding: 10px 0;
	position: relative;
	background:url(../_img/bg_tyre_search.jpg) no-repeat;
}
#tyreresults li a {
	width: 131px;
	height: 90px;
	float: left;
	display: block;
	outline: none;
	cursor: pointer;
	margin: 0 10px 0 10px;
	padding: 0;
}
#tyreresults li a:hover {
	outline: none;
	cursor: pointer;
}
#tyreresults li h2 {
	height: auto;
	width: 300px;
	font-size: 22px !important;
	color: #505050;
	padding: 0px;
	margin: 0px 0 5px 0 ;
	float: left;
	display: block;
	text-transform:uppercase;
}
#tyreresults li p {
	color:#FFF;
	width: 340px;
	height: 10px;
	float: left;
	line-height: 15px;
	margin:0px;
	display: block;
}
#tyreresults li p span {
	font-size:10px;
}
#tyreresults p.quantity { 
	height:20px;
	width:180px;
	color:#000;
	font-weight:bold;
	position:absolute;
	left:470px;
	top:15px;
}
#tyreresults p.fitted {
    font-size: 22px;
	padding: 4px 0;
}
#tyreresults p.tyredetails {
	margin: 10px 0 0 0;
	color: #b1dc2c;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#tyreresults p.speedrating {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	text-indent: 18px;
	margin: 5px 0 0 0;
	width: 500px;
	clear: left;
}
#tyreresults li a.ordernow {
	width: 190px;
	height: 34px;
	position:absolute;
	left:480px;
	top:90px;
	margin-right: 8px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	background:url(../_img/button_order.jpg) no-repeat;
}
#tyreresults li a.viewtyre {
	width: 190px;
	height: 34px;
	position:absolute;
	left:480px;
	top:50px;
	margin-right: 8px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	background:url(../_img/button_view_product.png) no-repeat;
}
/* search kumho */

#tyreresults_kumho {
	width: 100%;
	height: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}
#tyreresults_kumho ul {
	width: 645px;
	margin:0;
	padding:0;
	height: 100%;
	list-style: none;
}	
#tyreresults_kumho li {
	width: 100%;
	height: 120px;
	display: block;
	margin: 0;
	padding: 10px 0;
	position: relative;
	background:url(../_img/bg_tyre_search_kumho.jpg) no-repeat;
}
#tyreresults_kumho li a {
	width: 131px;
	height: 90px;
	float: left;
	display: block;
	outline: none;
	cursor: pointer;
	margin: 0 10px 0 10px;
	padding: 0;
}
#tyreresults_kumho li a:hover {
	outline: none;
	cursor: pointer;
}
#tyreresults_kumho li h2 {
	height: auto;
	width: 300px;
	font-size: 22px !important;
	color: #000;
	padding: 0px;
	margin: 0px 0 5px 0;
	float: left;
	display: block;
	text-transform:uppercase;
}
#tyreresults_kumho li p {
	color:#FFF;
	width: 340px;
	height: 10px;
	float: left;
	line-height: 15px;
	margin:0px;
	display: block;
}
#tyreresults_kumho li p span {
	font-size:10px;
}
#tyreresults_kumho p.quantity { 
	height:20px;
	width:180px;
	color:#000;
	font-weight:bold;
	position:absolute;
	left:470px;
	top:15px;
}
#tyreresults_kumho p.fitted {
    font-size: 22px;
	padding: 4px 0;
}
#tyreresults_kumho p.tyredetails{
	margin: 10px 0 0 0;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
#tyreresults_kumho p.speedrating {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	text-indent: 18px;
	margin:5px 0 0 10px;
	width:500px;
	clear:left;
}
#tyreresults_kumho li a.viewtyre {
	width: 190px;
	height: 34px;
	position:absolute;
	left:480px;
	top:50px;
	margin-right: 8px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	background:url(../_img/button_view_product.png) no-repeat;
}
#tyreresults_kumho li a.ordernow {
	width: 190px;
	height: 34px;
	position:absolute;
	left:480px;
	top:90px;
	margin-right: 8px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	background:url(../_img/button_order_kumho.jpg) no-repeat;
}

.kumho_result { background-image:url(../_img/bg_tyre_search_kumho.jpg);}


/*specifictiy issue, sidebar form box 1 - needs fix, look at scfty guidelines - update FIXED, posistion in style sheet cascade ---- */

.searchtyres_sidebar {
	background: url(../_img/search_button.png) no-repeat;
}

/* SIDEBAR STYLES */

#sidebar {
	width: 313px;
	height: 100%;
	float: right;
	display: block;
	margin: 7px 0 0;
	padding: 0;
}

/* expandable sidebox */

.sidebox,
#contact_form {
	width: 295px;
	height: 100%;
	margin: 0;
	padding: 0 6px;
	float: left;
	display: block;
	background: #b11221 url(../_img/redbox_top.gif) no-repeat;
}
#contact_form {
	height: 400px;
}
.sidebox p,
#contact_form p {
	width: 280px;
	heigh: auto;
	margin: 8px 0 2px 10px;
}
.bottomstrip_side {
	width: 307px;
	height: 10px;
	margin: 0 0 6px;
	padding: 0;
	float: left;
	display: block;
	background: url(../_img/redbox_bottom.gif) no-repeat;
}

/* homepage offerboxes */

#offerboxes {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.service_button,
.mot_button,
.refurb_button,
.parts_button {
	width: 313px;
	height: 147px;
	margin: 0;
	display: block;
	float: left;
	filter: alpha (opacity = 90);
	opacity: 0.9;
	text-indent: -9999px;
	background: url(../_img/service_button_green.gif) no-repeat;
}
.mot_button {
	background: url(../_img/mot_button_green.gif) no-repeat;
}
.refurb_button {
	background: url(../_img/alloy_button_green.gif) no-repeat;
}
.parts_button {
	background: url(../_img/parts_button_green.gif) no-repeat;
}
.service_button:hover,
.mot_button:hover,
.refurb_button:hover,
.parts_button:hover {
	filter: alpha (opacity = 100);
	opacity: 1;
}


#box_1 {
	width: 310px; 
	height: 260px;
	margin-bottom: 8px;
	background: url(../_img/box_1_bg.jpg) no-repeat;
}
#box_2 {
	width: 310px; 
	height: 237px;
	margin-bottom: 8px;
	background: url(../_img/box_2_bg.jpg) no-repeat;
}
#box_3 {
	width: 310px; 
	height: 280px;
	background: url(../_img/box_3_bg.jpg) no-repeat;
}
#box_3 img {
	margin: 7px;
}
#box_1 p, {
	width: 100%;
	height: auto;
	margin: 8px 0 0 0;
	padding: 0;
}
#box_2 p, #box_3 p {
	margin: 0 20px;
}

/* even though virtually the same as home search form - have kept seperate for now - GS. */

.sidebox form {
	width: 300px;
	height: 155px;
	margin: 8px 0 20px 0;
	padding: 0;
	border: none;
}
.sidebox fieldset {
	border: none;
}
.sidebox form p {
	width: 100%;
	height: 20px;
	margin: 0 0 6px 0;
}
.sidebox p label {
	width: 130px;
	height: 20px;
	float: left;
	display: block;
	color: #fff;
	text-align: left;
	margin: 0 10px 0 10px;
}
.sidebox p label span {
	color: #bdf60d;
}
.sidebox p select {
	width: 130px;
	height: 18px;
	float: left;
	display: block;
	margin: -1px 0 0;
	padding: 0;
	font-size: 11px;
}

#box_1 form {
	width: 300px;
	height: 155px;
	margin: 24px 0 0 0;
	padding: 0 0 0 7px;
	border: none;
}
#box_1 fieldset {
	border: none;
}
#box_1 form p {
	width: 100%;
	height: 20px;
	margin: 0 0 6px 0;
}
#box_1 p label {
	width: 130px;
	height: 20px;
	float: left;
	display: block;
	color: #fff;
	text-align: left;
	margin: 0 10px 0 10px;
}
#box_1 p label span {
	color: #bdf60d;
}
#box_1 p select {
	width: 130px;
	height: 18px;
	float: left;
	display: block;
	margin: -1px 0 0;
	padding: 0;
	font-size: 11px;
}
#box_2 p {
    margin: 20px 10px 10px 10px;
}

/* CONTACT PAGE FORM */

/* FORM STYLES */

#contact_form p,
#contact_form_main {
	margin-top: 2px;
}
#contact_form form,
#contact_form_main form {
	width: 290px;
	height: 100%;
	margin: 10px 0 0;
	padding: 0 10px;
}
#contact_form_main form { padding:0px;}
#contact_form form p,
#contact_form_main form p {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
}
#contact_form p label,
#contact_form_main p label {
	float: left;
	margin-bottom: 3px;
}
#contact_form fieldset,
#contact_form_main fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.textform,
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 7px;
	border: 1px solid #fecbcf;
	width: 270px;
	padding: 2px;
	/*height: 14px;*/
	color: #111;
	background: #fff;
}
textarea {
	width: 290px;
	height: 80px;
	margin: 0 !important;
}
.error {
	color: #fff !important;
	margin-left: 5px;
}
/* order page form */

.quantityselect {
	width: 45px;
}
.totalprice {
	margin-left: 10px;
}
#orderform_details p label {
	width: 70px;
	float: left;
	display: block;
}
#orderform_details .textform,
#orderform_details textarea {
	width: 220px;
	border: 1px solid #ccc;
}
#orderform_details textarea {
	width: 220px;
}
#orderform_details textarea.comments {
	width: 290px !important;
}

/* FORM STYLES */

form {
	margin: 0;
	padding: 0;
}
fieldset {
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
}
.submit {
	width: 122px;
	height: 40px;
	margin: 6px 0 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	border: none;
	background: url(../_img/submit_button.png) no-repeat;
}

/* FOOTER */

#footer {
	width: 100%;
	height: auto;
	clear: both;
	display: block;
	margin: 0;
	padding: 0; 
}
#strapline {
	width: 938px;
	height: 35px;
	margin: 0;
	padding: 9px 0 0 20px;
	display: block;
	text-indent: -9999px;
	background: url(../_img/bottom_panel.gif) no-repeat;
}
#bottomlogos {
	width: 957px;
	height: 96px;
	margin: 8px 0 0;
	padding: 0;
}
#dealerlogos {
	width: auto;
	height: 96px;
	margin: 0;
	padding: 0;
  	list-style: none;
}
#dealerlogos li {
  	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#dealerlogos a * {
  	display: none;
}
#dealerlogos a,
#dealerlogos a .hover {
  	height: 96px;
	position: relative;
	display: block;
	outline: none;
	cursor: pointer;
	background: url(../_img/bottom_logos.jpg) no-repeat;
}

/* individual top navigation items */

#dealerlogos a#nissan {background-position: 0 0; width: 99px; margin-right: 10px;}
#dealerlogos a#peugeot {background-position: -109px 0; width: 99px; margin-right: 10px;}
#dealerlogos a#subaru {background-position: -218px 0; width: 99px; margin-right: 10px;}
#dealerlogos a#ford {background-position: -327px 0; width: 99px; margin-right: 10px;}
#dealerlogos a#renault {background-position: -436px 0; width: 99px; margin-right: 10px;}
#dealerlogos a#usedcars {background-position: -544px 0; width: 99px;}

#dealerlogos .highlight a#nissan:hover, #dealerlogos a#nissan .hover {background-position: 0 -96px; width: 99px;}
#dealerlogos .highlight a#peugeot:hover, #dealerlogos a#peugeot .hover {background-position: -109px -96px;}
#dealerlogos .highlight a#subaru:hover, #dealerlogos a#subaru .hover {background-position: -218px -96px;}
#dealerlogos .highlight a#ford:hover, #dealerlogos a#ford .hover {background-position: -327px -96px;}
#dealerlogos .highlight a#renault:hover, #dealerlogos a#renault .hover {background-position: -436px -96px;}
#dealerlogos .highlight a#usedcars:hover, #dealerlogos a#usedcars .hover {background-position: -544px -96px;}

/* footer advert focus */

#press_focus {
	width: 300px; 
	height: 94px;
	display: block;
	float: right;
	margin: 2px 0 0;
	padding: 0;
}
#press_focus p {
  	float: left;
	margin: 0;
}
#press_focus a * {
  	display: none;
}
#press_focus a.xfactor,
#press_focus a.xfactor .hover {
	width: 300px; 
	height: 94px;
	display: block;
	margin: 0;
	padidng: 0;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;                                             
	background: url(../_img/press_bottomright.jpg) no-repeat;
}
#press_focus .highlight a.xfactor:hover,
#press_focus a.xfactor .hover {
	background: url(../_img/press_bottomright.jpg) no-repeat -300px 0;
}

/* bottom footer details */

#bottomfooter {
	width: 967px;
	height: 20px;                                      
	margin: 0;
	padding: 5px 0 20px 20px;
	font-size: 11px;
}
#bottomfooter p {
	margin: 0 0 0 60px;
	color: #333;
}
#bottomfooter span {
	float: right;
	margin-right: 30px;
}

/* EXTRAS */

.yellowtext {
	color: #ff0;
}
.greentext {
	color: #b1dc2c;
}

.bold,
.smallerbold,
.manufacturer,
.sidewall {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 1px;
	line-height: 20px;
}
.smallerbold {
	font-size: 14px;
}
.manufacturer {
	color: #b1dc2c !important;
	font-size: 24px;
	margin-bottom: 0 !important;
}
.sidewall {
	color: #000 !important;
	font-size: 16px;
}
.min_height {
	min-height:430px;
}
.float {
	float: left !important;
	display: block;
}

/* list style */

#text ul { 
	width: 100%; 
	height: auto;
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 10px 0 !important;
	list-style: none;
}
#text li {
	width: 275px;
	height: auto;
	padding: 0; 
	margin: 0 0 2px;  
	float: left;
	color: #fff;
	text-indent: 14px;
	background: url(../_img/bullet_green.png) no-repeat 0 4px;
}
.bodyshop #text li {
	width: 580px !important;
}

/* ul class */

.ul_class {
    min-height:100px!important;
}

/* button class */

.button_float {
	float: left; 
	margin-right: 20px;
}