/*
Theme Name: Sarnia Fine Cars
Theme URI: http://www.etoolsmith.com
Description: Custom theme built for Sarnia Fine Cars
Version: 1.0
Author: Cliff Antone
Author URI: http://www.etoolsmith.com

*/

/*******************
----RESET------------
*******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
    color: #1f579a;
}
/*******************
----END RESET------------
*******************/

/*******************
----GENERAL STYLES------------
*******************/
html {
    height: 100%;
}

body {
    background: url('img/bodybg.jpg') repeat-x;
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
}

#page {
    position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		min-height: 100%;
}

#contentContainer {
    padding-bottom: 250px;
}

.container_12 {
    width: 980px;
}

.preowned-inventory .container_12 {
    width: 1000px;
}

.container_12 .grid_9 {
  width: 700px;
  padding: 0;
}

.preowned-inventory .container_12 .grid_9 {
    width: 1000px;
}

.container_12 .grid_3 {
  width: 240px;
}

.selected {
    color: #b7c0cb;
}

.clear {
    clear: both;
}
/*******************
----END OF GENERAL STYLES------------
*******************/

/*******************
----HEADER------------
*******************/

#headerContainer {
    background: url('img/header-bg.png') 0 0 repeat-x transparent;
    height: 113px;
}

#header {
    position: relative;
}

#header h1 {
    text-indent: -9999px;
    background: url("img/bmwmain-logo.png") no-repeat;
    float: left;
    margin-bottom: 18px;
    height:120px;
    width: 281px;
    margin-left: -6px;
}

div.vw-page #header h1 {
    background: url('img/vwmain-logo.png') no-repeat;
}

div.pre-owned-page #header h1 {
    background: url('img/pre-owned-logo.png') no-repeat;
}

#header .main-menu {
    float: right;
    padding: 28px 10px 0 0;
    list-style: none;
}

#header .main-menu > li {
    display: inline;
    padding-right: 22px;
    padding-left: 19px;
    border-right: 1px solid #14171b;
    border-left: 1px solid #5e6b7d;
    position: relative;
    overflow: visible;
}

#header .main-menu li .sub-menu {
    display: none;
}

#header .main-menu li:hover .sub-menu {
    display: block;
    background: #b7c0cb;
    border: 1px solid #464f5b;
    position: absolute;
    top: 18px;
    left: 0px;
    z-index: 100;
    width: auto;
}

#header .main-menu li:hover .sub-menu li {
    float: none;
    display: block;
    margin: 0;
    border: none;
    white-space: nowrap;
    clear:both;
    padding: 3px 19px;
}

#header .main-menu li:hover .sub-menu li a {
    font-size: 11px;
}

#header .main-menu li:first-child {
    border-left: none;
}

#header .main-menu li:last-child {
    border-right: none;
    padding-right: 0;
}

#header .main-menu a:hover, #header .main-menu a.selected, #header .main-menu li.current-menu-item > a, #header .main-menu li.current-menu-parent > a {
    color: #b7c0cb;
}

#header .menu-sub-nav-container .sub-menu { 
    overflow: hidden;
    position: absolute;
    top: 72px;
    right: 10px;
}

#header .menu-sub-nav-container .sub-menu li {
    float: left;
    margin-left: 25px;
}

#header .main-menu > li > a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#header .sub-menu li a {
    color: #464f5b;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#header .sub-menu li a:hover, #header .main-menu .sub-menu li.current-menu-item > a {
    color: #2d5385;
}

#breadcrumbs {
    color: #1f579a;
    padding: 17px 0 7px 288px;
    font-size: 11.5px;
}

.preowned-inventory #breadcrumbs {
    padding-left: 3px;
}

#breadcrumbs a {
    color: #1f579a;
}
/*******************
----END OF HEADER------------
*******************/

/*******************
----SIDEBAR------------
*******************/

#sidebar h2 {
    color: #ffffff;
    background: #464f5b;
    font-size: 17px;
    font-weight: bold;
    padding: 13px;
    border: 1px solid #8d949d;
}

.side-menu li {
    background: url("img/navarrow.png") no-repeat scroll 3px 13px transparent;
    color: #464f5b;
    font-size: 12px;
    padding: 17px 0 15px;
    border-bottom: 1px dotted #a7abb1;
}

.side-menu li:last-of-type {
    border-bottom: none;
}

#sidebar li a {
    color: #464f5b;
    padding-left: 27px;
    display: block;
    line-height: 15px;
}

#sidebar li a:hover, #sidebar li a.selected, #sidebar li.current-menu-item a {
    color: #1f579a;
}

.side-menu {
    background: #ffffff;
    margin-bottom: 21px;
    padding: 0 10px;
}

a.btn-go {
    background: url("img/sidebar-button.png") no-repeat;
    width: 122px;
    height: 47px;
    display: block;
    color: #12325a;
    font-weight: bold;
    font-size: 11px;
    padding: 16px 80px 0 12px;
    margin-bottom: 13px;
    margin-left: 13px;
}

a.btn-go:hover {
    color: #ffffff;
}

/*******************
----END OF SIDEBAR------------
*******************/

/*******************
----MAIN------------
*******************/
#main div.content-block {
    background: #ffffff;
    color: #464f5b;
-webkit-box-shadow: 3px 3px 4px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    3px 3px 4px rgba(50, 50, 50, 0.45);
box-shadow:         3px 3px 4px rgba(50, 50, 50, 0.45);

margin-bottom: 25px;
padding-bottom: 20px;
    position: relative;
}

.preowned-inventory #main div.content-block {
    padding: 0;
}

#main h3 {
    color: #ffffff;
    padding: 13px 0 13px 20px;
    font-weight: bold;
    margin-bottom: 21px;
    height: 16px;
    font-size: 15px;
    background: url('img/content-title-bg.png') 0 0 repeat-x transparent;
    text-transform: uppercase;
}

.preowned-inventory #main h3 {
    margin-bottom: 0;
}

#main p {
    padding: 0 0 28px;
    font-size: 13px;
    line-height: 20px;
    
}

.preowned-inventory #main p {
    padding: 0;
}

/*******************
----END OF MAIN------------
*******************/

/*******************
----FOOTER BEGINS------------
*******************/

#footerContainer {
    background: #464f5b;
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#footer {
    padding: 35px 10px;
    font-size: 13px;
    position: relative;
}

#footer div.info {
    float: left;
    margin-right: 50px;
}

#footer h2 {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#footer a {
    color: #ffffff;
}

#footer ul {
    float: left;
    margin: 0 19px;
    min-height: 100px;
}

#footer ul li {
    margin-bottom: 10px;
}

#footer ul.logos {
    position: absolute;
    right: 10px;
    top: 35px;
    width: 300px;
}

#footer ul.logos li {
    float: left;
}

#footer ul.logos li a {
    display: block;
    text-indent: -9999px;
    margin-left: 28px;
}

#footer ul.logos li a.bmw {
    background: url('img/bmw-footer.png') 0 0 no-repeat transparent;
    width: 54px;
    height: 54px;
}

#footer ul.logos li a.vw {
    background: url('img/vw-footer.png') 0 0 no-repeat transparent;
    width: 55px;
    height: 55px;
}

#footer ul.logos li a.preowned {
    margin-top: 7px;
    background: url('img/preowned-footer.png') 0 0 no-repeat transparent;
    width: 97px;
    height: 42px;
}

/*******************
----END OF FOOTER------------
*******************/

/*******************
----PRE-OWNED BEGINS------------
*******************/
#picture {
    padding: 3px 0 3px 110px;
}

#exclusivity {
    text-indent: -9999px;
    background: url("img/exclusivity.png") no-repeat;
    width: 132px;
    height: 25px; 
    margin-left: 43px;
    margin-bottom: 13px;
}

#assurance {
   text-indent: -9999px;
   background: url("img/assurance.png") no-repeat;
   width: 129px;
   height: 20px;
   margin-left: 43px;
   margin-bottom: 13px;
}

#quality {
   text-indent: -9999px;
   background: url("img/quality.png") no-repeat;
   width: 86px;
   height: 25px;
   margin-left: 43px;
   margin-bottom: 13px;
}

#safety {
   text-indent: -9999px;
   background: url("img/safety.png") no-repeat;
   width: 76px;
   height: 25px;
   margin-left: 43px;
   margin-bottom: 13px;
}

#security {
   text-indent: -9999px;
   background: url("img/security.png") no-repeat;
   width: 100px;
   height: 25px;
   margin-left: 43px;
   margin-bottom: 13px;
}

.bubble {
    background: #a4adb9;
    width: 610px;
    margin-left: 28px;
    margin-bottom: 23.5px;
    color: #ffffff;
    font-size: 12px;
    border-top: 1px solid #c8ced5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#main .bubble p {
    color: #ffffff;
    font-size: 12px;
    padding: 0 20px 20px;
    line-height: 15px;
}

.bubble h5 {
    padding: 15px 0 14px 19px;
    color: #464f5b;
    font-weight: bold;
    font-size: 16px;
}
/*******************
----PRE-OWNED ENDS------------
*******************/

/*******************
----VEHICLES BEGINS------------
*******************/
#scrollbar {
    background: #b7c0cb;
    color: #ffffff;
    width: 980px;
    position: relative;
    overflow: hidden;
}

#scrollbar h6 {
    font-size: 24px;
    font-weight: bold;
    padding: 18px 0 20px 30px;
}

#scrollbarnav {
    float: right;
}

#scrollbarnav li {
    background: #464f5b;
    color: #7d8fa7;
    width: 68px;
    height: 58px;
    border-left: 1px solid #6e7783;
    border-right: 1px solid #14171b;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#scrollbarnav li a:hover, #scrollbarnav li a.selected {
    color: #ffffff;
}

#scrollbarnav li a {
    color: #7d8fa7;
}

.car {
    position: relative;
    margin-bottom: 22px;
    width: 701px;
    height: 190px;
}
.car ul li {
    list-style: disc;
    margin-left: 22px;
    line-height: 20px;
    font-size: 13px;
}

.car ul {
    float: left;
    margin-right: 15px;
}

.car h5 {
    background: #b7c0cb;
    padding: 6px 0 6px 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #d4d9e0;
    border-left: 1px solid #d4d9e0;
    border-right: 1px solid #d4d9e0;
    margin-bottom: 3px;
}

.car div.car-banner {
    background: url("img/headerbg.png") no-repeat;
    font-size: 14px;
    width: 163px;
    height: 20px;
    position: absolute;
    left: -8px;
    bottom: 9px;
    padding: 15px 13px 0 0;
    text-align: right;
    color: #000000;
}

.price {
    background: url("img/price.png") no-repeat;
    width: 107px;
    height: 34px;
    top: 160px;
    left: 0px;
    border: none;
    position: absolute;
    display: block;
    text-indent: -9999px;
}

.picture {
    width: 395px;
    height: 190px;
    float: left;
    position: absolute;
}

.sideinfo {
    width: 290px;
    height: 190px;
    float: right;
    padding-right: 6px;
    position: relative;
}

#mleft, #mright {
    float: left;
}
/*******************
----VEHICLES ENDS------------
*******************/

div.general-inquiries {
    width: 134px;
    height: 12px;
    background: #555555;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 18px;
    position: relative;
    margin-bottom: -15px;
    margin-left: 20px;
    z-index: 100;
}


form.contact-form div {
    margin: 0 20px;
    background: #f3f1f1;
    padding: 10px 18px;
}

form.contact-form label {
    display: none;
}

form.contact-form input, form.contact-form textarea {
    border: 1px solid #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 15px;
    color: #959494;
    width: 280px;
}

form.contact-form input.name {
    margin-top: 30px;
}

form.contact-form textarea {
    width: 590px;
    height: 105px;
    margin-bottom: 25px;
}

form.contact-form p.contact-submit input {
    width: 128px;
    height: 35px;
    text-indent: -9999px;
    background: url('img/submit.png') 0 0 no-repeat transparent;
    display: block;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: right;
    margin: 40px 0;
}

#main h3.new-inventory, #main h3 a {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
}

#main h3.new-inventory a {
    white-space: nowrap;
}

#main h3 a:hover {
    color: #404853;
}

#main div.car p {
    padding: 0;
}

div.ets-form {
    background: #a4adb9;
    color: #464f5b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
    position: relative;
}

div.ets-form div.row {
    clear: both;
}

div.ets-form div.row div {
    float: left;
    width: 250px;
    margin-bottom: 15px;
}

div.ets-form div.form-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

div.ets-form input.full-text, div.ets-form select.full-text {
    width: 200px;
    padding: 3px 7px;
    border: 2px solid #464f5b;
    background: #ffffff;
    color: #464f5b;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 3px;
}

div.ets-form textarea {
    width: 600px;
    height: 75px;
    padding: 3px 7px;
    border: 2px solid #464f5b;
    background: #ffffff;
    color: #464f5b;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 3px;
    margin-bottom: 25px;
}

div.ets-form input.submit {
    width: 91px;
    height: 43px;
    display: block;
    background: url('img/submit-btn.png') 0 5px no-repeat transparent;
    color: #1f579a;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: none;
}

div.half-col {
    float: left;
}

div.block {
    margin: 20px 25px;
    width: 250px;
    background: #a4adb9;
    color: #464f5b;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 14px;
}

div.half-col sup {
    font-size: 14px;
}

div.half-col div.col-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

div.half-col div.col-price {
    font-size: 21px;
    font-style: italic;
    margin: 5px 0;
}

div.half-col ul, #main ul, #main ol {
    margin: 5px 0 5px 15px;
}

div.half-col li {
    color: #ffffff;
    font-size: 12px;
    list-style: disc;
}

#main .the-content {
    padding: 0 20px;
}

#main li {
    list-style: disc;
    font-size: 13px;
    line-height: 20px;
}

#main ul {
    margin-bottom: 28px;
}

#main ul ul {
    margin-bottom: 5px;
}

#main ul ul li {
    list-style: circle;
}

#main ol li {
    list-style:decimal;
    margin-bottom: 3px;
}

#main div.half-col p {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    padding: 0;
}

#main table {
    font-size: 13px;
}

#main table td {
    padding: 3px 0;
}

em, i {
    font-style: italic;
}

#main ul.check-bullet {
    margin-bottom: 40px;
}

#main ul.check-bullet li {
    list-style-image: url('img/check-bullet.png');
    list-style-position: inside;
    margin-left: 30px;
    margin-bottom: 5px;
    font-size: 15px;
}

#top-nav-wrap {
    background: #464f5b;
    height: 45px;
}

#top-nav ul {
    list-style: none;
    width: 615px;
    margin: 0 auto;
    padding-top: 15px;
}

#top-nav ul li {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 26px;
    font-size: 12px;
}

#top-nav ul li a {
    color: #fff;
}

#header-wrap {
    height: 273px;
    border-bottom: #000 solid 1px;
    background: #fff;
}

#landing-content {
    text-align: center;
    padding-top: 25px;
}

#landing-content h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 7px;
    color: #464f5b;
}

#landing-content h2 span {
    font-weight: 600;
}

#landing-content p {
    margin-bottom: 5px;
}

#landing-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 5px;
}

#landing-content div.boxblock {
    height: 293px;
    width: 264px;
    background: #fff;
    float: left;
    margin-left: 47px;
    padding: 0;
}

#landing-content div.boxblock div.block-title {
    background: #464f5b;
    height: 36px;
    color: #fff;
    font-size: 15px;
    padding-top: 19px;
    font-weight: normal;
}

#landing-content div.boxblock div.block-title span {
    font-weight: 600;
    text-transform: uppercase;
}

#landing-content div.boxblock a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#landing-content div.boxblock div.block-content {
    padding-top: 25px;
}

#landing-content div.boxblock div.block-content a.landing-btn {
    padding: 10px 5px;
    background: url('img/arrow.png') 90% 45% no-repeat #b7c0cb;
    display: block;
    width: 125px;
    margin: 22px auto 0;
    border: 1px solid #5f6671;
    font-size: 13px;
    text-align: left;
}

#landing-content #block-container {
	background: url('img/dividers.png') 50% 50% no-repeat transparent;
	height: 295px;
	margin-top: 43px;
}

#slider .slide {
        display: none;
        text-align: center;
}

#slider .slide-0 {
        display: block;
}

#header-wrap #slider {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

#header-wrap .slide a {
    width: 1200px;
    margin-left: -600px;
}

#slider div.title-bar {
    height: 58px;
    background: #b7c0cb;
    position: relative;
    margin-top: 2px;
}

#slider div.title-bar a {
    padding: 18px 0 0 28px;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    text-align: left;
}

#slider div.title-bar div.buttons {
    position: absolute;
    right: 0;
    top: 0;
}

#slider div.title-bar div.buttons a {
    background: #464f5b;
    height: 40px;
    padding: 0;
    display: block;
    float: left;
    padding-top: 18px;
    width: 60px;
    text-align: center;
    border-left: 1px solid #5e6b7d;
    border-right: 1px solid #14171b;
    color: #7d8fa7;
}

#slider div.title-bar div.buttons a.button-0 {
    color: #fff;
}

#slider .slide img {
    border: 1px solid #505965;
}

#header-wrap #slider .slide img {
    border: none;
}

#header-wrap #slider div.title-bar {
    display: none;
}

h4, h5, h6 {
    margin-top: 0.75em;
    padding: 0 0 15px;
}

table.styled {
    width: 100%;
}

#main table.styled td {
    padding: 2px 3px;
}

#main table.styled tr.blue td {
    border-bottom: 1px solid #2274AC;
    padding: 4px 3px;
}

#main table.styled tr:nth-child(even) td {
    background-color: #EAEEED;
}

#main table.styled thead td {
    background-color: #EAEEED;
    border-bottom: 1px solid #2274AC;
    border-top: 1px solid #2274AC;
    font-weight: bold;
    padding: 4px 3px;
}

div.legal {
    color: #8994A0;
    font-size: 10px;
    margin-top: 10px;
}