/* CSS Document */

body 

	{

	background-color: #FFFFFF;
	color: #000000;
	margin-top: 0;
	padding-top: 0;
	
	}


h1

	{

	font: normal bold normal 15px Arial, Geneva, sans-serif; 
	color: black;
	background-color: #DCE5E9;
	text-align: center;

	}

h2

	{

	
	font: normal normal bold 12px Arial, Geneva, sans-serif; 
	color: black;
	text-align: left;
	padding: 0;
	margin: 0;
	/*border: 1px solid blue;*/
	
	}
	
	
h3

	{

	
	font: normal normal bold 12px Arial, Geneva, sans-serif; 
	color: black;
	text-align: center;
	padding-top: 30px;
	/*border: 1px solid blue;*/
	
	}
	
	

div

	{

	font: normal normal normal 12px  Arial, Geneva, sans-serif; 

	}



img

	{

	border: 0;

	}


.link

	{

	font: normal normal bold 11px Arial, Geneva, sans-serif;
	text-decoration: none;
	color: black;

	}




p.row

	{
	
	clear: both;
	
	/*border: 1px solid yellow;*/
	line-height: 3em;
	text-align: center;
	color: black;	
	background-color: transparent;
	font: normal normal normal 12px Arial, Geneva, sans-serif;
	
	}


p.row span.align

	{

	
	/*border: 1px solid red;*/
	padding: 0 20px;
	

	}
	
	
.sitelink a

	{
		
	color: black;
	padding-left: 0px;
	
	text-decoration: none;	
		
	}

.sitelink a:hover

	{
		
	text-decoration: underline;	
		
	}

	

#shell /* the shell is set with auto left and right margins to centre the div on the screen */



	{
	
	width: 752px;	
	margin-left:   auto;
	margin-right:   auto;
	/*border: 1px solid red;*/
	
	}
	
	
#date


	{
	
	
	position: absolute;
	top: 85px;
	left: 125px;
	
	padding-left: 5px;
	font: normal normal bold 10px Arial, Geneva, sans-serif;
	text-align: left;
	
	
	/*border: 1px solid black;*/

	}


#logo	/* the logo is emb
#logo	/* the logo is embedded into the html code and is set as a background */
	

	{ 

	position: relative;
	background-image:  url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #999999;
	height: 100px;
	background-color: white;
	width: auto;
	}




#logo img

	{

	float: right;
	padding: 0;
	border-right: 1px solid #999999;
	width: 384px;
	margin-left:367px;
	}

	
	
#saclogo

	{
	
	/*border: 1px solid red;*/
	height: 80px;

	background-color: white;
		
	}
	
	
#saclogo img

	{

	float: right;
	padding: 0;

	}	
	
#printlogo

	{
		
	display: none;
	
	}


#topband

	{

	background-color: #999999;
	line-height: 5px;
	/*border: 1px solid red;*/
	width: 753px;
	}













.emailBorder

	{

	border: 1px solid #89549A;

	}



.emailFormat

	{

	padding: 20px;

	}


.normalBlack

	{

	font: normal normal bold 12px Arial, Geneva, sans-serif;

	}



#menu

	{

	clear: both;
	position: relative;
	width: 752px;
	/*border: 1px solid green;*/

	}



ul#mainnav	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	
	list-style: none;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*border: 1px solid green;*/
	padding-bottom: 15px;
	}



ul#mainnav li

	{

	display: inline;

	}



ul#mainnav li a


	{

	font: normal normal bold 11px Arial, Geneva, sans-serif;
	padding: 10px 4px 20px 4px;
	color: black;
	background-color: transparent;
	text-decoration: none; 
	text-transform: capitalize;
	line-height: 3em;
	text-align: center;

	
	}





ul#mainnav li a:hover


	{

	text-decoration: underline;
	
	}


ul#mainnav li ul

	{
	padding: 0;
	margin: 0;

	/*border: 1px solid red;*/
	position: absolute;
	top: 17px;
	top: 15px; /*reposition for IE*/
	left:125px;
	padding: 0px 0 0 5px;
	display: none;
	z-index: 10;
	height: 50px;
	
	}


ul#mainnav li ul li

	{

	padding: 0px 20px 40px 0px;
	
	}



ul#mainnav li ul li a

	{

	
	
	color: red;
	font-weight: normal;
	display: inline;

	}






ul#mainnav li:hover ul, ul#mainnav li.over ul

	{

	padding-top: 5px;

	display: block;

	}



#contentmain 

	{
		

	margin: 0;	
	top: 15px;
	padding: 5px;
	/*min-height: 350px;*/
	color: black;
	background-color: #DCE5E9;
	border: 1px solid #000066;
	
	}


#contentmain p.alignCentre

	{
	
	margin: 10px 0;	
	text-align: center;	
		
	}

	
	

.tinyBlack

	{
	
	font: normal normal bold 11px Arial, Geneva, sans-serif;
	
	}


.tinyBlackNormal

	{
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	
	}

#footer

	{

	/*border: 1px solid blue;*/
	width: 100%;
	color: black;	
	position: relative;
	top: 20px;
	padding: 3px 0 3px 0;

	}

	
#footer p

	{
		
	font-size: .9em;	
	color: black;

	}	
	
	

#footer p a

	{

	text-decoration: none;
	color: black;

	}


#footer p a:hover

	{

	text-decoration: underline;

	}



p

	{

	width: auto;
	margin: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif;
	
	text-align: justify;
	
	line-height: 1.8em;

	}







p img.main

	{

	
	margin-right: 5px;
	padding: 1px;
	border: 1px solid #000066;

	}


p#displayCar

	{
	
	width: 400px; 
 	padding-top: 3px;

	/*border: 1px solid red;*/
	float: left;
	}


.alert

	{

	color: red;
	background-color: #DCE5E9;
	/*border: 1px solid red;*/
	font: normal normal normal  12px Arial, Geneva, sans-serif; 
	padding: 5px;
	text-align: center;
	margin: 15px auto 0 auto;

	}


.generalNote

	{
	
	color: purple;
	background-color: white;
	
	font: normal normal bold 12px Arial, Geneva, sans-serif; 
	padding: 5px 0 0 0;
	text-align: left;
	margin: 5px 0 15px 0;

	}


.redBold

	{
	
	color: red;
	background-color: transparent;
	
	}






.divider

	{
	
	line-height: 1px;
	padding-left: 30%;
	padding-right: 30%;
	border-bottom: 1px solid #CCCCCC;
	
	}
	


.usedHeader

	{

	font: normal normal normal 12px Arial, Geneva, sans-serif;
	color: white;
	text-transform: lowercase;
	text-align: left;	
	padding: 7px 5px 0px 5px;	
	background-color: #000066;
	letter-spacing: .1em;
	
	}





span.rightheader


	{

	width: 40%;
	text-align: right;
	/*border: 1px solid yellow;*/
	float: right;

	}	
	
	
p.usedHeader.cmrow span.rightheader a

	{
		
	color: white;
	background-color: #000066;
	
		
	}	
	

	
#allDetails

	{
	
	position: relative;	
	/*border:1px solid black;*/
	width: 740px;
	height: 320px;
	background-image:  url(images/centenary.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}	
	
table#vehicleSpec 

	{
		
	position: relative;

	width: 210px;
	/*border: 1px solid blue;*/
	margin: 0;
	padding: 0;
	top: 125px;
	left: -110px;
	border-collapse: collapse;
	float: right;
	}




table#vehicleSpec td

	{
	
	font: normal normal bold 11px Arial, Geneva, sans-serif;
	color: black;
	background-color: transparent;
	width: 150px;
	text-transform: capitalize;
	line-height: 1.5em;
	/*border: 1px solid red;*/

	}


table#vehicleSpec td.details

	{
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	color: black;
	background-color: transparent;

	text-transform: capitalize;
	/*border: 1px solid green;*/

	}
	
table#vehicleSpec td.greyout

	{
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	color: #878787;
	background-color: transparent;

	text-transform: capitalize;
	/*border: 1px solid green;*/

	}

table#vehicleSpec td.green

	{
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	color: #006600;
	background-color: transparent;

	text-transform: capitalize;
	/*border: 1px solid green;*/

	}

table#vehicleSpec td.red

	{
	
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	color: #CC0000;
	background-color: transparent;

	text-transform: capitalize;
	/*border: 1px solid green;*/

	}	
	

	
table.listCars

	{
	
	position: relative;
	top: -30px;
	left: 105px;
	width: 300px;
	/*border: 1px solid blue;*/
	border-collapse: collapse;
	background-color: #D6D6AD;
	font-size: .9em;

		
	}	
	
table.listCars td

	{
		
	text-align: left;	
	padding-left: 5px;

		}	

table.pricing

	{
	
	position: relative;
	float:right;	
	/*border:1px solid black;*/
	width:150px;
	border-collapse: collapse;
	
	}	
	
table.pricing td

	{
		
	width: 50%;	
		
	}
	
	
	
	

	
ul#thumbnails		/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	position: absolute;
	left: 420px;
	float: right;
	list-style: none;	
	margin: 0px;
	padding: 5px 0px;
	width: 320px;

	/*border: 1px solid green;*/
	}

	
ul#thumbnails li

	{	
	
		display: inline;

	}
	
	
ul#thumbnails  img

	{
	
	padding: 1px;
	margin-left: 1px;
	border: 1px solid #000066;
	width: 70px;
	height: 52px;
	
	}


#specification

	{

	position: relative;
	
	width: 100%;
	

	}


#specification ul

	{
	
	margin: 0;
	padding: 0;
	
	/*border: 1px solid red;*/
	display: inline;
	line-height: 2em;
	
	}


#specification ul li

	{

	display: inline;
	color: black;
	
	}

	
.goButton

	{
		
	background-color: transparent;
	background-image: url(images/go_button.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 30px;	
	border: none;
	cursor: pointer;
	height: 30px;
	margin-left: 23px;
	float: right;
	}	
	
	
	
#loginForm

{
	
width: 300px;
margin: auto;
/*border: 1px solid red;	*/
	
}

ul#adImages

	{
	
	clear: both;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	list-style: none;
	padding-left:10px;
	width: 730px;
	/*border: 1px solid blue;*/
	position: relative;
	
	}
	
	
ul#adImages li

	{
	margin: 0 20px;
	display: inline;
	}
	
ul#adImages li a img

	{
		
	border: 0;	
		
	}

ul#carstock

	{
		
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	margin-top: 30px;
	
	}
	
	
ul#carstock li

	{
	
	clear: both;
	text-transform: capitalize;
	
	/*border: 1px solid red;*/
	margin-bottom: 15px;

	padding: 0 70px 10px 70px;
	background-image: url(images/divider.gif);
	background-position: bottom;
	background-repeat: no-repeat;

	}
	

	
ul#carstock li a img

	{
		
	vertical-align: top;
	border: 0;	
	width: 80px;
	height: 60px;
	margin-right: 20px;
	border: 1px solid white;

	}

	
ul#pagenumbers

	{
		
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 20px;

	/*border: 1px solid red;*/
	}
	
	
ul#pagenumbers li

	{
	
	display: inline;
	text-transform: capitalize;




	}
	
ul#pagenumbers li form

	{
	
	display: inline;

	}	
	
	
ul#pagenumbers li form input.pageSend

	{
	
	width: 50px;
	height: 25px;
	background-image: url(images/open.gif);
	background-repeat: no-repeat;
	background-color: #DCE5E9;
	padding-left: 30px;
	margin-right: 5px;
	cursor: pointer;
	}		
	
.header

	{
		
	color: #666666;	
		
	}
	
#stocksearch

	{
		
	/*border: 1px solid red;*/
	position: relative;
	top: 10px;
	display: inline;
	margin-left: 70px;
	background-color: #000066;
	color: white;
	padding: 2px 5px;

	
	}	
	
#stocksearch select

	{
		
	font-size: 10px;
	color: black;	
		
	}	
	
#stocksearch input.cars

	{
		
	margin: 0px 0 0px 60px;
	cursor: pointer;
	width: 75px;
	height: 15px;
	border: 0px solid #D02329;	
	color: black;
	font-size: 10px;
	margin-left: 0;
	
	}
	

	
#printContact

	{
		
	visibility: hidden;
	line-height: 0px;		
	}
	
	
	
#requestForm

{
	
width: 500px;	
margin: auto;
background-image: url(images/bmw_rear.gif);
background-repeat: no-repeat;
background-position: bottom;
background-color: #DCE5E9;
border: 1px solid #000066;
margin-bottom: 30px;


}

#requestForm p input,textarea

{
	
	background-color: #DCE5E9;
	margin-bottom: 10px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	
}


#requestForm p select

{
	filter: alpha(opacity = 70);

	background-color: #DCE5E9;
	margin-bottom: 10px;

	opacity: 0.7;
	
}



#requestForm p input.enquirySend

{
	

	border: 1px solid #000066;
	cursor: pointer;
	float: right;
	width: 200px;
	margin-right: 20px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	
}



ul#indexList		/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	list-style: none;	
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	/*border: 1px solid green;*/
	
	}

	
ul#indexList	 li

	{	
	
		display: inline;
		margin: 0 15px;

	}
	
	
ul#indexList	  img

	{
	
	border: 1px solid #000066;
	width: 200px;
	height: 133px;
	margin-top: 15px;
	}
	
	
.mapImage

	{
		
	margin-right: 15px;
	margin-top: 25px;
	width: 300px;
	border: 1px solid black;	
		
	}
	
	
#service

	{
	background-color: white;
	background-image: url(images/rover_specialist.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 3px solid #999999;

	}
	
#service p

	{
	
	padding: 80px 70px 0 70px;	
	
	}
	
	
div.boardMember

	{
		
	clear: both;
	margin-top: 20px;

	background-image: url(images/grad_divider.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	}


	
	
div.boardMember div.memberDetails

	{
		
	float: right;	
	width: 80%;
	/*border: 1px solid green;*/
	margin-bottom: 20px;
	margin-right: 20px;
	}
	

		
div.boardMember img

	{
		

	padding: 5px;
	background-color:  white;
	border: 1px solid #004179;
	margin-bottom: 20px;


	}
	
div.boardMember  p.memberHeader

	{
		
	font-size: 1.2em;
	font-weight: bold;	
		
	}
	
div.boardMember  p.memberHeader span.memberName


	{
		
	padding-right: 10px;
			
	}
	
	
div.boardMember p.memberSummary

	{
		

	text-align: justify;
	/*border: 1px solid blue;*/
	padding: 10px;
	
	border-top: 1px solid white;
	
	
	}	