/* Created By Andrew Erickson */

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(/images/background.jpg) 0 0 transparent;
    text-align: center;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
    display: block;
    unicode-bidi: embed;
}

h1 {
    color: #304855;
    margin: .67em 0;
    font-size: 2em;
}

h2 {
    color: #304855;
    margin: .75em 0;
    font-size: 1.5em;
}

h3 {
    color: #304855;
    margin: .83em 0;
    font-size: 1.17em;
}

strong {
    font-weight: bolder;
}

a, a:visited, a:active {
    color: #46697c;
    text-decoration: none;
}

a:hover {
/*color: #304855;*/
    text-decoration: underline;
}

p, h4 {
    margin: 1.12em 0;
}

table {
    display: table;
}

tr {
    display: table-row;
}

td, th {
    display: table-cell;
}

thead, tbody, tfoot {
    vertical-align: middle;
}

td, th, tr {
    vertical-align: inherit;
}

#container {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

#header {
    width: 800px;
    height: 277px;
    background: url(/images/header2.png) 0 0 no-repeat transparent;
    text-align: left;
}

#socialmedia {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: right;
}

#navigation {
    width: 794px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

#navigation ul {
    list-style-type: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(/images/nav_background.png) repeat-x;
}

#navigation ul>li {
    float: left;
    text-align: center;
    width: 105px;
    display: block;
    margin-left: 7px;
    background: url(/images/nav_divider.png) right top no-repeat;
}

#navigation ul>li.last {
    float: left;
    text-align: center;
    display: block;
    margin-left: 7px;
    background: transparent !important;
}

#navigation ul>li>a, #navigation ul>li>a:visited {
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    width: 105px;
    text-align: center;
}

#navigation ul>li>a:hover, #navigation ul>li>a:active, #navigation ul>li>a.active {
    color: #e3c23f;
}

#content {
    width: 794px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff; /*border-bottom: 1px solid #cdcdcd;*/
    text-align: left;
    background-color: #fffff0;
    position: relative;
}

#content_container {
    padding: 5px 15px;
}

#footer {
    width: 800px;
    height: 50px;
    background: #cdcdcd url(/images/footer.png) bottom left no-repeat;
    text-align: center;
    margin-bottom: 40px;
    vertical-align: middle;
    line-height: 50px;
}

#filterbar {
    margin-right: 20px;
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    float: left;
    width: 200px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    background-color: #efefef;
    background-image: url(images/fallback-gradient.png);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#cdcdcd));
    background-image: -webkit-linear-gradient(top, #efefef, #cdcdcd);
    background-image: -moz-linear-gradient(top, #efefef, #cdcdcd);
    background-image: -ms-linear-gradient(top, #efefef, #cdcdcd);
    background-image: -o-linear-gradient(top, #efefef, #cdcdcd);
}

#filterbar h1.title {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px;
    color: #304855;
}

#filterbar h2.label {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    color: #46697c;
}

#filterbar select {
    margin: 0 0 10px 0;
}

#filterbar input[type=image] {
    display: block;
    margin: 10px 0;
}

#trailersContainer {
    float: left;
    width: 500px;
}

#trailersContainer>ul#trailerList {
    list-style-type: none;
    margin-top: -30px;
}

#trailersContainer>ul#trailerList>li {
    padding: 30px 0;
    border-bottom: 1px solid #cdcdcd;
    width: 500px;
}

#trailersContainer>ul#trailerList>li.last {
    padding: 30px 0;
    width: 500px;
    border-bottom: 0 !important;
}

#trailersContainer>ul#trailerList>li>div.header_row {
    float: left;
    width: 100%;
    clear: right;
    margin-bottom: 5px;
}

#trailersContainer>ul#trailerList>li>div.header_row>div.title {
    float: left;
    font-size: 18px;
    color: #304855;
    font-weight: bold;
}

#trailersContainer>ul#trailerList>li>div.header_row>div.title>a {
    text-decoration: underline;
}

#trailersContainer>ul#trailerList>li>div.header_row>div.price {
    float: right;
    font-weight: bold;
    font-size: 20px;
    color: #006400;
    clear: right;
}

#trailersContainer>ul#trailerList>li>div.info_row {
    float: left;
    width: 100%;
    clear: both;
}

#trailersContainer>ul#trailerList>li>div.info_row>div.image {
    float: left;
    width: 128px; /*text-align: center;*/
}

#trailersContainer>ul#trailerList>li>div.info_row>div.image>img {
    border: 1px solid #333333;
}

#trailersContainer>ul#trailerList>li>div.info_row>div.info {
    float: left;
    font-size: 14px;
    color: #46697c;
}

#trailersContainer>ul#trailerList>li>div.info_row>div.description {
    clear: left;
    padding-top: 10px;
    color: #46697c;
}

#trailersContainer>ul#trailerList>li>div.info_row>div.info>ul>li>span.label {
    color: #304855;
    font-weight: bold;
    font-size: 15px;
}

#trailersContainer>ul#trailerList>li>div.info_row>div.info>ul {
    list-style: none outside;
    margin-left: 15px;
}

#trailerDetailsContainer {
    width: 100%;
    margin-top: 15px;
}

div#slideshow {
    text-align: center;
}

div#slideshow>ul {
    width: 100%;
    list-style-type: none;
}

div#slideshow>ul>li {
    float: left;
    width: 100px;
    margin: 5px;
    text-align: center;
}

div#slideshow>ul>li>a>img {
    border: 1px solid #333333;
}

#googleMap {
    width: 100%;
    height: 627px; /*border: 1px solid #333333;*/
    margin: 0 auto;
}

.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.error {
    color: #ff0000;
}

div.homeinfo {
    background: transparent url(/images/home_hdr.jpg) left bottom no-repeat;
    width: 794px; /*height: 275px;*/
    margin-left: -15px;
    margin-top: -5px;
    padding: 10px 10px 30px 10px;
    vertical-align: middle;
}

div.homeinfo>h2 {
    color: #333333;
}

div.homeinfo p.blue {
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #46697c;
}

div.homeinfo ul {
    list-style-type: none;
}

div.homeinfo ul>li {
    background: url("/images/icons/16/star.png") no-repeat;
    color: #333333;
    margin-left: 10px;
    padding-bottom: 2px;
    padding-left: 25px;
}

div.homeinfo>div.home_quote {
    width: 400px;
    margin-top: 30px;
}

div.homeinfo>div.home_quote>div.quote {
    font-style: italic;
    display: block;
    float: left;
}

div.homeinfo>div.home_quote>div.author {
    display: block;
    float: right;
}

div.googleMapsInfoWindow img {
    float: left;
    padding-right: 10px;
}

div.googleMapsInfoWindow h1.title {
    color: #304855;
    font-size: 14px;
    margin: 0 0 5px 0;
}

div.googleMapsInfoWindow p {
    font-size: 12px;
    color: #46697c;
    padding: 0;
    margin: 0;
}

/* HELPER TEXT */
input.helpertext, textarea.helpertext {
    color: #81879c !important;
    font-style: italic !important;
    font-size: 12px !important;
}

div.emailErrors {
    background: none repeat scroll 0 0 #fff3f3;
    border: 1px solid red;
    color: #CC0000;
    margin: 10px 0 5px;
    padding: 5px 0;
}

div.emailErrors ul {
    list-style: none outside none;
    padding: 0;
}

div.emailErrors li {
    background: url("/images/skin/exclamation.png") no-repeat scroll 8px 0 transparent;
    line-height: 16px;
    padding-left: 30px;
}

.message {
    background: url("/images/skin/information.png") no-repeat scroll 8px 50% #f3f8fc;
    border: 1px solid #b2d1ff;
    color: #006dba;
    width: 92%;
    margin: 10px 0 5px;
    padding: 5px 5px 5px 30px;
}

div.contact_left_block {
    width: 250px;
    float: left;
}

div.block {
    width: 98%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333333;
    border: 2px solid #304855;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    padding: 4px;
    background-color: #efefef; /*text-align: center;*/
}

div.block>div.inner_block {
    padding: 2px 10px;
    text-align: left;
    margin: 0 auto;
    margin-left: -3px;
}

div.block>div.inner_block>div.email>a {
    text-decoration: none;
    color: #46697c;
}

div.block>div.inner_block>div.email>a:hover {
    text-decoration: underline;
}

div.contact_left_block div.block ul {
    list-style-type: none;
}

div.contact_left_block div.block li {
    margin: 10px 0;
}

div.contact_left_block div.block>div.inner_block>div.errors>ul {
    list-style: disc url("/images/skin/exclamation.png") inside;
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

div.contact_left_block div.block>div.inner_block>div.errors>ul>li {
    margin: 0;
    color: #cc0000;
    padding-left: 5px;
    padding-right: 2px;
    font-size: 12px;
}

div.contact_left_block div.block li input[type=text] {
    width: 100%;
    padding: 5px 0;
    font-size: 11px;
}

div.contact_left_block div.block li textarea {
    width: 100%;
    height: 100px;
    padding: 5px 0;
    font-size: 11px;
}

div.contact_right_block {
    float: right;
    width: 480px; /*margin-left: 30px;*/
}

div.round {
    border: 2px solid #333333;
    border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 4px;
    background-color: #304855;
}

div.about_info {
    float: left;
    width: 350px;
    padding: 0 10px;
    margin-top: 20px;
    font-size: 1.15em;
    color: #304855;
    margin-left: 20px;
}

select.errors {
    border: 1px solid red;
}

input.errors {
    border: 1px solid red;
}

textarea.errors {
    border: 1px solid red;
}

input[type=submit] {
    background-color: #46697c;
    border: 1px solid #333333;
    padding: 2px;
    color: #ffffff;
}

input[type=button].custom_button {
    background-color: #46697c;
    border: 1px solid #333333;
    padding: 2px;
    color: #ffffff;
}

div.emailSuccess {
    background: transparent url(/images/email_success.jpg) left bottom no-repeat;
    width: 794px;
    margin-left: -15px;
    margin-top: -5px;
    padding: 5px 0 5px 15px;
    vertical-align: middle; /*height: 350px;*/
}

div.error_page {
    background: transparent url(/images/trainwreck.jpg) left bottom no-repeat;
    width: 794px;
    margin-left: -15px;
    margin-top: -5px;
    padding: 5px 0 5px 15px;
    vertical-align: middle;
    height: 600px;
}

#sortBar {
    margin-bottom: 30px;
    padding: 7px 10px;
    border-bottom: 1px solid #cdcdcd;
    background: url(/images/gradient.png) repeat-x;
    height: 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    line-height: 20px;
    vertical-align: middle;
}

#sortBar h1 {
    font-size: 14px;
    margin: 0;
    color: #e3c23f;
}

#sortBar ul {
    list-style: none;
}

#sortBar ul li {
    line-height: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
    border-right: 1px solid #cdcdcd;
    display: block;
    float: left;
    width: 75px;
}

#sortBar ul li a {
    color: #fffff0;
}

#sortBar ul li a:hover {
    text-decoration: underline;
}

#sortBar ul li.last {
    border: 0;
}

div#company_logos_left {
    width: 150px;
    /*background: #ffffff;*/
    /*border-radius: 8px;*/
    /*-moz-border-radius: 8px;*/
    /*-webkit-border-radius: 8px;*/
    /*-khtml-border-radius: 8px;*/
    text-align: center;
    left: -25%;
    top: -196px;
    position: absolute;
    /*border: 2px solid #333333;*/
}
div#company_logos_right {
    width: 150px;
    /*background: #ffffff;*/
    /*border-radius: 8px;*/
    /*-moz-border-radius: 8px;*/
    /*-webkit-border-radius: 8px;*/
    /*-khtml-border-radius: 8px;*/
    text-align: center;
    left: 105%;
    top: -196px;
    position: absolute;
    /*border: 2px solid #333333;*/
}
div#company_logos_left>div,
div#company_logos_right>div {
    padding: 20px 0;
}
div#company_logos_left img,
div#company_logos_right img {
    border: 2px groove #555;
}

.goog-te-gadget-simple {
    border: 0 !important;
    /*background-color: #46697c !important;*/
    background: transparent !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    padding: 5px !important;
}

.goog-te-gadget-simple span {
    color: #e3c23f !important;
    font-weight: bold !important;
}

.goog-te-gadget-simple a:hover {
    text-decoration: none !important;
}
