/************************************
       Home Page Styles
*************************************/

.headerHome
{
  background: url(../../images/header-home.jpg) no-repeat 4px 0;  
}

#headerHomeFrame
{
    background: transparent url(../../images/header-home-outline.png) no-repeat scroll 0%;
    height: 371px;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 940px;
    z-index: 50;
}

.homeContentSeparator{background: url(../../images/home-v-separator.png) no-repeat 580px 0;}


/* <h3> text replace */
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 13px;
	font-size: 20px;
	height: 22px;
}

h3{
	margin: 35px 0 15px 0;
	font-weight: bold;
}



#homeStage
{
    height: 285px;
    /* 383px total*/
}
 
#homeIntro
{
    position: relative;
    top: 80px;
    left: 78px;
    max-width: 600px;
}

#homeIntro h2 {
	/*visibility: hidden;*/
	letter-spacing: normal;
	width: 340px;
	height: 54px;
	font-weight: bold;
	line-height: 20px;
}


#homeIntro p
{
    width: 355px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
    position: relative;
}


#homeCarLip
{
    position: absolute;
    margin: 0px 0 0 0;
    top: 371px;
    left: 416px;
    width: 438px;
    height: 50px;
    overflow: visible;
    z-index: 60;
    background: url(../../images/header-home-lip.png) no-repeat;
    display: block;
}


#homeMain
{
    float: left;
    width: 580px;
    height: 585px;
    background: url(../../images/home-main-bg.jpg) repeat-x bottom #1e1e1e;
}

#homeSide
{
    float: right;
    width: 350px;
    background: url(../../images/home-side-bg.jpg) repeat-x;
    min-height:580px;
    /*height: 100%;*/
    height:auto !important; 
    height:580px;
}


.homeCars{float:left;}

.homeCars li
{
   display: list-item;
   padding: 4px 0;
   color: #c5c5c5;
   width: 130px;
   
}

.listLeft
{
    border-right: 1px solid #414141;
    margin-right: 25px;
    
}



/* home -> 1320 Shop -> shop buttons
*****************************************/

#shopButtons{margin-top: 15px;}

#shopButtons li
{
    float: left;
    width: 130px;
}

.btnShopAdjust
{margin-top: -1px;margin-left: 30px;}

#btnMembership, #btnMembership:visited,#btnPoints, #btnPoints:visited
{
    background-image: url(../../images/home-btn-membership.gif);
    background-repeat: no-repeat;
    background-position: 0 0;    
    display: block;
    font-size: 12px;
    padding: 12px 0 13px 44px;
    font-weight: bold;
}

#btnMembership:hover, #btnPoints:hover
{
    background-position: 0 -46px;
    color:#ffffff;
}

#btnMembership:active, #btnPoints:active
{
    background-position: 0 -91px;
    color: #000;
}

#btnPoints, #btnPoints:visited
{
    background-image: url(../../images/home-btn-points.gif);
}




.btnDownload, .btnDownload:visited
{
    width: 104px;
    height: 48px;
    display: block;
    margin-top: 15px;
    background-image: url(../../images/btn-download-all.png);
    background-repeat: no-repeat;
    background-position: 0 -95px;
    cursor:pointer;
}

.btnDownload:hover{background-position: 0 -48px;}
.btnDownload:active{background-position: 0 -1px;}