
#tabs {
	padding-left:10px;
	width:940px;
	margin: 20px 0px;
	overflow: hidden;
}

#tabs .tab_1 {
	background-position:0 0;
}

#tabs .tab_2 {
	background-position:0 -64px;
}

#tabs .tab_3 {
	background-position:0 -128px;
}

#tabs .tabs {
	background-image:url("/images/tabs.jpg");
	background-repeat:no-repeat;
	height:65px;
}

.tabs {
	overflow:hidden;
}

#tabs .tabs li.active {
	padding-bottom:22px;
	position:relative;
	z-index:1;
}

#tabs .tabs li:first-child {
	margin-left:0;
}

#tabs .tabs li:hover {
	color:#6198a8;
}

#tabs .tabs li {
	cursor:pointer;
	margin-left:0;
	padding:23px 0 0;
	width:313px;
}

#tabs .tabs li {
	color:#24333C;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
}

#tabs .tabs li {
	color:#484848;
}

.tabs li {
	float:left;
}

li {
	list-style:none outside none;
}

#tabs .tabdata {
	background:none repeat scroll 0 0 #F7F7F7;
	border-color:#C9C8C1;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	float:left;
	padding:40px;
	position:relative;
	top:-3px;
	width:858px;
	line-height: 1.6em;
}

#tabs .hidden {
	display: none;
	left: -10000px;
}

#tabs .f_col {
	padding-right:40px !important;
	max-width: 260px;
}
.tabdata dl {
	font-size:12px;
	line-height:1.8em;
}

.tabdata dd {
	font-size:11px;
	padding-left:5px;
	text-transform:uppercase;
}

.tabdata a {
	color:#6198a8 !important;
}

