#team_landing {
	margin-left: 5px;
}
#wrapper {
	background: url(/images/bg_team.jpg) repeat-y;
}
.hdr_bar {
	height: 34px;
	left: -18px;
	position: relative;
	margin-top: 15px;
}
.landing_thumbs_pro {
	background: #000;
	color: #fff;
	font: bold 12px/14px Arial Black, Arial, Helvetica, sans-serif;
	height: 506px;
	padding: 4px 0 14px 4px;
	width: 944px;
}
.landing_thumbs_am {
	background: #000;
	color: #fff;
	font: bold 12px/14px Arial Black, Arial, Helvetica, sans-serif;
	height: 160px;
	padding: 4px 0 4px 4px;
	width: 944px;
}
.landing_thumbs {
	padding: 4px;
	position: relative;
	top: 15px;
	width: 948px;
}
.landing_thumb {
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 0 10px;
}
.landing_thumb_am {
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin-right:5px;
}
.landing_thumbs_pro p, .landing_thumbs_am p {
	margin: 8px 0 5px 2px;
}
.landing_thumbs_pro a:link, .landing_thumbs_pro a:visited, .landing_thumbs_am a:link, .landing_thumbs_am a:visited {
	color: #fff;
}
.landing_thumbs_pro a:hover, .landing_thumbs_am a:hover {
	color: #33FF66;
	text-decoration: none;
}
.landing_thumb a img {
	cursor: pointer;
}
.landing_thumbs_am img {
}
#team_cont a:link, #team_cont a:visited, #team_reg a:link, #team_reg a:visited {
	font-size: 12px;
	font-weight: bold;
}
#team_cont a:hover, #team_reg a:hover {
	color: #33FF66;
}
#team_reg ul {
	float: left;
	width: 33%;
}
#team_reg li {
	margin: 3px 0;
}

/* BIO PAGES */
a.currently_active {
	color: #fff;
}
#main_image {
	height: 550px;
	width: 965px;
}
#main_image_continental {
	float: right;
	margin: 10px 0 20px 0px;
}
#team_back {
	font-weight: bold;
	font-size: 11px;
	text-align: right; 
	padding: 10px 10px 0 0;
}
#main_title {
	padding-top: 50px;
}
#main_title .title {
	border-bottom: 1px solid #666;
	color: #fff;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 0;
	text-align: right;
	width: 340px;
}
#main_bio {
	color: #fff;
	background: url(/images/team/bg_bio.png) repeat-y;
	height:250px;
	left:530px;
	margin-bottom: 10px;
	overflow:hidden;
	padding:0 10px 10px 10px;
	position:absolute;
	top:265px;
	width:400px;
}
#main_bio_continental {
	margin-bottom: 10px;
	padding:20px 10px 10px 30px;
	width:510px;
}
#main_bio .title {
	border-bottom: 1px solid #fff;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	width: 400px;
}
#main_bio_continental .title {
	border-bottom: 1px solid #000;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
	width: 500px;
}
#main_bio b {
	text-transform: uppercase;
	line-height: 24px;
}
#main_bio_continental b {
	text-transform: uppercase;
	line-height: 24px;
}
#rider_subnav {
	background: url(/images/team/bg_bio.png) repeat-x;
	position: relative;  
	height: 30px;
	width: 965px;
}
#rider_subnav_continental {
	margin-left: 20px;
}
.subnav_link, .subnav_link_current {
	color: #fff;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 8px;
	text-align: center;
}
.subnav_link a, .subnav_link_current a {
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 9px 8px;
}
.subnav_link_current a {
	color: #3F6;
}
#rider_name {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#rider_name_continental {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
}
#rider_sidenav {
	float: left;
	padding: 5px 0;
	width: 225px;
}
.sidebtn {
	height: 138px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 212px;
}
.text_right {
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	margin-bottom: 10px;
}
#rider_info{
	float: left;
	width: 740px;
}
#rider_info_continental{
	width: 970px;
}
#rider_bio{
	float: left;
	width: 515px;
	padding: 10px 10px 0 0;
}
#rider_bio a.rider_news {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
#rider_bio .rider_news_line {
	border-top: 1px solid #666; 
	height: 1px;
	width: 510px; 
}
#rider_more {
	float: right;
	margin-top: 10px;
	width: 210px;
}
#videos_list { clear: both; width: 820px; margin: 0 auto;  }
.videolist_item {
	float: left;
	width: 165px;
	height: 180px;
	margin: 0 10px 10px 0;
	padding: 5px;
	text-align: center;
	background-color: #333;
	color: #fff;
	overflow: hidden;
}
.videolist_item img {
	margin-bottom: 2px;
}
#setup_thumbs {
	width: 350px;
}
#setup_thumbs .setup_thumb a:hover, #setup_thumbs .setup_thumb_float a:hover {
	text-decoration: none;
}
.setup_thumb_float {
	float: left;
	margin: 20px;
	text-align: center;
}
.setup_thumb {
	margin: 20px;
	text-align: center;
}

/* K2 WOMEN ALLIANCE */
#k2women {
	background: #000;
	width: 950px;
}
#k2women #top {
	height: 340px;
}
#k2women #nav {
}
