#tabs {
	font-size: 90%;
	margin: 0px 0;
}
#tabs ul {
	float: left;
	width: 100%;
	padding-top: 4px;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li{
	float: left;
	width:100px;
	background: #BDD2FF;
}

#tabs li a {
	text-align:center;	
	color: #b29f5d;
	line-height:30px;
	font-size:9pt;
	text-decoration: none;
	font-weight: bold;
	
	display:inline-block;
	text-align:center;
	width: 100%;
	height:30px;
	line-height:30px;
	font-size:10pt;
	color: #b29f5d;
	font-weight:bold;
	border:0px solid red;
	text-decoration: none;
	padding:0px;

}

#tabs ul li.active {
	border-top:1px #b29f5d solid;
	background: #b29f5d;
}
#tabs ul li.active a, #tabs ul li:hover a {
	color: #d81823;
	background: #b29f5d;
}
#tabs div {
	border:0px #BBC84F solid;
	clear: both;
	padding: 10px;
	min-height: 50px;
}
#tabs div h3 {
	font-size:10pt; 
	text-align:left;
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}

.thumbs {
	float:left;
	border:#000 solid 0px;
	margin-bottom:20px;
	margin-right:20px;
}