/* Common
-----------------------------------------------------------------------------*/

.leftCol {
	width: 185px;
}
#leftColPadding {
	padding: 10px 0 0 0px;
}

.middleColPadding {
	padding: 10px 0 0 20px;
}



.middleCol {
	padding: 4px 30px 0 32px;
}
#middleColContent {
    line-height: 22px;
}
h2 {
    color: #444444;
    font-family: "proxima-nova-n7","proxima-nova",arial,sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
}

/* Landing
-----------------------------------------------------------------------------*/


#landingIntro	{
	color:#393939;
	font-size:14px;
	padding:94px 0 0 30px;
	width:560px;
	}
#landingIntro .introBold	{
	font-weight:bold;
	}	
#landingIntro a	{
	color:#bc0101;
	background: transparent url(/_media/images/wheels/landing/arrow-right.gif) top right no-repeat;
	padding:0 10px 0 0;
	text-transform:none;
	}
#landingMain	{
	background: url(/_media/images/common/landing-bg.jpg) top left no-repeat #d8d8d8;
	}	
.box {
	box-shadow: 0 4px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	background: #fff;
	display:inline;/* IE6 Right Margin Fix */
	float:left;
	height:280px;
	margin:0 0 8px 10px;
	width:476px;
	}
.emptyBox {
	background: url(/_media/images/wheels/landing/empty-box.gif) top left no-repeat;
	float:left;
	height:280px;
	margin:0 0 8px 10px;
	width:476px;
	}
.bottom	{
	margin:0 0 20px 10px;
	}
.box img 	{
	float:left;
	padding:20px 48px 0 20px;
	}
.box h1	{
	color:#62666a;
	font-size:24px;
	font-weight:normal;
	padding:20px 0 10px 0;
	margin:0;
	}
.box ul	{
	list-style-type:none;
	margin:30px 0 0 0;
	}
 ul.right	{
	padding:0 0 0 25px;
	}
.box ul li	{
	padding:0 0 10px 0;
	}
.box ul li a	{
	color:#bc0101;
	background: transparent url(/_media/images/wheels/landing/arrow-right.gif) right no-repeat;
	font-size:16px;
	font-weight: bold;
	padding:2px 10px 0 0;
	}
#landingHeader	{
	background: url(/_media/images/athletes/header.jpg) top left no-repeat #eeeeee;
	height:220px;
	}




/* Athletes Landing
-----------------------------------------------------------------------------*/

.athlete	{
	display:block;
	float:left;
	height:211px;
	margin:10px 36px 0 0;
	width:140px;
	}
.athlete p	{
	line-height:18px;
	padding-top:8px;
	}
.athlete a.arrowRight	{
	font-size:14px;
	position:relative;
	}
.athlete img	{
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
	border: 2px solid #fff;
	height:126px;
	width:156px;
	}

/* Atheletes Detail
-----------------------------------------------------------------------------*/
#detailLeft	{
	float:left;
	font-size:12px;
	margin:20px 0 0 30px;
	line-height:18px;
	width:305px;
	}
#detailRight	{
	float: right;
    margin: 20px 0 30px 25px;
    width: 250px;
	}
#detailRight a	{
	background: transparent url(/_media/images/common/arrow_red_left.gif) no-repeat left;
	float:right;
	font-family: arial, verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 0 12px;
	}
#detailRight img	{
	margin:15px 0 0 0;
	}






/* Sponsorship
-----------------------------------------------------------------------------*/
#sponsorImgRight	{
	float:right;
	padding:0 0 10px 30px;
	}
#whiteContent {
	padding: 15px 20px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	line-height: 18px;
}
#sponsorshipList {
	padding-left: 0px;
	
}

ul#sponsorshipList {
	list-style: none;
	padding: 0 0 10px 5px;
}
ul#sponsorshipList li {
	
	text-transform:uppercase;
	color:#75889C;
font-weight:bold;
	background: url(/_media/images/common/blue_bullet.gif) no-repeat 0px 12px;
	padding: 5px 0 5px 10px;
}


