@charset "UTF-8";
/* CSS Document */


*{
    font-family: Helvetica;
    font-size: 14px;   
    border: 0px;
    padding: 0px;
    margin: 0px;
    outline: none;
}


body{
	margin: 0;
	padding: 0;
	background-image: url(/splash/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #858585;
}


a{
	color: #858585;
	text-decoration: none;
}

a:hover{
	color: #8a0505;
	text-decoration: none;
}

.contentWraper{
    position: absolute;
   	background-image: url(/splash/images/content_bg.jpg);
    height: 394px;
    width: 100%;
}

.alignWraper{
    position: relative;
    margin: 0px auto;
    width: 842px;    
    height: 353px;
}

.centerWraper{
    position: relative;
    margin: 0px auto;
    width: 842px;    
    height: 353px;
    overflow-x: hidden; 
    z-index: 99;  
}

.logo{
    position: absolute;
    top: -40px;
    z-index: 99;
}

.tab{
    z-index: 1;
    position: relative;
    float: left;
    height: inherit;
    width: 71px;   
    background-image: url(/splash/images/content_bg.jpg);
    background-repeat: repeat-x;
}

.tabHandle{
    position: absolute;
    left: 0px;
    width: 71px;
    z-index: 10;
    cursor: pointer;
}

.tabImage{
    position: absolute;
    left: 71px;
    height: inherit;
    width: 500px;
    overflow: hidden;
}

.tabText{
    position: absolute;
    padding: 0px 0px 5px 10px;
    left: 571px;
    top: 330px;
    width: 109px;
    text-align: left;
}
