 #banner {
	height: 80px;
}

.panel {
	clear: both;
	display: none;
}
.panel.active-tab-body {
	display: block;
}
.bar {
	padding: 5px;
}

#tabs {
	list-style: none;
	margin-bottom:10px;
	width:705px;
}
#tabs ul{
	width:702px;
	float:left;
}
#tabs li {
	float: left;
	width:75px;
	margin-left:20px;
}

#tabs a {
	margin:0;
	font-size:20px !important;
	font-weight:bold !important;
	width:75px;
	float: left;
	background:#FFF;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #c8c8c8;
	text-transform: uppercase;
	font-weight:bold;
	color:#ae1111;
	display:block;
	padding-top:18px;
	padding-bottom:18px;
}
#tabs a:hover,
#tabs a.active-tab,
#tabs a.active-tab:hover{
	color:#495e73;
	background:#c8c8c8;
	color:#FFF;

}

