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

body {
background: #fff2ad url(images/gradient-bg.gif) repeat-x top center;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
a img { border: none; }
a { color: #dc5d00; }
a:hover { color: #e9873e; }

.container { 
margin-left: auto;
margin-right: auto;
width: 1084px;
position: relative;
background: url(images/bg-logo.gif) no-repeat left 350px;
}

.topmenu {
position: absolute;
top: 352px;
left: 0;
}

a.rollover {
display: block;
background: no-repeat 0 0;
text-indent: -10000px;
}

.topmenu a {
float: left;
}
.topmenu a#home, a#homeon {
width: 64px;
height: 39px;
background-image: url("images/button-home.gif");
margin-left: 45px;
}
.topmenu a#homeon, a#home:hover { background-position: -64px 0; }

.topmenu a#tours, a#tourson {
margin-top: -1px;
width: 96px;
height: 41px;
background-image: url("images/button-tours.gif");
margin-left: 17px;
}
.topmenu a#tourson, a#tours:hover { background-position: -96px 0; }

.topmenu a#vehicles, a#vehicleson {
margin-top: -2px;
width: 87px;
height: 42px;
background-image: url("images/button-vehicles.gif");
margin-left: 19px;
}
.topmenu a#vehicleson, a#vehicles:hover { background-position: -87px 0; }

.topmenu a#reservations, a#reservationson {
margin-top: -2px;
width: 123px;
height: 42px;
background-image: url("images/button-reservations.gif");
margin-left: 15px;
}
.topmenu a#reservationson, a#reservations:hover { background-position: -123px 0; }

.topmenu a#location, a#locationon {
margin-top: -2px;
width: 116px;
height: 41px;
background-image: url("images/button-location.gif");
margin-left: 20px;
}
.topmenu a#locationon, a#location:hover { background-position: -116px 0; }

.topmenu a#comments, a#commentson {
margin-top: -1px;
width: 174px;
height: 41px;
background-image: url("images/button-comments.gif");
margin-left: 18px;
}
.topmenu a#commentson, a#comments:hover { background-position: -174px 0; }

.topmenu a#faq, a#faqon {
width: 52px;
height: 39px;
background-image: url("images/button-faq.gif");
margin-left: 21px;
}
.topmenu a#faqon, a#faq:hover { background-position: -52px 0; }

.topmenu a#contact, a#contacton {
margin-top: 1px;
width: 103px;
height: 39px;
background-image: url("images/button-contact.gif");
margin-left: 19px;
}
.topmenu a#contacton, a#contact:hover { background-position: -103px 0; }

.content {
margin-left: auto;
margin-right: auto;
width: 990px;
color: #b84e00;
font-size: 12px;
line-height: 18px;
}

.submenu {
font-size: 15px;
color: #4f9901;
font-weight: bold;
margin: 45px 0 25px 0;
}
.submenu a {
color: #4f9901;
padding: 7px;
text-decoration: none;
}
.submenu a:hover { text-decoration: underline; }

.left {
float: left;
width: 420px;
}

.right {
float: right;
width: 520px;
font-weight: bold;
}

a#booknow {
width: 182px;
height: 47px;
background-image: url("images/booknow.gif");
}
a#booknow:hover { background-position: 0 -47px; }

.footer {
background-color: #ffe376;
padding: 20px;
text-align: center;
font-size: 11px;
font-weight: bold;
line-height: 18px;
color: #dc5d00;
margin-top: 30px;
}

a#factsheet {
margin-left: auto;
margin-right: auto;
width: 239px;
height: 18px;
background-image: url("images/factsheet.gif");
}
a#factsheet:hover { background-position: 0 -18px; }

ul {
margin: 5px;	
padding-left: 20px;
}

.vehicle {
float: left;
width: 313px;
margin-right: 17px;
color: #b84e00;
}
.vehicle p { padding: 0 5px 5px 5px; }

input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #b84e00;
padding: 3px 5px 3px 4px;
}

.header {
color: #e38101;
font-size: 18px;
line-height: normal;	
font-weight: normal;
}

.lgimg { border: 13px solid #ffdc7e; }

.passengerspecial {
position: relative;
width: 855px;
height: 250px;
font-size: 14px;
font-weight: bold;
}
.passengerspecial img { z-index: 0; position: absolute; top: 0; left: 0; border: 0; }
.passengerspecial span { z-index: 1; position: absolute; top: 150px; left: 190px; }
.passengerspecial a { color: #fffaa6; text-decoration: none; }