@import url("base.css");

#container {
	margin-top:5px;
	width:800px;
	margin:auto;
}

p {
	font-size:12px;
	color:black;
	text-align:left;
}

/* Forms */
form input, form select, form textarea { font-size:15px; color:#14295A; }

/* Form Buttons */
.search_button {
	width:72px;
	height:21px;
	cursor:pointer;
	color:white;
	border:0;
	background:white url(../images/layout/search_button.jpg) top left no-repeat;
	vertical-align:middle;
}
a.std_btn {
	width:200px;
	height:50px;
	cursor:pointer;
	font-size:17px;
	padding:4px 2px 2px 2px;
	color:#14295A;
	border:none;
	margin:auto;
	padding:10px 5px 5px 5px;
	background:url(../images/buttons/std_btn.gif) top left no-repeat;
}
form.vehicle_search label { padding-right:5px; font-size:12px; font-weight:normal; }
form.vehicle_search input[type='text'], form.vehicle_search text-input, form.vehicle_search select { font-size:12px; width:200px; }
form.vehicle_details_login { width:100%; }
form.vehicle_details_login label { display:block; line-height: 170%; }
form.vehicle_details_login label span { font-size:10px; float:left; text-align:right; width: 95px; }
form.vehicle_details_login input { float:right; margin-left:4px; }
form.orders { width:100%; }
form.orders label.required { font-weight:bold; }
form.orders label { display:block; line-height: 170%; }
form.orders label span { float:left; text-align:right; width: 120px; }
form.orders select, form.orders input { float:left; margin-left:4px; width:250px; }
/* End Forms */

a.go_home_search_bar, a.go_home_banner, a.easy_steps, a.std_btn { float:left; display:block; text-decoration:none; }
a.go_home_search_bar { width:350px; height:25px; }
a.go_home_banner { width:800px; height:87px; }
a.easy_steps { width:100%; height:100%; }

#params {
	border:thick solid black;
	background:white;
}

#banner-first {
	width:800px;
	height:91px;
	background:white url(../images/layout/banner_01.jpg) top left no-repeat;
}

.header_blue { 
	width:800px;
	height:60px;
	background:white url(../images/layout/header_blue.jpg) top left no-repeat;
}

.header .main_title , .header .sub_title { font-weight:bold; font-size:17px; }
.header .main_title { float: left; width:100%; text-indent:50px;}
.header .sub_title { position:relative; top:10px; margin-left:520px;}

.menu{
	width:800px;
	height:40px;
	background:white url(../images/layout/menu.jpg) top left no-repeat;}
		
.menu ul{ float: left; margin-top:5px; }

.menu ul li.init {
	display:inline;
	width:49px;
	height:25px;
	float:left;
}

.menu ul li{
	display:inline;
}

.menu ul li a{
	float: left;
	padding:0px 2px 0px 2px;
	font-size:15px;
	font-weight:bold;
	color:#14295A;
	text-align:center;
	width:120px;
	height:25px;
	background:url(../images/layout/menu_item.jpg) top left no-repeat;
}

.menu ul li a:hover, .menu ul li .current{
	color: #D2E5EC;
}

#easy_steps { background-color:white; }

#easy_steps div.banner {
	width:800px;
	height:24px;
	background:url(../images/layout/easy_steps_banner.jpg) top left no-repeat;
}

#easy_steps div.explanation {
	width:800px;
	height:61px;
	background:url(../images/layout/easy_steps_explanation.jpg) top left no-repeat;
}

#search_bar {
	width:800px;
	min-height:29px;
	background:white url(../images/layout/search_bar.jpg) top left no-repeat;
}

#search_area { width:795px; min-height:170px; }
#search_area div.left_panel, #search_bar div.right_panel { margin-top:10px; }

#search_area div.left_panel {
	float:left;
	width:60%;
	margin-left:5px;
	font-size:15px;
	font-weight:bold;
	color:#14295A;
}

table.vehicle_search { width:95%; }
table.vehicle_search th { text-align:right; font-weight:normal; }
#search_area div.right_panel { float:right; width:30%; }
#search_area div.left_panel table td { font-size:12px; font-weight:bold; }

.affilliates_box, .pages_box {
	border:thin solid #14295A;
	width:200px;
	min-height:40px; height:40px;
	padding:15px 0px 4px 0px;
	text-align:center;
	vertical-align:middle;
}

.affilliates_box a, .pages_box a {
	text-decoration:none;
	padding:0px 2px 0px 2px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.affilliates_box a { color:white; }
.pages_box a { color:black; }
.affilliates_box a:hover, .pages_box a:hover { color: #14295A; }