/*
=========  Copyright 2007 Deanzod Web Design
=========  http://www.deanzod.co.uk/
=========  admin@deanzod.co.uk
=========  01434 220 758

######################### CONTENTS ####################################
=========  Main Layout ======
=========  Text containing div styling = 
=========  Navigation ============================================  
=========  Footer and Copyright Divs ==================================
#######################################################################

*/

body{
	background: #070514 url('images/bg.gif') top repeat-x;
	text-align:center;
	font-size:75%;
	font-family:Verdana, Sans-Serif;
	color:#b3b09e;
	/*line-height:2em;*/
	margin:0;
	
	}
	
a{
	color:#6e77c8;
	}
a:hover{
	color:#b8701a;
	}

p,ul{
	line-height:2em;
	}
h1,h2,h3,h4{
	color:#b8701a;
	/*font-family:georgia, serif;*/
	font-size:1.4em;
	font-weight:normal;
	margin:15px 0 0 0;
	padding:0;
	/*line-height:.5em;*/

	}
h5{
	color:#b8701a;
	font-size:1.3em;
	font-weight:normal;
	margin:0;
	padding:0;

	}
/* ################  Main Layout  #####################*/

#container{
	width:791px;
		text-align:center;
	margin:0 auto;
	overflow:auto;
background:#070514 url('images/body.gif') top repeat-y;

	}
#header{
	height:129px;
	}


#line{
		background:url('images/line.gif') top repeat-y;
		height:14px;
		}

#content{
	background:#070514 url('images/body.gif') top repeat-y;

		}
ul.links {
margin:15px 0 0 0;
padding:0;	}
.links li{
	list-style:none;
	margin:0 0 17px 0;
	}
img.picture{
	padding:3px;
	border:1px solid #b8701a;
	}
img.picture_padded{
	padding:3px;
	border:1px solid #b8701a;
	margin-top:50px;
}
/* ################  Text containing div styling  #####################*/
.fullwidth{
	width:700px;
	margin:0 auto;
	background:url('images/speedo.gif') bottom left no-repeat;
	overflow:hidden;
	text-align:left;
	}
.leftcolumn{
	width:420px;
	float:left;
	}
.rightcolumn{
	width:265px;
	float:right;
	
	}
.leftcolumn2{
	width:300px;
	float:left;
	}
.rightcolumn2{
	width:330px;
	float:right;
	
	}
	
.salecont{
	clear:both;
	margin:40px 0 0 0;
	overflow:auto;
	padding:10px;
}

.sale{
	overflow:auto;	
	}
.more{
	float:left;
	width:10em;
	}
.carpic{
	width:150px;
	float:left;
	margin:0 10px 10px 0;
	}
.carpic img{
	border:1px solid #fff;
	}
.extrapic{
	margin:5px 15px 5px 0;
	}
.price{
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	float:right;
	}
#fulldetails th{
	vertical-align:top;
	text-align:right;
	width:130px;
	}
/* ################  Navigation  #####################*/
#navcontainer{
		background:url('images/navbg.gif') top center no-repeat;
		overflow:auto;
		}
#nav{
		width:700px;
		margin:0 auto;
		font-size:.9em;
		text-align:left;
		}
#nav ul{
	list-style:none;

	margin:0;
	padding:5px 0 3px 0;
	}
#nav li{
	display:inline;
	padding: 0 20px 0 0 ;
	}	
#nav li a{
	color:#6e77c8;
	text-decoration:none;
	font-size:1.1em;

	}
#nav li a:hover{
	color:#b8701a;
	}
/* ################  Copyright & Footer  #####################*/
#footer{
	background:#070514 url('images/footer.gif');
	height:38px;
		clear:both;

	}	
#copy{
	font-size:.75em;
	color:#2d2c2c;
	clear:both;
	}
#copy a{
	color:#2d2c2c;
	text-decoration:none;
	}
#copy a:hover{
		color:#b8701a;

	}