@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
	color:#FFFFFF;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:0 0 0 20px;
}

html { height:100%; margin-bottom:1px; } /* -- PREVENTS JUMP BETWEEN SHORT AND LONG PAGES -- */

.accessibility {
	display:none;
}

p.helvetica {
	font-family:"Century Gothic", Arial, Sans-serif;
	font-size:12px;
}

p.helvetica span {
	color:#F2D253;
}

p span.yellow {
	color:#F2D253;
}

#splash {
	width:650px;
	height:444px;
	background:url(../images/home-page-splash.jpg) no-repeat center;
}

#masthead-splash {
	width:800px;
	min-height:200px;
	background:url(bg-masthead.jpg) no-repeat bottom center;
	margin:0 auto;
	_padding-top:190px;
	margin-top:-50px;
	*margin-top:-60px;
}

#masthead {
	width:800px;
	min-height:190px;
	background:#FFFFFF url(bg-masthead-plain.jpg) no-repeat bottom center;
	margin:0 auto;
	margin-top:-40px;
	*margin-top:-50px;
	_margin-top:-30px;
}

#masthead p {
	padding:177px 0 0 0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#masthead img {
	padding:3px 15px 0 15px;
}

#container {
	margin:0 auto;
	border:1px solid #454545;
	border-top:none;
	min-height:400px;
	width:650px;
	overflow:auto;
	padding:10px;
	background:#000000 url(../images/debit-credit-card-icons.png) no-repeat bottom right;
}

img.splash-image {
	float:left;
	padding:20px;
}

.navs {
	list-style:none;
	width:800px;
	overflow:auto;
	float:right;
}

.navs ul {
	margin:0;
	padding:0 10px 0 0;
}

.navs ul li {
	display:inline;
}

.navs ul li a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	_font-size:12px;
	margin-top:175px;
	float:right;
	padding-bottom:1px;
}

.navs ul li a span{
	padding:0 4px;
}

.navs ul li a:hover span {
	color:#000000 !important;
}

.navs ul li a:hover {
	outline:none;
	color:#FFFFFF;
}

#left-column {
	width:150px;
	float:left;
	overflow:auto;
	text-align:right;
}

#main-column {
	float:right;
	width:470px;
	_padding-top:10px;
}

/*Below are the styles for pages with different column sies and layout*/

#left-column-sale {
	width:150px;
	float:right;
	overflow:auto;
	text-align:right;
}

#main-column-sale {
	float:left;
	width:450px;
}

#left-column-supercar {
	width:290px;
	float:left;
	overflow:auto;
	text-align:right;
}

#main-column-supercar {
	float:right;
	width:460px;
	height:439px;
}

#left-column-contact {
	width:280px;
	float:left;
	overflow:auto;
	
}

#main-column-contact {
	float:right;
	_padding-top:10px;
	width:330px;
}

table.cars {
	width:100%;
}

table.cars td {
	width:33%;
}

table.cars td p {
	text-align:center;
}

img.enter {
	margin:380px 0 0 350px;
}

.normal-font {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#float-right {
	float:right;
	width:340px;
}

#float-left {
	float:left;
	width:300px;
}