#tabContainer, .tabContainer {
	width: 640px;
	margin: 10px auto;
	position: relative;
	right: 45px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0px;
	line-height: 26px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	list-style-image: none!important;
}
#features #tabContainer ul {
	margin-left: 0px;
}
#features #tabContainer ul li {
	padding-top: 0px;
}
#features #tabContainer ul.tabs li {
	list-style-image: none!important;
	margin: 0px 10px 0px 0px;
}
ul.tabs li a {
	text-decoration: none;
	color: #739bc3;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 0 20px 10px;
	border-top: 1px solid #dbe7ee;
	background: url(images/simpleTabBG_off.jpg) 50% bottom no-repeat;
	outline: none;
	text-transform: uppercase;
}
ul.tabs li a:hover {
	background: url(images/simpleTabBG_hover.jpg) 50% bottom no-repeat;
	border-top: 1px solid #e8e3a2;
	color: #165ba0;
}	
html ul.tabs li.active a, html ul.tabs li.active a:hover {
	background: url(images/simpleTabBG_active.jpg) 50% bottom no-repeat;
	border-top: 1px solid #badbee;
	color: #165ba0;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 638px;
	background: #fff;
	margin-bottom: 10px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
.tab_contentWrapper {
	width: 590px;
	float: right;
}
.tab_content {
	padding: 20px 10px 20px 0px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
#features {
	/padding: 0px;
}