/*tab±êÇ©ÑùÊ½*/
#tabs {
	width: 750px;
	/*position:absolute;*/
	position:inherit;
}
#tabs ul {
	width: 750px;
	float: left;
	background: #fff;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
	text-align:center;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
	font-size:14px;
	color:#ffffff;
	letter-spacing:0px;
	height:30px;
}
#tabs ul li.active {
	/*border-top:2px #004f9c solid;*/
	color:#FFF;
	text-align:center;
	background-image:url(../images/tab1.png);
}
#tabs ul li.active a {
	color: #ffffff;
	width:80px;
}
#tabs div {
	border-top:2px #004f9c solid;
	background: #ffffff;
	clear: both;
	padding: 15px;
	width:720px;
	min-height: 200px;
}
#tabs div h1 {
	font-size:22px;
	font-family:"arial";
	font-weight:bold;
	/*font-weight:normal;*/
	padding: 0px 0 5px 10px;
	letter-spacing:-1px;
	/*margin-bottom: 12px;*/
}
#tabs div h3 {
	font-size:14px;
	font-weight:normal;
	margin-bottom: 42px;
}
#tabs div p {
	line-height: 150%;
	font-size:14px;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: bold;
	width:80px;
	color:#333;
}
.thumbs {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	border:1px solid #e5e5e5; 
}