.contentWrapper {
	background-color: #CCC;
	padding: 2px;
	width: 600px;
}


.tabs {
	height: 62px;
	position: relative;
	width: 600px;
	background-color: #333;
}
.tabs a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.tabs a:visited {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.tabs a:hover {
	color: #0877e3;
	text-decoration: none;
	font-size: 18px;
}

.tabs .moving_bg {
	padding: 15px;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 120px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #97c478;
}

.tabs .tab_item {
	display: block;
	float: left;
	width: 120px;
	color: #ffffff;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
}

.tabbed_content {
	overflow: hidden;
	background-color: #333;
	position: relative;
	width: 600px;
}

.slide_content {
	overflow: hidden;
	background-color: #333;
	width: 600px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

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

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

.tabslider ul li {
	padding-bottom: 7px;
	color: #CCC;
	font-family: Helvetica, sans-serif;
	display: inline;
}
.inContent {
	width: 600px;
}
.inContent_Title {
	padding-left: 15px;
}
.inContent_HBar {
	background-color: #1a1a1a;
	height: 5px;
}
.inContent_Description {
	float: left;
	padding: 10px;
}
.inContent_VBar {
	height: 108px;
	width: 5px;
	background-color: #1a1a1a;
	float: left;
}
.inContent img {
	float: left;
}
.clearBoth {
	clear: both;
	height: 0px;
}
