/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position: relative;
    margin:0;
    padding:0;        
    width:921px;
	height:342px;
	top:0px; 

}
.stContainer img{ }
.stContainer div{ position:relative}
.stContainer div.text {
    position: absolute;    
    margin:0;
	right:34px; top:78px;	   
  	z-index:110;
    width:830px;
	height:205px;
	display:block;
	text-align:center;
	
}
.stContainer div div.text_2 {
    position: absolute;    
    margin:0;
	right:30px; top:180px;	   
  	z-index:110;
    width:430px;
	height:155px;
	display:block;
	text-align:center;
}

.stContainer div div.text_3 {
    position: absolute;    
    margin:0;
	left:80px; top:80px;	   
  	z-index:110;
    width:430px;
	height:155px;
	display:block;
}

.stContainer div div.text_4 {
    position: absolute;    
    margin:0;
	right:60px; top:142px;	   
  	z-index:110;
    width:430px;
	height:155px;
	display:block;
	text-align:right
}


.stContainer ul {
    display:block;
    list-style: none;    
    position: absolute;    
    margin: 0;     
    border: 0;
	z-index:111;
	right:30px;
	top:13px;
	
	
}
.stContainer ul li{ 
    position: relative; 
    margin: 0;
    padding: 0;    
   /* border-bottom: 0px solid #E0E0E0 !important; */ 
    float: left; margin-right:0px;
	height:17px;
	width:17px;
	 padding:2px
	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:17px;
	width:17px;
	outline-style:none!important; background: url(../images/disk.png) top no-repeat
	
	}

.stContainer ul li a:hover{ background: url(../images/disk_hover.png) top no-repeat}
	

.stContainer ul li a small { 
  font: normal 12px Arial;
  float:left;
  color:#2148bf; text-decoration:none!important; line-height:30px; cursor:pointer
}
.stContainer ul li a:hover small { text-decoration:underline}



.stContainer ul li a.sel { 
 background:url(../images/disk_hover.png) top no-repeat
}
.stContainer ul li a.dis {
 background:url(../images/disk_hover.png) top no-repeat
}

a{ outline:none!important}

.bg_frame{ }
div.other{ text-align:center}
.slide{ background-color:#fff; padding:20px 20px 10px 20px;-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-rightt-radius: 5px; border-top-right-radius: 5px; margin-top:-4px}

div.text small{ font-size:25px; color:#f8f00d;font-family: 'TrajanProBold'; text-transform:uppercase; text-shadow: 0px 0px 5px #920617;}
div.text em.big{ font-size:74px; line-height:90px; color:#f8f00d;font-family: 'TrajanProRegular'; text-shadow: 0px 0px 8px #920617;}

div.text_2 small{ font-size:25px; color:#f8f00d;font-family: 'TrajanProBold'; text-transform:uppercase; text-shadow: 0px 0px 5px #920617;}
div.text_2 em.big{ font-size:74px; line-height:90px; color:#f8f00d;font-family: 'TrajanProRegular'; text-shadow: 0px 0px 8px #920617;}

div.text_3 small{ font-size:25px; color:#f8f00d;font-family: 'TrajanProBold'; text-transform:uppercase; text-shadow: 0px 0px 5px #920617; margin-left:40px}
div.text_3 em.big{ font-size:74px; line-height:90px; color:#f8f00d;font-family: 'TrajanProRegular'; text-shadow: 0px 0px 8px #920617;}

div.text_4 small{ font-size:25px; color:#f8f00d;font-family: 'TrajanProBold'; text-transform:uppercase; text-shadow: 0px 0px 5px #920617; }
div.text_4 em.big{ font-size:56px; line-height:56px; color:#f8f00d;font-family: 'TrajanProRegular'; text-shadow: 0px 0px 8px #920617;}


a.join{ background:url(../images/join.png) left no-repeat; width:178px; height:49px; text-align:center;text-shadow: 1px 1px 1px #fff; display:block; margin:40px 0 0 0px; font-size:23px; color:#2d5b1e; font-family: 'HelveticaRegular'; text-transform:uppercase; text-decoration:none; line-height:53px;  margin-left:130px}

a.join_1{ background:url(../images/join.png) left no-repeat; width:178px; height:49px; text-align:center;text-shadow: 1px 1px 1px #fff; display:block; margin:30px 0 0 0px; font-size:23px; color:#2d5b1e; font-family: 'HelveticaRegular'; text-transform:uppercase; text-decoration:none; line-height:53px; float:right}