/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position: relative; background:url(../images/smarttab_bg.png) 0 0 no-repeat;
	z-index:1;
    width:830px;
	height:393px;
	overflow:hidden;

}
.stContainer > div {

    position: relative;    
    margin:             6px 0 0 20px; 
    padding:            0px;
    height: 361px;
    width:775px;
    overflow:hidden;    
}

.stContainer > div > div.caption {

    position: absolute;    
    margin:0;
	left:0px; 
	top:0px;	   
  	z-index:1;
	padding:30px 0 0 50px;
	font-family:'GeosansLightRegular';
}

.stContainer > div > div.caption > span.txt1 { font-size:46px; color:#101010; line-height:56px;}

.stContainer > div > div.caption > span.txt2 { font-size:46px; color:#3b7ac7; line-height:56px; text-transform:uppercase;}

.stContainer > div > div.caption > span.txt3 { font-size:36px; color:#3b7ac7; line-height:46px; text-transform:uppercase;}

.stContainer > div > div.caption > span.txt4 { font-size:30px; color:#9f9f9f; line-height:40px; text-transform:uppercase;}




#tabs-3 span.txt4 { color:#ff7e00; font-size:71px; line-height:71px; }









.stContainer  ul {
    display:block;
    list-style: none;    
    position: absolute;        
    border: 0;
	z-index:10;
	right:10px;
	top:15px;

	
}
.stContainer ul li{ 
    position: relative;
	display:block;
    margin: 0;
    padding: 0;    

    margin-bottom:6px;
	height:13px;
	width:13px;

	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:13px;
	width:13px;
	outline-style:none!important; background: url(../images/smart_tab_pin.png) top no-repeat
	
	}

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




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

