/* Reset
------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	background: #FFF;
	color: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* end Reset */

body {
	background: url(/_images/wood_bg_lg.jpg) repeat;
	color: #383838;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Sans-serif;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6, a, strong {
	font-weight: bold;
}
a {
	color: #383838;
	text-decoration: none;
}
#container {
	background: url(/_images/container_bg.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 40px 60px;
	width: 916px; /* 996 - 80 padding */
}
#headerBg {
	background: url(/_images/header_bg.png) repeat-x;
	height: 138px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#header {
	height: 138px;
}
#header #logo a, #header #subscribe a, #header #newsletterForm {
	display: inline;
	position: relative;
	z-index: 1000;
}
#header #logo a {
	background: url(/_images/alpine_sprite.png) no-repeat 0px 0px;
	float: left;
	height: 137px;
	margin-left: -10px;
	width: 404px;
}
#header #subscribe a {
	background: url(/_images/alpine_sprite.png) no-repeat -410px 0px;
	float: right;
	height: 100px;
	margin-top: 20px;
	width: 285px;
}
#header #newsletterForm {
	display: none;
	float: right;
	height: 100px;
	margin-top: 20px;
	width: 285px;
}
#footerBorder {
	background: url(/_images/alpine_sprite.png) no-repeat 0px -530px;
	height: 10px;
	margin: 0 auto;
	width: 956px;
}
#footerBg {
	background: url(/_images/footer_bg.png) repeat-x;
	height: 231px;
	position: relative;
	overflow: hidden;
	bottom: -13px;
	margin-top: -60px;
	width: 100%;
	z-index: -1;
}
#footer {
	background: url(/_images/alpine_sprite.png) no-repeat 0px -550px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	top: 70px;
	width: 956px;
}

/* navigation */
ul#nav {
	margin: 0 0 2em 10px;
	width: 100%;
}
ul#nav, ul#nav li, ul#nav li a {
	float: left;
}
ul#nav li a {
	height: 48px;
}
ul#nav li ul {
	display: none;
}
ul#nav li#skate a { 
	background: url(/_images/alpine_sprite.png) no-repeat 0px -138px;
	width: 179px;
}
ul#nav li#skate a:hover, ul#nav li#skate:hover a {
	background-position: 0px -800px;
}
ul#nav li#snow a { 
	background: url(/_images/alpine_sprite.png) no-repeat -179px -138px;
	width: 149px;
}
ul#nav li#snow a:hover, ul#nav li#snow:hover a {
	background-position: -179px -800px;
}
ul#nav li#ski a { 
	background: url(/_images/alpine_sprite.png) no-repeat -328px -138px;
	width: 116px;
}
ul#nav li#ski a:hover, ul#nav li#ski:hover a {
	background-position: -328px -800px;
}
ul#nav li#water a { 
	background: url(/_images/alpine_sprite.png) no-repeat -444px -138px;
	width: 128px;
}
ul#nav li#water a:hover, ul#nav li#water:hover a {
	background-position: -444px -800px;
}
ul#nav li#clothing a { 
	background: url(/_images/alpine_sprite.png) no-repeat -572px -138px;
	width: 148px;
}
ul#nav li#clothing a:hover, ul#nav li#clothing:hover a {
	background-position: -572px -800px;
}
ul#nav li#about a { 
	background: url(/_images/alpine_sprite.png) no-repeat -719px -138px;
	width: 179px;
}
ul#nav li#about a:hover, ul#nav li#about:hover a {
	background-position: -719px -800px;
}
/* drop down navigation */
ul#nav li {
	position: relative;
	z-index: 999;
}
ul#nav li:hover, ul#nav li.sfHover, ul#nav li a:active, ul#nav li:hover a, ul#nav li.sfHover a {

}
ul#nav li ul {
	background: url(/_images/drop_down_bg.png);
	border: 2px solid #4ac7e6;
	border-top: none;
	display: none;
	position: absolute;
	left: 1px;
	padding-top: 44px;
	top: 0px;
	width: 165px;
	z-index: -1;
}
ul#nav li#skate ul {
	left: 6px;
	/*width: 165px;*/
}
ul#nav li#snow ul {
	left: 2px;
	/*width: 139px;*/
}
ul#nav li#ski ul {
	/*width: 107px;*/
}
ul#nav li#water ul {
	/*width: 119px;*/
}
ul#nav li#clothing ul {
	/*width: 139px;*/
}
ul#nav li ul li {
	background: none;
	border: none;
	color: #4ac7e6;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	text-transform: uppercase;
	width: 100%;
}
ul#nav li ul li.header {
	border-bottom: 1px dotted #383838;
	line-height: 1.4;
	margin: 0 4% 2px;
	width: 92%;
}
ul#nav li ul li.header.last {
	margin-top: 12px;
}
ul#nav li ul li a, ul#nav li:hover li a, ul#nav li.sfHover li a,
ul#nav li#skate ul li a, ul#nav li#snow ul li a, ul#nav li#ski ul li a, ul#nav li#water ul li a, ul#nav li#clothing ul li a, ul#nav li#about ul li a {
	background: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 1.2;
	padding: 4px 0;
	text-indent: 4%;
	width: 100%;
}
ul#nav li ul li a:focus, ul#nav li ul li a:hover,
ul#nav li#skate ul li a:hover, ul#nav li#snow ul li a:hover, ul#nav li#ski ul li a:hover, ul#nav li#water ul li a:hover, ul#nav li#clothing ul li a:hover, ul#nav li#about ul li a:hover {
	background-image: none;
	/*background-color: #fff;*/
	color: #3d3d3d;
}

/* Home Page - Misc */
#blogContent, #twitter_update_list {
	display: none;
}
#feature, #feature #featureItem, #products, #products ul, #products ul li, #products ul li a, #blog,
ul#socialMedia li, ul#socialMedia li a {
	display: inline;
	float: left;
}
#shopInfo, #twitter, ul#socialMedia, #adSpace {
	clear: right;
	display: inline;
	float: right;
}
#shopInfo, #twitter, #adSpace {
	width: 285px;
}

/* feature section */
#feature, #blog {
	max-width: 610px;
}
#feature #featureItem {
	background: #fff;
	padding: 11px;
	height: 278px;
	width: 496px;
}
#feature #featureItemBg {
	background: url(/_images/feature_bg.jpg) no-repeat;
	height: 278px;
	width: 496px;
}
#feature #featureItem p {
	display: none;
}
/*#feature #featureItem embed, #feature #featureItem img {
	border: 1px solid #c2c2c2;
}*/
#feature #whatsNew {
	background: url(/_images/alpine_sprite.png) no-repeat 0px -208px;
	float: right;
	height: 300px;
	width: 84px;
}

/* products section */
#products {
	clear: both;
	width: 100%;
}
#productsTop, #productsMain, #productsBottom {
	background: url(/_images/alpine_sprite.png) no-repeat 0px -712px;
	float: left;
	height: 49px;
	position: relative;
	left: -8px;
	width: 930px;
}
#productsTop a#tradeIn {
	display: inline;
	float: right;
	height: 30px;
	margin: 10px 20px 0 0;
	width: 140px;
}
#productsMain {
	background: url(/_images/products_main_bg.png) repeat-y;
	height: auto;
	overflow: hidden;
}
#productsBottom {
	background-position: 0px -776px;
	clear: both;
	height: 21px;
}
#products ul {
	background: #d4d3d2 url(/_images/products_gradient_bg.jpg) repeat-x;
	border: 1px solid #c2c2c2;
	margin-left: 20px;
	padding: 6px 0 6px 2px;
	width: 884px;
}
#products ul li {
	padding: 0 1px 0 0;
	text-align: center;
}
#products ul li h3 {
	color: #383838;
	font-size: 1.2em;
	font-weight: normal;
}
#products ul li span {
	color: #df4395;
	font-size: 1.6em;
	font-weight: normal;
}
#products ul li a:hover span {
	text-decoration: underline;
}
#products #shopMore {
	font-size: 1.4em;
	float: right;
}

/* shopInfo */
#shopInfo {
	background: url(/_images/alpine_sprite.png) no-repeat -670px -197px;
	height: 135px;
	padding: 194px 20px 0;
	position: relative;
	top: -22px;
	width: 245px;
}
#shopInfo dl, #shopInfo dt, #shopInfo dd {
	float: left;
	font-size: 1.2em;
	line-height: 1.4;
}
#shopInfo dl {
	border-bottom: 1px dotted #383838;
	margin-bottom: 0.5em;
	width: 242px;
}
#shopInfo dt {
	text-transform: uppercase;
	width: 178px;
}
#shopInfo dd {
	color: #df4395;
	width: 64px;
}
#shopInfo #address, #shopInfo #telephone {
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	width: 120px;
}
#shopInfo #address a:hover {
	color: #df4395;
}
#shopInfo #telephone {
	text-align: right;
}

/* blog */
#blog h2 {
	background: url(/_images/alpine_sprite.png) no-repeat -100px -210px;
	height: 52px;
	width: 278px;
}
#blog #blogContent {
	float: left;
}
#blog #post {
	font-size: 1.3em;
}
#blog #post a img {
	display: block;
}
#blog #moreBlog {
	clear: both;
	float: right;
	font-size: 1.2em;
}

/* twitter */
#twitter {
	background: url(/_images/alpine_sprite.png) no-repeat -380px -189px;
	height: 341px;
	position: relative;
}
#twitter_update_list {
	color: #fff;
	height: 195px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 80px;
	width: 230px;
}
#twitter_update_list li {
	border-top: 2px dotted #6e6e6e;
	padding: 2px 0;
}
#twitter_update_list li.first {
	border: none;
	padding-top: 0;
}
#twitter_update_list li span, #twitter_update_list li span a {
	font-size: 13px;
}
#twitter_update_list li span a {
	color: #ff0487;
	font-weight: normal;
}
#twitter_update_list li a {
	color: #38cdff;
	font-size: 12px;
}
#twitterLinkback {
	display: block;
	height: 50px;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* social media */
ul#socialMedia {
	clear: right;
	display: inline;
	margin: 4px 4px 4em 0;
}
ul#socialMedia li a {
	height: 35px;
	margin-right: 4px;
	width: 35px;
}
#twitterIcon {
	background: url(/_images/alpine_sprite.png) no-repeat -100px -275px;
}
#myspaceIcon {
	background: url(/_images/alpine_sprite.png) no-repeat -134px -275px;
}
#facebookIcon {
	background: url(/_images/alpine_sprite.png) no-repeat -171px -275px;
}
#youtubeIcon {
	background: url(/_images/alpine_sprite.png) no-repeat -207px -275px;
}
#bloggerIcon {
	background: url(/_images/alpine_sprite.png) no-repeat -242px -275px;
}
#vimeoIcon {
	background: url(/_images/alpine_sprite.png) no-repeat -277px -275px;
}
#lastfmIcon {
	background: url(/_images/alpine_sprite.png) no-repeat -312px -275px;
}

/* advertisement */
#adSpace {
	clear: both;
}
#adSpace h2 {
	color: #ff0487;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-bottom:8px;
}

/* generic classes */
.hide {
	position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.moreLink {
	color: #ff0487;
	text-transform: uppercase;

}
.moreLink:hover {
	color: #207bc1;
}
.shadow {
	-moz-border-image: url(/_images/shadow.png) 10 round;
	-webkit-border-image: url(/_images/shadow.png) 10 round;
	border: 9px;
}