
	/**
	* zero everything
	*/
	*, body {	
		margin: 0;
		padding: 0;
		}
		
		
		
	/**
	* global declarations
	*/
	body {
		text-align: center; /* IE5.x centering fix */
		background: #202020 url(../../images/layout/bodyBG.jpg) repeat-x;
		font-size: 0.7em;
		/*color: #666666;*/
		line-height: 18px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		}
		
	ul {
		list-style-type: none;
		}
		
	p {
		padding-bottom: 10px;
		}
		
	span {
		color: #ED1C24;
		}
		
	ol {
		margin: 0 0 0 24px;
		}
		
		
	/**
	* main container
	*/
	#wrapper {
		background: url(../../images/layout/cloud.jpg) top center repeat-x;
		}
		
	#container {
		text-align: left; /* IE5.x counter centering fix */
		width: 939px;
		margin: 0 auto;
		padding: 35px 0 0;
		}
		
		
		
	/**
	* top section
	*/
	#top {
		height: 91px;
		background: url(../../images/layout/top/topBG.jpg) no-repeat;
		border-bottom:1px solid #000;
		}
		
	#top h1 {
		width: 288px;
		height: 90px;
		float: left;
		text-indent: -9999em;
		margin: 1px 0 0 1px;
		background: url(../../images/logo.jpg) no-repeat;
		}
		
	#top h1 a {
		display: block;
		height: 90px;
		}
		
		
		
	/**
	* menu
	*/
	#top ul {
		margin: 69px 0 0;
		font-size: 1em;
		float: right;
		list-style-type: none;
		display: inline;
		}
		
	#top ul li {
		font-weight:normal;
		float: left;
		height: 22px;
		margin: 0 22px 0 0;
		display: block;
		}
		
	#top ul a {
		color: #ffebed;
		text-decoration: none;
		height: 22px;
		display: block;
		}
		
	#top ul a:hover, #top ul li.selected {
		background: url(../../images/layout/menu/over.gif) bottom center no-repeat;
		}
		
		
		
	/**
	* menu list item sizes
	*/
	#m1 { width: 74px; }
	#m2 { width: 41px; }
	#m3 { width: 85px; }
	#m4 { width: 35px; }
	#m5 { width: 38px; }
	#m6 { width: 49px; }
	#m7 { width: 28px; }
	#m8 { width: 44px; }
		
		
		
	/**
	* content
	*/
	#content {
		margin: 0 0 1px;
		padding: 37px 21px;
		position: relative;
		background: #1D1D1D url(../../images/layout/content-bg.jpg) no-repeat;
		}
		
	#content a {
		color:#c1c1c1;
		}
	
	#content a:hover{
		color:#e94b4b;
		}
		
	/**
	* paginator
	*/
	.paginator {
		background-color: #000;
		/*position: relative;*/
		position: absolute;
		width: 939px;
		line-height: 26px;
		/*bottom: -37px;*/
		/*left: -20px;*/
		left: 0;
		bottom: 0;
		color: #8E8E8E;
		text-align: right;
		}
		
	.paginator ul {
		margin: 0 24px;
		}
		
	.paginator ul li {
		display: inline;
		padding: 0 0 0 5px;
		}
		
	.paginator ul li a {
		color: #8E8E8E;
		text-decoration: none;
		}
		
	.paginator ul li a:hover {
		color: #576769;
		text-decoration: underline;
		}
	
	
		
	
	/**
	* bottom section
	*/
	#bottom {
		color: #666666;
		padding: 36px 22px 0;
		background: url(../../images/layout/bottom/bottomBG.jpg) no-repeat;
		}
		
	#bottom div {
		float: left;
		width: 207px;
		margin: 0 22px 0 0;
		cursor: pointer;
		}
		
	#bottom h3 {
		font-size: 1em;
		margin: 15px 0;
		text-indent: -9999em;
		height: 9px;
		}
		
	#bottom img {
		border: 0;
		}
		
		
		
	/**
	* bottom headings
	*/
	#bSales h3 { background: url(../../images/headings/h3/car-sales.gif) no-repeat; }
	#bHamann h3 { background: url(../../images/headings/h3/hamann-sports.gif) no-repeat; }
	#bBespoke h3 { background: url(../../images/headings/h3/bespoke-car-building.gif) no-repeat; }
	#bGallery h3 { background: url(../../images/headings/h3/gallery.gif) no-repeat; }
	
		
		
		
	/**
	* footer
	*/
	#footer {
		margin: 100px 0 20px;
		padding: 0 0 0 22px;
		font-size: 0.9em;
		color: #666666;
		}
		
	#footer p {
		padding-bottom:0;
	}
	#footer .iweb  p{
		padding-top:18px;
	}
	#footer img.map{
		float:right;
	}
	#footer a, .iweb{
		color: #666666;
		}
		
	
	.iweb span {
		display: none;
		}
		
		
	/**
	* left and right content areas
	*/
	#left {
		float: left;
		width: 206px;
		margin: 0 23px 0 0;
		}
		
	#right {
		float: left;
		width: 664px;
		}
		
	#right h3 {
		font-size: 1em;
		font-weight: bold;
		}
		
	#left h2 {
		height: 51px;
		text-indent: -9999em;
		}
		
	#left div {
		padding: 10px;
		color: #A7A7A7;
		background-color: #252525;
		margin: 1px 0 0;
		}
		
		
		
	/**
	* submenus
	*/
	ul.submenu li {
		line-height: 17px;
		height: 17px;
		margin: 0 0 1px;
		background: url(../../images/layout/submenu/submenu-bg.png);
		}
		
	ul.submenu li a {
		color: #A7A7A7;
		padding: 0 8px;
		display: block;
		height: 17px;
		text-decoration: none;
		}
		
	ul.submenu li a:hover, ul.submenu li.selected {
		background: url(../../images/layout/submenu/submenu-selected.jpg);
		}
		
	ul.submenu li.selected a {
		color: #EEBFC1;
		}
		
	ul.submenu li.none a {
		cursor: default;
		}
		
	ul.submenu li.none a:hover {
		background: none;
		}
		
		
		
	/*
	* last element
	*/
	.last {
		margin-right: 0 !important;
		}
		
		
		
	/**
	* car display area
	*/
	.bespoke, .more, #services {
		color: #A7A7A7;
		padding: 10px;
		margin: 0 0 20px;
		background: #272727 url(../../images/bespoke/bespoke-product-bg.jpg) no-repeat;
		}
		
	.bespoke h2, .more h2 {
		margin: 0 0 10px;
		}
		
	.bespoke img {
		float: left;
		margin: 0 10px 0 0;
		border: 1px solid #707070;
		}
		
	.bespoke a {
		color: #8E8E8E;
		text-decoration: none;
		}
		
		
		
	.bespoke a:hover {
		color: #576769;
		text-decoration: underline;
		}
		
	#largeimg {
		margin: 0 0 10px 0;
		}

	
	.grey a {
		color: #8E8E8E;
		text-decoration: none;
		}
				
	.grey a:hover {
		color: #576769;
		text-decoration: underline;
		}
		
		
	/**
	* more details
	*/
	.more h2 {
		margin: 10px 0 0;
		color: #B30005;
		font-weight: bold;
		}
		
	.more p {
		/*padding: 10px 0 0;*/
		}
		
	.more img {
		border: 1px solid #707070;
		}
				
	.moreLeft {
		width: 450px;
		float: left;
		margin: 0 10px 0 0;
		}
		
	.moreRight {
		float: left;
		width: 170px;
		}
		
	.moreRight ul li {
		margin: 0 0 10px;
		}
		
	.moreRight ul li.last {
		margin-bottom: 0;
		}
		
		
		
	/**
	* feature list
	*/
	ul.feature li {
		padding: 0 0 0 7px;
		background: url(../../images/layout/bullets/feature.gif) 0 7px no-repeat;
		}

		
		
		
		
	/**
	* helpers
	*/
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
		
	.clearfix {
		display: inline-block;
		}
	
	/* Hide from IE Mac \*/
	.clearfix {
		display:block;
		}
	/* End hide from IE Mac */
