/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position:relative; 
	z-index:1;
    width:961px;
	height:431px;
	overflow:hidden;

}
.stContainer > div {

    position: relative;    
    margin:             0 0 100px 0; 
    padding:            0px;
    height: 431px;
    width:961px;
    overflow:hidden;    
}

.stContainer > div > div.caption {

    position: absolute;    
    margin:0;
	right:0px; 
	top:0px;	   
  	z-index:1;
	background:url(../images/smart_tab_white_bg.png) top left repeat;
    width:255px;
	height:431px;
	display:block;
	padding:50px 40px 50px 40px;
}

.stContainer > div > div.caption > span.txt1 {font-family: 'Tahoma'; font-size:36px; color:#000; text-transform:uppercase; line-height:35px; text-align:left; letter-spacing:-1px;}

.stContainer > div > div.caption > span.txt2 {font-family: 'Tahoma'; font-size:50px; color:#fea60e; text-transform:uppercase; line-height:50px; text-align:left; letter-spacing:-1px;}

.stContainer > div > div.caption > span.txt3 { font-size:12px; color:#000; line-height:18px; text-align:left; }




#tabs-3 span.txt2 { font-size:35px; color:#fea60e; text-transform:uppercase; line-height:35px; text-align:left; }

#tabs-4 span.txt2 { white-space:nowrap;}






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

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

    margin-right:4px;
	height:15px;
	width:15px;

	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:15px;
	width:15px;
	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
}

