* {
    outline:none;
    font-family:"Trebuchet MS",Helvetica;
}
body {
    margin:10px 0;
    background-color:#ddd;
    font-size:70%;
    line-height:170%;
    color:#333;
}
form {
    padding:0;
    margin:0;
}
a img {
    border:none;
}
h1 {
    margin:10px 0;
    padding:0 0 0 10px;
}
p {
    margin:7px 0;
    padding:2px 0 6px 14px;
}
a {
    color:#6E0E0E;
}
a:hover {
    text-decoration:none;
}
input, textarea, select {
    font-size:1em;
}
fieldset {
    margin-bottom:6px;
    border:1px SOLID #CCCCCC;
    -moz-border-radius:4px 4px 4px 4px;
    padding:4px;
}
legend {
    font-weight:bold;
    color:#555;
}
#wrapper {
    width:670px;
    margin:0 auto;
}
#header {
    width:670px;
    height:60px;
    background:#dcdcdc url('images/header.gif') top no-repeat;
}
#logo {
    float:left;
}
#navWrapper {
    position:absolute;
    margin-left:345px;
    top:38px;
    font-size:11px;
	width:350px;
	height:18px;
}
#navbar {
	padding:5px 0 0 12px;
	margin:0;
	height:18px;
}
#navbar li{
	list-style:none;
	display:inline;
}
#navbar a {
	text-indent:-6000px;
	height:18px;
	float:left;
	text-decoration:none;
	margin-right:11px;
}
#home {
	width:42px;
	background:url(images/home.gif) 0 0 no-repeat;
}
#vehicles {
	width:56px;
	background:url(images/vehicles.gif) 0 0 no-repeat;
}
#booking {
	width:57px;
	background:url(images/booking.gif) 0 0 no-repeat;
}
#prices {
	width:45px;
	background:url(images/prices.gif) 0 0 no-repeat;
}
#contact {
	width:54px;
	background:url(images/contact.gif) 0 0 no-repeat;
}
#home:hover, #vehicles:hover,#booking:hover,#prices:hover,#contact:hover {
	background-position:0 -18px;
}
#homeA {
	width:42px;
	background:url(images/home.gif) 0 0 no-repeat;
	background-position:0 -18px;
}
#vehiclesA {
	width:56px;
	background:url(images/vehicles.gif) 0 0 no-repeat;
	background-position:0 -18px;
}
#bookingA {
	width:57px;
	background:url(images/booking.gif) 0 0 no-repeat;
	background-position:0 -18px;
}
#pricesA {
	width:45px;
	background:url(images/prices.gif) 0 0 no-repeat;
	background-position:0 -18px;
}
#contactA {
	width:54px;
	background:url(images/contact.gif) 0 0 no-repeat;
	background-position:0 -18px;
}
#content {
    background:#dcdcdc url('images/bg.gif') repeat-y;
    padding:2px 22px 2px 22px;
}
#leftContent {
    float:left;
    width:400px;
    margin-right:6px;
}
#rightContent {
    float:left;
    width:210px;
}
#footer {
    text-align:right;
    padding:4px 16px 2px 30px;
    height:50px;
    background:#dcdcdc url('images/footer.gif') top no-repeat;
}
.red {
    color:#6E0E0E;
    font-weight:bold;
}
.popular,.table,.vehiclesTable {
    margin-left:10px;
}
.popular td {
    border-bottom:1px solid #ccc;
}
.popular b {
    font-size:1.3em;
    padding-left:5px;
}
.img {
    border:1px solid #ddd;
    padding:1px;
}
.error {
    background-color:#ffecec;
    border:1px dotted #f1b4b4;
    padding:5px 8px;
}
.error p {
    padding:0px 5px;
    margin:0;
}
.vehiclesTable {

}
.vehiclesTable th {
    text-align:left;
    font-size:1.3em;
}
.vehiclesHr {
	border:0;
	color:#ddd;
	background-color:#ddd;
	width:98%;
	height:1px;
}
.vehiclesTable b {
    text-align:left;
    font-size:1.3em;
}

.bookingForm,.contactForm {
    margin:0 auto;
    width:380px;
    padding:10px;
}
.astE {
    color:#b22222;
}
.ast {
    float:right;
    color:#b22222;
}