* {
    font-family: Arial,Helvetica,Tahoma,sans-serif !important;
    font-size: 16px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ffe600;
}

a.reverse {
    text-decoration: underline;
}


body {
    background-color: #666666;
    background-image: url(../images/mainbg.png);
    background-repeat: repeat-x;
}

img {
    border: 0px;
}

#container {
    margin: auto;
    width: 810px;
    margin-top: 20px;
    border: 10px solid #cccccc;
}

#header {
    height: 125px;
    background-image: url(../images/headerbg.png);
    background-repeat: no-repeat;
}

#header .logo {
    float: left;
    margin: 20px 0 0 16px;
    border: 0px;
}

#header .right {
    color: #ffffff;
    text-align: right;
    margin: 10px 10px 0 0;
    font-weight: bold;
    font-size: 12px;
}

#header .right .search {
    font-weight: bold;
    text-align: left;
}

#header .right .search .s {
    width: 180px;
}

#menu {
    background-color: #2C537F;
    background-image: url(../images/menubg.png);
    background-repeat: repeat-x;
    height: 42px;
}

#menu #items {
    float: right;
    color: #ffffff;
    margin: auto;
    font-size: 18px;
    padding-right: 10px;
    padding-top: 10px;
    font-weight: bold;
}

#content {
    background-color: #cdd9e7;
    background-image: url(../images/contentbg.png);
    background-repeat: repeat-x;
    height: 500px;
}

#reservationbox {
    width: 255px;
    height: 271px;
    background-image: url(../images/reservation-box.png);
    background-repeat: no-repeat;
    position: relative;
    top: -42px;
}

#maincontent {
    width: 780px;
    background-color: #ffffff;
    min-height: 245px;
    margin: 0px auto;
    border: 1px solid #a5a5a5;
    padding: 0px;
    position: relative;
    top: -42px;
    padding: 10px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 20px;
}

#maincontent a {
    color: #2c537f;
}

#maincontent h2 {
    background-image: url(../images/title-arrow.png);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    font-size: 16px;
    font-weight: bold;
    color: #2c537f;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#maincontent p {
    margin: 0 0 16px 0;
}

#maincontent h3 {
    font-weight: bold;
    margin: 0 0 16px 0;
}

#maincontentleft {
    width: 480px;
    height: 240px;
    padding-right: 20px;
    background-image: url(../images/vseparator.png);
    background-position: top right;
    background-repeat: repeat-y;
    overflow: auto;
}

#maincontentright {
    width: 280px;
}

#reservation-box-container {
    padding-top: 50px;
    padding-left: 35px;
    font-size: 10px;
}

#reservation-box-container input,
#reservation-box-container select,
#reservation-box-container option {
    font-size: 12px;
}

#btnSearch {
    margin-top: 5px;
    margin-left: 30px;
}

#maincontentright img {
    display: block;
    margin: 0px auto;
}

#testimonials-controls {
    text-align: right;
    margin-right: 20px;
    margin-bottom: -15px;
    position: relative;
    top: -30px;
}

#testimonials-controls a {
    color: #2c537f;
    font-size: 10px;
}

#footer {
    margin: auto;
    width: 810px;
    margin-top: 20px;
    text-align: center;
    color: #ffffff;
}


#footer .copyright {
    font-size: 10px;
}

.right {
    float: right;
}


.left {
    float: left;
}

.car-details .col1 {
    margin-right: 10px;
}

.car-details .col1,
.car-details .col2 {
    float: left;
}

.car-details .col3 {
    float: right;
}

.car-details h2 {
    background-image: none !important;
    font-size: 14px !important;
    font-weight: bold;
    color: #2c537f;
    padding: 0px !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.car-details h3 {
    font-weight: bold;
    margin: 0px !important;
    font-size: 12px !important;
}

.car-details a {
    font-size: 10px;
}

.price {
    color: #990000;
    font-weight: bold;
}
