/* Stylesheet: CarFarm CSS Modified On 2014-06-27 09:45:07 */
html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


body {
background-color: #fff;
display: block;
width: 100%;
}

h1 {
font-family: 'Oswald', sans-serif;
font-size: 24px;
color: #555555;
text-transform: uppercase;
margin-top: 0px;
}

h2 {
font-family: 'Oswald', sans-serif;
font-size: 20px;
color: #525354;
font-weight: bold;
}

h3 {
font-size: 16px;
color: #444444;
}

h4 {
font-size: 14px;
color: #444444;
}

h5 {
font-size: 12px;
color: #444444;
}

h6 {
font-size: 12px;
color: #444444;
font-weight: bold;
}

p {
font-size: 14px;
color: #444444;
}

#canvas {
padding: 0px;
}

.container {
width: 980px;
padding: 0px;
}

#header {
padding: 0px;
position: relative;
margin-bottom: 110px;
}

#topHeader {
padding-top: 35px;
background: url("/images/topheader.jpg");
background-position: top center;
height: 110px;
}

#bottomHeader {
border: 1px solid #000;
background: url("/images/navbg.gif");
height: 75px;
}

#contentHeader {
width: 980px;
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: -110px;
}

.stockTop {
clear: both;
padding-top: 20px;
}

#logo {
background-image: url("/images/logo.png");
width: 254px;
height: 116px;
z-index: 999;
float: left;
position:relative;
}

#menu {
float: left;
width: auto;
margin-top:35px;
height: 75px;
background: url("/images/navbg.gif");
border-top: 1px solid #000;
}

#callUs {
margin-top: 35px;
float: left;
width: 250px;
}

#callUs img {
padding-left: 20px;
padding-top: 20px;
padding-right: 5px;
float: left;
}

#callUs p {
padding-top: 17px;
float: left;
color: #fff;
font-size: 14px;
}

#callUs h3 {
margin-top: -22px;
float: left;
color: #2dbfe5;
font-size: 24px;
}

#nav {
height: 75px;
list-style-type: none;
font:normal 12px Arial;
}

.navItem {
height: 75px;
}

.navItemLink {
font-family: "Tahoma", "Geneva", sans-serif;
text-transform: uppercase;
font-size: 14px;
height: 73px;
background: url(/images/divider.gif) no-repeat right ;
padding: 25px 27px 11px 25px;
}

.navItemLink:hover {
background: url(/images/hoverbg.gif) repeat-x bottom;
color: #2dbfe5;
text-decoration: none;
}

#content {
min-height: 200px;
padding: 0px;
margin-top: 50px;
margin-bottom: 80px;
}

#content:after {
content: "";
clear: both;
display: block;
}

#contentLeft {
width: 600px;
float: left;
}

#homeWidgets {
width: 912px;
margin-left: auto;
margin-right: auto;
}

.widget {
display: block;
margin: 5px;
height: 193px;
width: 294px;
padding: 20px;
float:right;
border-radius: 20px;
margin-bottom: 50px;
}

.widget h1 {
margin-top: 0px;
margin-bottom: 8px;
}

.widget p {
float: left;
margin-bottom: 0px;
line-height: 1.5em;
}

#contactWidget {
border: 1px solid #bcbcbc;
background: url(/images/widget_light.gif) repeat-x;
}

#contactWidget img {
float:right;
padding-top: 20px;
}

#carfarmWidget {
border: 1px solid #bcbcbc;
background: url(/images/widget_light.gif) repeat-x;
}

#financeWidget {
border: 1px solid #404040;
background-color: #484848;
}

#financeWidget h1 {
color: #2dbfe5;
}

#financeWidget p {
margin-right: 100%;
color: #fff;
width: 100px;
}

#financeWidget img {
float:right;
margin-top: -174px;
}

.button {
margin-top: 5px;
border-radius: 5px;
padding: 5px;
float: left;
width: 87px;
height: 32px;
background-color: #2dbfe5;
}

#sliderContainer {
height: 395px;
width: 980px;
margin: 0 auto;
}

#slider {
width: 1429px;
height: 395px;
margin: 0 -224px;
}

.nivoSlider {
position: absolute !important;
}

#footer {
background: url(/images/footerbg.jpg) top center;
}

.footer_links {
width: 980px;
padding: 0px;
text-align: left;
}

.left {
float: left;
}

.mapRight {
float: right;
}

.btn-primary {
background-color: #2dbfe5;
border-color: #2dbfe5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
background-color: #72cce4;
border-color: #72cce4;
}