/*
///////////////////////////////////////

                        Basic Structure

///////////////////////////////////////
*/

body,html
{
	width:100%;
	height:100%;
}
body
{
	padding:0; margin:0;
	background: #21211d url("../images/interface/page_bg.jpg") repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:62.5%;
}
a
{
	color:#996600;
}
a:visited
{
	color:#996600;
}
a:hover
{
	color:#FF9900;
}

form
{
	margin:0; padding:0;
}

.left
{
	float:left;
	margin: 0 15px 15px 0;
}

.right
{
	float:right;
	margin: 0 0 15px 15px;
}

#page
{
	text-align:left;
}

/*
///////////////////////////////////////

                                 Header

///////////////////////////////////////
*/

#header_bg
{
}
#header
{
	height:122px;
}
#logo a, #logo img
{
	border:none;
	width:368px;
	height:149px;
	display:block;
	
}
#logo a
{
	margin:auto;
	margin-top:58px;
}

/*
///////////////////////////////////////

                                   Menu

///////////////////////////////////////
*/

#menu
{
	width:787px;
	margin-top:60px;
	height:141px;
}
#menu ul
{
	margin:0; 
	padding:0;
	margin:auto;
	
}
#menu li
{
	list-style-type:none;
	float:left;
}
#menu a
{
	display:inline;
	height:141px;
	float:left;
	
}

.menu_bike { width:92px; margin-right:44px; background: url("../images/interface/menu_home_bike.jpg") no-repeat top center; }
.menu_bike:hover, .menu_bike.there { background-image: url("../images/interface/menu_home_bike_over.jpg"); }

.menu_skate { width:107px; margin-right:43px; background: url("../images/interface/menu_home_skate.jpg") no-repeat top center; }
.menu_skate:hover, .menu_skate.there { background-image: url("../images/interface/menu_home_skate_over.jpg"); }

.menu_snow { width:137px; margin-right:23px; background: url("../images/interface/menu_home_snow.jpg") no-repeat top center; }
.menu_snow:hover, .menu_snow.there { background-image: url("../images/interface/menu_home_snow_over.jpg"); }

.menu_wake { width:115px; margin-right:33px; background: url("../images/interface/menu_home_wake.jpg") no-repeat top center; }
.menu_wake:hover, .menu_wake.there { background-image: url("../images/interface/menu_home_wake_over.jpg"); }

.menu_gear { width:79px; margin-right:40px; background: url("../images/interface/menu_home_gear.jpg") no-repeat top center; }
.menu_gear:hover, .menu_gear.there { background-image: url("../images/interface/menu_home_gear_over.jpg"); }

.menu_about { width:70px; margin-right:0px; background: url("../images/interface/menu_home_about.jpg") no-repeat top center; }
.menu_about:hover, .menu_about.there { background-image: url("../images/interface/menu_home_about_over.jpg"); }


.coming_soon
{
	width:252px;
	height:13px;
	margin:auto;
	padding-top:28px;
	background:transparent url("../images/interface/menu_coming_soon.gif") no-repeat center center;
}

#sections
{
	margin-top:30px;
}
/*
///////////////////////////////////////

                                Content

///////////////////////////////////////
*/

#content
{
	width:100%;
}
#primary
{
	clear:both;
	width:760px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-size:12px;
	color:#777;
	margin:auto;
}
#primary h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.95em;
	font-weight:normal;
	line-height:normal;
	margin-top:0;
	border-bottom:1px solid #444;
}
#primary h2
{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#aaa;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#primary h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.6em;
	color:#999;
}
#primary strong
{
	color:#888;
}
#primary ul.target_questions
{
	margin:0; padding:0;
	padding-left:15px;
	list-style:disc;
	width:50%;
}
#primary .target_questions li
{
	margin-bottom:10px;
	font-size:1.1em;
	font-weight:bold;
	color:#555;
}

.column.left
{
	float:left;
	padding-right:15px;
	margin:0;
}
.column.right
{
	float:right;
	padding-left:15px;
	margin:0;
}
.column.right ul
{
	margin:0; 
	padding:0;
	margin:20px 0;
}

.column.right li
{
	list-style-type:none;
	margin-bottom:10px;
}

.column.right a
{
	text-decoration:none;
}

.flash_container
{
	text-align:center;
	color:white;
	font-size:2em;
}
.flash_container a
{
	color:white;
	font-weight:bold;
}

.email_signup
{
	background:#F60;
	color:white;
	border:1px dotted #888;
	padding:10px;
	font-size:11px;
	font-weight:bold;
	width:144px;
	margin-bottom:15px;
}
.email_signup p
{
	margin-top:0;
}
.banner
{
	margin-bottom:15px;
}
.events
{
	background:#690;
	color:white;
	border:1px dotted #888;
	padding:10px;
	font-size:11px;
	font-weight:bold;
	width:144px;
	
}
#primary .events h2, #primary .events h3
{
	color:white;
}
.events a, .events a:link
{
	color:#eee;
	text-decoration:underline;
}
.events a:visited
{
	color:#ddd;
	text-decoration:underline;
}



.hidden { display:none; }

/*
///////////////////////////////////////

                     Footer & Copyright

///////////////////////////////////////
*/

#footer
{
	clear:both;
	width:650px;
	height:30px;
	margin:auto;
	padding:40px 0;
	color:#666;
}
#footer .menu
{
	padding:0;
}
#footer .menu li
{
	list-style:none;
	float:left;
}
#footer .menu a
{
	display:block;
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #444;
}
#footer .menu li.last a
{
	border-right:none;
}
.copyright
{
	padding-top:15px;
	margin-top:15px;
	clear:both;
	font-size:11px;
	color:#777;
	line-height:normal;
}
.copyright a
{
	color:#777;
}

