/* Wrap */
	
#header-wrap { /* Wrap stretching screen width with background image */
	float:left;
	width:100%;
	}

#header { /* 1000px centred wrap */
	width:1000px;
	height:110px;
	margin:0px auto;
	position:relative;
	}

/* Header */

#header img {
	float:left;
	width:290px;
	height:41px;
	margin:35px 0 0 17px;
	}

#header span {
	float:left;
	width:572px;
	height:66px;
	margin:49px 0 0 83px;
	color:#7db827;
	text-align:right;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	}

/* Navigation */

#navigation {
	margin:0px auto;
	position:relative;
	width:1000px;
	height:50px;
	border-top:1px solid #404040;
	}

#left {
	float:left;
	width:197px;
	height:586px;
	margin:0 0 10px 6px;
	padding:10px 10px 0 15px;
	background-color:#302e2f;

	}
	
#logo {
	float:left;
	width:202px;
	height:122px;
	margin-bottom:7px;
	}

/* Links */

#links {
	height:27px;
	margin:3px 0 0 110px;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	margin:0px;
	height:21px;
	padding-top:6px;
	}

#links li a {
	height:27px;
	text-decoration:none;
	list-style:none;
	padding-right:30px;
	padding-left:30px;
	color:#ffffff;
	}

#links li a:link,#links li a:visited {
	/*display:block;/*   /*Uncomment if defining a width for each button*/
	font-size:11px;
	text-align:center;
	height:27px;
	}

#links li a:hover,#links li a:active, #links li .current {
	color:#7db827;
	text-decoration:none;
	}

/* Drop Down */

#menu1 {
	position:absolute;
	left:190px;
	top:30px;
	width:124px;
	z-index:500;
	visibility:hidden;
	}

#menu1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

#menu1 li {
	list-style-type: none;
	}

#menu1 a {
	display: block;
	height:22px;
	padding-top:9px;
	width:114px;
	text-align:center;
	text-decoration: none;
	color:#ffffff;
	font-size:11px;
	background-color:#1c1c1e;
	border-bottom:1px solid #404040;
	}

#menu1 a:hover {
	color:#7db827;
	text-decoration:none;
	}

/* Content */

#address {
	float:left;
	width:193px;
	height:180px;
	margin:0 0 20px 0;
	background:url(../graphics/pattern.gif) top left repeat-x;
	}
	
#address p {	
	padding:50px 0 0 25px;
	color:#ffffff;
	}

.hero-buttons {
	float:left;
	width:193px;
	height:125px;
	background:url(../graphics/view-location.jpg) top left no-repeat;
	}
	
.button {
	float:right;
	width:100px;
	height:23px;
	padding:7px 0 0 0;
	margin:90px 5px 0 0;
	background-color:#7db827;
	color:#000000;
	font-weight:bold;
	text-align:center;
	}
	
.button:hover {
	color:#000000;
	background-color:#ffffff;	
	text-decoration:none;	
	}

#car-search {
	float:left;
	width:193px;
	height:21px;
	margin:0 0 20px 0;
	}

#latest-cars {
	float:left;
	width:193px;
	height:180px;
	margin:0 0 20px 0;
	background:url(../graphics/pattern.gif) top left repeat-x;
	}

#latest-cars-images {
	float:left;
	width:129px;
	height:97px;
	margin:20px 0 0 25px;
	background-color:#000000;
	border:7px solid #ffffff;
	}	

#MakeDropDown {
	float:left;
	width:94px;
	background-color:#ffffff;
	color:#000000;
	}

#ModelDropDown {
	float:left;
	width:94px;
	margin-left:5px;
	background-color:#ffffff;
	color:#000000;
	}