a {
	color:#E61212;
	text-decoration:none;
	outline: none;
}

a:active {
	color: #E61212;
}

body {
	font: 12px/1.5em Helvetica, Arial, verdana, sans-serif;
	margin:0;
	padding:0;
	background: #6D6D6D;
	color: #282828;
}

#main {
	padding-bottom: 40px;
	background-color:#fff;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	text-align: center;
}

#container {
	margin:0 auto;
	text-align: left;
	width:979px;
	position: relative;
	z-index: 1;
}

#footer {
	background: url(../img/ftr_v2.gif) 50% 0 no-repeat;
	clear: both;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}
	#footer_nav {
		color:white;
		font-size:14px;
		font-weight:normal;
		margin:0 auto;
		padding-top:40px;
		text-align:center;
		width:988px;
	}
		#footer_nav ul {
			margin:0;
			padding:0;
		}
			#footer_nav ul li {
				display:inline;
				padding:0 30px;
			}
			
				#footer_nav ul li a {
					color: #fff;
				}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	color: #666;
	margin: 1em 0;
}

h3 {
	font-size: 14px;
	color: #666;
	margin: 0;
}

	.dealers h3 {
		clear: both;
	}
	
input, select {
	color:#666666;
	font-size:12px;
	padding:3px 0;
}

h5 {
	font-weight: bold;
	color: #000;
	margin: 1em 0 0 0;
}

	#news h5 {
		margin: 0;
		font-size: 12px;
	}
	
p {
	margin: 0 0 1em;
}

#header {
	height:82px;
}

	#logo {
		height: 74px;
		width: 63px;
		margin: 10px 0 0;
		float: left;
		display: inline;
		background: url(../img/logo.png) no-repeat;
	}
	
			#logo a {
				display: block;
				text-indent: -9999px;
				height: 74px;
				width: 63px;
			}
			
	#nav {
		float: right;
		display: inline;
		background: url(../img/nav_bg_v2.gif) 100% 0 no-repeat;
		line-height: 34px;
		margin-top: 35px;
		font-size: 12px;
		color: #fff;
		padding: 0 5px 5px 0;
		position: relative;
	}
		
		#track, #handle {
			display: none;
		}
		
		#nav ul li {
			float: left;
			padding-right: 1px;
			background: url(../img/nav_sep.gif) 100% 1px no-repeat;
		}
		
			#nav ul li#nav_signup {
				background: none;
			}
		
		#nav ul li a {
			float: left;
			display: inline;
			position: relative;
			line-height: 34px;
			font-size: 10px;
			color: #fff;
			width: 134px;
			text-indent: -9999px;
			background: url(../img/nav_text.gif) no-repeat;
		}
		
		#nav ul li#nav_products a { background-position:35px 8px; }
		#nav ul li#nav_lifestyle a { background-position: -100px 8px; }
		#nav ul li#nav_blog a {background-position: -235px 8px; }
		#nav ul li#nav_dealers a { background-position: -368px 8px; }
		#nav ul li#nav_info a { background-position: -500px 8px; }
		#nav ul li#nav_signup a { background-position: -630px 8px; }
		#nav ul li#nav_products a:hover { background-position:35px -22px; }
		#nav ul li#nav_lifestyle a:hover { background-position: -100px -22px; }
		#nav ul li#nav_blog a:hover {background-position: -235px -22px; }
		#nav ul li#nav_dealers a:hover { background-position: -368px -22px; }
		#nav ul li#nav_info a:hover { background-position: -500px -22px; }
		#nav ul li#nav_signup a:hover { background-position: -630px -22px; }
		
		.products #nav ul li#nav_products a { background-position:35px -22px; }
		.lifestyles #nav ul li#nav_lifestyle a { background-position: -100px -22px; }
		.blog #nav ul li#nav_blog a {background-position: -235px -22px; }
		.dealers #nav ul li#nav_dealers a { background-position: -368px -22px; }
		.info #nav ul li#nav_info a { background-position: -500px -22px; }
		/* added 2008-12-09 by aegaas: for new downloads section is under INFO nav */
		.downloads #nav ul li#nav_info a { background-position: -500px -22px; }
		.signup #nav ul li#nav_signup a { background-position: -630px -22px; }



			#nav ul li a:hover {
				color: #e61212;
			}
			
			#nav ul li a.home {
				padding-left: 28px;
			}
		
			#nav ul li a.signup {
				width: 200px;
			}
			
	#features {
		width: 981px;
		height: 416px;/*
		background: url(../img/feature_placeholder.png);*/
		position: relative;
		z-index: 1;
		float: left;
		margin: 0;
	}
	
/*			.lifestyles #features {
				background: none;
				height: 410px;
				width: 976px;
			}*/

#nav ul {
	list-style:none;
}

	#nav ul ul {
		position: absolute;
		left: -9999px;
		top: 34px;
		color: #fff;
		width: 134px;
		z-index: 999;
		margin: 0;
		padding-bottom: 10px;
		background: url(../img/subnav_bg.png) 0 100% no-repeat;
	}
	
		#nav ul li#nav_dealers ul {
			background-image: url(../img/subnav_short_bg.png);
		}
		
		#nav ul li#nav_info ul {
			background-image: url(../img/subnav_medium_bg.gif);
		}

#nav ul li {
	display:inline;
	float: left;
	margin: 0;
	position: relative;
	font-weight: bold;
}

	#nav ul li.over ul {
		left: 3px;
	}


	
	#nav ul ul li {
		clear: left;
		line-height: 20px;
		background: url(../img/subnav_sep.png) 0 100% no-repeat;
		margin: 0;
		width: 122px;
		margin: 0 6px 0 2px;
		overflow: hidden;
		padding-bottom: 2px;
		
	}
	
	#nav ul ul li.last {
		padding-bottom: 0;
		background: none;
	}
	
	#nav ul li#nav_products ul li a,
	#nav ul li#nav_lifestyle ul li a,
	#nav ul li#nav_blog ul li a,
	#nav ul li#nav_dealers ul li a,
	#nav ul li#nav_info ul li a,
	#nav ul li#nav_signup ul li a,
	#nav ul li#nav_products ul li a:hover,
	#nav ul li#nav_lifestyle ul li a:hover,
	#nav ul li#nav_blog ul li a:hover,
	#nav ul li#nav_dealers ul li a:hover,
	#nav ul li#nav_info ul li a:hover,
	#nav ul li#nav_signup ul li a:hover,
	.products #nav ul li#nav_products ul li a,
	.lifestyles #nav ul li#nav_lifestyle ul li a,
	.blog #nav ul li#nav_blog ul li a,
	.dealers #nav ul li#nav_dealers ul li a,
	.info #nav ul li#nav_info ul li a,
	.signup #nav ul li#nav_signup ul li a,
	#nav ul ul li a {
		background: none;
		padding: 1px 0 0 20px;
		width: 105px;
		font-size: 12px;
		line-height: 30px;
		color: #a5a4a4;
		float: left;
		clear: left;
		text-indent: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
	}
	
	#nav ul ul li.last a:hover {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
		
		#nav ul li#nav_products ul li a:hover,
		#nav ul li#nav_lifestyle ul li a:hover,
		#nav ul li#nav_blog ul li a:hover,
		#nav ul li#nav_dealers ul li a:hover,
		#nav ul li#nav_info ul li a:hover,
		#nav ul li#nav_signup ul li a:hover,
		#nav ul ul li a:hover {
			color: #d3d2d2;
/*			color: #fff;*/
			background: url(../img/subnav_bg_hover.png) repeat-x scroll 0% 0%
		}

#news {
	margin: 0;
	font-family: Arial, sans-serif;
	clear: both;
}

	#news h2 {
		font-size: 14px;
		margin: 10px 18px 7px;
		float: left;
		color: #333333;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
	}
	
		.news #news h2 {
			float: none;
			margin: 10px 0 0 0;
		}
	
	#news .view_all {
		float: right;
		display: inline;
		color: #999999;
		font-size: 12px;
		margin: 10px 18px 7px;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#news a {
		color: #fff;
	}
	
	#news a:hover {
		text-decoration: underline;
	}
	
	#news .date {
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		font-style: italic;
	}

	#news .category {
		color: #666666;
		font-size: 10px;
	}
	
	#news_wrapper {
		width: 978px;
		position: relative;
		height: 45px;
		clear: both;

	}

	#news #news_stories {
		left: 39px;
		right: 39px;
		height: 45px;
		width: 900px;
		float: left;
		display: inline;
		overflow: hidden;
		position: relative;
		background: url(../img/news_bg.png) repeat-x;
	}
	
	
		#news ul {
			width: 9000px;
		}
	
		#news ul li {
			padding: 7px 7px;
			float: left;
			display: inline;
			width: 266px;
			font-size: 10px;
			line-height: 14px;
			height: 30px;
		}
		
		#news ul li img {
			float: left;
			display: inline;
			margin-right: 7px;
		}

#news .button {
	width: 39px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/news_button_l.png);
}

	#news .button.right {
		left: auto;
		right: 0;
		background: url(../img/news_button_r.png);
	}

#header {
	position: relative;
	z-index: 2;
}

#campaigns {
	margin: 7px 0 0;
	height: 108px;
	width: 989px;
}

#campaigns div.campaign a {
	margin: 0 8px 10px 0;
	width: 238px;
	height: 108px;
	float: left;
	display: inline;
	font-size: 34px;
	color: #DBDBDB;
	text-align: center;
	line-height: 106px;
}


#regionView {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	padding: 2px 0;
	color: #666;
}

#regionView form { 
	padding: 0; margin: 0;
}

#regionView form dt, #regionView form dd {
	display: inline !important;
}

#regionView p, #regionView form dt, #regionView form dd {
	margin: 10px 0;
}

#regionView form dt { margin-right: 1em; }

#regionView strong, #regionView form dt {
	color: #999;
	font-weight: bold;
}

#regionView a {
	color: #333;
	background: #ccc;
	padding: 1px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#regionView a:hover {
	color: #fff;
	background: #333;
}

div.product h4 {
	padding: 5px 2px;
	font-size: 12px;
}

hr {
	clear: both;
}


.box {
	width: 982px;
	overflow: hidden;
/*	position: relative;*/
	margin-bottom: 15px;
	z-index: 1;
}

	.box .bd {
		float: left;
		display: inline;
		padding-bottom: 15px;
/*		overflow: auto;*/
		padding: 0 15px 15px;
		width: 955px;
		background: url(../img/box_bg.gif) repeat-y;
	}
	
		.box .box .bd {
			width: auto;
			background: none;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
		
		.news .box #leftCol .ft {
			background: url(../img/news_left_ft.png) no-repeat;
		}
		
		.retailers .box .box .bd,
		.online .box .box .bd {
			width: 924px;
		}
		
		.retailers .box .box .ft,
		.contact .box .box .ft,
		.online .box .box .ft {
			background: url(../img/dealers_ft_bg.gif) no-repeat;
			height: 6px;
		}
	
		.products .box .box .bd {
			padding: 0;
			background: none;
		}
		
		
		.lifestyles .box .hd {
			margin: 0;
		}
		
		.lifestyles .box .bd {
			padding: 0 1px;
			width: 979px;
		}
		
/*		.lifestyles.athlete .box .box {
			margin: 0 15px;
		}*/
		
		.lifestyles.athlete .box .box .bd {
			padding: 0 15px;
			width: 528px;
		}
		
		.lifestyles.athlete .box #leftCol .bd {
			padding: 0 15px;
			width: 335px;
		}
		
		.lifestyles.athlete .box #leftCol .ft {
			background: url(../img/athlete_left_ft.png);
		}
		
		.lifestyles.athlete .box #rightCol .ft {
			background: url(../img/athlete_right_ft.png);
		}
		
		.lifestyles.athlete .box #rightCol .bd {
			padding-top: 15px;
		}

	.box .box {
		width: 945px;
		overflow: none;
		margin: 8px;
		background: none;
		display: inline;
	}
	
	.athlete .box .box {
		width: auto;
	}
	
	.athlete #leftCol {
		width: 367px;
		float: left;
		display: inline;
		margin: 0 0 0 15px;
	}

		#leftCol img {
			margin: 15px 0;
		}
	
	#rightCol {
		float: right;
		width: 500px;
		position: relative;
	}
	
		.lifestyles #rightCol {
			width: 560px;
			margin: 10px 15px;
		}
		
		.lifestyles #rightCol .bd {
			padding: 0 15px;
		}


		* html .athlete .box .bd {
			width: 989px;
		}

.box .ft {
	height: 15px;
	display: block;
	background: url(../img/box_ft.png) no-repeat;
	clear: both;
	width: 100%;
	bottom: 0;
	left: 0px;
}

	.box .box .ft {
		height: 6px;
		background: url(../img/dealers_ft_bg.gif) no-repeat;
	}

.box.error .bd {
	text-align: center;
	width: 976px;
}

.error .useful {
	width: 550px;
	margin: 100px auto;
	text-align: left;
}

.error .useful img {
	float: left;
}

.error .useful div {
	float: left;
	line-height: 30px;
	font-size: 16px;
	margin-left: 35px;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

	.box h1 {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 8px;
	}

.box div.hd {
	background: url(../img/box_hd.gif) 50% 0 no-repeat;
	line-height: 32px;
	font-size: 18px;
	left: -1px;
	color: #fff;
	text-align: center;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

#dealersList {
	clear: both;
	width: 100%;
	float: left;
	overflow: auto;
}

	.box div.hd.clean {
		background: url(../img/box_hd_clean.png) no-repeat;
		line-height: 10;
		font-size: 0px;
		height: 9px;
		color: #fff;
		position: relative;
		left: 0;
		text-align: center;
	}
	
	.box .box .hd {
		margin: -1px -1px 8px -1px;
	}
	
		.lifestyles .box .box .hd,
		.info .box .box .hd,
		.signup .box .box .hd {
			margin: 0;
		}

	.box .hd h1 {
		padding-left: 30px;
		width: auto;
		display: inline;
		line-height: 32px;
		margin: 0 auto;
		background: url(../img/logo_18x18.png) no-repeat 0 50%;
	}
	
		.box .hd h2 {
			line-height: 33px;
			margin: 0;
			padding: 0 15px;
			text-align: left;
			color: #fff;
			font-size: 14px;
		}

		div.product {
			margin: 15px 4px 25px 0;
			float: left;
			display: inline;
			width: 173px;
			border: 0;
			position: relative;
			height: 160px;
			*height: 200px;
		}
		
		div.product p {
			margin: 0;
		}
		
		
		div.product p.coming_soon {
			font-size: 10px;
		}
		
		div.product p.release_date {
			font-size: 10px;
		}
		

		div.product img {
			display: block;
			font-size: 12;
			color: #DBDBDB;
			text-align: center;
			line-height: 40px;
			overflow: hidden;
			margin: 10px auto;
		}
		
		div.product span.price {
			text-align: right;
			float: right;
			color: #E33C3B;
			font-size: 12px;
			line-height: 18px;
			margin-right: 5px;
		}
		
		div.product a {
			color: #333;
			font-weight: bold;
		}
		
		div.product a.img_wrapper {
			text-align: center;
			padding: 1px 3px;
			background: url(../img/product_background_white.png) no-repeat;
			width: 166px;
			height: 120px;
			display: block;
		}
		
		div.product a.img_wrapper.current {
			background: url(../img/product_background_white_red.png) no-repeat;
		}
		
		.lifestyles div.product {
	     	width: 193px;	
		}
		
		.lifestyles div.product a.img_wrapper {
			width: 186px;
			background: url(../img/product_background_white_wide.png) no-repeat;	
		}

		div.favorite,
		div.remove {
			display: inline;
			float: left;
			width: auto;
			text-align: left;
			background: url(../img/add_button_v2.gif) no-repeat;
		}

			div.favorite a,
			div.remove a {
				display: block;
				color: #fff;	
				width: 85px;
				padding: 0 8px 0 8px;
				line-height: 20px;
				font-size: 10px;
				font-weight: normal;
				text-transform: uppercase;
				white-space: nowrap;
/*				background: url(../img/add.png) 97% 50% no-repeat;*/
			}

			div.remove a {
				background: url(../img/remove.png) 97% 50% no-repeat;
			}

		
		#products {
			overflow: auto;
		}
		
		#products h1 {
			line-height: 27px;
			padding-left: 32px;
			background:  url(../img/logo_18x18.png) 0 50% no-repeat;
			font-size: 20px;
			padding-top: 2px;
			float: left;
			display: inline;
			width: 700px;
		}
		
			#products a.view {
				float: right;
				display: inline;
				color: #fff;
				padding-left: 24px;
				line-height: 24px;
				margin-top: 5px;
				width: 137px;
				font-size: 12px;
				background: url(../img/view_button.png) 0 0 no-repeat;
			}
			
		.contact .box form {
			margin: 1em 0;
		}
		
		.lifestyles div.product.last {
			margin-right: 0;
			width: 188px;
		}
		
		.lifestyles div.product a.img_wrapper {
			width: 184px;
		}
		
.contact address {
	background: #F7F7F7;
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 10px 15px;
	margin: 15px 0;
}

strong {
	font-weight: bold;
}

#dealerFilter {
	float: left;
	display: inline;
}

.message {
	float: right;
	display: inline;
	width: 500px;
	background: #F7F7F7;
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 10px 10px;
	margin: 10px 15px;
	font-size: 11px;
}

	.signup .message {
		float: none;
		display: block;
		margin: 10px 0;
	}
	
	.message h2 {
		margin: 0 0 0.5em 0;
	}
	
	.message p {
		margin: 0;
	}

.box .bd.dragon {
	padding-right: 400px;
}

.dealers h2 {
	clear: both;
}

.col {
	width: 33%;
	float: left;
	display: inline;
}

#team {
	clear: both;
	margin-top: 7px;
}

#team_flow {
	height: 343px;
	width: 976px;
/*	background: url(../img/global_team_placeholder.png);*/
}

/* Athlete Lists */
#team_list ul {
	float: left;
	display: inline;
	width: 234px;
	margin: 0 3px 10px 0;
	margin: ;
}

#team_list {
	padding: 10px;
}


#team_list ul {
	margin-bottom: 15px;
}

#team_list ul.last {
	margin-right: 0;
}

#team_list ul li a {
	display: inline;
	float: left;
	clear: left;
	width: 208px;
	font-size: 14px;
	color: #666;
	margin-bottom: 2px;
	padding: 5px 8px;
	background: #ededed;
	-moz-border-radius: 2px;
}

	#team_list ul li {
		clear: left;
	}

	#team_list ul li a:hover {
		background: #ccc;
	}

	#team_list ul li.active a {
		background: #8a8a8a;
		color: #fff;
	}
	
			#team_list ul li.active a{
				color: #fff;
			}

	#team_list ul li.hd {
		background: none;
		font-weight: bold;
		color: #333;
		font-size: 15px;
		padding: 6px;
		display: inline;
	}

	.box .watermark .bd {
		background: url(../img/watermark.gif) no-repeat 100% 0;
		width: 941px;
	}
	
	.signup .box .watermark .bd {
		width: 913px;
	}

#breadcrumb {
	clear: both;
	margin:  8px 0;
	color: #282828;
	font-size: 22px;
	height: 20px;
}

	.campaign #breadcrumb {
		margin-bottom: 7px;
	}

	#breadcrumb h1 {
		font-size: 24px;
		margin: 0 8px;
	}

#breadcrumb * {
	display: inline;
	color: #282828;
	font-weight: bold;
}

	#breadcrumb .sep {
		color: #999999;
		font-weight: normal;
		margin: 0 10px 0 0;
	}
	
	#breadcrumb h2 {
		font-size: 18px;
	}
	
	#breadcrumb h4 {
		font-size: 14px;
	}


ul {
	margin:0;
	padding:0;
}

/**************************************************************
 * CORNERS																										*
***************************************************************/

.tl {
	position: absolute;
 	top: 0;
 	left: 0;
 	height: 6px;
 	width: 6px;
 	font-size: 1px;
 	background: url(../img/corners/product_feature_tl.png) bottom left no-repeat;
 	z-index: 999;
}
 
.tr {
 	position: absolute;
 	top: 0;
 	right: 0;
 	height: 6px;
 	width: 6px;
 	background: url(../img/corners/product_feature_tr.png) bottom left no-repeat;
 	font-size: 1px;
 	z-index: 999;
}
 
.bl {
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	height: 6px;
 	width: 6px;
 	font-size: 1px;
 	line-height: 1px;
 	background: url(../img/corners/product_feature_bl.png) bottom left no-repeat;
 	z-index: 999;
}
 
.br {
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	height: 6px;
 	width: 6px;
 	font-size: 1px;
 	background: url(../img/corners/product_feature_br.png) bottom left no-repeat;
 	z-index: 999;
}


.signup form {
	width: 500px;
}

.signup form dt {
	float: left;
	width: 140px;
	text-align: left;
	clear: left;
	line-height: 20px;
}

.signup form dd {
	margin-bottom: 1em;
}

.signup form dd#interestsList {
	clear: both;
	width: 300px;
	height: 4em;
}

.signup form dd#interestsList label {
	margin-right: 10px;
	line-height: 20px;
	float: left;
/*	width: 50px;*/
}

.signup form dd#interestsList input {
	margin: 2px 5px 2px 0;
	float: left;
}

.signup form ul.errors {
	margin-left: 120px;
	line-height: 16px;
}

/*.signup form select {
	font-size: 10px;
	float: left;
	margin: 10px 5px 0 0;
}*/

.errors li {
	color: #E33C3B;
}

#global_message {
	background-color:#b81212;
	border: 3px solid #990000;
	color:white;
	font-size:12px;
	left:270px;
	padding:3px 10px;
	position:absolute;
	text-align:center;
	top:81px;
	width:400px;
	z-index:999;
}


