﻿body

{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bggrad.png);
	background-repeat:repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
}



#wrap

{
	margin: 10px auto;
	width: 940px;
	padding-top: 10px;
	background-color:#ffffff;
	padding-bottom:10px;
	}



#header

{
	margin: 0 auto;
	width: 900px;
	padding-top:5px;
}



#divider

{
	margin: 0 auto 0 auto;
	width: 900px;
	height: 3px;
	background: #620716;
}

/**Menu Area**/

#menu
{
margin:0 auto;
width:900px;
height:326px;
}


#menutop

{
	width: 705px;
	height: 25px;
	background: #620716;
	float:left;
}



#menuright{
	width: 191px;
	height:300px;
	float:right;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #620716;

}



#menuimage{
	width: 708px;
	display:inline;
	float:left;
}





/**Content Area**/
#contentwrap

{
	width: 677pt;
	margin: 2px auto 0 auto;
	position:relative;
	
}

#usedwrap

{
	width: 900px;
	margin: 2px auto 0 auto;
	position:relative;
	
}

#contentwrap h1

{
	font-size:100%;
	font-weight:bold;
	color:#620716;
	margin-top:5px;
	margin-bottom:5px;

}
#usedwrap h1

{
	font-size:100%;
	font-weight:bold;
	color:#620716;
	margin-top:5px;
	margin-bottom:5px;

}

#contentwrap p

{
	font-size:70%;
	margin-top:0px;
	margin-left:3px;
	float:left;
	width:400px;
}

#contentwrap .motability
{
	font-size:70%;
	margin-top:0px;
}

#contentwrap .right

{
	float:right;

}
#contentwrap .left

{
	margin-right:0px;
	padding-top:0px;
	margin-left:0px;
	float:left;
}

#servicewrap
{
	width:300px;
	float:right;
	
}
#servicebox
{
	border:solid 1px #620716;
	background:#620716;
	color:#ffffff;
	margin:10px;
	padding:5px;
	
}
#servicebox h2
{
	display:block;
	background: #620716;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top:-1px;
	margin-bottom:10px;
	font-size:150%;
}

#servicebox2
{
	border:solid 1px #7a0000;
	background:#7a0000;
	color:#ffffff;
	margin:0px;
	padding:5px;
	width:565px;
	
}
#servicebox2 h2
{
	display:block;
	background: #7a0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top:-1px;
	margin-bottom:10px;
	font-size:150%;
}
/**Vehicle range**/
#rangebox

{
	border: solid 1px #620716;
	width: 446px;
	height: 185px;
	margin:2.5px 1px 0px 1px;
	position: relative;
	overflow:hidden;
	font-size:70%;
}
#rangebox.fleft
{
	float:left;
}

#rangebox.fright
{
	float:right;
}

#rangebox img.floatleft
{
	float: left;
	margin: 4px;
}

#offertext
{
float: left;
margin-left:10px;
width:220px;
}


#rangebox img.button
{
	bottom:0px;
	right:0px;
	position:absolute;
}



#rangeboxpad
{
	width: 220px;
	margin: 5px;
	float: left;
}

#rangebox h1
{
	display:block;
	height: 25px;
	line-height:25px;
	background: #620716;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top:-1px;
	margin-bottom:10px;
	font-size:150%;
}

#rangebox p
{
	margin-right: 5px;
	font-size:100%;
}

#rangebox .pricewas
{
	font-weight:bold;
	text-decoration:line-through;
	font-size:150%;
}
#rangebox .pricenow
{
	font-weight:bold;
	font-size:150%;
}
#rangebox .pricesave
{
	font-weight:bold;
	color:red;
	font-size:150%;
}

/**Footer**/
#footer
{

	width: 900px;
	height: 20px;
	background: #620716;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #cccccc;
	line-height:20px;
	text-align:center;
	margin: 2px auto 0 auto;

}

#footer a
{
	color: #CCCCCC;
	text-decoration:none;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration:none;
}

/*topmenu*/

#nav {

	font-size: .75em;

	margin: 0px 0 0px 0;

}



/* Main - Nav the styling */

#nav {

	width: 708px;

	height: 25px;

	background: #620716;

	position: relative;

	top: 0px;

	left: 0px;

	border-bottom:1px solid #ffffff; 

}



#nav .select, #nav .current {

	margin: 0;

	padding: 0;

	list-style: none;

	background: #620716;

}



#nav li {display:inline; margin:0; padding:0; height:auto;}



#nav .select a, #nav .current a

{

	display: block;

	height: 25px;

	float: left;

	background: #620716;

	padding: 0px 10px 0px 10px;

	text-decoration: none;

	line-height: 25px;

	white-space: nowrap;

	border-right: 1px solid #ffffff;

	color: #CCCCCC;

	font-weight: bold;

}



* html #nav .select a, * html #nav .current a 

{

	width:1px; 

	height:25px;

	}





#nav .select a:hover, 

#nav .select li:hover a 

{

	background:#620716; 

	cursor:pointer; 

	color:#ffffff;

	font-weight:bold;

	

	}



#nav .sub 

{

	display:none;

	}



/* for IE5.5 and IE6 only */

#nav table 

{

	position:absolute; 

	border-collapse:collapse; 

	left:0; 

	top:0;

	}



#nav .sub li a:hover, 

#nav .select a:hover .sub li a:hover, 

#nav .select li:hover .sub li a:hover 

{

	background:#620716; 

	color:#CCCCCC;

	font-weight:bold;

}



#nav .select li a:hover .sub, 

#nav .select li:hover .sub 

{

	display:block; 

	position:absolute; 

	width:708px; 

	top:25px; 

	left:0; 

	background:#620716; 

	margin-top:0; 

	padding:0; 

	z-index:100; 

	border-right: 1px solid #ffffff;



	}



#nav .sub, #nav .sub_active 

{

	margin:0; 

	padding:0; 

	list-style:none;

	opacity:.9;

	filter: alpha(opacity=90);

	}



#nav .sub_active 

{

	display: block;

	position: absolute;

	width: 710px;

	top: 25px;

	line-height:25px;

	left: 0;

	background: #620716;

	margin-top: 0;

	padding: 0;

	z-index: 10;

	font-weight:bold;

}

* html #nav .sub_active, * html #nav .select a:hover .sub 

{

	z-index:-1; 

	margin-top:0; 

	margin-top:1px;

	}



#nav .sub_active a 

{

	height: 25px;

	text-decoration: none;

	line-height: 25px;

	white-space: nowrap;

	display: block;

	float: left;

	background: #620716;

	padding: 0px 10px 0px 10px;

	margin: 0;

	white-space: nowrap;

	border: 0;

	color: #CCCCCC;

}



#nav .select a:hover .sub li a, 

#nav .select li:hover .sub li a 

{

	display:block; 

	background:#620716; 

	padding:0px 10px 0px 10px;

	margin:0; 

	white-space:nowrap; 

	border:0; 

	color:#ffffff; 

}



/*concertina menu*/

ul#slide 

{

	padding:0; 

	margin:0; 

	list-style:none; 

	width:189px; 

	height:324px; 

	position:relative; 

	overflow:hidden;

	font-family: Arial, Helvetica, sans-serif;

	font-size: .75em;

		border-right:1px solid  #620716;

border-left:1px solid  #620716;

border-bottom:1px solid  #620716;

}





ul li div {
	position: absolute;
	left: -9999px;
	background: #ffffff;
	font-size: .95em;
	}

ul table {border-collapse:collapse; width:0; height:0; margin:-1px; padding:0;}



#slide li.top 

{

	height:26px; 

	width:190px; 

	float:left;

	}



#slide li.top a.outer {

	display: block;

	float: left;

	height: 25px;

	line-height: 25px;

	width: 190px;

	text-indent: 10px;

	color: #CCCCCC;

	background: #620716;

	text-decoration: none;

	border-bottom: 1px solid #ffffff;

	font-weight:bold;

}



#slide li.top a:hover 

{

	color:#ffffff; 

	background:#620716;

	border-bottom:1px solid #ffffff;

}

#slide li.top:hover > a 

{

	color:#ffffff; 

	background:#620716;	

}

#slide li:hover 

{

	height:247px;

	}

#slide a:hover div, #slide li.current div 

{

	position:static; 

	height:189px; 

	width:180px; 

	padding:5px; 

	line-height:1.2em; 

	overflow:hidden;


	}

#slide li:hover div 

{

	position:static; 

	height:189px; 

	width:180px; 

	padding:5px; 

	line-height:1.2em; 

	overflow:hidden;
	

	}

#slide div img 

{

	display:block; 

	margin:5px 5px 5px 5px;

	}
	


#slide div img.fLeft 

{

	clear:left; 

	float:left; 

	display:block; 

	margin:8px; 

	margin-right:8px;

	}



#slide div h3  

{

	color:#000; 

	padding:0; 

	margin:0;

	}

#slide div p  

{

	color:#888; 

	line-height:1.4em; 

	padding:10px 0; 

	margin:0;

	}



#slide :hover div a 

{

	color:#620716; 

	text-decoration:none;

	}

#slide :hover div a:hover 

{

	text-decoration:none; 

	background:#fff;

	color:#620716; 

	}



#slide div a.big, #slide :hover div a.big 

{

	display:block; 

	height:30px; 

	line-height:30px; 

	border-top:1px solid #ddd; 

	color:#44a; 

	text-decoration:none; 

	text-indent:5px;

	}

#slide :hover div a.big:hover 

{

	background:#fff; 

	color:#000;  

	text-decoration:none;

	} 



#slide div dl 

{

	margin:20px 0 0 0; 

	padding-bottom:10px;

	}

#slide div dt 

{

	font-weight:bold; 

	color:#000;

	}

#slide div dd 

{

	padding:0; 

	margin:0; 

	line-height:1.5em;  

	color:#666;

	}

#slide :hover div dd a 

{

	color:#cccccc; 

	text-decoration:none;

	}

#slide :hover div dd a:hover 

{

	background:#fff; 

	color:#cccccc; 

	text-decoration:none;

	}




#slide h1

{

	font-weight:bold;

	font-size:.95em;

}



#vehicletext

{
	width:890px;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	font-size:70%;
	position:relative;
}


#vehicleimage
{
	float:right;
	margin-left:3px;
}



.vehiclethumb
{
	opacity:.5;
	filter: alpha(opacity=50);
}

#vehicleimages

{
	width:900px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff;
	margin: 0px auto 0px auto;
	text-align:center;
	float:left;
	position:relative;
}

 #vehicleimagesbox

 {
 	width:122.5px;
 	height:100px;
 	border:solid 1px #620716;
 	text-align:center;
 	vertical-align:middle;
 	margin-left:2px;
 	margin-right:2px;
 	float:left;
 	padding-top:5px;
	position:relative;
 }

#vehicleimagesbox .title

{
	display:block;
	height: 20px;
	line-height:20px;
	background: #620716;
	color: #ffffff;
	font-weight: bold;
	font-size:70%;
	position:absolute;
	bottom:0px;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#vehicletext a:hover

{
	color:#620716;
}



#vehicletext a 

{
	text-decoration:none;
	color:#620716;
}

#vehicletext h1

{
	color:#620716;
	font-weight:bold;
	font-size:150%;
	margin-bottom:0px;
}


#vehiclebuttons

{
	width:510px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px auto 0px auto;
	text-align:center;
	float:left;
}

 #vehicledetail

 {
	width:250px;
 	text-align:left;
  	float:left;
 	line-height:1.5em;
 	padding-right:2px;
 }


#vehiclefi
{
	float:left;
	width:500px;
	text-align:left;
}

#vehiclefi a

{
	text-decoration:none;
	color:#000000;
	margin-left:25px;
}

#vehiclefi a:hover

{
	text-decoration:none;
	color:#620716;
	margin-left:25px;
}



#clear

{clear:both;

 height: 1px;

}



/**Image transitions**/



	/* default opacity for IE */

img {

	filter: alpha(opacity=100);

	border: 0px;

}



/* duplicate image positioning */

img.idupe {

	position:absolute;

	z-index:30000;

	visibility:hidden;

	border:0px

	}

.sidemenu
{
	color:#000000;
}	
.quickcontactlabel
{
	font-size:80%;
	font-weight:bold;
	
}
.quickcontact
{
	font-size:80%;
	
}

.quickcontactmsg
{
	font-size:110%;
}
#contentwrap table
{
	font-size: 80%;
	margin-left: 0px;
	margin-top: 5px;
	width: 896px;
	float:left;
}
#contentwrap table .bold
{
	font-weight:bold;
	text-align:right;
	nowrap:nowrap;
}
.menu a {

	font: bold 16px Verdana, Arial, Helvetica, sans-serif;

	color: #0066ff;

	text-decoration: none;





}



.menu a:hover {

color: #620716;

}

 

 

 

 .small a {

	font: 12px Verdana, Arial, Helvetica, sans-serif;

	color: #620716;

	text-decoration: none;





}



.small a:hover {

color: #620716;

} 

.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #446688;

}

.vdetailsheader {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #000000;

}

.vdetails {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

}

.Contactfooter {



	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000000;

}

.smalltext {



	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

.rowheight {

	height: 1px;

}
