ul.tabs {
	margin: 0;
	float: left;
	list-style: none;
	width: 100%;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
ul.tabs li {
	float: left;
	padding: 0; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	background-color: #FFD3C7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 18px; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 5px;
	color: #FFFFFF;
	width: 204px;
	float: left;
}
ul.tabs li a:hover {
	color: #FFFFFF;
	background-color: #FA4919;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #FFFFFF;
	background-color: #FA4919;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 840px;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.75);
	height: 520px;
}
.tab_content {
	padding: 0px;
	font-size: 12px;
}

.tab_container2 {
	overflow: visible;
	clear: both;
	float: left;
	width: 1024px;
	background: #fff;
	padding-bottom: 30px;
}
