/*# hero #*/

.hero {
    position: relative;
    border-radius: inherit;
    overflow:hidden;
    height:  418px;
    background: #fff;
    margin-bottom: 15px;
}

.hero .cycle-slideshow, .hero .cycle-slideshow a, .hero img {
    display:block;
    border-radius: inherit;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.hero .cycle-pager {
    position: absolute;
    right: 0;
    bottom: 127px;
    z-index: 300;
    margin: 5px;
}

.hero .cycle-pager span {
    font: 0/0 a;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.3);
    float: left;
    margin: 1px;
    border-radius: 10px;
    padding: 4px;
}

.hero .cycle-pager span:hover {
    background-color: #333;
    /*color4*/
}

.hero .cycle-pager span.cycle-pager-active {
    background-color: #b20000;
    /*color3*/
}

/*# quick links #*/

.quick-links {border-radius: 10px;}

.tabs {
    height: 40px;
    clear: both;
    display: block;
    background: #555454; /* Old browsers */
    background: -moz-linear-gradient(top,  #555454 0%, #313030 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555454), color-stop(100%,#313030)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #555454 0%,#313030 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #555454 0%,#313030 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #555454 0%,#313030 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #555454 0%,#313030 100%); /* W3C */
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tabs .heading, .tabs a {
    margin: 0;
    float: left;
    text-align: center;
    color: #eee;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
    font-size: 14px;
    padding: 0 23px;
    border-radius: inherit;
}

.tabs .heading {
    padding-right: 18px;
    border-bottom-right-radius: 0;
    color: #b20000;
    text-shadow: 2px 2px 2px #000;
    font-size: 16px;
    font-style: italic;
    background: #a0a0a0; /* Old browsers */
    background: -moz-linear-gradient(top,  #a0a0a0 0%, #585858 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#585858)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a0a0a0 0%,#585858 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a0a0a0 0%,#585858 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a0a0a0 0%,#585858 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a0a0a0 0%,#585858 100%); /* W3C */
}

.tabs ul, .tabs li {
    padding: 0;
    margin: 0;
    float: left;
    background: #555454; /* Old browsers */
    background: -moz-linear-gradient(top,  #555454 0%, #313030 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555454), color-stop(100%,#313030)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #555454 0%,#313030 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #555454 0%,#313030 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #555454 0%,#313030 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #555454 0%,#313030 100%); /* W3C */
}

.tabs ul {
    float: right;
}

.tabs li:last-child {
    border-bottom-right-radius: inherit;
}

.tabs a:hover {
    background-color: #b20000;
    color: #fff;
}

.tabs a.selected {
    background-color: #b20000;
    color: #fff;
}

.panels {   position: absolute;top: 0;bottom: 40px;right: 0;left: 0;}

/*# small CTAs #*/

.small-ctas a {
    background: url(images/small-ctas.png) 0 0;
    display: block;
    float: left;
    width: 215px;
    height: 66px;
    margin: 0 33px 15px 0;
    text-indent: -9999px;
}

.small-ctas .one a {
    background-position: 0 0;
}
.small-ctas .one a:hover {
    background-position: 0 -82px;
}

.small-ctas .two a {
    background-position: -248px 0;
}
.small-ctas .two a:hover {
    background-position: -248px -82px;
}

.small-ctas .three a {
    background-position: -498px 0;
}
.small-ctas .three a:hover {
    background-position: -498px -82px;
}

.small-ctas .four a {
    background-position: -745px 0;
    margin-right: 0;
}
.small-ctas .four a:hover {
    background-position: -745px -82px;
    margin-right: 0;
}



/* @group specials */

.specials-rotator .rotator, .specials-rotator .trim, .specials-rotator .label {
    display: none;
}

.specials-rotator {
    overflow: hidden;
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
    float: left;
    width: 50%;
}

.specials-rotator .cycle-prev, .specials-rotator .cycle-next {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    color: #fff;
    background: #ddd;
    background: rgba(0,0,0,.1);
    cursor: pointer;
    line-height: 24px;
    padding: 0 7px;
    height: 34px;
    width: 34px;
    overflow: hidden;
    font-size: 36px;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    *behavior: url(/dealersites/scripts/boxsizing.htc);

}

.specials-rotator .cycle-prev:hover, .specials-rotator .cycle-next:hover {
    background-color: #06C;
    background-color: rgba(0,0,0,.2);
}

.specials-rotator .cycle-prev {
    left: 0;
    border-bottom-left-radius: 0;
    text-align: left;
}

.specials-rotator .cycle-next {
    right: 0;
    border-bottom-right-radius: 0;
    text-align: right;
}

.specials-rotator .cycle-carousel-wrap {
    bottom:0;
}

.specials-rotator .heading {
    margin: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.specials-rotator .cycle-slide {
    *zoom: 1;
    *display: inline !important;
    overflow: hidden;
    padding: 40px 0 15px 15px;
}

.specials-rotator .cycle-slide a {
    width: 140px;
    height: 160px;
    position: relative;
    overflow: hidden;
    float:left;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
    background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
    background-image: -o-linear-gradient(top, #ffffff, #cccccc);
    background-image: linear-gradient(to bottom, #ffffff, #cccccc);
    border: #999 solid 1px;
    border-color: #666 rgba(0, 0, 0, .2);
    border-top-width: 3px;
    line-height: 12px;
    font-size: 10px;
    font-weight: bold;
}

.specials-rotator .vehiclephoto {
    width: 94% !important;
    *width: 90% !important;
    border: 3px solid #FFFFFF !important;
    margin: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    display: inline-block;
    /*display:block;*/
}

.specials-rotator .price {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    background-color: #b20000;
    /*color3*/
    font-weight: bold;
    margin: 4px;
}

.specials-rotator a:hover .price {
    background-color: #333;
    /*color4*/
}


/*# large CTAs #*/


.large-ctas .heading {
    margin: 0;
    position: absolute;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: inset 0 25px 2px rgba(255,255,255,.1);
}

.large-ctas a {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;

    background: url(images/promos.jpg) 0 100% no-repeat;
    background-color: #333;
    /*color1*/
}

.large-ctas a:hover {
    background-color: #b20000;
    /*color2*/
}

.large-ctas .middle a {
    background-position: -306px 100%;
}

.large-ctas .right a {
    background-position: right 100%;
}

.large-ctas .btn {
    text-indent: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
    color: #fff;
    position: absolute;
}

.col-1-3.homepage {padding: 0 15px 15px 15px;}
.left.col-1-3.homepage {padding-left: 0;}
.right.col-1-3.homepage {padding-right: 0;}


/*# testimonials #*/

.testimonials.box {
    position:relative;
}

.testimonials.box:before, .testimonials.box:after {
    font-size: 430px;
    font-family: Georgia;
    z-index: 0;
    position: absolute;
    color: rgba(255,255,255,.1);
    line-height: 0;
}

.testimonials.box:before {
    content: '\201C';
    left: -20px;
    top: 180px;
}

.testimonials.box:after {
    content: '\201D';
    right: -20px;
    bottom: -70px;
}

.home .testimonialPane {
    position: absolute;
    margin: 0 15px;
    top: 30px;
    left: 0;
    color: #fff
;
    right: 0;
}

.home .testimonialtext {
    display: block;
}

.home .customername, .home .testimonialmakemodelyear {
    display: block;
    font-style: italic;
}


/* @end */


/* @end */



/*# welcome box #*/

.seoScroller {
    display: block;
    font-size: 10px;
    margin: 0;
    clear: both;
    padding: 15px 15px 30px 15px;
    background-color: #444;
    box-shadow: inset 0 1px 22px rgba(0,0,0,.8);
}
.seoScroller h1,
.seoScroller h2 {
    margin-bottom: 5px;
}
.seoScroller h2 {
    color: #fff;
}
.seoScroller p {
    color: #ccc;
}
.seoScroller ul {
    margin-bottom: 10px;
    color: #ccc;
}
.seoScroller ol {
    color: #ccc;
}
.seoScroller a {
    color: #ab2215;
    text-decoration: none;
}
.seoScroller a:hover {
    color: #fff;
}
.seoScroller .close {
    height: 90px;
    overflow: hidden;
}
.seoScroller .customcontent { height:100%; overflow:hidden;}
.seoScroller .more {
    float: right;
    margin: 10px 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.seoScroller .more {
    color: #fff;
}
.seoScroller .more:hover {
    color: #ab2215;
}


/* @end */
