.tabbed_content {
	background-color: #fff;
	width: 500px;
	
	clear:both;
	margin:20px auto 0;
	/*margin-left:70px;*/
}

/*
.tabbed_content h3 {
	color:#666666;
	font-family:Georgia;
	font-size:22px;
	font-weight:normal;
	margin-bottom:10px;
	line-height:normal;
}
*/

.tabbed_content p { 
	line-height:16px;
}

.tabbed_content h4.head {
	font-size:12px;
	color:#666666;
	margin-top:45px;
}

.tabbed_content .chatman_guy {
	margin-bottom:20px;
	padding-bottom:8px;
	/* border-right:1px solid #87211C; */
	border-bottom:1px solid #eee;
	width:240px;
	float:left;
}

#chatman_clients { text-align:center; }

.tabs {
	height: 40px;
	position: relative;
}

.tabs .moving_bg {
	padding: 10px 0;
	background-color:#EEEEEE;
	/*background-image:url(../images/arrow_down_green.gif);*/
	position: absolute;
	/*width: 213px;*/
	width:160px;
	z-index: 190;
	left: 0;
	/*padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;*/
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 10px 0;
	/*width: 213px;*/
	width:160px;
	color: #87211c;
	font-family:Georgia;
	font-size:16px;
	font-style:italic;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	position: relative;
	width: 500px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	margin-right: 0;
	list-style-type:none;
}

.tabslider ul a {
	color: #87211c;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #A9AEB3;
}

.tabslider ul li {
	padding-bottom: 7px;
}