@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/bgrep.jpg) top center repeat;
	}
#frame {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	min-height: 600px;
	background: url(../images/wrapperbg.png) center top repeat-y;
	padding: 0 10px 0 10px;
	}
#header {
	width:980px;
	height: 100px;
	background: url(../images/header.jpg) top center no-repeat;
	margin: 0 -10px;
	
	}
#headimg {
	width: 960px;
	height: 200px;
	z-index: 2;
	overflow: hidden;
	}
#menu {
	width: 960px;
	height: 40px; 
	background-image: url(../images/1px65a.png);
	position: relative;
	z-index: 5;
	top: 0px;
	background-repeat: repeat;
	}
#topphoto {	
	z-index: 3;
	position: relative;
	display: block;
	top: -40px;
	}
#heading {
	height: 29px;
	font: 26px Arial, Helvetica, sans-serif ;
	border-bottom: 1px  #CCC solid;
	margin: 0 0 10px 0;
	}
#content {
	line-height: 140%;
	width: 940px;
	height: auto;
	min-height: 450px;
	background:  #FFF;
	padding: 10px 10px 20px 10px;
	background: url(../images/contentrep.jpg) top center repeat-y;
	
	}
#text {
	width: 580px;
	height: auto;
	min-height: 370px;
	float: left;
	}
#sidebar {
	width: 340px;
	height: auto;
	min-height: 370px;
	float: right;
	}
#subheading {
	clear: both;
	width: 940px;
	height: 1px;
	background: #FFF;
	}
#footer {
	width: 960px;
	height: 60px;
	background: url(../images/footer.jpg) top center no-repeat ;
	}
	
#menu a {
	display: inline-block;
	padding: 7px 10px 0px 10px;
	height: 33px;
	line-height: 40px;
	font: 18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	width: 99px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	outline: none;
	border-right: 1px  #CCC solid;
	border-left: 1px  #DCDCDC solid;
	margin: 0;
	}
#menu a:hover, #menu a:focus {
	background: url(../images/1px65a.png);
	outline: none;
	border-right: 1px  #BBB solid;
	border-left: 1px  #FFF solid;

	} 
	
p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #333;
	}
 table {
	border: 1px  #CCC solid;
	background: #FFF;
	}
td.title h2 {
	margin: 0;
	padding: 5px;
	font: 20px Verdana, Geneva, sans-serif;
	color:#111;
	background: #ECECEC;
	}
td h3 {
	margin: 0;
	padding: 5px;
	font: 14px Arial, Helvetica, sans-serif;
	color:#242424;
	font-weight: bold;
	}
td.desc p {
	margin: 0;
	padding: 5px 200px 5px 10px;
	line-height: 160%;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	}
td.photoframe {
	background-color: #666;
	width: 267px;
	overflow: hidden;
	}
td.photoframe img {
	overflow: hidden;
	}
td.price, td.price h3 {
	background: #555;
	color: #FFF;
	text-align: right;
	}
td.year, td.colour, td.milage {
	border-top: 1px #DDD solid;
	color: #666;
	}
#photobg {
	width: 340px;
	height: 180px;
	padding: 10px;
	display: block;
	background: url(../images/photobg.jpg) top left no-repeat;
	}
