/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);


/* page structure */
html{
	background: #eee;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	width: 990px;
	margin: 0 auto;
	padding: 0 0 3px 0;

}

     
#header{
	background: #fff url(images/header-bg.png) 0 0 no-repeat;
	height: 140px;
	width: 990px;
}

#menu{
	width: 990px;
	background: url(images/menu-bg.gif) left bottom repeat-x;
	height: 33px;
	
}


#main{
	width: 960px;
	padding: 10px 15px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.homepage #main{
	padding: 10px 0;
	width: 990px;
}

#footer{
 clear: both;
 background: #ADB0B0 url(images/footer-bg.gif) 0 0 repeat-x;
 border: 1px solid #979a9a;
 padding: 12px;
 font-weight: bold;
 width: 964px;
}

/* basic typography */
h1, h2, h3, h4, h5, p{
	margin-bottom: 0.85em;
}

h1{
	font-size: 17px;
	margin-bottom: 0.85em;
	color: #6d6d6d;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}

h2{
	font: 14px normal Lucida, "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	color: #404040;
}

h3{
	font-size: 13px;
}

p{
	font-size: 12px;
}

a{
	font-weight: bold;
}

a:link{
	color: #9a161d;
	text-decoration: none;
}

a:visited{
	color: #680F14;
	text-decoration: none;
}

a:hover, a:active{
	color: #e10006;
	text-decoration: underline;
}

.clearboth{
	clear:both;
}

.floatleft{
	float: left;
	padding: 0 20px 10px 0;
}

.floatright{
	float: right;
	padding: 0 0 10px 10px;
}

th{
	text-align: left;
}

hr{
	clear: both;
	height: 1px;
	color: #444;
	background: #444;
	border: none;
}


/* header content styles */

#header h1, #header h2{
	text-indent: -999em;
 overflow: hidden;
 float: left;
 margin:0;
 padding:0;
 border: none;
}


#header h1#logo{
 width: 300px;
 height: 80px;
 margin-left: 225px;
 background: transparent;
}


h1#logo a, #header h2 a{
	text-indent: -999em;
 overflow: hidden;
	display:block;
}

h1#logo a{
background: #fff url(images/group-logo.png) 0 0 no-repeat;
width: 300px;
 height: 80px;
}

h1#logo a:hover{
	background-position: 0 -90px;
}

#header h2#citroenLogo a{
 background: url(images/citroen-logo.png) 0 0 no-repeat;
 width: 110px;
 height: 90px;
 margin-left: 10px;
}

#header h2#citroenLogo a:hover{
	background-position: 0 -180px;
}

#header h2#seatLogo a{
background: url(images/seat-logo.png) 0 0 no-repeat;
 width: 120px;
 height: 90px;
  margin-left: 225px;
}

#header h2#seatLogo a:hover{
	background-position: 0 -180px;
}
/* menu content styles */
#menu ul{
	padding: 0;
	position: relative;
	z-index: 3000; /* this is to make the drop-down menus appear over the rotating images on the home page */
}

#menu li{
	float:left;
	display: inline;
	background: #F0F0F0;
}

#menu li li{
	float: none;
	display: block;
}

#menu a{
	display: block;
	float: left;
	width: 121px;
	padding: 9px 0;
	text-align: center;
	background: url(images/menu-a-hover-bg.gif) 0 0 repeat-x;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #8D8D8D;
	line-height: 12px;
}

#menu li li a{
	width: 150px;
	padding: 9px 10px;
	text-align: left;
	background: #f3f3f3;
}

#menu a.first, #menu a.last {
	width: 124px;
}

/* #menu a.home{
	width: 41px;
	height: 30px;
	padding: 0;
	overflow: hidden;
	text-indent: -999em;
	background: url(images/home-icon.png) 0 0 no-repeat;
} */


#menu a:hover, #menu li:hover, #menu li.featureHover{
background: #F0F0F0 url(images/menu-a-bg.gif) 0 0 repeat-x;
	color: #cc0033;
}

#menu a.home:hover{
	background: url(images/home-icon.png) 0 -30px no-repeat;
}

#menu li li a:hover{
	background: #a2a2a2;
	color: #fff;
}

/* suckerfish-related styles */

#menu li ul { /* second-level lists */
	position: absolute;
	width: 172px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0;
	margin: 0;
	border-bottom: 1px solid #666;
	z-index: 999;
}

* html body #headMenu li ul{
	margin:0;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 30px;
	
	}
	
*:first-child+html #menu li ul{
	margin-left: -103px;
}


/* main content styles */

#main p.imgBlock, #main form.imgBlock{
	width: 150px;
	float: left;
	margin: 3px 5px;
	border-top: 5px solid #E41E26;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

#main p.imgBlock a{
	color: #666;
	font-weight: normal;
}

#main p.imgBlock a strong{
	color: #79171C;
	display: block;
	margin-bottom:0;
}

#main p.imgBlock a:hover{
	text-decoration: none;
	color: #E41E26;
}

#main p.offerLink{
	clear: both;
	margin: 5px;
	padding: 5px 0;
	text-align: right;
}

#main div.vehicleOfferBlock{
	width: 310px;
	float: left;
	overflow: visible;
	margin: 5px;
}
#main div.vehicleOfferBlock h2{
	color: #333;
	background: #A2A2A2 url(images/greyGradBg.gif) 0 0 repeat-x;
	padding: 5px;
}

#contract-hire #main div.vehicleOfferBlock{
	width: 230px;
}

#main div.vehicleOfferBlock h2 span{
 text-transform: none;
 color: #E80039;
}

#main div.vehicleOfferBlock p{
	margin-left: 155px;
}

#main div.vehicleOfferBlock p.imgPara{
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	}


/* home page specific */

#main h2#carOfWeek{
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/usedCarOfWeek-h2-bg-1.jpg) 0 0 no-repeat;
	width: 115px;
	height: 137px;
	text-indent: -999em;
	overflow: hidden;
}
#main h2#carOfWeek a{
	width: 100%;
	height: 100%;
	display: block;
}

#main h2#aboutUs{
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/aboutBtn-bg.jpg) 0 0 no-repeat;
	width: 115px;
	height: 86px;
	text-indent: -999em;
	overflow: hidden;
}

#main h2#aboutUs a{
	display: block;
	width: 100%;
	height: 100%;
}



#featureBlock{
	clear: both;
}


#main div#imageBlock{
	width: 660px;
	height: 350px;
	margin: 0 0 10px 0;
	background: #444 url(images/loading.gif) 50% 50% no-repeat;
	float: left;
}


#main div#imageBlock div{
	background-color: transparent;
}

#main div#usedCarOffers h2#usedCarOfferBox{
	margin: 0;
}

#main div#usedCarOffers h2#usedVanOfferBox{
	margin: 10px 0 0 0;
}

#main div#usedCarOffers p{
	margin: 0;
}

#main div#usedCarOffers h2#usedCarOfferBox a{
	background: url(images/usedCarOffers-h2-bg2.jpg) 0 0 no-repeat;
	width: 250px;
	height: 90px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#main div#usedCarOffers p#featuredUsedCarOffer a{
	background:url(images/usedCarOfferBtn-C1.jpg) 0 0 no-repeat;
	width: 250px;
	height: 200px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#main div#usedCarOffers h2#usedVanOfferBox a{
	background: url(images/usedVanOffers-h2-bg.jpg) 0 0 no-repeat;
	width: 250px;
	height: 90px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#main div#usedCarOffers p#citroenApprovedBtn a{
	background:url(images/citroenApprovedBtn.jpg) 0 0 no-repeat;
	width: 250px;
	height: 70px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	margin-top: 10px;
}

*:first-child+html #main div#usedCarOffers p#citroenApprovedBtn a{
	height: 80px;
}

#main div.featuredCar{
	float:left;
	width: 263px;
	height: 115px;
	padding: 10px;
	margin:0;
	border: 1px solid #707070;
	border-left: 0;
	background: #E1E1E1;
}

* html body #main div.featuredCar{
	margin-top: 0;
	padding-bottom:1px;
}

*:first-child+html #main div.featuredCar{
	margin-top: 0;
}

#main div.featuredCar p{
	font-size: 12px;
	color: #6a6a6a;
	margin: 0 130px 8px 0;
}

#main div.featuredCar p strong{
	color: #b46668;
}

#main div.featuredCar p.vehicleImage{
	float: right;
	display: block;
	padding: 0;
	margin:0;
}

#main div.featuredCar p.vehicleImage img{
	width: 125px;
	height: 94px;
}

#main div.featuredCar p.vehicleImage a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #b46668;
	display:block;
	padding: 0;
}
#main div.featuredCar p.vehicleImage a strong{
	display: block;
	padding: 1px 5px 3px 5px;
	color: #fff;
	font: bold 12px  Arial, Helevetica, sans-serif;
}

#main div.featuredCar h2{
	color: #C10005;
	font-size: 14px;
	margin-right: 130px;
	margin-bottom: 5px;
}

#main div.featuredCar h3{
	color: #8d97af;
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
	font-size: 12px;
	margin-right: 130px;
	margin-bottom: 5px;
}

#main div.featuredCar:hover, #main div.featureHover{
	border: 1px solid #666;
	border-left: 0;
	background: #eee;
}

#main div.featuredCar:hover p, #main div.featureHover p{
	color: #000;
	}

#main div.featuredCar:hover p strong, #main div.featureHover p strong{
	color: #e10006;
}

#main div.featuredCar:hover p.vehicleImage a, #main div.featureHover p.vehicleImage a{
	background: #e10006;
}

#main div.featuredCar:hover h2, #main div.featureHover h2{
	color: #E10006;
	}

#main div.featuredCar:hover h3, #main div.featureHover h3{
	color: #5D5D5D;
	border-bottom: 1px solid #999;
}

#main p.smallPrint{
	font-size: 11px;
	font-style: italic;
}

/* find us page */
div.locationBlock{
	padding: 0;
	overflow:hidden;
	background: #fff;
	float: left;
	width: 300px;
	height: 42em;
}

div.LBone, div.LBtwo
{
	padding-right: 14px;
	border-right: 1px solid #ccc;
	margin-right: 14px;
}

div.locationBlock h2{
	font-weight: normal;
	background: #A2A2A2 url(images/greyGradBg.gif) 0 0 repeat-x;
	color: #333;
	font-size: 15px;
	padding: 3px 5px;
	margin-bottom: 5px;
}

div.locationBlock p.mapBlock{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

div.locationBlock ul{
	float: left;
	width: 160px;
}

div.locationBlock p.address{
	margin-left: 170px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

div.locationBlock p strong, div.locationBlock ul strong{
	color: #555;
}

/* finance offers */
div.financeOfferBlock{
	margin: 0 5px 10px 5px;
	float: left;
	width: 465px;
	height: 218px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

div.financeOfferBlock h2{
	font-size: 14px;
	margin-bottom:7px;
	padding: 3px 5px;
	background: #2C5FDD url(images/greyGradBg.gif) 0 0 repeat-x;
	color: #fff;
}

#main div.financeOfferBlock p{
	font-size: 11px;
	font-style: italic;
	float: left;
	padding: 0 5px 5px 0;
	width: 230px;
}
table.financeOffer{
	width: 217px;
	border-collapse: collapse;
}

table.financeOffer th, table.financeOffer td{
	text-align: left;
	padding: 3px 5px;
	border: 1px solid #fff;
	font-size: 11px;
}

table.financeOffer th{
	background: #E9E9E9;
}
table.financeOffer td{
	background: #F1F1F1;
}

table.financeOffer td.aprRate, table.financeOffer td.payments{
	color: #E41E26;
	font-weight: bold;
}


/* business offers */

div.businessOfferBlock{
	float: left;
	padding: 10px;
	margin: 5px;
	width: 200px;
	height: 200px;
	background: #eee;
}

/* search form */
form#searchForm{
	background: #6F6F6F;
	overflow: hidden;
	margin:0;
	padding:0;
}

form#searchForm h2{
	height: 30px;
	margin:0;
	text-indent: -999em;
	overflow:  hidden;
	background: url(images/searchForm-h2-bg.gif) 0 0 no-repeat;
}


div#main.vanSearchForm form#searchForm h2{
		background: url(images/searchForm-h2-bg-van.gif) 0 0 no-repeat;
}

form#searchForm table{
	border-collapse: collapse;
	float: left;
	margin:0;
}

form#searchForm table#mainSearchTable{
	clear: both;
	margin: 10px 0 10px 5px;
}

* html body form#searchForm table#mainSearchTable{
	margin-left: 3px;
}

form#searchForm table#checkboxesTable{
	margin: 10px 0;
}

form#searchForm td{
	border-right: 3px solid #6f6f6f;
	border-bottom: 3px solid #6f6f6f;
	background: #979595 url(images/searchTdBg.gif) 100% 50% no-repeat;
	padding:0;
}


form#searchForm label{
	color: #000;
	display: block;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	margin: 0;
	height: 20px;
	line-height: 1.5em;
	padding: 5px 8px 5px 7px;
	background: url(images/searchLabelBg.gif) 0 50% no-repeat;
}


form#searchForm label#locationLabel, form#searchForm label#resultsPerLabel{

	
}

form#searchForm label#approvedOnlyLabel, form#searchForm label#liveResultsLabel{
	text-align: left;
	}

form#searchForm label#searchButtonLabel{
	padding:0 10px 0 0;
	height: 30px;
	clear: both;
	background: url(images/searchBtnLabelBg.gif) 0 0 no-repeat;
}

form#searchForm label#searchButtonLabel input{
	width: 125px;
	height: 28px;
	background: url(images/searchButtonBg.gif) 0 0 no-repeat;
}

form#searchForm label#searchButtonLabel input:hover{
	background: url(images/searchButtonBg.gif) 0 -28px no-repeat;
}

form#searchForm table#checkboxesTable label{
	width: 125px;
	text-align: left;
}
 form#searchForm input, form#searchForm select{
 	vertical-align: middle;
 }

form#searchForm select{
	width: 105px;
	font-size: 11px;
}

form#searchForm select#modeltype{
	width: 320px;
}


/* results table */

table#resultsTable{
	clear:both;
	border-collapse: collapse;
	margin: 10px 0 0 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #fff;
}

table#resultsTable th, table#resultsTable td{
	text-align: left;
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #fff;
}

table#resultsTable th{
	color:#fff;
	background: #538DEA url(images/th-bg.gif) 0 0 repeat-x;
	vertical-align: middle;
}

table#resultsTable th#thCompare{
	width: 72px;
}

table#resultsTable th#thPhoto{
	width: 67px;
}

table#resultsTable th#thModel{
	width: 180px;
}

table#resultsTable th#thLocation, table#resultsTable th#thMileage, table#resultsTable th#thColour, table#resultsTable th#thPrice{
	width: 80px;
}

table#resultsTable th#thRegistered{
	width: 110px;
}

table#resultsTable th#thNextSteps{
	width: 120px;
}

table#resultsTable tr.oddRow, table#resultsTable tr.oddRow td{
	background: #F1F1F1;
}

table#resultsTable tr.evenRow, table#resultsTable tr.evenRow td{
	background: #E9E9E9;
}

table#resultsTable td{
	vertical-align: top;
}

table#resultsTable td.tdCompare{
	text-align:center;
	vertical-align: middle;
}

table#resultsTable td.resultPrice, table#resultsTable strong{
	font-weight: bold;
	color: #6d6d6d;
}

table#resultsTable td.resultDetails a{
	background: url(images/redArrowSquare.gif) 0 50% no-repeat;
	padding-left: 15px;
}

/* format results page numbers etc */

div#resultPager{
	background: #1042BA url(images/th-bg.gif) 0 0 repeat-x;
	padding: 10px;
	color: #fff;
	position: relative;
}

div#resultPager span#pageCount{
	color: #323232;
}

div#resultPager span#pageCount strong{
	color: #fff;
}

div#resultPager span#pageNumbers{
	position: absolute;
	top: 6px;
	right: 10px;
}

div#resultPager span#pageNumbers a, div#resultPager span#pageNumbers b{
	display: block;
	float: left;
	padding: 3px;
	width: 1.5em;
	margin-right: 2px;
	text-align: center;
	border: 1px solid #CFCFCF;
}

div#resultPager span#pageNumbers a{
	color: #CFCFCF;
	font-weight: bold;
}

div#resultPager span#pageNumbers a img{
	vertical-align: middle;
}

div#resultPager span#pageNumbers a:hover{
	color:#fff;
	background: Gray;
	border-color: #fff;
	text-decoration: none;
}

div#resultPager span#pageNumbers b{
	color: #fff;
	background: #E41E26;
}

div#resultPager span#pageNumbers a.nb
{
	padding: 3px 1px;
	width: auto;
	border:none;
}

div#resultPager span#pageNumbers a.nb:hover{
	background: transparent;
}

/* comparison page */

table#compareHeaders{
	clear:both;
	border-collapse: collapse;
	float: left;
}

div#compareRegion{
	width: 845px;
	float: left;
	overflow: auto;
	background: #eee;
}

table#comparedItems{
	
}

table#compareHeaders td{
	background: #9E9E9E;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 95px;
	vertical-align: top;
	padding: 5px 5px 5px 10px;
}

table#comparedItems td{
	background: #ddd;
	width: 125px;
	vertical-align: top;
	border-right: 3px double #DCDCDC;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

table#compareHeaders td.compareHeadingPhoto{
	background: #9E9E9E url(images/compareHeaderBg.gif) 0 0 no-repeat;
}

table#compareHeaders td.compareHeadingReference{
	background: #9E9E9E url(images/compareReferenceBg.gif) 0 100% no-repeat;
}

table#compareHeaders td.compareHeadingPhoto, table#comparedItems td.compareImage{
	height: 108px;
}

table#compareHeaders td.compareHeadingNextSteps, table#comparedItems td.compareNextSteps, table#compareHeaders td.compareHeadingModel, table#comparedItems td.compareModel{
	height: 60px;
}
table#compareHeaders td.compareHeadingProgrammes, table#comparedItems td.compareProgrammes, table#compareHeaders td.compareHeadingColour, table#comparedItems td.compareColour{
	height: 42px;
}

table#comparedItems td.comparePrice{
	font-weight: bold;
}

table#comparedItems td.compareNextSteps a{
	background: url(images/redArrowSquare.gif) 0 50% no-repeat;
	padding-left: 15px;
}

table#comparedItems td.compareLocation{
	height: 26px;
}

/* details page */
#main div#carDetailsBlock{
	width: 690px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #D7172F;
	padding-right: 10px;
	background: url(images/picGridBg.gif) 4px 67px no-repeat;
}

* html body #main div#carDetailsBlock {
	background: url(images/picGridBg.gif) 10px 66px no-repeat;
}

#main div#carDetailsBlock h1{
	margin-bottom:0;
	padding-left: 10px;
}

#main div#carDetailsBlock p{
	font-size: 11px;
	padding: 0 10px 6px 10px;
	border-bottom: 1px solid #ccc;
	background: url(images/gradBg.gif) 0 100% repeat-x;
}

#main div#carDetailsBlock div#extraDetails p{
	padding:0 10px;
	border: none;
	background-image: none;
}

#main div#carDetailsBlock div#extraDetails ul{
	padding: 0 10px 0 25px;
	list-style: square;
}

#main div#carDetailsBlock img#largeImage{
	clear: both;
	float: left;
	display: block;
	margin: 10px 5px 0 5px;
	width: 270px;
	height: 203px;
	}

#main div#carDetailsBlock div#salesImageGrid{
	width: 402px;
	height: 202px;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
	}

#main div#carDetailsBlock div#salesImageGrid img{
	float:left;
	display: block;
	margin: 0 2px 4px 0;
	width: 132px;
	height: 99px;
	background: #D2E1F9;
	cursor: pointer;
}

#main div#salesDetailsBlock{
	float: left;
	margin:0;
	padding: 0 0 0 15px;
	width: 240px;
}


#main h2#locationHead, #main p#locationNumber{
	}
	
	#main div#salesDetailsBlock h3{
		color: #D7172F;
		padding-top: 5px;
		border-top: 1px solid #D7172F;
	}
	
#main div#salesDetailsBlock table{
	margin-bottom: 10px;
	width: 220px;
}

 #main #vehicleDetails  h3,  #main #vehicleFeatures  h3,  #main #vehicleApproved  h3, #main #extraDetails h3{
	color: #fff;
	background: #2C5FDD url(images/greyGradBg.gif) 0 0 repeat-x;
	padding: 3px;
	margin: 0;
}

#vehicleDetails, #vehicleFeatures, #vehicleApproved{
	float: left;
	margin: 5px 5px 10px 0;
	overflow: hidden;
}

#vehicleDetails{
	clear: both;
	width: 270px;
	margin-left: 5px;
}

#vehicleDetails table{
	width: 100%;
}

#vehicleDetails th, #vehicleDetails td{
	padding: 2px 3px;
	border-width:  0 1px 1px 0;
	border-color: #fff;
	border-style: solid;
}
#vehicleDetails th{
	background: #E9E9E9;
	color: #5A5A5A;
}

#vehicleDetails td{
	background: #F1F1F1;
	border-right: none;
}

#vehicleFeatures{
	width: 400px;
}

#vehicleApproved{
	width: 400px;
	margin-top: 0;
	background: #ebf0f7 url(images/citroenApproved-logo.gif) 185px 33px no-repeat;
	}

#vehicleFeatures, #extraDetails{
	background: #F1F1F1;
}

#vehicleFeatures ul li{
	float:left;
	padding: 3px 5px ;
	/* background: url(images/5pxRedSquare.gif) 5px 7px no-repeat;*/
	border-bottom: 1px solid #fff;
}

#vehicleFeatures ul li.odd{
	width: 189px;
	clear:left;
	border-right: 1px solid #fff;
}

#vehicleFeatures ul li.even{
width: 190px;
background: #E9E9E9;
}

#vehicleApproved ul{
list-style: square;
padding: 10px 10px 10px 20px;
}

#extraDetails{
	clear:both;
	float: left;
	padding:0;
	margin:0 5px 0 5px;
	width: 270px;
}

#main div#carDetailsBlock div#extraDetails p{
	float: none;
	margin: 0 0 10px 0;
	font-size: 12px;
}

/* citroen approved pages */
div#citroenApprovedMenu{
	float: right;
	width: 240px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

#main.citroenApprovedPage h2, #main.citroenApprovedPage p, #main.citroenApprovedPage ul{
	margin-right: 290px;
}

#main.citroenApprovedPage ul{
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: disc;
}

#main.citroenApprovedPage div#citroenApprovedMenu p, #main.citroenApprovedPage div#citroenApprovedMenu ul{
	margin-right: 0;
}

#main.citroenApprovedPage div#citroenApprovedMenu ul{
	padding-left: 0;
	margin-left: 20px;
	list-style: square;
}

#main.citroenApprovedPage div#citroenApprovedMenu h3{
	color: #fff;
	padding: 5px;
	background: #538DEA url(images/th-bg.gif) 0 0 repeat-x;
}

/* enquiry form styles */
form#enquiryForm fieldset{
	float: left;
	width: 307px;
	height:440px;
	margin: 0 5px;
	background: #ececec url(images/fieldsetBg.gif) left bottom no-repeat;
}

* html body form#enquiryForm fieldset{
	height: 430px;
}

#appraisalPage form#enquiryForm fieldset{
	height: 525px;
}

form#enquiryForm h2{
	color: #fff;
	background: #6d6d6d url(images/contact-header-bg.gif) 0 0 no-repeat;
	padding: 5px 5px 5px 10px;
	clear:both;
}
form#enquiryForm h2#vhcInfo{
	background-image: none;
}

form#enquiryForm p{
	font-weight: bold;
	clear:  both;
	border-bottom: 1px solid #cc0033f;
	padding: 10px 0 3px 0;
	margin: 5px 10px 3px 10px;
	color: #cc0033;
}

form#enquiryForm label{
	display: block;
	float: left;
	clear: both;
	width: 155px;
	color: #6d6d6d;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}

form#enquiryForm label.txt{
	padding-left: 130px;
}

form#enquiryForm input{
	font-size: 11px;
}

form#enquiryForm select{
	width: 145px;
	font-size: 11px;
}

form#enquiryForm label span{
	position: relative;
	float: left;
	left: -120px;
	width: 110px;
	margin-right: -110px;
}

form#enquiryForm label.nofloat{
	float: none;
	display: inline;
	height: 1px;
}

form#enquiryForm input.txt{
	width: 140px;
}

form#enquiryForm textarea{
	width: 275px;
	font: 11px Georgia, "Times New Roman", serif;
}

form#enquiryForm input.btn{
	display:inline;
	position: relative;
	top: 0;
	left: 0;
	width:125px;
	height: 30px;
}

/* footer content styles */

#footer p{
	margin: 0;
	padding:0;
}

#footer p#copyright{
	color: #e10006;
	float: right;
}
#footer a{
	text-decoration: none;
	color: #677172;
	padding: 0 10px;
	background: url(images/footer-a-bg.gif) 100% 50% no-repeat;
	line-height: 1;
}

#footer a:hover{
	color: #E41E26;
}


#designedby{
	padding-top: 10px;
	background: #eee url(images/menu-bg.gif) left top repeat-x;
}

#designedby p{
	color: #999;
	margin-left: 24px;
}

#main ul.tabNavigation{
	overflow: hidden;
	padding-left : 10px;
	background: url(images/tab-navigation-ul-bg.gif) 0 100% repeat-x;
}

#main ul.tabNavigation a{
	float: left;
	padding: 7px;
	margin-right: 5px;
	background: #ddd;
	border: 1px solid #ddd;
	border-bottom:none;
}

#main ul.tabNavigation a.selected, #main ul.tabNavigation a.selected:hover{
	background: #fff;
	text-decoration: none;
}

#main div#businessForm, #main div#businessContacts{
	border: 1px solid #ccc;
	border-top: none;
 	padding: 10px 0 10px 3px;
	overflow: hidden;
}

#main div#businessContacts{
	padding: 20px;
	overflow: hidden;
}

#main div#businessForm h2, #main div#businessForm p{
	margin-left: 10px;
}

#main div#businessForm form h2{
	margin-left: 0;
}

#main div#businessContacts p.floatleft{
	width: 260px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #D6D6D6;
	background: #efefef;
}

#main div#businessContacts p.floatleft em{
	color: #B70000;
}

#nav{
	top:325px;
	left: 570px;
	position: absolute;
	z-index: 999;
}

#nav a{
	background: #D7172F;
	color: #fff;
	padding: 3px 5px;
	margin-right: 3px;
	display: inline-block;
	text-decoration: none;
}

#nav a.activeSlide{
	background: #aaa;
}

.offerBlock{
	padding: 20px 15px;
	width: 630px;
	height: 310px;
}

#main .{
background-color: #000;
}

#main .offerBlock p{
	width: 330px;
	color: #ddd;
		margin-top: 285px;
		font-size: 14px;
}

*:first-child+html #main .offerBlock p{
	margin-top: 305px;
}

#main .offerBlock p strong{
	color: #fff;
}

#main .offerBlock p a{
	color: #D7172F;
	text-decoration: none;
}

#main .offerBlock p a:hover{
	color: #FFDFDF;
}

.offer1{
	background: transparent url(images/rotating/c1-offers.jpg) 0 0 no-repeat;
}

.offer2{
	background:  transparent url(images/rotating/nought-per-cent-offers.jpg) 0 0 no-repeat;
}

.offer3{
	background:  transparent url(images/rotating/fixed-price-repairs.jpg) 0 0 no-repeat;
}

.offer4{
	background:  transparent url(images/rotating/download-a-brochure.jpg) 0 0 no-repeat;
}

#main div#offersPanel{
	width: 300px;
	float: left;
	margin-left: 10px;

	background: url(images/dot-bg.gif) 0 100% repeat-x;
}

#main div#offersPanel h2{
	height: 30px;
	margin: 0;
	padding:0;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/h2-featuredOffers-bg.png) 0 0 repeat-x;
	}

#main div#offersPanel h3{
	background-repeat: no-repeat;
	background-image: url(images/offersPanel-headers.png);
	height: 30px;
	margin: 0;
	padding:0;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	}
	
#main div#offersPanel h3#panel1{
	background-position: 0 0;
}

#main div#offersPanel h3#panel1:hover{
	background-position: -300px 0;
}

#main div#offersPanel h3#panel1.ui-state-active{
	background-position: -600px 0;
}

#main div#offersPanel h3#panel2{
	background-position: 0 -30px;
}

#main div#offersPanel h3#panel2:hover{
	background-position: -300px -30px;
}

#main div#offersPanel h3#panel2.ui-state-active{
	background-position: -600px -30px;;
}

#main div#offersPanel h3#panel3{
	background-position: 0 -60px;
}

#main div#offersPanel h3#panel3:hover{
	background-position: -300px -60px;
}

#main div#offersPanel h3#panel3.ui-state-active{
	background-position: -600px -60px;
}

#main div#offersPanel h3#panel4{
	background-position: 0 -90px;
}

#main div#offersPanel h3#panel4:hover{
	background-position: -300px -90px;
}

#main div#offersPanel h3#panel4.ui-state-active{
	background-position: -600px -90px;
}

#main div#offersPanel h3#panel5{
	background-position: 0 -120px;
}

#main div#offersPanel h3#panel5:hover{
	background-position: -300px -120px;
}

#main div#offersPanel h3#panel5.ui-state-active{
	background-position: -600px -120px;
}

#main div#offersPanel h3#panel6{
	background-position: 0 -150px;
}

#main div#offersPanel h3#panel6:hover{
	background-position: -300px -150px;
}

#main div#offersPanel h3#panel6.ui-state-active{
	background-position: -600px -150px;
}

#main div#offersPanel p{
	height: 120px;
	padding: 20px 100px 0 10px;
	margin:0;
	background-image: url(images/offersPanel-bgs.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#main div#offersPanel p.panel1{
	background-position: 0 0;
}

#main div#offersPanel p.panel2{
	background-position: 0 -140px;
}

#main div#offersPanel p.panel3{
	background-position: 0 -280px;
}

#main div#offersPanel p.panel4{
	background-position: 0 -420px;
}

#main div#offersPanel p.panel5{
	background-position: 0 -560px;
}
#main div#offersPanel p.panel6{
	background-position: 0 -700px;
}

.ui-dialog{
	margin-top: -100px;
	background: url(images/ui-dialog-bg.png) 0 15px no-repeat;
	padding: 10px;
}

#dialog p, #dialog h2{
	text-align: center;
	padding:0;
margin:0;
}

.ui-dialog-titlebar a{
		background: #fff url(images/seat-intro-titlebar.jpg) 0 0 no-repeat;
		display: block;
		width: 500px;
		height: 30px;
		text-indent: -999em;
		overflow: hidden;
}
