@charset "utf-8";
/* CSS Document */

body { 
	background:url(../images/backgrounds/splash.jpg) #000000 no-repeat center top    !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
	margin:0px;
	padding:0px;
}
.reset {
	clear:both;
	display:block;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0px;
}
/* Header */
#header {
	height:305px;
	padding-top:0px;
	background:  url(../images/backgrounds/white-line.gif) repeat-x left bottom;	
}
#header #wrapper {
	width: 980px;
	margin: 0 auto;
}

#header #wrapper #logo {
	position: relative;
	top:0px;
	width:230px;
	margin: 0px auto 0px auto;
	padding-top:90px;
}

/* Center */
#center {
	height:250px;
}

#center #wrapper {
	width: 980px;
	margin: 0 auto;
}


/*navigation country*/
#nav { 
	height: auto;
	width:945px;
	margin: 0px auto 0px auto;
}	
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
	
	 }
#nav li {display:inline;
	float: left;
	position: relative;
	color: #fff;
	margin-right:3px;
}	
#nav a.nl {display: block;
	float: left;
	height: 32px;
	text-indent: -999em;
	text-decoration: none;
	background: #000;
	width: 308px;
}	
#nav #canada a {background:  url(../images/nav/canada.gif) no-repeat  left top;}
#nav #canada a:hover
	{background:  url(../images/nav/canada-over.gif) no-repeat  left top;}

#nav #usa a {background:  url(../images/nav/usa.gif) no-repeat left top;}
#nav #usa a:hover
	{background:  url(../images/nav/usa-over.gif) no-repeat  left top;}

#nav #intl a {background:  url(../images/nav/intl.gif) no-repeat  left top;}
#nav #intl a:hover
	{background:  url(../images/nav/intl-over.gif) no-repeat  left top;}

/* Footer */
#footer {
	height:auto;
	padding-top:114px;
	padding-bottom:200px;
}

#footer_wrapper {
	width: 915px;
	padding-top:10px;
	margin: 0px auto;
	font-size:10px;
	color:#9babad;
}
#footer_wrapper #footer-links {
	float:left;
	top:25px;
}
#footer_wrapper #footer-gssilink {
	text-align:right;
	float: right;
	margin-top:-18px;
}
	
#footer_wrapper a { color:#9babad; text-decoration:none; line-height:16px;}
#footer a:hover {  text-decoration:underline;}

#footer_wrapper #amer-sports-link {
	height:0px;
	padding:0px 0px 0px 130px;
	margin-top:-10px;
	width: 80px;
	float: left;
}

/* links to other sub-sites and related sites */
#section-links {
	height:21px;
	width:545px;
}
	
#section-links a {
	display:block;
	float:left;
	height:0px;
	overflow:hidden;
	padding-top:21px;
}

#sectionlink-scubadiving {
	background: url(../images/footer-nav/scubadiving.gif) transparent no-repeat top left;
	width:104px;
}
#sectionlink-scubadiving:hover, #sectionlink-scubadiving.active {
	background: url(../images/footer-nav/scubadiving-down.gif) transparent no-repeat top left;
}

#sectionlink-watersports {
	background: url(../images/footer-nav/watersports.gif) transparent no-repeat top left;
	width:112px;
}
#sectionlink-watersports:hover, #sectionlink-watersports.active {
	background: url(../images/footer-nav/watersports-down.gif) transparent no-repeat top left;
}

#sectionlink-fishing {
	background: url(../images/footer-nav/fishing.gif) transparent no-repeat top left;
	width:85px;
}
#sectionlink-fishing:hover, #sectionlink-fishing.active {
	background: url(../images/footer-nav/fishing-down.gif) transparent no-repeat top left;
}

#sectionlink-commercialsurvival {
	background: url(../images/footer-nav/commercialsurvival.gif) transparent no-repeat top left;
	width:161px;
}
#sectionlink-commercialsurvival:hover, #sectionlink-commercialsurvival.active {
	background: url(../images/footer-nav/commercialsurvival-down.gif) transparent no-repeat top left;
}

