/* Main Elements ------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%; font-family: Georgia, "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color: #92ffad;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	display: block;
	border: 0;
}

#mainContainer {
	width: 770px;
	background-image:url(images/bg-main.gif);
	background-color:#7b7b7b;
	margin-left: auto;
	margin-right: auto;
}

small {
margin-bottom: 15px;
display: block;
}

/* Utility Nav ------------------------------------------------- */

#utilityNav {
	height: 31px;
	width: 100%;
	font: 85% Georgia, "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none;
	background-image: url(images/bg-top.gif);
	background-color: #8e8e8e;
}
#utilityNav a:link, #utilityNav a:visited { 
	color: #dddddd; 
	text-decoration: none;
}

#utilityNav a:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
}

#utilityNav li a.currentUtilityNav { background-color: #666; }

#utilityNav ul {
	display: inline;
	list-style-type: none;
	float: right;
	margin-top: 0px;
}

#utilityNav li {
	display: inline;
	padding-left: 0.7em;
	padding-right: 0.7em;
	border-right: 1px solid #b6b6b6;
}

#utilityNav li.noRightBorder { border-right: none; }

#utilityNav form, #utilityNav form div { display: inline; }

.textField {	
	font: 100% Georgia, "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none;
	border-bottom: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	background-color: #7f7f7f;
	padding: 1px;
	margin-left: 7px;
	margin-right: 5px;
	height: 1.3em;
	margin-top: 5px;
}
.goButton {
	vertical-align: top;
	margin-top: 7px;
	margin-right: 7px;
}


/* Main Nav ------------------------------------------------- */

ul#nav {
	list-style-type: none;
	height: 37px;
	/*padding-left: 30px;	*/
	font: bold 95% Georgia, "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none;
	background-image: url(images/bg-nav.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: left;
	padding-top: 17px;
	padding-left: 39px;
}

ul#nav li {
	display: inline;
	color: white; text-decoration: none;
}
ul#nav li a {	
	color: #FFFFFF; 
	text-decoration: none;
	padding: 17px 10px 23px 10px;

}
ul#nav li a:hover, ul#nav li a.currentNav { 
	background-image: url(images/bg-nav-roll.gif);
	background-color: #595959;
}


/* Content Area ------------------------------------------------- */

#content {
	width: 650px;
	padding: 0 60px 40px 60px;
	text-align: left;
	background: url(images/footer.gif) bottom center no-repeat;
}
#content p {
	padding-bottom: 20px;
	line-height: 1.5;
}
#content h1 {
	margin-bottom: 15px;
	font-weight: normal;
	color: #92ffad;
	font-size: 140%;
}

h1#pageTitle span
{
	position: absolute;
	left: -9000px;
}

#content h2 {
	margin-bottom: 15px;
	font-weight: normal;
	color: #92ffad;
	font-size: 130%;
	border-bottom: 1px solid #de0058;
}
#content h3 {
	font-weight: normal;
	color: #92ffad;
	font-size: 120%;
	padding-bottom: 20px;
}
#content ul, ol{
	margin-left: 50px;
	margin-top: -5px;
	margin-bottom: 15px;
}

#carDisplay div {
	width: 320px;
	height: 120px;
	float: left;
	display: inline;
	margin-bottom: 15px;
	margin-right: 5px;
}

#carDisplay div h2 {
	font-size: 100%;
	color: #FFF;
	padding-bottom: 10px;
	font-weight: bold;
	margin-bottom: 0;
	border: none;
}

#carDisplay div p { padding-top: 0; }

#carDisplay div img {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
#carGallery img {
	float: left;
	display: inline;
	margin-bottom: 8px;
	margin-right: 8px;
}

.clearfix:after 
{
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Footer ------------------------------------------------- */

#footerImage {
	clear: both;
}
 
#footer {
	width: 770px;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-y;
	background-color: #7b7b7b;
	font-size: 85%; color: #FFFFFF; 
	text-decoration: none;
	padding-bottom: 10px;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	margin-bottom: 20px;
}
#footer li {
	display: inline;
	color: #FFFFFF; text-decoration: none;
	font-size: 110%;
}
#footer li a {
	padding-left: 1.2em;
	padding-right: 1.2em;
	color: #FFFFFF; text-decoration: none;
}
#footer li a:hover {
	color: #92ffad; text-decoration: underline;
}
#footer img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}


/* Order Enquiry ------------------------------------------------- */

#contactForm 
{
	margin-left: 20px;
	width: 320px;
	margin-bottom: 1em;
float: right;
}

#submitButton 
{
	margin-top: 5px;
	margin-left: 110px;
	font: 100% Verdana, Arial, Helvetica, Sans Serif; 
	color: #565656; 
	text-decoration: none;
}

.displayNone { display: none; }

#contactForm label 
{
	float: left;
	clear: left;
	width: 100px;
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
}
#contactForm fieldset 
{
	margin-top: 15px;
	border: 0;
}

#contactForm fieldset input 
{
	float: left;
	margin-top: 5px;
	width: 180px;
	font: 100% Verdana, Arial, Helvetica, Sans Serif; color: #565656; text-decoration: none;
}

#contactForm fieldset textarea 
{
	float: left;
	margin-top: 5px;
	width: 200px;
	font: 100% Verdana, Arial, Helvetica, Sans Serif; color: #565656; text-decoration: none;
}

.errorText 
{
	color: #FEC2B1;
}


/* Misc ------------------------------------------------- */

.imgRight {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
.imgLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.soldText {
	font-weight: bold;
	color: #FF0000;
}
#wheels { 
	clear: both;
	padding-top: 20px; 
}

.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; } 
.results { font-size: 100%; }
.category { color: #999999; }
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #ffffff;}
.sorting { text-align: right; }
.result_title { font-size: 100%; }

.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }

#musicFlash {
	margin-top: 6px;
	margin-right: 10px;
	float: right;
}
