/* CSS Document */
#focus_turn {
	position:relative;
	width:990px;
	height:300px;
	overflow:hidden;
}
#focus_turn_container li {
	display:none;
}
#focus_turn_container .current {
	display:block;
}
#focus_turn_control {
	position:absolute;
	right:30px;
	bottom:30px;
	border:1px solid #333;
	padding:3px;
	background:#333;
	border-radius:5px;
}
#focus_turn_control span {
	color:#3399CC;
	padding:3px 5px;
	cursor:pointer;
}
#focus_turn_control .current {
	color:#FFF;
}
#teamer {
	clear:both;
	width:940px;
	height:126px;
	overflow:hidden;
}
#teamer ul {
	width:960px;
}
#teamer ul li {
	float:left;
	margin-right:19px;
	width:300px;
	height:126px;
}
#teamer ul li img {
	float:left;
	margin:10px;
	border:5px solid #CCC;
}
#teamer ul li h3 {
	color:#FFF;
	font-size:18px;
	line-height:24px;
	margin:10px 10px 10px 0;
}
#teamer ul li h3 a {
	color:#FFF;
}
#teamer ul li h3 em {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	margin-left:8px;
}
#teamer ul li div {
	color:#FFF;
	line-height:22px;
}
#teamer .teamer_grey {
	background:url(../images/bg_teamer_grey.jpg) 0 0 no-repeat;
}
#teamer .teamer_blue {
	background:url(../images/bg_teamer_blue.jpg) 0 0 no-repeat;
}
#tools {
	margin:25px 0 5px;
	width:940px;
	height:146px;
	background:url(../images/divider-links.gif) no-repeat 0 14px #EEE;
	overflow:hidden;
}
.tools-cnt {
	width: 960px;
	margin: 0 -20px 0 0;
	padding: 20px 0 28px;
	overflow: hidden;
}
.tools-box {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
}
.tools-box h3 {
	font-size:14px;
	line-height:18px;
	color:#666;
	margin-bottom:5px;
}
.tools-box h3 a {
	color:#666;
}
.tools-box li {
	font-size:12px;
	line-height:20px;
}
.tools-box li a {
	color:#737373;
}
