@import url(navigation.css);
body, html {
  background-color: #fff;
  margin: 0 0 0 0;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #ccc;
  height: 100%;
}

#outer_cnt {
position: relative;
width: 830px;
left: 50%;
background-repeat: repeat;
margin-left: -431px;
background-image: url(../images/bg.jpg);
}

input {
background-color: #fff;
border: 1px solid #828282;
font-size: 10px;
}

select { 
width: 125px;
background-color: #fff;
border: 1px solid #828282;
font-size: 10px;
}

#inner_cnt {
position: relative;
top: 0px;
width: 776px;
background-repeat: repeat;
}

#header{
position: relative;
background-image: url(../images/header.jpg);
width: 776px;
height: 258px;
}

#navigation{
position: relative;
background-color: #4e92bd;
width: 776px;
height: 25px;
}

#search_container {
position: relative;
width: 210px;
background-color:#FFFFFF;
text-align: center;
height: 90px;
border-right: 1px dotted #ccc;
float: left;
padding: 5px 5px 5px 5px;
}

#spotlight {
position: relative;
width: 555px;
background-color:#FFFFFF;
height: 100px;
border-bottom: 1px dotted #ccc;
float: right;
}

#main_content {
position: relative;
width: 525px;
left: 225px;
padding: 20px 10px 10px 10px;
float: left;
}

table, td, tr.car_details {
padding: 2px 2px 2px 2px;
}

#caution_header {
width: 497px;
padding: 5px 5px 5px 5px;
background-color:#FF0000;
color: #FFFFFF;
text-align:center;
}

#caution_box {
width: 495px;
padding: 5px 5px 5px 5px;
border: 1px solid #000;
text-align:left;
}

#submenu_cnt {
position: relative;
width: 220px;
top: 95px;
float: left;
}

#info {
position: relative;
width: 184px;
top: 25px;
height: 200px;
left: -9px;
float: right;
text-align:center;
color: #fff;
line-height:180%;
}

#lang_selector {
position: absolute;
top: 188px;
left: 583px;
width: 185px;
height: 100px;
float: right;
}

#menu_title{
position: relative;
width: 220px;
height: 25px;
text-align: center;
line-height:25px;
color: #FFFFFF;
}

#submenu_content {
position: relative;
}

#xtraoptions {
position: relative;
padding: 5px 10px 10px 0px;
}

.error_box {
width: 495px;
border: 1px solid #990000;
background-color: #FFD5D6;
padding: 5px 5px 5px 5px;
text-align:left;
}

.success_box {
width: 495px;
background-color:#C4F7BB;
border: 1px solid #009933;
padding: 5px 5px 5px 5px;
text-align:left;
}


#footer {
position: relative;
background-color: #355082;
width: 776px;
height: 45px;
clear: both;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #5c82c2;
text-transform: uppercase;
font-weight: bold;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ff8400;
font-weight: bold;
}

h3 {
font-family: Tahoma, Verdana, Helvetica;
font-size: 11px;
color: #000;
}

hr {
color: #000;
background-color: #000;
height: 1px;
border: none;
}





