.tabs {
	background:url(../images/page1_bottom_plane.png) no-repeat 0 0;
	width:940px;
	z-index:100;
	margin-top:30px;
	position:relative;
	height:200px;
	display:block;
}
.tabs_shad{ 
background:url(../images/bottom_plane_shad.png) no-repeat 0 top ; 
width:940px;
display:block;
}
.tabs_cont {
	z-index:80;
	position:relative;
	background:#18171b;
	overflow:hidden;
	width:940px;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}
.tab-content {
	padding:20px 10px 20px 30px;
	
}
.tabs ul.nav {
	list-style-image:none;
	margin:0px 0 0px 0px;
	display:block;
	overflow:hidden;
}
.tabs ul.nav li {
	float:left;
    margin:0 20px;
	display:inline-block;
	text-align:center;

	
}
.tabs ul.nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#cecdd0;
	line-height:17px;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	padding:11px 0 12px 0px;
}
.tabs ul.nav li.selected {
		background:url(../images/tab_arrow.png) no-repeat center bottom;

}
.tabs ul.nav li.selected a {
		

}
.tabs ul.nav li:hover {

}
.tabs ul.nav li:hover a {
	background:url(../images/tab_arrow.png) no-repeat center bottom;
	

}
.aligncenter {
	text-align:center !important;
}
.tab-content ul.list-1 {
	margin:10px 0 0 21px;
}
.bl3{}
