@charset "utf-8";
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* GLOBAL
*************************************************************************************/
body {
	margin: 0;
	padding:0;
	color:#334458;
	font:normal normal 13px/150% Arial, Helvetica, sans-serif;
	background:#D0DADF url(../images/bg_body.jpg) repeat-x 0 0;
}
a, a:link, a:visited {
	color:#6e9ab0;
	text-decoration:none;
}
a:focus, a:hover {
	color:#F7A01B;
	text-decoration:none;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.bullet {
/*margin:0 0 0 15px;*/
}
ul.bullet li {
	padding:0 0 7px 15px;
	background:transparent url('../images/bg_bullet.gif') no-repeat 0 0;
	line-height:13px;
}
img {
	margin:0;
	padding:0;
	border:none;
}
h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	line-height:normal;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
p {
	margin:0;
	padding:0 0 1em;
}
p.noPadding {
	padding-bottom:0;
}
p.divider {
	padding:5px 0 10px;
	height:3px;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.floatLeft {
	float:left;
	margin:0;
	padding:0 1em 1em 0;
}
.floatRight {
	float:right;
	margin:0;
	padding:0 0 1em 1em;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.tB {
	font-weight:bold;
}
.tI {
	font-style:italic;
}
.tN {
	font-weight:normal;
}
.tU {
	text-decoration:underline;
}
.lhN {
	line-height:normal;
}
/* removes object border from flash */
object {
	outline:none;
}
/* allow for .png support for IE */ 
img, div, a, li {
	behavior: url(../js/iepngfix/iepngfix.htc);
}
/* GLOBAL
*************************************************************************************/
#container {
	position:relative;
	width:960px;
	padding:0;
	margin: 0 auto;
}
/* Header
*************************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:70px;
	background:url('../images/bg_header.png') no-repeat center bottom;
	z-index:3;
}
#logo {
	padding:13px 0 0 10px;
}
/* Navigation
*************************************************************************************/
#nav_main {
	position:absolute;
	width:772px;
	left:188px;
	top:0;
	padding:0;
	z-index:999;
	background:url('../images/bg_navigation.png') no-repeat 83px 0;
}
#cssdropdown li.headlink {
	float: left;
	text-align: center;
	padding:41px 0 0;
}
#cssdropdown li.headlink a {
	display: block;
	outline:0;
}
#cssdropdown li.headlink a.level1 {
	display:block;
	height:28px;
	text-indent:-9999px;
}
#cssdropdown li.headlink#nm_home a.level1 {
	width: 42px;
	background:transparent url('../images/bg_nm_home.png') no-repeat center 0;
	padding:0 20px;
}
#cssdropdown li.headlink#nm_gear a.level1 {
	width: 70px;
	background:transparent url('../images/bg_nm_gear.png') no-repeat center 0;
	padding:0 20px;
}
#cssdropdown li.headlink#nm_new a.level1 {
	width: 114px;
	background:transparent url('../images/bg_nm_new.png') no-repeat center 0;
	margin:0 20px;
}
#cssdropdown li.headlink#nm_info a.level1 {
	width: 128px;
	background:transparent url('../images/bg_nm_info.png') no-repeat center 0;
	margin:0 20px;
}
#cssdropdown li.headlink#nm_dealer a.level1 {
	width: 120px;
	background:transparent url('../images/bg_nm_dealer.png') no-repeat center 0;
	margin:0 20px;
}
#cssdropdown li.headlink#nm_home a.level1:hover, #cssdropdown li.headlink#nm_gear a.level1:hover, #cssdropdown li.headlink#nm_new a.level1:hover, #cssdropdown li.headlink#nm_info a.level1:hover, #cssdropdown li.headlink#nm_dealer a.level1:hover, #cssdropdown li.headlink#nm_gear a.level1:focus, #cssdropdown li.headlink#nm_new a.level1:focus, #cssdropdown li.headlink#nm_info a.level1:focus, #cssdropdown li.headlink#nm_dealer a.level1:focus {
	background-position:center -28px;
}
body#home-page #cssdropdown li.headlink#nm_home a.level1, body#new-page #cssdropdown li.headlink#nm_new a.level1, body#gear-page #cssdropdown li.headlink#nm_gear a.level1, body#dealer-page #cssdropdown li.headlink#nm_dealer a.level1, body#info-page #cssdropdown li.headlink#nm_info a.level1 {
	background-position:center -56px;
}
/* Child lists and links */
	#cssdropdown li.headlink ul {
	display: none;
	text-align: center;
	font:normal normal 13px/13px Arial, Helvetica, sans-serif;
	background:#202224;
}
#cssdropdown li.headlink:hover ul {
	display: block;
}
#cssdropdown li.headlink ul li a {
	color:#FFF;
	padding:7px 0;
	margin:0;
	text-decoration:none;
	background:#202224;
	text-indent:0;
}
#cssdropdown li.headlink ul li a:hover, #cssdropdown li.headlink ul li a:focus {
	background: #ffae00;
}
#icons {
	padding:28px 0 0;
	text-align:right;
}
ul#icons li {
	float:right;
	width:24px;
	padding-left:7px;
}
/* Main
*************************************************************************************/
#contentMain {
	position:relative;
	width:960px;
	margin:0;
	padding:0;
	background:transparent url('../images/bg_shadow.png') no-repeat center 220px;
}
/* Custom - Home Page
*************************************************************************************/
body#home-page {
	background:#202223 url('../images/bg_body_home.jpg') repeat-x 0 0;
}
body#home-page #contentMain {
	background-position:center 400px;
}
/* HERO SLIDER
**********************************************/
/*--Main Container--*/
.hero-slider {
	position: relative;
	overflow:hidden;
	margin:0;
	padding:0;
}
/*--Window/Masking Styles--*/
.window {
	height:400px;
	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0;
	left: 405px;
	width: 150px;
	height:32px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 36px;
	background: url('../images/bg_paging.png') no-repeat 0 0;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 2px 5px;
	text-decoration: none;
	color: #202223;
	margin:0 3px;
}
.paging a.active {
	font-weight: bold;
	background: #ffaf00;
	color:#FFF;
}
.paging a:hover {
	font-weight: bold;
}
#mini-bar {
	position:relative;
	padding:25px 0 10px;
}
#flash_timer {
	width:200px;
	position:absolute;
	right:0px;
	top:0;
	height:52px;
	margin:0;
	background:url('../images/bg_timer.png') no-repeat 0 bottom;
}
#promo-container {
	background:url('../images/bg_promo.png') no-repeat center 0;
	padding:20px 0 10px;
}
#promo-1 {
	float:left;
	width:307px;
	margin:0 20px 0 0;
	padding:0;
}
#promo-2 {
	float:left;
	width:306px;
	margin:0 20px 0 0;
}
#promo-3 {
	float:left;
	width:307px;
	padding:0;
}
/* Sub Pages
*************************************************************************************/
.hero {
	background:transparent url('../images/bg_newyork.jpg') no-repeat 0 0;
	height:25px;
	text-align:right;
	padding:195px 15px 2em 0;
}
.colSub {
	float:right;
	width:300px;
	padding:15px 0 0;
	margin:0;
	background:transparent url('../images/bg_colSub-trans.png') no-repeat 0 0;
}
.colSub a, .colSub a:visited {
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
.colSub a.active {
	color:#3B3B3B;
}
.colSub h2 {
	margin:0;
	padding:0;
}
/* Products
*************************************************************************************/
.categoryTitle h2 {
	font-size:30px;
	font-weight:normal;
	padding:0 0 1em;
}
#colNav {
	float:left;
	width:190px;
	margin:0 70px 0 0;
	padding:18px 0 0;
}
#colNav h2 {
	margin:0;
	padding:0 0 5px;
}
#colNav ul {
	margin:0 0 1em;
	padding:0 0 1em 10px;
	background:url('../images/divider_horizontal.gif') repeat-x 0 bottom;
}
#colNav ul li {
	padding:0;
	font-style:italic;
	font-size:12px;
}
#colNav a, #colNav a:visited {
	xcolor:#6E9AB0;
}
#colNav a:hover, #colNav a:focus, #colNav a.active {
	xcolor:#F7A01B;
}
#productContainer {
	position:relative;
	float:left;
	width:690px;
	margin:0;
	padding:20px 0 0;
}
#productContainer div.singleProduct {
	float:left;
	width:150px;
	height:180px;
	text-align:center;
	line-height:normal;
	background-color:#eef2f4;
	z-index:1000;
	margin: 0 15px 15px 0;
	border:1px solid #F7F7F7;
}
#productContainer div.productThumbDiv {
	background-color: #FFFFFF;
	padding:5px 0;
}
#productContainer div.singleProduct h3 {
	text-transform:uppercase;
	padding: 5px 10px;
	font-size: 11px;
}
#productContainer div.singleProduct h3 a {
	xcolor:#334458;
}
#productContainer div.singleProduct h3 a:hover {
	xcolor:#006468;
}
/* Dealer List
*************************************************************************************/
.colSub#dealers {
	float:left;
	width:170px;
	padding:0;
	margin:0 20px 0 0;
}
ul.dealers {
	float:left;
	width:200px;
	margin:0;
	padding:0 10px 0 0;
	font-size:12px;
}
ul.dealers li {
	padding:5px 0;
	margin:0 0 10px 0;
	line-height:normal;
}
.retailer_name a {
	font-weight:bold;
}
.highlight {
	background-color:#cd7744;
}
#floatShop {
	float:right;
	width:310px;
}
#floatShop img {
	margin:0 0 7px;
}
/* New
*************************************************************************************/
body#new-page .floatLeft {
	width:630px;
	padding:0;
}
.colSub#footwear {
	width:270px;
}
.colSub#footwear h2 {
	padding:0 0 1em;
}
.colSub#footwear ul li {
	padding:0 0 15px;
}
.colSub#footwear ul li p {
	font-size:85%;
	padding:0 0 0 7px;
	line-height:16px;
}
a.block, a.block:link, a.block:visited {
	float:left;
	display:block;
	padding:4px 5px;
	margin:0 15px 0 0;
	font-size:12px;
	background-color:#7C8FA7;
	color:#EBE0B3;
	line-height:normal;
}
a.block:hover, a.block:focus {
	background-color:#A7B2B8;
}
/* Cheer
*************************************************************************************/
.floatMarker {
	padding:0 0 20px;
}
.floatMarker img {
	float:left;
	padding:0 1em 0 0;
}
.floatMarker p {
	padding:0;
}
.floatMarker h3 {
	color:#6e9ab0;
	font-size:14px;
	text-transform:none;
}
.floatMarker h3 em {
	font-style:italic;
	text-transform:none;
	font-size:12px;
}
/* Downloads/Info
*************************************************************************************/
#yt_videos{
	float:left;
	width:670px;
}
ul#download_ads li {
	float:left;
	padding:0 53px 1em 0;
	text-align:center;
}
ul#download_ads li.last{
	padding:0 0 1em;
}
ul#download_ads img {
	display:block;
	margin:0 0 0.5em 0;
}
ul#download_ads strong {
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
}
/* Footer
*************************************************************************************/
#footer {
	margin:0;
	padding:0;
	border-top:1px solid #FFF;
	color:#CFD7DA;
	background:#202223 url(../images/bg_shadow.png) no-repeat center 0;
}
#contentFooter {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:20px 0 5px;
	background:url(../images/ftr_cityscape.png) no-repeat center bottom;
}
ul.htmlNav {
	float:left;
	margin:0;
	padding:0;
	width:550px;
}
ul.htmlNav li {
	padding:0 0 1em;
	margin:0;
	white-space:nowrap;
}
ul.htmlNav li:last-child {
	padding-bottom:0;
}
ul.htmlNav li ul li {
	display:inline;
	float:left;
	width:170px;
	font-size:14px;
	padding:0;
}
ul.htmlNav li ul li ul li {
	font-size:11px;
	padding:0 0 0 10px;
	line-height:16px;
	background:url('../images/bg_bullet.png') no-repeat 1px center;
}
ul.htmlNav a:link, ul.htmlNav a:visited {
	color:#cfd7da;
}
ul.htmlNav a:hover, ul.htmlNav a:focus {
	color:#FFF;
}
ul.htmlNav li#nf_new a, ul.htmlNav li#nf_new a:visited a:visited {
	display:block;
	text-indent:-9999px;
	background:transparent url('../images/ftr_nav_newfootwear.png') no-repeat 0 0;
	height:13px;
	width:131px;
}
ul.htmlNav li#nf_dealer a, ul.htmlNav li#nf_dealer a:visited a:visited {
	display:block;
	text-indent:-9999px;
	background:transparent url('../images/ftr_nav_dealerlisting.png') no-repeat 0 0;
	height:12px;
	width:131px;
}
ul.htmlNav li#nf_new a:hover, ul.htmlNav li#nf_new a:focus, ul.htmlNav li#nf_dealer a:hover, ul.htmlNav li#nf_dealer a:focus {
	background-position:0 -13px;
}
#twitter_feed {
	float:right;
	width:350px;
	top:20px;
	right:0;
}
#twitter_feed h3 {
	padding:0 0 0.5em;
}
#twitter_feed ul li {
	line-height:normal;
	font-size:85%;
	padding:0.5em 0;
	background:url('../images/divider_twitter.gif') repeat-x 0 bottom;
}
#twitter_feed a:link, #twitter_feed a:visited {
	color:#F7A01B;
}
#twitter_feed a:hover, #twitter_feed a:focus {
	color:#FFF;
}
#copyright {
	padding:1em 0 0;
	font-size:11px;
}

