.tabbed_content {
	width: 640px;
}
p{
	line-height:150%;
	margin-bottom:20px;
}
.indent{
	text-indent:1cm;
}
.tabs {
	height: 52px;
	position: relative;
	background:url(../images/tab/bg_tab.jpg) no-repeat;
}

.tabs .moving_bg {
	padding: 10px;
	background: url(../images/tab/select_bg.png) no-repeat;
	background-position: bottom center;
	position: absolute;
	width: 108px;
	z-index: 190;
	left: 0;
	padding-bottom:30px;
}

.tabs .tab_item {
	display: block;
	float: left;
	margin-top:4px;
	padding:10px;
	width: 108px;
	color: #000;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font:15px/20px 'supermarket', Arial, sans-serif;
}
.tabs .tab_item a{
	color:#333;
	font:15px/20px 'supermarket', Arial, sans-serif;
}
.tabbed_content .slide_content {
	overflow: hidden;
	padding: 20px 0 20px 0;
	position: relative;
	width: 630px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	margin-right:0;
	display:block;
}

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

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

.tabslider ul li {
	padding-bottom: 7px;
	list-style:none;
	display:block;
}