/* CSS Document */

body { 
	background-image: url(../images/gradient_bgnd.gif);
	background-repeat:repeat-x;
	background-color:#336699;
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 955px;
	margin: 0 auto 0 auto;
	vertical-align: top;
	text-align: left;
}
#global_container {
	position:relative;
	width:955px;
	height:900px;
	visibility:visible;
}
#logo {
	position:absolute;
	left:0px; 
	top:0px;
	width:222px;
	height:150px;
	z-index:1; 
	visibility:visible;
}
#header {
	position:absolute;
	left:222px;
	top:0px;
	width:733px;
	height:120px;
	z-index:1;
	visibility:visible;
	background-image: url(/images/home/header.jpg);
}
#shoponline {
	position:absolute;
	left:222px; 
	top:120px;
	width:116px;
	height:30px;
	z-index:2; 
	visibility:visible;
}
#surfreport {
	position:absolute;
	left:338px; 
	top:120px;
	width:122px;
	height:30px;
	z-index:2; 
	visibility:visible;
}
#pitteam {
	position:absolute;
	left:460px; 
	top:120px;
	width:101px;
	height:30px;
	z-index:5; 
	visibility:visible;
}
#lessons {
	position:absolute;
	left:561px; 
	top:120px;
	width:96px;
	height:30px;
	z-index:5; 
	visibility:visible;
}
#rentals {
	position:absolute;
	left:657px; 
	top:120px;
	width:99px;
	height:30px;
	z-index:2; 
	visibility:visible;
}
#gallery {
	position:absolute;
	left:756px; 
	top:120px;
	width:97px;
	height:30px;
	z-index:2; 
	visibility:visible;
}
#contact {
	position:absolute;
	left:853px; 
	top:120px;
	width:95px;
	height:26px;
	z-index:2; 
	visibility:visible;
}
#breadcrumbs {
	position:absolute;
	left:0px; 
	top:150px;
	height:20px;
	z-index:2; 
	visibility:visible;
	padding: 6px 0px 0px 5px;
	font-weight: bold;
	margin: 0px;
	color:#FFFFFF;
	text-decoration:none;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#00FF00;
	text-decoration:none;
}

/*********** #side nav link styles ***********/

#leftnav {
	position:relative;
	float: left;
	left:0px;
	top:0px;
	width:150px;
	height:545px;
	padding-top:5px;
	z-index:5;
	visibility:visible;
	text-align: center;
	background-color: #03091C;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}
#sshome {
	position:absolute;
	left:152px;
	top:170px;
	width:470px;
	height:260px;
	z-index:3;
	visibility:visible;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-left: 5px;
}
.left_links {
	height: 22px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #333333;
}
#sspages {
	position:absolute;
	left:152px;
	top:170px;
	width:475px;
	height:602px;
	z-index:3;
	visibility:visible;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
}
#page_content {
	position:absolute;
	left:152px;
	top:170px;
	width:803px;
	height:770px;
	z-index:3;
	visibility:visible;
	background-color: #FFFFFF;
	text-align: right;
}
#webcam {
	position:absolute;
	left:627px;
	top:170px;
	width:328px;
	height:260px;
	z-index:3;
	visibility:visible;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
}
#pagetext {
	position:absolute;
	left:627px;
	top:170px;
	width:318px;
	height:597px;
	z-index:3;
	visibility:visible;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	overflow: auto;
}
.feature_box {
	float: left;
	width:195px;
	height:180px;
	z-index:13;
	visibility:visible;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*********** #leftnav link styles ***********/

#leftnav ul a:link, #leftnav ul a:visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#leftnav ul a:hover {
	background-color: #222222;
}

#leftnav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftnav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftnav li {border-bottom: none;}

/*********** #section link styles ***********/

.sport {
	background-color:#FFFFFF;
	padding: 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.sport a:link, .sport a:visited {
	display: block;
}
.sport a:hover {
	display: block;
	background-color: #222222;
}
#features {
	background-color: #FFFFFF;
	height: 565px;
	width: 803px;
	position: absolute;
	left: 152px;
	top: 435px;
	z-index: 3;
	visibility: visible;
}
.feature_image {
	border: 1px solid #999999;
}
#brands {
	position:absolute;
	left:151px;
	top:0px;
	width:793px;
	z-index:6;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	visibility: hidden;
	padding:5px;
}
#brands img {
	height: 50px;
	margin: 0px;
	padding: 5px
}
#shopbybrand {
	padding-top: 5px;
	visibility: visible;
}
#hidebrands {
	position:absolute;
	left:-10px;
	top:-10px;
	width:975px;
	height:600px;
	z-index:4;
	visibility: hidden;
}
#teamdropdown {
	position:absolute;
	left:470px;
	top:150px;
	width:177px;
	height:25px;
	z-index:6;
	visibility: hidden;
}
#lessonsdropdown {
	position:absolute;
	left:563px;
	top:150px;
	width:177px;
	height:25px;
	z-index:6;
	visibility: hidden;
}
#hidedropdown {
	position:absolute;
	left:460px;
	top:120px;
	width:291px;
	height:115px;
	z-index:4;
	visibility: hidden;
}
#swellinfo {
	position: absolute;
	left: 5px;
	top: 360px;
	width: 269px;
	height: 404px;
	z-index: 3;
}
#pitcam {
	position: absolute;
	left: 15px;
	top: 5px;
	width: 375px;
	height: 350px;
	z-index: 3;
}
#surfcam {
	position: absolute;
	top: 5px;
	left: 410px;
	width: 375px;
	height: 350px;
	z-index: 3;
}
#body_content {
	position: relative;
	width: 790px;
	height: 624px;
	top: 0px;
	left: 0px;
	background-color:#FFFFFF;
	overflow: auto;
	padding:5px;
	z-index:3;
}
#footer {
	width: 955px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
}
#adsense {
	margin: 0px;
	padding: 5px;
	width: 785px;
	height: 90px;
	text-align: center;
}