﻿/*:: Homepage
------------------------------------- */
    #homeNav{width:280px; background:url(images/bg-homeNav.png) repeat-y top left; padding:10px; position:absolute; top:0; left:0; z-index:10;}
    /* - Home Navigation - */
        #homeNav #homeNavNest{height:400px; background:#fff; padding:7px; position:relative;}
        #homeNavNest a.btn{border:1px solid #6984ab; display:block; height:33px; color:#fff; text-decoration:none; text-align:center; text-transform:uppercase; font-size:18px; font-weight:bold;}
        #homeNavNest a.btn strong{display:block; border:1px solid #fff; height:31px; background:url(images/bg-btn.gif) repeat-x top left; line-height:31px;}
        #homeNavNest a.btn:hover strong{background:#2c3b52;}
        #homeNavNest a.btn:active strong{background:url(images/bg-btn.gif) repeat-x bottom left;}
        #homeAccordion,
        #homeAccordion ul{list-style:none !important;}
        /* - New Trucks - */
            #homeNavNest #newTrucks{list-style:none; margin:1px 0 7px 0;}
            #homeNavNest #newTrucks li{border-bottom:1px dashed #adadad;}
            #homeNavNest #newTrucks li a{display:block; height:34px; line-height:34px; font-weight:normal; text-decoration:none; color:#26364d; padding-left:12px; background:url(images/bg-homeNav.gif) repeat-x top left; font-size:12px;}
            #homeNavNest #newTrucks li a:hover{text-decoration:none;}
            #homeNavNest #newTrucks li.on a{background-position:bottom left;}
        /* - Used Trucks - */
            #homeNavNest #usedTrucks ul{padding-top:3px;}
            #homeNavNest #usedTrucks ul li{border-bottom:1px dashed #a5a5a5;}
            #homeNavNest #usedTrucks ul li a{line-height:28px; display:block; padding-left:7px; color:#26364d; background:url(images/bg-homeNav.gif) repeat-x top left}
            #homeNavNest #usedTrucks ul li a:hover{text-decoration:none; background-position:bottom left;}
            
    /* - Home Slide - */ 
        .homePage{height:434px; position:relative;}
        .homePage .homeSlide{position:absolute; top:0; left:0; width:100%; height:434px; display:none; background:#000;}
        .homePage .homeSlide.on{display:block;}
        .homePage .homeSlide p{text-indent:-1000em;}
        .homePage .homeSlide .details{display:block; height:31px; width:175px; background:url(images/bg-viewDetails.png) no-repeat top left; text-indent:-1000em; position:absolute; bottom:0; right:10px; z-index:10;}
        .homePage .homeSlide .details:hover{background-position:center left;}
        .homePage .homeSlide .details:active{background-position:bottom left;}
        
        #homeUsedTruckBanner{position:absolute; bottom:0; right:9px; width:622px; list-style:none;}
        #homeUsedTruckBanner li{float:left;}
        #homeUsedTruckBanner #usedFord{width:118px;}
        #homeUsedTruckBanner #usedKenworth{width:171px;}
        #homeUsedTruckBanner #usedPeterbilt{width:118px;}
        #homeUsedTruckBanner #usedWesternStar{width:129px;}
        #homeUsedTruckBanner #usedMack{width:86px;}
        #homeUsedTruckBanner li a,
        #homeUsedTruckBanner li a span{display:block; height:82px; width:100%; text-indent:-1000em; cursor:pointer; background-repeat:no-repeat; background-image:url(images/btn-used.gif);}
        #homeUsedTruckBanner li a{position:relative}
        #homeUsedTruckBanner li a span{display:none; position:absolute; top:0; left:0;}
        #homeUsedTruckBanner #usedFord a{background-position:0 0;}
        #homeUsedTruckBanner #usedKenworth a{background-position:-118px 0;}
        #homeUsedTruckBanner #usedPeterbilt a{background-position:-289px 0;}
        #homeUsedTruckBanner #usedWesternStar a{background-position:-407px 0;}
        #homeUsedTruckBanner #usedMack a{background-position:-536px 0;}
        
        #homeUsedTruckBanner #usedFord.highlight a:hover,
        #homeUsedTruckBanner #usedFord a .hover{background-position:0 -82px;}
        #homeUsedTruckBanner #usedKenworth.highlight a:hover,
        #homeUsedTruckBanner #usedKenworth a .hover{background-position:-118px -82px;}
        #homeUsedTruckBanner #usedPeterbilt.highlight a:hover,
        #homeUsedTruckBanner #usedPeterbilt a .hover{background-position:-289px -82px;}
        #homeUsedTruckBanner #usedWesternStar.highlight a:hover,
        #homeUsedTruckBanner #usedWesternStar a .hover{background-position:-407px -82px;}
        #homeUsedTruckBanner #usedMack.highlight a:hover,
        #homeUsedTruckBanner #usedMack a .hover{background-position:-536px -82px;}