/*************************************
        Home Page
*************************************/


#homeContainer, #homeHeaderContainer
	{
	    width: 955px;
	    margin: 0 auto;    
	    text-align:left;
	    color: #fff;
	    font-family: Arial, Verdana, Sans-Serif;
	}


#homeMainNav
{
   position: relative;
   top: -32px;
   left:400px;
   z-index: 80;
   width: 600px;
}
	
	
#homeContainer img
{
    border: none;
}

#homeHeader
{ 
  width: 100%;
  height: 123px;      
  color: white;        
}

#homeStage
{
    background: url(../images/home-stage-bg-gradient.jpg) repeat-x #641612;
    height: 239px;  
    margin-bottom:5px;  
}
    
    #homeCommunity{height:440px;}

    #homeFooter
    {
        height: 50px; 
        clear:both; 
        text-align: right;   
        padding-top: 4px;
            
    }
    
    #homeFooter li
    {
        display: inline;
        font-size: 12px;
    }
    #footerLang{padding-top:4px;}
    #footerLang li a:link{padding-left:0;}
    #homeFooter a:link, #homeFooter a:visited{text-decoration: none;}  
    
    
    #footerNav{width:955px;}
    
    #footerDisclaimer{
        color: #C9C9C9;
        text-align: center;
        margin-top: 30px;
        font-size: 11px;
        padding: 10px;
        font-family: Arial, Verdana, Sans-Serif;
    }
    
    
    #homeCommnuityLeft
    {
        float: left;
        width: 322px;
        height: 400px;  
        margin: 0;
    }
    
    #homeCommnuityRight
    {
        float: Left;
        width:633px;
        height: 400px;
        margin-top: 3px;
    }
    
    #homeTournament
    {
        height: 135px;   
    }
    
    
    
    /************
     Home Stage
    *************/
    /*** Home Intro ***/
	    #homeIntro{background: url(../images/home-intro-bg-3.jpg) no-repeat;}
		#homeIntro #introP{width: 200px;font-weight:bold;font-size: 9px;margin: 5px 0 0 10px;line-height: 10px;}

		#homeIntro h1 
		{
		    margin-top: 6px;
		    margin-left:10px;
		    padding: 0px 150px 90px 0; 
		    background: url(../images/home-title-intro3.png) no-repeat;
		    text-decoration: none;
		    border: none;
		 }

		#introPlayButton{float: right;margin: -10px 5px 0 0;}
		#introPlayButton a:link,#introPlayButton a:visited 
		{
		    width:120px; 
		    height:55px; 
		    background-repeat:no-repeat;
		    background-image: url(../images/home-btn-playnow2.png);
		    background-position: 0px -54px;
		    display: block;
		 }
		
		#introPlayButton a:hover
		{
		    background-position: 0px 0px;
		}
		
		#homeVideo{background: none}
		#homeCars{background: url(../images/home-cars-bg.jpg) no-repeat;}
		
		#homeStageIntro
	    {
	        width: 545px;
	        height: 197px;
	        /*padding: 7px 0 0 10px;*/
	        background: url(../images/home-stage-intro.png) no-repeat;
	        color: #ffffff;
	        font-family: Arial, Verdana, Sans-Serif;
	        text-align: left;
	        float: left;
	        margin: 0 0 0 15px;
    	}
    	
    	#homeStageIntro a:link, #homeStageIntro a:visited
	    {
	        text-decoration: none;
	    }
    	
    	#stageSliderControl {position: relative; top: 4px; left: 61px;}    	
    	#stageSliderControl li{display: inline;}
    	#stageSliderControl li:hover{cursor: pointer;}
	
        #btnIntro a:link, #btnIntro a:visited
        {
            background-repeat: no-repeat;
            background-image: url(../images/home-btn-intro-intro.gif);
            background-position:  0 0px;
            padding: 1px 53px;
            font-size: 16px;
            text-decoration: none;
        }
    	
         #btnIntro a:hover
        {
            background-position:  0 -21px;
        }
    	
    	#btnIntro a:active
        {
            background-position:  0 0px;
        }
    	
    	
        #btnVideo a:link,#btnVideo a:visited
        {
            background-repeat: no-repeat;
            background-image: url(../images/home-btn-intro-video.gif);
            background-position:  0 0px;
            padding: 1px 50px;
            font-size: 16px;
        }
    	
         #btnVideo a:hover
        {
           background-position:  0 -21px;
        }
          #btnVideo a:active
        {
           background-position:  0 0px;
        }
    	  	
    	#btnCars a:link,#btnCars a:visited
        {
            background-repeat: no-repeat;
            background-image: url(../images/home-btn-intro-cars.gif);
            background-position:  0 0px;
            font-size: 16px;
            padding: 1px 52px;
        }
    	
         #btnCars a:hover
        {
           background-position:  0 -21px;
        }
    /*	
    	#btnCars a:active
        {
           background-position:  0 0px;
        }
    	*/
        #homeStageIntro #stageSliderControl .homeStageSelected a:link{ background-position:  0 -22px;}
    
    
	
	/**************
	 Leaderboards
	**************/
	#homeLeaderboards
	{
	   height: 150px;
	   overflow: visible; 
	   padding-left:1px;
	   width: 100%;
	}
	
    .homeLeaderboardList a:link, .homeLeaderboardList  a:visited
	{
        text-decoration: none;
        color: #d3d3d3;
	}

     .homeLeaderboardList table
     {
        margin-top: 4px;
        margin-right: 0px;
        color: #d3d3d3;
        line-height: 14px;
     }
    
     .homeLeaderboardList tr{padding-bottom: 0px;}
     .homeLeaderboardList td 
     {
         width:100%;
         padding-right: 20px;
      }
     
     .alignRight{text-align: right;}
     
     .homeLeaderboardList a:hover
     {
        color: red;
     }
	
	.homeLeaderboardList
	{
	    width: 183px;
	    float: left;
	    height: 213px;    
	    background: url(../images/home-leaderboard-bg.jpg) no-repeat;
	    font-size: 11px;
	    font-family: Arial, Verdana, Serif; 
	    padding: 8px 10px 5px 12px;
	    margin-right: 0px;
	    margin-left: 0px;
	}
	
	.homeLeaderBoardAdjust{margin-left:8px;margin-top:-1px;}
	
	/* Title Links */
	/*
	.homeLeaderboardList h3 {background: url(../images/home-separator.png) no-repeat bottom left; width: 182px; padding: 2px 0 8px 0;margin-bottom: 12px;}
	.homeLeaderboardList h3 a:link, .homeLeaderboardList h3 a:visited{height:10px; background-repeat: no-repeat; font-size: 8px;text-decoration: none;}
	
	#titleSC a:link, #titleSC a:visited{background-image: url(../images/home-title-sc-all.png);background-position: 0px 0px;padding: 0px 116px 0px 0; }
	#titleSC a:hover{background-position: 0px -11px;}
	
    #titleBallers a:link, #titleBallers a:visited{background-image: url(../images/home-title-ballers-all.png); background-position: 0px 0px;padding: 0px 139px 0px 0; }
	#titleBallers a:hover{background-position: 0px -11px;}
	
	#titleFastest a:link, #titleFastest a:visited{background-image: url(../images/home-title-fastest-all.png); background-position: 0px 0px; padding: 0px 132px 0px 0;}
	#titleFastest a:hover{background-position: 0px -11px;}
	*/
	.homeLeaderboardList h3 {background: url(../images/home-separator.png) no-repeat bottom left; width: 182px; padding: 2px 0 8px 0;margin-bottom: 12px;}
	.homeLeaderboardList h3 a:link, .homeLeaderboardList h3 a:visited{height:10px; display: block; width: 182px;background-repeat: no-repeat; font-size: 8px;text-decoration: none;}
	
	#titleSC a:link, #titleSC a:visited{background-image: url(../images/home-title-sc-all.png);background-position: 0px 0px;}
	#titleSC a:hover{background-position: 0px -11px;}
	
    #titleBallers a:link, #titleBallers a:visited{background-image: url(../images/home-title-ballers-all.png); background-position: 0px 0px;}
	#titleBallers a:hover{background-position: 0px -11px;}
	
	#titleFastest a:link, #titleFastest a:visited{background-image: url(../images/home-title-fastest-all.png); background-position: 0px 0px;}
	#titleFastest a:hover{background-position: 0px -11px;}
	
	
/*****************************
        1320 Featured Racer Home
******************************/
/*	
	#homeStageIntro
	{
	    float: left;
	    width: 545px;
	    height: 197px;
	    background: url(../images/home-stage-intro.png) no-repeat;
	    margin: 0 0 0 15px;
	}
*/
	#homeFeaturedRacer
	{
	    float: left;
	    width: 378px;
	    height: 197px;
	    background: url(../images/home-stage-fr-bg.png) no-repeat;
	    /*background: url(../images/home-stage-fr-rx.jpg) no-repeat;*/
	    margin: 0 13px 0 0px;
	    position: relative;
	    font-size: 12px;
	}
	


    #homeFeaturedRacer p
	{
	    font-size: 13px;
	    font-family: Arial, Verdana, Sans-Serif;
	    width: 265px;
	    position: relative;
	    color: #cbcbcb;
	    line-height: 15px;
	    margin: 8px 0 0px 25px;
	}
	
	#homeFRinfo{
	    margin-left: 25px;
	    padding-top: 1px;
	}

    #imgRacerCntr{
        border: 1px solid #ffffff; 
        margin-bottom:6px;
    
    } 
    
    #imgRacerCntr,#imgRacer{
        width: 69px;
        height: 57px;
    }


    #rsStageLink
	{
	    position: absolute;
	    z-index: 60;
	    left:120px;
	    top: 0px;
	}

    #homeFeaturedRacer a:link, #homeShop a:visited
	{
	    color:  #cbcbcb; 
	    text-decoration: underline;
	}
	
	#homeFeaturedRacer a:hover
	{
	    color: #de0b00;
	}

    #homeFeaturedRacer h3{font-size: 12px; font-weight: normal; margin-bottom:3px;}
	#homeFeaturedRacer h2 {margin-top: 20px;margin-left:25px;background: none;padding-left:0;}
	#homeFeaturedRacer h2 a:link, #homeFeaturedRacer h2 a:visited{background-repeat: no-repeat; font-size: 18px;   text-decoration: none;}
	
	#titleFeaturedRacer a:link, #titleFeaturedRacer a:visited{background-image: url(../images/home-title-fr.gif);width: 161px; height:38px;display:block;}
	
	#titleRepresent a:link, #titleRepresent a:visited{background-image: url(../images/home-represent.gif);cursor: default;}

	#homeHeaderInside
	{
	    width: 100%;
	    height: 100%;
	}
	
	#homeHeaderRight
	{
	   
	    background: green;
	    z-index: 80;
	    position: relative;
	}	
    
    #homePointsIcon
    {
        background: url(../images/home-shop-box.gif) no-repeat;
        padding:  7px 7px 6px 7px;
        float: right;
        width:26px;
        margin-bottom:10px;
        margin-right: 30px;
       
    }
    
   #homePointsIcon:hover
    {
        background: url(../images/home-shop-box-over.gif) no-repeat;
        padding:  7px 7px 6px 7px;
        
    }
    
    #homeMembersIcon
    {
        background: url(../images/home-shop-box.gif) no-repeat;
        padding: 7px 7px 1px 7px;
        /* IE padding: 7px 1px 1px 7px;*/
        float: right;
        clear: right;
        width:26px;
         margin-right: 30px;
       
    }
    
   #homeMembersIcon:hover
    {
        background: url(../images/home-shop-box-over.gif) no-repeat;
        padding: 7px 7px 1px 7px;
        /* IE padding: 7px 1px 1px 7px;*/
    }



/****************************
        Represent
*****************************/

.cntrRepresent
{
    width: 160px;
    height: 80px;
    float:left;
    margin-left: 20px;  
    text-align:center;  
    margin-top: 13px;
}

#homeShop .cntrRepresent p
{
    width: 160px;
    font-size: 10px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    line-height: 12px;
}

#homeShop .cntrRepresent img
{
    border: 1px solid #929292;
}

/*****************************
          Home News
******************************/    	
	#homeNews
	{
	    width: 285px;
	    height: 282px;
	    background: url(../images/home-news-bg.jpg) no-repeat black;    
	    padding: 10px 15px 10px 15px;
	}
	
	#homeNews li
	{
	   margin-bottom: 20px;
	}
	
	.homeNews_twitterText
	{
	   font-weight: bold;
	   font-size: 13px;
	   margin-bottom: 20px;
	}
	
	#homeNews a:link, #homeNews a:visited
	{
	   color: #ececec;
	   font-size: 12px;
	   text-decoration: none;
	   font-family: Arial, Verdana, Sans-Serif;
	
	}
	#homeNews a:hover
	{
	    color: red;
	}

	#homeNews h4 {background: url(../images/home-separator.png) no-repeat bottom left; width: 280px; padding-top: 4px; padding-bottom: 7px; margin-bottom: 14px;}
	#homeNews h4 a:link, #homeNews h4 a:visited{padding: 0px 255px 0 0; background-repeat: no-repeat; font-size: 9px;height: 11px;}
	
	#titleNews a:link, #titleNews a:visited{background-image: url(../images/home-title-news-all.png);background-position: 0 0;}
	#titleNews a:hover{background-position: 0 -11px;}
	
	.homeNewsDate{font-size: 11px;padding-top: 1px; display: block;}

/*****************************
      Home RacerSpotlight
******************************/

	#homeRacerSpot
	{
	    height: 203px;
	    /*background: url(../images/home-rs-bg.png) no-repeat;*/
	    /*background: url(../images/home-promo-bg.png) no-repeat;*/
	    /*background: url(../images/home-rp-rumble.jpg) no-repeat;*/
	   /* background: url(../images/Cie_NOSWinner_homepage.jpg) no-repeat 0px 7px;*/
	    overflow: visible;
	    margin-bottom: 5px;
	    width: 636px;
	    line-height: 14px;
	    position: relative;
	    
	}
	#titleIntro{text-decoration: none;}
	
	#rpHomeBtns{
	    position: absolute;
	    top: 135px;
	    left: 30px;
	}
    
    #homeRSCar
	{
	
	    position: absolute;
	    z-index: 60;
	    left:243px;
	    top: 0px;
	}
	
	#homeRPCar
	{
	    position: absolute;
	    z-index: 60;
	    left:261px;
	    top: 11px;
	}

    /* Nos Tournament 
    
    #homeRSCar
	{
	
	    position: relative;
	    z-index: 60;
	    left:250px;
	    top: -150px;
	}
	
	#homeNosTournamentLink{
	    display: block;
	    width: 610px;
	    height: 195px;
	}
	/*
	#titleNOS a:link, #titleNOS a:visited
	{
	    width: 80px;
	    height:90px;
	    display: block;
	}
	
    #NOSschedule
	{
	   margin-top: -5px;
	   margin-left: 8px;
    }
    
	#NOStournament
	{
	    background: url(../images/nos-info-tournament.gif) no-repeat;
	    width:219px;
	    height:49px;

	}
	
	#NOSqualification
	{
	    background: url(../images/nos-info-tournament.gif) no-repeat;
	    width:219px;
	    
	}
	
	/* End Nos Tournament*/
	
	
	#homeRSCar img
	{
		width: 369px;
	    height: 206px;
	}
	
	#homeRPCar img
	{
		width:371px;
	    height:200px;
	}
	
	#homeRSMore, #homeRSMore:visited{color: White; font-weight: bold; padding-left: 3px;text-decoration:none;}
	#homeRSMore:hover{color: red; font-weight: bold;}
	
	#homeRSText{float: left;}
	
	#homeRSAvatar{position: relative; top: 30px; left: 25px;}
	
	#homeRacerSpot h3 {position: relative; top: 25px; left: 25px;}
	#homeRacerSpot h3 a:link, #homeRacerSpot h3 a:visited{padding: 0px 155px 0 0; background-repeat: no-repeat; font-size: 16px;  text-decoration: none;}
	
	#titleRS a:link, #titleRS a:visited{background-image: url(../images/home-title-rs.png);}
	#titleRS a:hover{background-image: url(../images/home-title-rs-over.png);}
		
	#homeRacerSpot p{position: relative; top: 35px; left: 25px;font-size: 12px; width: 233px;color: #ffffff;font-size: 12px; font-family: Arial,Verdana,Sans-serif;}	
	
	#homeDownloadText
	{
	    width: 100%;
	    height: 24px;
	    background: url(../images/home-cluster-bar.png) no-repeat 17px 0;   
	    font-size: 13px;  
	    margin-bottom: 2px;
	}
	
	#homeDownloadText a:link, #homeDownloadText a:visited
	{
	    color: White;
	    font-family: Verdana, Arial, Sans-Serif;
	    display: block;
	    text-decoration: none;
	    padding-top: 3px;
	    width: 200px;
	    left:95px;
	    top:-26px;
	    z-index: 50;
	    position: relative;
	}
    
    #homeDownloadText a:hover
	{
	    color: #ff0000;
	}	

    #homeLogo
    {
        float: left;
        position: relative;
        z-index: 10;
        top: 0px;
        left: -100px;   
        background:url(../images/home-logo.png) no-repeat;
        display: block;
        width: 635px;
        height: 118px;
    }
    
     #homeRegisteredUsers
    {
        position: relative;
        top:-29px;
        left:88px;
        z-index: 40;
        width: 216px;
        height: 25px;
    }
    
    #homePlayButton
	{  
	    position: relative;
	    top:65px;
	    left: 5px;
	    z-index: 60;
	    width: 93px;
	 
	}
	
	
    #homePlayButton a:link,#homePlayButton a:visited
	{
	    background-repeat: no-repeat;
	    background-image: url(../images/homePlayButton-all.png);
	    background-position:  0 -184px;
	    width: 92px;
	    height: 92px; 
	    display: block;
	    text-decoration: none;
	}
	
	 #homePlayButton a:hover
	{
	   background-position:  0 -92px;
	}
	
	 #homePlayButton a:active
	{
	   background-position:  0 0px;
	}
	
	
	
   
/*************************************
        MooTools Slider CSS
*************************************/

.panel{
    float: left;
    width: 521px;
    height: 161px;
}

#stageSliderInner{
  /* width: 1563px;*/
  width: 2084px;
   height: 161px;  
}

#stageSlider{
    width: 521px;
    height: 161px;
    margin: 7px 0 0 10px;
    overflow: hidden;
}        

.stageLoader img
{
    margin: 68px 0 0 201px;
}		

#noJS
{
    font: 13px Arial, Verdana, sans-serif;
    margin-top: 50px;
    text-align: center;
}
#noJS a:link,#noJS a:visited
{
    color: #ff0000;
    text-decoration: underline;
}
#noJS a:hover{color: #ffffff;}

/**************
  Home Car List
***************/

.homeCarList
{
    float: left;
    width: 150px;
    margin: 55px 0 0 17px;
}

.homeCarListPlacer{margin-left: 35px;}

/*.homeCarList a:link, .homeCarList a:visited*/
.homeCarList li
{
    color: #fff;
    text-decoration: none;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13px;
}

.homeCarList a:hover
{
    color: #d41717;
}
   
.homeCarList li{padding-bottom: 7px;}
/*
ul.col1 {position: relative; top: 55px;left: 33px;}
ul.col2 {position: relative; top:-20px;left: 240px;}
ul.col3 {position: relative; top: -97px;left: 400px;}
*/


/*************
    homeLogin
**************/
#homelogin
{
   position: relative;
   top: -120px;
   left:840px;
   z-index: 90;
   font-family: Arial, Verdana, Sans-Serif;
   padding-left: 10px;
}



/***********************
    Home Promotion
************************/

#homeCarSwitchLinks{
    font-size: 12px;
    margin-top: 10px;
}

#homeCarSwitchLinks li{
   display: inline;
   margin: 0 9px 0 0;
}

#homeCarSwitchLinks a{
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

#homeRSText #homeCarSwitchLinks .promoSelected  a{
    color: #CD0000;
    text-decoration: none;
}


#homePromoText{
    position: relative; 
    top: 50px; 
    left: 25px;
    font-size: 12px;
}

#homeRPText{
    position: relative; 
    top: 100px; 
    left: 25px;
    font-size: 11px;
    width: 230px;
    line-height: 12px;
}

#homeRPTextLink a
{
	color: #FFFFFF;
    position: relative; 
    top: 110px; 
    left: 25px;
    font-size: 12px;
    width: 230px;
    line-height: 12px;
    text-decoration: none;
    font-weight: bold;
}

#homeRPTextLink a:hover
{
	color: #CD0000;
}

#promoLoading{
     background: url(../images/homepromo/loading.gif) no-repeat;
     background-position: 155px 67px;
     width:369px;
     height:206px;
     position: absolute;
     z-index: 60;
     left:243px;
     top: 0px;
}

#titlePromo{
    background: url(../images/home-title-promo.gif) no-repeat; 
    width: 206px;
    height: 45px; 
}


/* Royal Purple */


#rpAvailable{
    color: Red;
    position: relative; 
    top: 97px; 
    left: 120px;
    font-size: 14px;
    width: 140px;
    font-weight: bold;
}