.tabbed_content {
	background-color: #000;
	width: 602px;	
	margin-left: 0px;
	margin-bottom: 40px;
}

.tabs {
	height: 50px;
	position: relative;
}

.tabs .moving_bg {
	padding: 15px;
	background-color:#374c7b;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 120px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding:  7px 15px 15px 15px;
	width: 120px;
	color: #ffffff;
	text-align: center;
	line-height: 13px;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size: 12px;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #fff;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 590px;
	background-image: url(../images/slider-mainmid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
}

h2 { font-size: 13px; font-weight: bold; color: #374c7b; padding-bottom: 5px;}

.tabslider {
	width: 2480px;
	height: 285px;
}

.tabslider ul {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
}

.tabslider ul a {
	color: #374c7b;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #71aa6d;
}

.tabslider ul li {
	padding-bottom: 7px;
	list-style-image: none;
	list-style-type: none;
}

.pislidecontent {  text-align: left; line-height: 20px; padding-left: 20px; clear: both;}
