@import "fonts.css";
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom:1px solid #222222;
	width:100%;
	height:39px;
}
ul.tabs li {
	font-family: 'hermesregular';
	font-style:italic;
	float: left;
	border:1px solid #222222;
	margin-bottom: 0px;
	font-size:20px;
	overflow: hidden;
	position: relative;
	text-align:center;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	color:#222;
	font-size: 20px;
	padding:7px 25px;
	outline: none;
}
ul.tabs li a:hover {
	color:#222;
}
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover {
 	color:#222;
	border-bottom:1px solid #c7a24f;
	 
}
.tab_content {
	padding:2px;
}
ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border: 0px solid #b4d6da;
	border-bottom:none;
	width:100%;
	 
}
ul.tabs2 li {
	font-family: 'hermesregular';
	float: left;
	border-right:1px solid #fff; text-transform:uppercase; font-style:italic;
	margin-bottom: 0px;
	font-size:14px;
	background: #707173;
	overflow: hidden;
	position: relative;
	text-align:center;
}
ul.tabs2 li a {
	text-decoration: none;
	display: block;
	color:#fff;
	font-size: 14px;
	padding:9px 19px;
	outline: none;
}
ul.tabs2 li a:hover {
	background: #c4122f;
}
html ul.tabs2 li.active, html ul.tabs2 li.active a:hover {
	background: #c4122f;
}
.tab_content2 {
	padding:0px;
	overflow:hidden;
}
ul.tabs3 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border: 0px solid #b4d6da;
	border-bottom:none;
	width:100%;
	background:#1cacac;
}
ul.tabs3 li {
	font-family: 'hermesregular';
	float: left;
	border-right:1px solid #fff;
	margin-bottom: 0px;
	font-size:15px;
	background: #1cacac;
	overflow: hidden;
	position: relative;
	text-align:center;
}
ul.tabs3 li a {
	text-decoration: none;
	display: block;
	color:#fff;
	font-size: 15px;
	padding:16px 57px;
	outline: none;
}
ul.tabs3 li a:hover {
	background: #008080;
}
html ul.tabs3 li.active, html ul.tabs3 li.active a:hover {
	background: #008080;
}
.tab_content3 {
	padding:25px;
}
.tab_container {
	border: 0px solid #ed1c24;	 
	clear: both;
	margin-top:0px;
}


.tab_container2 {
	  
	clear: both;
	margin-top:0px;
	background-color:#FFF;
}


