/*

*/

body{
	margin:0;
	width:100%;
	height:100%;
	overflow:auto;
	color:#ffffff;
	background: url(../img/bg/moment-snow-skis.jpg) fixed #000000;
	font:normal 100% "Century Gothic", Helvetica, Arial, sans-serif;
	text-align:left;
}

/********************************************************************************
 Layout and Grid
********************************************************************************/

/* Overall app wrapper - everything is contained within */
#application{
	width:100%;
	position:relative;
	min-height:400px;
	min-width:990px;
	z-index:6000;
	padding-bottom:50px;
}

#img_container{
	position:absolute;
	left:0px;
	top:0px;
	z-index:5000;
	height:100%;
	width:100%;
	overflow:hidden;
}

#img_container.loader{
	background:url(../img/ajax-loader1.gif) no-repeat center;
}
#bg{
	z-index:5000;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	overflow:hidden;
}
#header{
	position:relative;
	height:70px;
	margin-bottom:50px;
	width:100%;
	z-index:5000;
}
#footer{
	position:fixed;
	z-index:10000;
	margin-top:10px;
	bottom:0;
	height:30px;
	width:100%;
	text-transform:uppercase;
	font:normal 75% "Century Gothic", Helvetica, Arial, sans-serif;
}
#sidebar{
	float:left;
	position:relative;
	padding:15px;
	width:120px;
	background:url(../img/sidebar.png) right top repeat-y;
}

#newsbar{
	float:left;
	position:relative;
	padding:15px;
	width:625px;
	background:url(../img/opacity.png) repeat;
	top:460px;
}
#sub_nav{
	position:absolute;
	top:90px;
	left:0;
	height:50px;
	width:100%;
}
#content{
	float:left;
	margin-left:40px;
	position:relative;
	color:#000000;
	background:url(../img/opacity.png) repeat;
	width:740px;
}
#content-wide{
	float:left;
	margin-left:40px;
	position:relative;
	color:#000000;
	background:url(../img/opacity.png) repeat;
	width:825px;
}

#logo{
	margin-left:3px;
}
/********************************************************************************
 Header Nav
********************************************************************************/
#header_nav{
	position:absolute;
	right:0;
	top:20px;
	padding:10px 50px 3px 10px;
	text-align:right;
	color:#cccccc;
}
#header_nav a{
	text-transform:uppercase;
	font:normal 130% "Century Gothic", Helvetica, Arial, sans-serif;
	padding:3px 14px;
	letter-spacing:-.025em;
}
#header_nav li ul li a{
	text-transform:lowercase;
	background:url(../img/opacity.png);
	display:block;
	margin:0;
}
#header_nav a:link, #header_nav a:visited{
	color:#ffffff;
	text-decoration:none;
}
#header_nav a:hover, #header_nav a:active{
	color:#ffffff;
	background:#990000;
}

#header_nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:1;
}
ul#nav{
	margin:1px 0 0 1px;
}

#header_nav li { /* all list items */
	float: left;
	position: relative;
	border-right:1px solid #ffffff;
}
#header_nav li ul li{ /* second level list items */
	width:100%;
	border:none;
	position:relative
}
#header_nav li.last{ border:none; }

#header_nav li.last a:link, #header_nav li.last a:visited{
	color:#ffffff;
	text-decoration:none;
	background:#990000;
}
#header_nav li.last a:hover, #header_nav li.last a:active{
	color: #FFFFFF;
	background:#000000;
}

#header_nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 27px;
	padding-top:12px;
	left: -1px;
    width:125px;
    text-align:left;
	z-index:10;
	padding-bottom: 5px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#header_nav li:hover ul, #header_nav li.over ul { /* lists nested under hovered list items */
	display: block;
}


/********************************************************************************
 HTML Misc.
********************************************************************************/
.panel{
	background:url(../img/opacity.png);
}

img{
	border:none;
}

h1{
	font:normal 250% "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	word-spacing:.05em;
}

h2{
	font:normal 200% "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	word-spacing:.05em;
	background: #000;
}

h3{
	font:normal 170% "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	word-spacing:.05em;
}

#sidebar h2{
	font:normal 110% "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#888888;
	margin:0 0 6px 0;
	background: none;
	padding: 0px;
}

p{
	margin:0 0 20px 0;
	line-height:1.5em;
}

#sidebar p {
	margin-left: 15px;
}

a:link, a:visited{ 
color:#FFFFFF; text-decoration:underline;
}
a:hover, a:active{
color:#FFFFFF; text-decoration: none;
}

/********************************************************************************
 Sub-Page Entries
********************************************************************************/
.subpage_entry{
	width:715px;
	float:left;
	padding:0 10px 0 0;
	color:#ffffff;
	margin-right: 25px;
}

.skis{
padding-left:15px;
border-right: 1px solid #fff;
}
.skis-begin{
padding-left:15px;
border-right: 1px solid #fff;
}
.skis-end{
padding-left:15px;
}
.skis-head{
padding-left:10px;
padding-bottom: 10px;
padding-right: 10px;

}
.subpage_entry ul{
	margin:0 0 10px 0;
}
.subpage_entry ul li{
	font:normal 100% "Century Gothic", Helvetica, Arial, sans-serif;
	padding:2px 0;
}
.subpage_entry ul li a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.subpage_entry ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
	text-transform:uppercase;
}
#team img{
border:2px solid #fff;
margin: 0 7px 0 7px;
}
.interview{
font-size: 100%;
}
.small-text{
font-size: 80%;
}
.small{
font-size:75%;
}
.small-team{
font-size:100%;
text-transform:uppercase;
}


/********************************************************************************
 Product Entries
********************************************************************************/
.product_wrapper{
	margin-right:25px;
	padding:10px;
}
.product_entry{
	width:555px;
	float:left;
	padding:0 10px 0 0;
	color:#ffffff;
	margin-right: 25px;
}
#product_image_wrapper{
	float:right;
	width:100px;
	overflow:hidden;
	position:relative;
}
#product_image_wrapper_wide{
	float:right;
	width:105px;
	overflow:hidden;
	position:relative;
}
.product_image{
	width:100px;
	height:600px;
	color:#ffffff;
	position:relative;
}
.product_image img{
	display:block;
	margin:0 auto;
}
#product_image_nav{
	text-transform:lowercase;
	text-align:center;
	color:#ffffff;
}
a.pr_img_link:link,
a.pr_img_link:visited{
	text-decoration:none;
	color:#ffffff;
}
a.pr_img_link:hover,
a.pr_img_link:active,
a.pr_img_link.active{
	text-decoration:underline;
	color:#ffffff;
}

#product_tabs_nav{
	margin:0 0 15px 0;
	font-weight:bold;
}

.dimensions {
margin: 0px;
}
.dimensions td{
padding-left: 10px;
padding: 5px 5px 5px 10px;
}

a.pr_tb_link:link,
a.pr_tb_link:visited{
	text-decoration:none;
	color:#ffffff;
}
a.pr_tb_link:hover,
a.pr_tb_link:active,
a.pr_tb_link.active{
	text-decoration:underline;
	color:#ffffff;
}

a.buy_now:link,
a.buy_now:visited{
	font:normal 40% "Century Gothic", Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
	background:#990000;
	padding:2px 10px;
}
a.buy_now:hover,
a.buy_now:active{
	background:#000000;
	text-decoration:none;
	padding:2px 10px;
}

a.buy_now-big:link,
a.buy_now-big:visited{
	font:normal 80% "Century Gothic", Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
	background:#990000;
	padding:2px 10px;
}
a.buy_now-big:hover,
a.buy_now-big:active{
	background:#000000;
	text-decoration:none;
	padding:2px 10px;
}

/********************************************************************************
 Footer
********************************************************************************/
#footer form{
	padding:4px 10px 0 10px;
}
#footer_social{
	position:relative;
	float:left;
	left:0px;
	text-align:right;
	width:80px;
	height:26px;
	padding-top:3px;
}
#footer_social img{
padding-left:2px;
padding-right:2px;
}
#footer_nav{
	position:absolute;
	right:40px;
	text-align:right;
	width:315px;
	height:23px;
	padding-top:7px;
}
#footer_nav a{
	text-transform:uppercase;
	font:normal 100% "Century Gothic", Helvetica, Arial, sans-serif;
	padding:3px 1px;
	letter-spacing:-.025em;
}
#footer_nav a:link, #footer_nav a:visited{
	color:#ffffff;
	text-decoration:none;
}
#footer_nav a:hover, #footer_nav a:active{
	color:#ffffff;
	text-decoration:underline;
}

/********************************************************************************
 Newsletter
********************************************************************************/
#newsletter{
	position:absolute;
	left:78px;
	width:400px;
	height:30px;
}
.newsletter_title{
	float:left;
	height:18px;
	padding:2px 10px;
}
.newsletter_input{
	border:none;
	padding:2px;
	margin:0;
	background:#000000;
	border:1px solid #cccccc;
	color:#999999;
	height:14px;
	width:150px;
	float:left;
	font-size:1em;
}
.newsletter_submit{
	float:left;
	margin-left:2px;
}


/********************************************************************************
 Sidebar Menu
********************************************************************************/
#sidebar ul{
	margin:0 0 10px 0;
}
#sidebar ul li{
	font:normal 90% "Century Gothic", Helvetica, Arial, sans-serif;
	padding:2px 0;
}
#sidebar ul li a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
#sidebar ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
	text-transform:uppercase;
}
