ul.tabs {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 35px;
}
ul.tabs li {
	display: inline-block;
	cursor: pointer;
	font-family: 'texgyreadventorbold';
	padding: 0 20px; 
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
}
ul.tabs li.active,
ul.tabs li:hover {
	color: #242949;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {
	display: none;
}



