/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, strong, sub, sup, tt, var,
b, 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;
}
body {
	line-height: 1;
}
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;
}

/*------------------------------------------

J&B Website Style | COMMON: STRUCTURE

-----------------------------------------*/
body,html{width: 100%; height: 100%; font-family: sans-serif; background-color: black}
#top-bar{
    width: 100%;
    height: 25px;
    background: url('../img/top-yellow-bar.jpg') bottom repeat-x;
}
#main-wrapper{
    width: 100%;
    min-width: 1000px;
    height: 100%;
    position: relative;
}
#content-wrapper{
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    background-color: #FFF;
}
.container{
    z-index: 99;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.container:after{
  content: "";
  display: table;
  clear: both;
}
.wrapper{
    display: inline-block;
    margin: 0 auto;
}
.vr-line{
    border-right: 1px #FFF solid;   
}
.blockquote{
    padding: 40px!important;
    background-color: #003764;
    color: #FFF;
}
.clear{
    clear: both;
}
/*------------------------------------------

COMMON: TYPE

-----------------------------------------*/
h1{
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #FFF;
}
h2{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px; 
}
h3{
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px; 
    color: #FFF; 
}
span.sm-font{
    font-size: 15px;
    line-height: -10px;
}
span.md-font{
    font-size: 20px;
}
a{
    border: none;
}
.yellow{
    color: #ECAA00;
}
.bold{
    font-weight: bold;
    letter-spacing: 1px;
}
/*------------------------------------------

HEADER

-----------------------------------------*/
#header{
    width: 100%;
    height: 168px;
    position: relative;
}
#header-img{
    z-index: 0;
    width: 100%;
    height: 100%;
    top:0;
    position: absolute;
}
#header.home{
    height: 445px;
    background: url('../img/header-bg.jpg') top repeat-x;   
}
#header.page{
    background: url('../img/page-header-bg.jpg') top repeat-x;
}
#header-img.home{
    background:url('../img/home-header.jpg') center no-repeat;
}
#header-img.about{
    background:url('../img/about-header.jpg') top no-repeat;
}
#header-img.services{
    background:url('../img/services-header.jpg') top no-repeat;
}
#header-img.used{
    background:url('../img/used-header.jpg') top no-repeat;
}
#header-img.parts{
    background:url('../img/parts-header.jpg') top no-repeat;
}
#header-img.contact{
    background:url('../img/contact-header.jpg') top no-repeat;
}
.header-title{
    width: 100%;
    text-transform: uppercase;
}
h1.home-header{
    margin-top: 20px;
    margin-left: 60px;
}
h1.home-header span{
    background-color: #003764;
    padding-right: 40px;
}
h1.home-header span.yellow:before{
    content:"\000A";
    white-space: pre;
}
h1.page-header{
    margin-top: 20px;
    margin-left: 20px;
    background-color: #003764;
}
.nav-bar{
    z-index: 1;
    display: inline-block;
    padding: 10px 40px 10px 40px;
    position: relative;
    left: -40px;
    background-color: #003764;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    color: #FFF;
}
img.nav-logo{
    z-index: 2;
    position: relative;
    float: left;
    margin-left: 12px;
}
.nav-bar li{
    display: inline-block;
    padding: 0 20px 0 20px;
    font-size: 14px;
}
a.nav-link{
    color: #FFF;
    text-decoration: none;
}
a.nav-link:hover{
    color: #ECAA00;
}
#nav.home:after{
  content: "";
  display: table;
  clear: both;
}
/*------------------------------------------

Articles

-----------------------------------------*/
.article{
    width:800px;
    padding: 20px 40px 20px 40px;
    margin: 0 auto;
}
.article h2{
    margin-bottom: 10px;
}
.article p{
    line-height: 1.25;
}
.article a{
    color:#003764;
    font-weight: bold;
    letter-spacing: 1;
}
/* Search Page */
#frame-wrapper{
    width: 100%;
    height: 100%;
    display: inline;
    background-color: #fbdf9b;
}
#page-frame{
    width: 100%;
    height: 100%;
    min-height: 900px;
    overflow: visible;
}

/* Contact Page */
#hours{
    width: 35%;
    float: left;
    padding-left: 20px;
}
.day{
    margin: 10px 0 10px 0;
}
.day .time{
    float: right;
}
#map{
    width: 60%;
    float: left;
}
/*------------------------------------------

CALL TO ACTIONS

-----------------------------------------*/
#C2A{
    background: url('../img/c2a-bg.jpg') bottom repeat-x;
}
.C2A-column{
    width: 330px;
    min-height: 100px;
    float: left;
    margin: 20px 0 20px 0;
}
div.C2A{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
#C2A h2{
  color: #FFF;   
}
a.C2A{
    display: inline-block;
    padding-top: 8px;
    font-size: 12px;
    color: #ECAA00;
    text-decoration: none;
}
a.C2A:before{
    content: '\25b8';
    padding-right: 5px;
}
a.C2A:hover{
    color: #908f8f;
}
/*------------------------------------------

FOOTER

-----------------------------------------*/
#footer{
    width: 100%;
    position: relative;
}
#footer-bar{
    width: 100%;
    height: 70px;
    display: inline-block;
    position: relative;
    background-color: #ECAA00;
    text-align: center;
}
.footer-bar-column{
    height: 100%;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 15px;
}   
h3.footer-bar, a.footer-bar{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0px 0px 12px #9f3100;
}
a.footer-bar{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    text-decoration: none;
    color: #FFF;
}
a.footer-bar:after{
    content: '\25b8';
}
a.footer-bar:hover{
    color:#003764;
    text-shadow: none;
}
img.footer-bar{
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    margin:2px 0 0 2px;
}
#footer-content{
    width: 100%;
    height: 200px;
    position: relative;
    background: url('../img/footer-bg.jpg') bottom repeat-x;       
}
#footer-content .wrapper{
    height: 200px;
}
.footer-right{
    height: 115px;
    padding: 10px;
    background: rgb(84, 86, 91); /* Fall-back for browsers that don't support rgba */
    background: rgba(84, 86, 91, .8);
}
.footer-column{
    display: inline-block;
    height: 100px;
    vertical-align: top;
    padding: 0 10px 0 10px;
}
.left-bottom{
    position: absolute;
    bottom: 25px;
    left: 10px;
}
.right-top{
    position: absolute;
    top:10px;
    right:10px;  
}
.right-bottom{
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.footer-logo{
    display:block;
}
p.footer{
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #FFF;
    vertical-align: bottom;
}
a.footer{
    color: #FFF;
}
a.footer:visited{
    color: #003769;
}
a.footer:hover{
    color: #ECAA00;
}
form{
    width: 200px;
}
form:after{
  content: "";
  display: table;
  clear: both;
}
label,input{
    float: left;
    margin: 3px 0 3px 0;
}
label{
    width: 25%;
    font-size: 12px;
    color: #FFF;
}
.txt-input{
    width: 70%;
}
.checkbox{
}
form p{
    width: 85%;
    float: left;
   font-size: 12px;
   color: #FFF;
    padding-left: 8px;
    margin-top: 3px;
}
.submit{
    float: right;
    border:		1px solid #a27500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	background: rgb(234,206,133); /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhY2U4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2FhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(234,206,133,1) 0%, rgba(236,170,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,206,133,1)), color-stop(100%,rgba(236,170,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(234,206,133,1) 0%,rgba(236,170,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(234,206,133,1) 0%,rgba(236,170,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(234,206,133,1) 0%,rgba(236,170,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(234,206,133,1) 0%,rgba(236,170,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eace85', endColorstr='#ecaa00',GradientType=0 ); /* IE6-8 */
    color: #FFF;
}
.submit:hover{
    cursor: pointer;
     background: rgb(236,170,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWNlODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(236,170,0,1) 0%, rgba(234,206,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,170,0,1)), color-stop(100%,rgba(234,206,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(236,170,0,1) 0%,rgba(234,206,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(236,170,0,1) 0%,rgba(234,206,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(236,170,0,1) 0%,rgba(234,206,133,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,170,0,1) 0%,rgba(234,206,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecaa00', endColorstr='#eace85',GradientType=0 ); /* IE6-8 */   
    
}