body {
	background: #333;
	font: 13px/18px georgia, serif;
	color: #070E06;
}

p {
	color: #001D00;
	margin: 18px 0;
}

a {
	color: #001D00;
	text-decoration: underline !important;
}

a:hover {
	color: #001d00;
	background-color: #eca712;
	text-decoration: none !important;
}

.on a {
	background-color: #eca712;
}

#classicwheels {
	width: 1001px;
	margin: 0 auto;
	border-left: 1px solid #001D00;
	border-right: 1px solid #001D00;
}

#header, #footer {
	background: #021602;
	color: #fff;
}

#header {
	height: 150px;
}

#footer {
	padding: 10px 20px;
	color: #D3DFD1;
	font-size: 11px;
}


#header p, #footer p {
	color: #D3DFD1;
	margin: 0;
}
#header p {
	text-align: center;
	letter-spacing: 1px;
}

#footer #copy {
	margin-left: 200px;
}

#footer #studiohiggins {
	float: left;
	width: 200px;
}

#header a, #footer a {
	color: #D3DFD1;
	font-weight: bold;
}

#header a:hover, #footer a:hover {
	background: none;
	text-decoration: underline !important;
}

#navigation li a {
	display: block;
	border-bottom: 1px solid #001D00;
	padding: 15px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #001D00;
	text-decoration: none !important;
}

#navigation li a:hover {
	background-color: #f7921b;
}

#external-links {
	border-top: 1px solid #001d00;
}

#external-links li a {
	padding: 0;
	border-bottom: 10px solid #001D00;
}


#brands {
	float: left;
	border-top: 2px solid #677167;
	border-bottom: 2px solid #677167;
	height: 88px;
	width: 782px;
	padding-left: 20px;
	margin-left: -1px;
}
#brands li a { background-image: url(../images/cw-brands.gif); background-repeat: ;;background-attachment: ;;background-position: 0 0; display: block; float: left; height: 88px; }
#brands li a span {
	display: none;
}
#brands li#mg a { background-position: 0 0; width: 86px;}
#brands li#mg a:hover { background-image: url(../images/cw-brands.gif); background-repeat: ;;background-attachment: ;;background-position: 0 0; }
li#astonmartin a { background-position: -86px 0; width: 151px;}
li#astonmartin a:hover { background-image: url(../images/cw-brands.gif); background-repeat: ;;background-attachment: ;;background-position: 0 0; }
li#rollsroyce a { background-position: -237px 0; width: 55px;}
li#rollsroyce a:hover { background-image: url(../images/cw-brands.gif); background-repeat: ;;background-attachment: ;;background-position: 0 0; }
li#bentley a { background-position: -292px 0; width: 145px;}
li#bentley a:hover { background-image: url(../images/cw-brands.gif); background-repeat: ;;background-attachment: ;;background-position: 0 0; }
li#jaguar a { background-position: -437px 0; width: 81px;}
li#jaguar a:hover { background-image: url(../images/cw-brands.gif); background-repeat: ;;background-attachment: ;;background-position: 0 0; }
li#tvr a { background-position: -518px 0; width: 151px;}
li#tvr a:hover { background-image: url(../images/cw-brands.gif); background-repeat: ;;background-attachment: ;;background-position: 0 0; }
li#rover a { background-position: -669px 0; width: 64px;}
li#rover a:hover { background-image: url(../images/cw-brands.gif); background-repeat: ;;background-attachment: ;;background-position: 0 0; }


#logo {
	width: 200px;
	float: left;
}
#header-stuff {
	float: right;
	width: 800px;
}
#header-stuff p {
	margin: 0;
	padding: 0;
	line-height: 29px;
}


/* main-content related */
h2 {
	color: #001D00;
	font-size: 16px;
	margin-bottom: 16px;
}
h3 {
	color: #001D00;
	font-size: 14px;
	margin-bottom: 14px;
}

.box {
	border-bottom: 1px dashed #666;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	clear: left;
}
#secondary-content h2 {
	padding: 20px 20px 0 20px;
	margin: 0;
}
#secondary-content .box {
	margin: 0;
	padding: 10px 20px;
	float: none;
	clear: none;
	border-bottom: 1px solid #001D00;
}
#secondary-content .box.highlight {
	background: #f6ebac;
}

#secondary-content .box.on {
	background: #f6ebac;
}
/*
#secondary-content .box.highlight p {
	color: red;
}
*/

#secondary-content .box p {
	margin-top: 0px;
}


a .newsimg {
	border: 1px solid #0A1B0B;
	display: block;
	margin-bottom: 10px;
}

a .newsimg2 {
	display: block;
	margin-bottom: 10px;
}
a .newsimg:hover  {
	border-color: #f6ebac;
}


.teaserimg {
	float: right;
	padding: 0 0 0 20px;
}

.teaserimg img, .salesitem img { 
	border: 1px solid #0A1B0B;
}
		
.teaserimg a, .salesitem a {
	text-decoration: none;
	color: #0A1B0B;
}

.teaserimg a:hover img, .salesitem a:hover img {
	border-color: #f6ebac;
}

.teaserimg span {
	display: block;
	font-size: 10px;
	margin-top: 3px;
}

.salesitem {
	float: left;
	width: 180px;
	margin: 0 5px 5px 0;
	position: relative;
}

.salesitem span {
	font-size: 10px;
}

.salesitem img {
	display: block;
}

.salesprice {
	position: absolute;
	right: 0;
	text-align: right;
}
/* end: main-content related */

#navigation
	{
	float: left;
	width: 200px;
	background-color: #ccc;
	border-right: 1px solid #001d00;
	}

#main-content
	{
	float: left;
	width: 560px;	/* 600px - (2*20px padding) */
	padding: 20px;
	background: #edecec;
	}
#main-content.single {
	width: 760px;
}

#secondary-content
	{
	float: left;
	width: 199px;	/* 200px - (2 * 20px padding) - 1px border */
	border-left: 1px solid #001d00;
	background: #ccc;
	}
	
#navigation, #main-content, #secondary-content
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}

@media all and (min-width: 0px) {
#navigation, #main-content, #secondary-content
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}

#navigation:before, #main-content:before, #secondary-content:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}

#wrapper
	{
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */

#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}

/* easy clearing */

#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#wrapper
	{
	display: inline-block;
	}

/*\*/

#wrapper
	{
	display: block;
	}
/* end easy clearing */

#footer
	{
	clear: both;
	}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */

* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
