
body .tab-container{
	position:relative;
	padding-top:0px;
	overflow:hidden;
	width: 600px;
	color:#E8E0CA;
}

.tabs{
	height:20px;
	width:100%;
	padding:0px;
	position:absolute;
	top:0;
	left:0;
	color:#E8E0CA;
}

.tabs li{
	float:left;
	display:block;
	color:#E8E0CA;
}

.tabs a{
	font-size:100%;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	width:100px;
	color:#E8E0CA;
}

.tabs li a {color:#E8E0CA;}
.tabs li a:link {color:#E8E0CA;background:transparent url(img/tab_active.png) no-repeat center;}
.tabs li a:visited {color:#E8E0CA;background:transparent url(img/tab_active.png) no-repeat center;}
.tabs li a:hover {color:#E8E0CA;	background:transparent url(img/tab_hover.png) no-repeat center;}
.tabs li a:active {color:#E8E0CA;background:transparent url(img/tab_active.png) no-repeat center;}

.tabs a.previous, .tabs a.next{
	text-indent:-10000px;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:30px;
	height:30px;
	background:url(img/tab_arrows.png) no-repeat left;
}

.tabs a.next{
	left:550px;
	background:url(img/tab_arrows.png) no-repeat right;
}

body .panels{
	position:relative;
	width:6000px;
	left:0;
}

.panel{
	font-size: 12px;
	padding: 30px 0px 0px 0px;
	margin:0px;
	position:relative;
}

body .panel{
	width:600px;
	float:left;
	height:330px;
	border:none;
	color:#A3430C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.panel a:link, 
.panel a:active, 
.panel a:visited,
.panel a:hover
{
color: #E8E0CA;
}
.panel h2 
{
color:#E8E0CA;
}
.panel h2 
{
display:none;
}

