	body {
		margin: 0;
		padding: 0;
		background: #7a7c7f;
		font-family: Arial, Tahoma, sans serif;
	}

	.hidden {
		display : none;
	}
	
	.clear {
		clear: left;
	}
	
	.clearboth {
		clear: both;
	}
	
	#wrapper {
		width: 100%;
		text-align: center;
		background: url(/images/page-upper-bg.png) repeat-x 0 0 #fff;
	}
	
	#header {
		width: 970px;
		height: 136px;
		margin: 0 auto;
		/*--background: url(/images/header-bg.png) repeat-x 0 0 #fff;-*/
	}
	
	#header h1 {
		width: 940px;
		height: 61px;
		margin: 0;
		padding: 0 0 0 30px;
		color: #fff;
		font-size: 24px;
		font-weight: 500;
		line-height: 60px;
		text-align: left;
	}
	
	ul#topnav {
		clear: left;
		width: 970px;
		height: 78px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul#topnav li {
		float: left;
		margin: 0;
		padding: 0;
		display: inline;
	}
	
	ul#topnav li a {
		float: left;
		display: block;
		height: 78px;
		border: 0;
		text-indent: -9999px;
	}
	
	ul#topnav li a#mazda-link {
		width: 297px;
		background: url(/images/mazda-button-bg.png) no-repeat 100% 0;
	}	
	
	ul#topnav li a#volvo-link {
		width: 297px;
		background: url(/images/volvo-button-bg.png) no-repeat 100% 0;
	}		
	
	ul#topnav li a#jaguar-link {
		width: 322px;
		background: url(/images/jaguar-button-bg.png) no-repeat 0 0;
	}		
	
	#content {
		clear: left;
		width: 910px;
		margin: 0 auto;
		padding: 0 0 100px 20px;
		text-align: left;
		position: relative;
	}
	
	#content h2 {
		margin: 20px 0 10px 0;
		padding: 0;
		color: #666;
		font-size: 26px;
		line-height: 40px;
		font-weight: 500;
		float: left;
	}
	
	#content p {
		clear: left;
		font-size: 13px;
		line-height: 21px;
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	#content img {
		margin: 40px 0 30px 30px;
	}
	
	#back {
		float: left;
		display: block;
		width: 50px;
		border-right: 1px solid #e3e3e3;
		margin: 20px 20px 0 0;
	}
	
	#back a {
		display: block;
		width: 50px;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
		text-align: center;
		color: #777;
		text-decoration: none;
	}
	
	#back a:hover {
		color: #333;
		text-decoration: none;
		background: #eee;
	}
	
	ul#section-links {
		margin: 0 0 0 130px;
		padding: 0;
		width: 780px;
		height: 39px;
		position: relative;
		clear: left;
		background: url(/images/subpage-list-bg.png) repeat-y 100% 0;
	}
	
	ul#section-links li {
		display: inline;
		margin: 0;
		padding: 0;
	}	
	
	ul#section-links li a {
		display: block;
		float: left;
		line-height: 39px;
		padding: 0 15px;
		color: #777;
		font-weight: 700;
		text-decoration: none;
		font-size: 14px;
		border-right: 1px solid #e7e7e7;
	}
	
	ul#section-links li a:hover {
		color: #333;
		text-decoration: none;
	}

	#leftend {
		clear: left;
		width: 130px !important;
		height: 39px !important;
		background: url(/images/subpage-list-sectioncontents.png) no-repeat 0 0;		
	}
	
	#manutag {
		width: 910px;
		height: 60px;
		position: absolute;
		bottom: 10px;
		/*border-top: 1px solid #ccc;*/
	}
	
	#manulogo {
		float: left;
		width: 150px;
		height: 60px;
		text-align: center;
	}
	
	#manulogo img {
		margin: 0 !important;
		float: none !important;
	}
	
	#manu-details {
		float: left;
		width: 700px;
		height: 60px;
		border-left: 1px solid #ccc;
		padding-left: 30px;
		font-size: 12px;
		color: #666;
	}
	
	#manu-details h3 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: 700;
		color: #333;
		line-height: 22px;
	}
	
	#manu-details p {
		clear: left;
		margin: 0;
		padding: 6px 0 0;
		line-height: 16px;
	}
	
	#manu-details a {
		color: #21494a;
		text-decoration: none;
	}
	
	#manu-details a:hover {
		color: #408f92;
		text-decoration: underline;
	}
		
	#footer {
		clear: left;
		width: 100%;
		background: url(/images/footer-bg.png) repeat-x 0 0;
	}
	
	#footer-aligning-div {
		width: 970px;
		margin: 0 auto;
	}
	
	.address {
		float: left;
		width: 270px;
		padding: 0 0 0 30px;
		margin: 14px 0;
		color: #eee;
		line-height: 18px;
		text-align: left;
		font-size: 12px;
		border-left: 1px solid #999;
	}
	
	.address h3 {
		margin: 0 14px 0 0;
		padding: 0;
		/*background: #666;*/
		color: #fff;
		line-height: 28px;
	}
	
	.address a {
		color: #d1d9ff;
		text-decoration: none;
	}

	.address a:hover {
		color: #d1d9ff;
		text-decoration: underline;
	}	
	
	
#cars-list {
	clear: both;
}	
	
.car-list-details {
	float: left;
	width: 420px;
	min-height:180px;
	border: 1px solid #888;
	margin: 0 20px 20px 0;
}

.car-list-details h4 {
	width: 400px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	background: #888;
}

.car-list-details img {
	float: left;
	margin: 0 10px 10px 10px !important;
	padding: 0 !important;
	display: block;
	border: 3px solid #fff;
}

.car-details {
	padding: 10px 10px 10px 0;
	font-size: 90%;
	float: right;
	width: 180px;
}

a.car-moredetails {
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #4d546d;
	background: #ccc;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
	padding: 3px;
	font-size: 11px;
}

a.car-moredetails:hover {
	text-decoration: none;
	background: #303545;
	color: #fff;
}



/* ======= vehicle details page elements ======== */


.vehicle_details {
	clear: left;
} 

.vehicle_details h3 {
	font-size: 34px;
	font-weight: normal;
	color: #333;
	line-height: 50px;
	padding-left: 30px;
}

.car-details-right {
	float: right;
	width: 340px;
}

h4#addtional {
	color: #888;
	border-bottom: 1px solid #ccc;
}

#scrolling-content {
	height: 400px;
	overflow-y: auto;
}

.images-frame {
	float: left;
	padding: 0;
	width: 520px;
}

.images-frame a {
	border: 0;
	display: inline; 
}

.images-frame a img {
	border: 3px solid #ccc;
	margin: 0 !important;
}

p.backlink {
	/*background: #eee;*/
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 20px;
}

.backlink a {
	display: block;
	background: #ccc;
	width: 100px;
	display: block;
	color: #333;
	line-height: 28px;
	text-decoration: none;
}

.backlink a:hover {
	background: #aaa;
	color: #333;
	text-decoration: none;
}






	
	
