/* HOMEPAGE-Specific Styles */

#home_flash_alt {
    width: 730px;
    height: 455px;
    margin:0px auto;
  }
  
  #home_container {
    width: 730px;
    height: 755px;
    margin:0px 0px 0px -12px;
    padding:0px;
	position:relative;
    z-index:0;
  }
  
    #home_flash {
      width: 730px;
      height: 455px;
      margin:0px;
      padding:0px;
      position:relative;
      z-index:0;
    }
    
    #home_bottom {
      width: 730px;
      height: 170px;
      margin-top:250px;
      padding:0px;
      position:relative;
	  z-index:100;
    }
    
    #home_bottom_left {
      width: 205px;
      height: 170px;
      margin:0px 0px 0px 0px;
      padding:0px;
      position:absolute;
      left:12px;
      /*display:none;*/
    }
    
    #home_bottom_middle {
      width: 130px;
      height: 170px;
      margin:0px 0px 0px 0px;
      padding:0px;
      position:absolute;
      left:229px;
    }
    
      #home_bottom_middle_top {
        width: 130px;
        height: 90px;
        margin:0px 0px 0px 0px;
        padding:0px;
        /*display:none;*/
      }
      
      #home_bottom_middle_bottom {
        width: 130px;
        height: 80px;
        margin:0px;
        padding:0px;
        /*display:none;*/
      }
    
    #home_bottom_right {
      background-image:url(/img/home/home_bottom_right_bg.gif);
      background-repeat:repeat-x;
      width: 345px;
      height: 170px;
      margin:0px 0px 0px 0px;
      padding:0px;
      position:absolute;
      left:371px;
      /*display:none;*/
    }
    
      #home_bottom_right h2 {
        margin:0px;
        padding:2px 0px 0px 5px;
        font-family:arial, helvetica, "sans serif";
        font-size:1.65em;
        font-weight:bold;
        color:#ffffff;
      }
      
      #home_bottom_right p {
        margin:0px;
        padding:11px 25px 0px 5px;
        font-family:arial, helvetica, "sans serif";
        font-size:1em;
        font-weight:normal;
        line-height:1.35em;
        color:#ffffff;
      }
      
      #home_bottom_right p a {
        color:#ffff00;
        text-decoration:none;
      }
      #home_bottom_right p a:hover {
        text-decoration:underline;
      }
      
/* home demo page */
#demo_flash_alt {
    width: 730px;
    height: 455px;
    margin:0px auto;
    z-index: 100;
  }
  
  #demo_header {
  	padding:0px;
  	margin:15px 0px 35px 10px;
  }
  
  #demo_container {
    width:730px;
    height:755px;
    margin:0px 0px 0px 0px;
    padding:0px;
  }
  
    #demo_flash {
      width: 730px;
      height: 455px;
      margin:0px;
      padding:0px;
	  position:relative;
      z-index:1;
    } 

/* home page animation test */



#copy_container {
	width:274px;
	height:233px;
	padding:0px;
	margin:0px;
	margin-top:-212px;
	margin-left:10px;
}

#copy_container #home_header {
	margin:0px;
	padding:0px;
}
#copy_container #home_copy {
	margin:0px;
	padding:0px;
}
#copy_container #home_demo {
	margin:0px;
	padding:0px;
}

.intro_ani {
	width:731px;
	height:250px;
	overflow:hidden;
	
	z-index:15;
}

#background {	
	background-image:url(/img/background.jpg);
	background-repeat:no-repeat;
	width:730px;
	height:400px;
	
	z-index:0;
}

#content {
	/*position:relative;*/
	margin:-400px 0px 0px 6px;
}

.home_car_container {
	width:464px;
	height:196px;
	margin:0px;
	margin-left:253px;
	padding:20px 0px 0px 0px;
	
	overflow:hidden;
	z-index:1000;
}

#home_car {
	width:451px;
	height:196px;
	margin-left:600px;
	padding:0px;
	margin-top:-20px;
}

/*exit site */

.home_exit_popup
{
	width : 140px;
	height : 80px;
	font-size : 10px;
	padding-left : 10px;
	padding-top : 10px;
	background-color : #F5F5FC;
	color : #838383;
	border-color : #838383;
	border-width : 2px;
	border-style : solid;
	display: none;
	z-index: 6000;
	margin-left:230px;
	top:310px;
}

