@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#fff0bd;
	text-align:center;
}

#wrapper{
	width:960px;
	background-color:#f4f4ed;
	margin:0px auto;
	text-align:left;
	color:#6f6d6d;
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

hr{
	height:2px; 
	color:#d3d2cc;
	border-color:#d3d2cc;
	bacgkround-color:#d3d2cc;
}

h1{
	color:#494949;
	font-size:36px;
	font-weight: normal;
	margin-bottom:0;
}

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

a:hover
{
	color:#494949;
}

a:active
{
	color:#6f6d6d;
}

a.big{
 font-size:24px;
 text-decoration:underline;
}

label{
	font-size:24px;
	color:#003c87;
	font-weight:normal;
}

input{
	background-color:white;
	border: 1px solid #d3d2cc;
	color:#6f6d6d;
}

ul{
	list-style:none;
}

ul li{
	margin-bottom:15px;
}

table td
{
	padding:5px;
}
table th{

	text-align:right;
}

img.stroke
{
	border: 2px solid #d3d2cc;
}

/*HEADER*/

#header
{
	width:960px; 
	height:216px;
	background: #f4f4ed url('../images/header.jpg') no-repeat;
}

/* NAVIGATION */

#navigation
{
	width:100%;
	padding:0;
	margin-top:-54px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul
{
   margin-left: 40px;
   padding:0 0 7px 0;
   list-style:none;
   height:34px;
   position:absolute;
   top:141px;
   margin-bottom:0;
   
}

#navigation li
{
	float:left;
	margin-right:25px;
	margin-top:13px;
}

#navigation li.tabbed
{
   background: url("../images/nav_selected_left.png") no-repeat left top;
   padding:0 0 13px 20px;
   margin: 0 0 0 -25px;
}

#navigation a
{
   float:left;
   display:block;
   text-decoration:none;
   font-size: 18px;
   color:#bddafe;
}

#navigation a:hover
{
	color:#ffffff;
}

#navigation a:active
{
	color:#bddafe;
}

#navigation li.tabbed a 
{
   width:.1em;
   background:url("../images/nav_selected_right.png") no-repeat right top;
   padding:8px 43px 14px 23px;
   font-size:24px;
   color:white;
}
    #navigation > ul  li.tabbed  a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation  li.tabbed  a {float:none;}
    /* End IE5-Mac hack */

div#navbar
{
	padding:0px;
	margin-left:38px;
	background-color:#003c87;
	height:34px;
	width:580px;
}

div#navbgleft
{
	height: 34px;
	background:url(../images/nav_bg_left.png) no-repeat;
	position:relative;
	right:10px;
}

div#navbgright
{
	height: 34px;
	background:url(../images/nav_bg_right.png) no-repeat;
	margin-left: 570px;
	position:relative;
	left: 20px;
}

div#subnav
{
	height:20px; 
	background-color:#0d6be2;
}

/* Columns */
#left_col
{
	width:599px;
	margin:0px 18px 18px 18px;
	float:left;
}

#right_col
{
	width:307px;
	margin: 18px 18px 0 0;
	float:right;
}

.clearit{
	clear:both;	
}

/* Intro */
#intro{
	background-image:url(../images/surf_skate_lifestyle_bg.jpg);
	width:598px;
	height:288px;
}

#intro ul
{
	list-style: none;
	padding-top:33px;
	padding-left:31px;
}

#intro ul li
{
	width:185px;
	height:44px;
	margin-bottom:33px;
}

#intro ul li.surf
{
	background-color:#0d6be2;
}

#intro ul li.skate
{
	background-color:#003c87;
}

#intro ul li.lifestyle
{
	background-color:#b99122;
}

#intro ul a
{
	font-size:36px;
	color:#ffffff;
	text-decoration:none;
	margin-left:8px;
}

#intro a:hover
{
	color:#bddafe;
}

#intro a:active
{
	color:#ffffff;
}

/* Wave Box */

#wavebox
{
	width:598px;
}

#wavetop
{
	background-image:url(../images/content_wave.png);
	height:21px;
	width:100%;
	margin:0;
	padding:0;
}

#wavemiddle
{
	background-image:url(../images/content_grad.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0 15px 15px 15px;
	color:white;
	background-color:#2472d5;
}

#wavemiddle p{
	margin:0;
}

#wavebottom
{
	background-image:url(../images/content_bottom.png);
	height:8px;
	background-repeat:no-repeat;
}

/* Footer */
#footer
{
	background-color:#0d6be2;
	height:50px;
	color:white;
}