@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
html {
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    background-color: #2D2115;
    background-image: url(bg-site.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.clearer {
    display: block;
    clear: both;
}

#header {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

#message h2 {
    color: #006699;
    font-weight: normal;
    font-size: 1.7em;
}

#header_description {
    margin-top: 10px;
    font-size: 1.5em;
    line-height: 1em;
}

#main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    clear: both;
    margin-top: 0;
}

#main_navigation {
    text-align: center;
    display: block;
    background-color: #000000;
    width: 900px;
}

#main_navigation ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style: none;
    background-color: #000000;
    width: 900px;
    font-weight: 500;
}

#main_navigation ul li {
    display: inline;
    float: left;
    width: 180px;
    text-transform: uppercase;
    background-color: #000000;
}

#main_navigation ul li a {
    background-color: #000000;
    text-decoration: none;
    color: #FFFFFF;
    padding: 15px 0;
    width: 180px;
    display: inline-block;
}

#main_navigation ul a:hover {
    background-color: #666666;
    text-decoration: none;
    color: #FFFFFF;
}

#message {
    margin-top: 0;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.message_left {
    display: block;
    float: left;
    width: 500px;
    font-size: 0.9em;
}

.message_right {
    display: block;
    float: right;
    width: 310px;
    font-size: 0.9em;
    margin-left: 50px;
}

.form h3 {
    margin: 0px;
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.form {
    margin-top: 15px;
    width: 300px;
    border: solid black 1px;
}

.form_form {
    padding: 15px;
}

.form_form input {
    margin-bottom: 15px;
}

.form_form label {
    display: block;
}

.form_form input {
    display: block;
    width: 100%;
}

.form_horizontal {
    display: block;
    padding-right: 10px;
}

#email_submit {
    font-size: 1.5em;
    background-color: #00CC33;
    margin-top: 10px;
    font-weight: bold;
    border: 1px solid #00AA11;
    border-radius: 15px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#email_submit:hover {
    color: #FFFFFF;
    background-color: #006666;
    border: 1px solid #003366;
}

.bottom_logo {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #FFFFFF;
}

.bottom_logo a {
    color: #FFFFFF;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.bottom_logo img a {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.inventory_left {
    width: 150px;
    margin-right: 25px;
    float: left;
    display: block;
}

.inventory_left h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.inventory_right {
    float: right;
    width: 675px;
    display: block;
}

.vehiclePreview {
    display: block;
    margin-top: 30px;
    width: 675px;
    clear: both;
    border-bottom: 1px solid #CCCCCC;
}

.vehiclePreview_title {
    display: block;
    width: 400px;
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    color: #006699;
    padding-bottom: 5px;
}

.vehiclePreview_left {
    display: block;
    width: 225px;
    margin-right: 10px;
    float: left;
    padding-bottom: 15px;
}

.vehiclePreview_middle {
    display: block;
    width: 215px;
    float: left;
    margin-right: 10px;
}

.vehiclePreview_right {
    display: block;
    width: 215px;
    float: left;
}

.vehiclePreview_price {
    font-size: 1.2em;
    font-weight: bold;
    color: #006600;
}

.options {
    border-top: 1px solid #CCCCCC;
    padding-top: 5px;
    margin-top: 15px;
    display: block;
    clear: both;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.options ul {
    padding-top: 10px;
    margin-top: 0px;
    list-style: circle;
}

.options li {
    display: block;
    width: 200px;
    float: left;
}

.options h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#vehicle_carousel {
    width: 550px;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.vehicle_right {
    display: block;
    clear: right;
    float: right;
    width: 275px;
}

.carousel-control.left {
    background-image: url(carousel_left.png)!important;
    background-repeat: no-repeat!important;
    background-position: center;
}

.carousel-control.right {
    background-image: url(carousel_right.png)!important;
    background-repeat: no-repeat!important;
    background-position: center;
}

.disclaimer {
    display: block;
    padding: 5px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 9px;
}