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

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

ol, ul {	list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	/* end reset styles */
	/* clearing technique */
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {display:inline-block;}
	/* mac hide \*/
	
* html .clearfix {height: 1%;}

.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/



body {
	background-color:#037BB6;
	background-image:url(images/body-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;}
	
#wrapper {
	width:940px;
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;
	margin: 0 auto;}
	
.header-bg {
	background-image:url(images/header-bg2.jpg);
	height:154px;
	width:920px;
	margin: 0 auto;}
	
	
	
/*-----------Navigation---------------*/

.nav {
	background-image:url(images/nav-bg.jpg);
	height:32px;
	background-repeat:repeat-x;
	margin: 0 auto;
	width:900px;
	}
	
.nav ul{
	}
	
.nav li {
	color:#FFF;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:31px;
	display:block;
	width:150px;
	text-align:center;
	background-image:url(images/nav-divider.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}

.nav li a {
	text-decoration:none;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	}
	
.nav li a:hover {
	background-image:url(images/nav-hover.jpg);
	display:block;
	width:148px;
	color:#FF9900;}	
	
/*-----------Content--------------*/

.main-content-holder {
	margin: 0 auto;
	width:900px;
	padding: 10px  0 0 0;}
	
	
.left-box {
	float:left;
	width:230px;
	}
	
.inner-content-holder {
	float:right;
	width:660px;
	}
	
.weather-holder {
	text-align:center;}
	
.tidal-info-box {
	background-image:url(images/link-weather-tidal-info.jpg);
	height:118px;
	width:230px;
	margin: 10px 0 10px 0;
	text-align:center;}
	
.blue-btn {
	padding:80px 0 0 0;}
	
.featured-product-box {
	width:210px;
	background-color:#f0f0f0;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	}
	
.forum-box {
	width:210px;
	background-color:#f0f0f0;
	padding: 10px 10px 10px 10px;
	}
	
.featured-hdr {
	background-image:url(images/featured-products-hdr.jpg);
	height:30px;
	width:230px;
	display:block;}
	
.latest-forum-hdr {
	background-image:url(images/latest-forum-hdr.jpg);
	height:30px;
	width:230px;
	display:block;}
	
.text-link{
	color:#037BB6;}
	
.text-link a{
	color:#037BB6;}
	
.banner-holder {
	margin: 0 0 10px 0;}
	
h1 {
	font-size:20px;
	}
	
.h-div1 {
	background-image:url(images/h-div.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	height:30px;
	}
	
.h-div2 {
	background-image:url(images/h-div2.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	height:30px;
	}
	
.img-spacer {
	padding: 0 0 0 10px;}
	
.img-spacer2 {
	padding: 0 10px 0 0;}
	
.img-spacer3 {
	padding: 4px 0 0 0;}
	
.prod-desc {
	font-size:11px;}
	
.price {
	font-size:14px;}
	
.quantity {
	width:28px;}
	
.gallery-holder {}

.gallery-holder ul {}

.gallery-holder li {
	float:left;
	display:block;
	padding: 0px 10px 4px 0px;}
	
.gallery {
	width:630px;
	margin: 0 auto;}
	
.links-text {}

.links-text ul{}

.links-text li{
	float:left;
	display:block;
	width:280px;
	line-height:80px;}
	
.links-holder{
	width:630px;
	margin: 0 auto;}
	
.links-text li a{
	text-decoration:none;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;}
	
.links-text li a:hover {
	text-decoration:underline;}


	

/*-----------Footer--------------*/

.footer {
	margin: 0 auto;
	width:940px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:100px;
	text-align:center;
	padding: 25px 0 0 0;
	color:#fff;
	font-size:11px;}
	
.footer a {
	text-decoration:none;
	color:#fff;
	padding: 0 4px 0 4px;}
	
.footer a:hover {
	text-decoration:underline;}
	
.text-copyright {
	font-size:10px;
	padding: 0 0 4px 0;
	}


















.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
