/* CSS Document */
/*Layout */
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:#CCCCCC; /*url("../img/bg_body.gif") repeat-y center;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img{
	border:0px;
	}

form{
	padding:0;
	margin:0;
	}

#wraper{
	background: #fff;
	border: 1px solid navy;
	position:relative;
	width:950px;
	margin:0px auto;
	text-align:left;
	}

#logo{
	position:absolute;
	left:0px;
	top:3px;
	}

#top-menu{
	font-size:10px;
	line-height:19px;
	padding:0px 10px;
	text-align:right;
	text-transform:uppercase;
	color:#003366;
	height:19px;
	}

#top-menu-1{
	height:89px;
	background:url(../img/bg_top.jpg) repeat-x top;
	text-align:right;
	font-weight: bolder;
	}

#middle{
	}

#left{
	width:246px;
	float:left;
	vertical-align:top;
	padding-bottom:10px;
	}

#right{
	margin-left:246px;
	padding:6px 0px 10px 0px;
	}

#search-box, #contact-box, #win-a-lap{
	width:226px;
	overflow:hidden;
	}

#search-box{
	margin:6px 10px 10px 10px;
	height:245px;
	background:url("../img/bg_search.jpg") no-repeat top left;
	color:#FFFF00;
	}

#submit-button{
	width:100px;
	text-align:center;
	margin-left:100px;
	}

#contact-box{
	margin:10px 10px 0px 10px;
	height:173px;
	background:url("../img/bg_contact.jpg") no-repeat top left;
	color:#FFFF00;
	}

#win-a-lap{
	margin-left:10px;
	margin-right: 10px;
	height:250px;
	background-image: url(../img/hot_lap_bg_1.jpg);
	color: #FFFFFF;
	}

#search-box h1, #win-a-lap h1, #contact-box h1{
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0;
	}

.box-inner{
	padding:14px;
	}
	
.leftright-pad {
	padding-right: 0;
	padding-left: 0;
}
.greybox {
	background-color: #F3F3F3;
	padding: 10px;
	margin-bottom: 5px;
}

#footer{
	margin:0px 9px 10px 9px;
	text-align:right;
	padding:5px 10px 5px 3px;
	font-size:10px;
	color:#FFFFFF;
	background: url("../img/bg_title.jpg") repeat-x top;
	}
	
#win-a-lap a {
	color: #FFFF00;
}

.spacer{
	clear:both;
	height:1px;
	font-size:1px;
	}
	

/*Text */
a { color: #fff; text-decoration:none; }

#terms a{ color: #00f; text-decoration:underline; }

#top-menu a{
	text-decoration:none;
	color:#003366;
	}

#top-menu a:hover{
	color:#CC0000;
	}

#top-menu-1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
	font-style:italic;
	text-decoration:none;
	color:#FFFF00;
	text-transform:uppercase;
	border-left:1px solid #CC3300;
	line-height:90px;
	padding-left:10px;
	margin-right:43px;
	word-spacing:3px;
	}

#top-menu-1 a:hover{
	color:#CC3300;
	}

.select-list{
	width:100%;
	}

.title-main{
	background:url("../img/bg_title.jpg") repeat-x top;
   background-color: #003366;
	margin-top:1px;
	padding:4px 10px 5px 10px;
	text-align:right;
	color:#FFFFFF;
	font-weight: bold;
	}

/*Home page section */
#home-top{
	margin-top:1px;
	margin-bottom:6px;
	}

#home-left{
	width:460px;
	float:left;
	}

#home-right{
	float:left;
	margin-left:10px;
	background-color:#003366;
	width:226px;
	height:530px;
	overflow:hidden;
	color:#FFFFFF;
	}

#home-right h1{
	font-size:20px;
	font-weight:bold;
	margin:13px 0px;
	padding:0;
	color:#FFFF00;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	}

#home-right hr{
	color:#333333;
	height:2px;
	background-color:#888888;
	border:0;
	border-top:1px inset #003366;
	}
/*------ End home page section ------------*/


/*Start Car list section ---- */
.car-list, .car-list-last{
	width:226px;
	height:242px;
	overflow:hidden;
	background-color:#EAEAEA;
	}
	
.car-list{
	margin: 3px 0 0 3px;
	float:left;
	}

.car-list-image{
	width:226px;
	height:242px;
	margin: 0;
	float:left;
	}

.car-list a, .car-list-last a{
	display:block;
	width:226px;
	height:242px;
	text-decoration:none;
	color:#333333;
	}

.car-list:hover, .car-list-last:hover{
	background-color:#FFFF00;
	}

.car-list-text{
	margin:5px;
	overflow:hidden;
	height:35px;
	}

.car-list-title{
	font-size:14px;
	font-weight:bold;
	color:#003366;
	display:block;
	}
.car-list-est {
	font-size:17px;
	font-weight:bold;
	color:#CC0000;
}
.car-list-price{
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	text-align:right;
	margin: 8px;
	display:block;
	}

#content{
   padding-right: 12px;
	}	

#content h1{
	font-size:18px;
	color:#000066;
	padding:0;
	margin:5px 0px;
	}

.float-right{
	margin-left:10px;
	float:right;
	}

.float-left{
	margin-right:10px;
	float:left;
	}
.bluebox {
	background-color: #9ABCD8;
	padding: 40px 10px;
	margin-bottom: 5px;
	font-size: 30px;
	text-transform: uppercase;
	color: #003567;
}
.greenbox {
	background-color: #BEE0C2;
	padding: 40px 10px;
	margin-bottom: 5px;
	font-size: 30px;
	color: #003567;
	text-transform: uppercase;
}
.tealbox {
	background-color: #DFECAF;
	padding: 40px 10px;
	margin-bottom: 5px;
	font-size: 30px;
	color: #003567;
	text-transform: uppercase;
}
.purplebox {
	background-color: #C4C39F;
	padding: 40px 10px;
	margin-bottom: 5px;
	font-size: 30px;
	color: #003567;
	text-transform: uppercase;
}
.yellowbox {
  border: 1px solid #003567;
	text-align: center;
	background-color: #FFF215;
	margin: 3px;
	line-height: 32px;
	font-size: 17px;
	font-weight: bold;
	color: #003567;
}
.largetext {
	font-size: 18px;
	color: #102F7A;
	line-height: 24px;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
