.subtabbed_box {  
    	margin-top: 0px;
	margin-bottom: 15px;
    	width:960px;
	
} 

.subtabbed_area {  
  	 padding-left:0px;
} 


ul.subtabs {  
    	margin-left:50px; 

	padding:0px;
	margin-top:0px;  
    	margin-bottom:0px;
	
	
	
}  
ul.subtabs li {  
    	list-style:none;  
    	display:inline;
	margin-right:-2px;
	margin-left:-2px;
	
}  

ul.subtabs li a {  
    background-color: -moz-linear-gradient(top, #CCCCCC, #aaa); 
 
    color:#282e32;  
    padding:5px 13px 6px 13px;  
    text-decoration:none;  
    font-size:11px;  
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;  
    text-transform:uppercase;  
    
	
}  
ul.subtabs li a:hover {  
    background-color:#888;  
}  

ul.subtabs li a.active {  
    background-color:#777;  
    color:#fff;  
      
} 

#subtab_1 {
	border-right:thin solid #999;
	border-left:thin solid #999;
 }

#subtab_2 {
	border-right:thin solid #999;  
}

#subtab_3 {
	border-right:thin solid #999; 
} 

#subtab_4 {
	border-right:thin solid #999;
}

#subtab_5 {
	border-right:thin solid #999; 
} 

#subtab_6 {
	border-right:thin solid #999; 
} 

.aboutLeftRightHolder{
	width:930px;
	height:366px;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:15px;
	background-color:#ddd;
	border-top-left-radius:4px;
  	border-top-right-radius:4px;
  	border-bottom-right-radius:4px;
  	border-bottom-left-radius:4px;
	display:inline-block;
}

.aboutTabHeader{
	height:25px;
	width:930px;
	background-color:#888;
	border-top-left-radius:4px;
  	border-top-right-radius:4px;
	padding-top:2px;
	padding-bottom:0px;

	/* fallback */ 
	background-color: #999999; 
	background: url(images/linear_bg_2.png); 
	background-repeat: repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#cccccc)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #cccccc, #999999); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #cccccc, #999999); 
	/*IE 6,7,8*/
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cccccc', endColorstr='#999999'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cccccc', endColorstr='#999999')"; /* IE8 */
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #cccccc, #999999); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #cccccc, #999999);}


#subcontent_2, #subcontent_3, #subcontent_4, #subcontent_5, #subcontent_6{ display:none;} 
