﻿@charset "utf-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc) } /* IE6 png fix */

html, body, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
	line-height: 1;
	background: #a29162;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

html { min-height: 101%; } /* add vertical scroll bar */

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #002459;
	padding: 0 0 7px 0;
}

a:link {color:#756338;text-decoration:none}      /* unvisited link */
a:visited {color:#756338;text-decoration:none}  /* visited link */
a:hover {color:#a29162;text-decoration:none}  /* mouse over link */
a:active {color:#756338;text-decoration:none}  /* selected link */

a.blue:link {color:#002459;text-decoration:none}      /* unvisited link */
a.blue:visited {color:#002459;text-decoration:none}  /* visited link */
a.blue:hover {color:#a29162;text-decoration:none}  /* mouse over link */
a.blue:active {color:#002459;text-decoration:none}  /* selected link */

div#header-wrapper {
	width:100%;
	margin:0 auto;
}

div#header-container {
	width:100%;
	background: url(../images/bg-header-top.jpg) top center repeat-x;
}

div#header {
	margin:0 auto;
	width: 960px;
	height: 200px;
}

div#header_sport {
	margin:0 auto;
	width: 960px;
	height: 200px;
	background: url(../images/bg-header-top-sport.jpg) top center repeat-x;
}

div#header_tristate {
	margin:0 auto;
	width: 960px;
	height: 200px;
	background: url(../images/bg-header-top-tri-state.jpg) top center repeat-x;
}

div#tagline-wrapper {
	width:100%;
	margin:0 auto;
}

div#tagline-container {
	width:100%;
	background: url(../images/tagline-bg.jpg) top center repeat-x;
}

div#tagline {
	margin:0 auto;
	width: 960px;
	height: 44px;
	background: url(../images/tagline.jpg) left top no-repeat;
}

div#tagline_sport {
	margin:0 auto;
	width: 960px;
	height: 44px;
	background: url(../images/tagline-sport.jpg) left top no-repeat;
}

div#content-wrapper {
	width:100%;
	margin:0 auto;
}

div#content-container {
	width:100%;
	background: url(../images/body-bg.jpg) top center repeat-x #fff;
}

div#content {
	margin:0 auto;
	padding: 0 0 30px 0;
	width: 960px;
	line-height: 18px;
	background: url(../images/sidebar-bg.gif) top left repeat-y;
}

div#content-noside {
	margin:0 auto;
	padding: 0 0 30px 0;
	width: 960px;
	line-height: 18px;
}

div#content-left {
	float:left;
	width:640px;
	margin: 22px 0 0 0;
}

div#main-content {
	float: left;
	width: 620px;
	padding: 0 10px;
}

div#main-content h1 {
	font-size: 14px;
}

div#main-content ul {
	list-style: disc;
	margin: 0 0 0 10px;
	float: left;
	width: 100%;
}

div#main-gallery {
	float: left;
	width: 940px;
	padding: 0 10px;
	margin: 20px 0 0 0;
}

div#main-gallery h1 {
	font-size: 14px;
}

div#main-gallery ul {
	list-style: disc;
	margin: 0 0 0 10px;
	float: left;
	width: 100%;
}
	
div#sidebar {
	float:right;
	width:310px;
}

div#sidebar-content {
	float:left;
	width:236px;
	padding: 32px;
}

div#footer-wrapper {
	width:100%;
	margin:0 auto;
}

div#footer-container {
	width:100%;
	background: url(../images/footer-bg.gif) top center repeat-x;
	border-top: #453c25 1px solid;
}

div#footer {
	margin:0 auto;
	padding: 15px 0 0 0;
	width: 960px;
	height: 100px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	line-height: 24px;
}

div#footer a {
	color: #fff;
	padding: 0 5px;
}

div#footer a:hover {
	color: #a29162;
}

div#footer span {
	color: #bbae8b;
}

/* start menu tab system */

#corner-left {
	float: right;
	width: 5px;
	height: 50px;
	background: #002459 url(../images/corner-left.gif) top left no-repeat;
}

#corner-right {
	float: right;
	width: 5px;
	height: 50px;
	background: #002459 url(../images/corner-right.gif) top left no-repeat;
}

#tabs {
	float:right;
	width: 655px;
	margin: 10px 10px 0 0;
}

#tabs ul {
	list-style:none;
	}
	
#tabs li {
	display:inline;
	}
	
#tabs a {
	font-size: 13px;
	font-weight: bold;
	float:right;
	text-decoration:none;
	display:block;
	padding:17px 10px;
	color:#FFF;
	background: #002459;
	}
	
#tabs a:hover {
	background: #a29162;
	}
	
#tabs a:hover {
	background-position:0% -42px;
	}

#tabs li.selected a{ /*selected main tab style */
background: #a29162; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #a29162; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color: #e5dfcf;
	width: 150px;
	visibility: hidden;
	margin-top: -1px;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 10px;
	border: 0 solid #a29162; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 6px 0;
	text-decoration: none;
	color: #a29162;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #a29162;
color: #fff;
}
/* end menu tab system */

/* start tagline menu */

#tag-menu {
	float:right;
	width: 250px;
	margin: 12px 43px 0 0;
}

#tag-menu ul{
	list-style:none;
	}
	
#tag-menu li {
	display:inline;
	}
	
#tag-menu a {
	font-size: 13px;
	font-weight: normal;
	float:right;
	text-decoration:none;
	display:block;
	padding: 0 11px;
	color:#FFF;
	border-right: #d4c7a7 1px solid;
	}
	
#tag-menu a:hover {
	color: #d4c7a7
}
/* end tagline menu */

.clear {
	clear:both;
    height:0;
    font-size: 0;
    line-height: 0px;
}

#logo {
	width: 294px;
	float: left;
}

#clients {
	float: right;
	width: 300px;
	padding: 0 10px 0 0;
	text-align: center;
	color: #fff;
}

#findus {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
}

#newsletter {
	float: left;
	width: 160px;
	height: 18px;
	border: #a29162 1px solid;
	padding: 0 0 0 5px;
	color: #002459;
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 18px;
}

#news-box {
	float: left;
	width: 236px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 0 0 32px;
}

.submit_btn {
	float: right;
	width:45px;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
}

#featured {
	float: left;
	width: 620px;
	height: 340px;
	padding: 10px;
	background: url(../images/featured.jpg) no-repeat top left;
}

#feature-product {
	float: left;
	width: 200px;
	margin: 75px 0 0 20px;
	text-align: right;
}

#feature-product h2 {
	font-size: 16px;
	font-weight: bold;
}

#feature-img {
	float: left;
	width: 140px;
	margin: 75px 0 0 20px;
}

#feature-price {
	float:left;
	width: 360px;
	font-size: 12px;
	font-weight: bold;
	color: #002459;
	margin: 15px 0 0 20px;
	padding: 10px 0 0 0;
	border-top: #a29162 solid 1px;
	text-align: center;
}

.img-border {
	border: #002459 1px solid;
}

.buynow_btn {
	float: left;
	width:61px;
	height: 23px;
	margin:5px 0 0 40px;
}

.buynow_btn_promo {
	float: left;
	width:61px;
	height: 23px;
	margin:5px 0 0 5px;
}

.gallery_btn {
	float: left;
	width:61px;
	margin:5px 0 0 0;
	height: 23px;
}

.sidebar-block {
	float: left;
	width: 236px;
}

.sidebar-block span {
	color: #002459;
	font-weight: bold;
}

#departments {
	float: left;
	width: 220px;
}
#departments ul {
	margin: 5px 0 0 5px;
}

#departments li {
	padding: 0 0 1px 0;
}

#departments li a {
	padding: 0 0 0 15px;
	color: #a29162;
	font-size: 12px;
	font-weight: bold;
}

#departments li a:hover {
	color: #fff;
	background: url(../images/arrow.png) 2px 3px no-repeat;
}

#special-promos {
	float: left;
	width: 400px;
}

#news {
	float: right;
	width: 220px;
}

.promos {
	width: 180px;
	float: left;
	padding: 0 20px 0 0;
	margin: 13px 0 0 0;
}

.promos h1 {
	background: #002459;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}

.promo-img {
	float: left;
	width: 70px;
	margin: 7px 0 0 0;
}

.promo-txt {
	float: right;
	width: 100px;
	margin: 7px 0 0 0;
	line-height: 16px;
}

.promo-price {
	color: #002459;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.hash-mark {
	float: left;
	width: 100%;
	height: 50px;
	background: url(../images/hash.gif) center repeat-x;
}

.title {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	background: url(../images/dash.gif) bottom left repeat-x;
}

p {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}

p img {
	border: #c8c1af 1px solid;
	background: #fff;
	padding: 3px;
}

.sport {
	float: left;
	width: 564px;
	text-align: center;
	background: #002459;
	color: #fff;
	padding: 25px;
	border: #d4cbb4 3px solid;
}

.sport h4 {
	color: #fff;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 20px 0;
	letter-spacing: 1px;
}

.sport h3 {
	font-size: 14px;
	padding: 15px 0 0 0;
	color: #a29162 ;
}

.sport h3 a {
	color: #a29162;
	text-decoration: underline;
}

.sport span {
	font-size: 14px;
	color: #a29162;
	font-weight: bold;
	padding: 5px 0;
	display: block;
	border-bottom: #a29162 1px solid;
	border-top: #a29162 1px solid;
	margin: 0 0 10px 0;
}

.boats {
	float: left;
	width: 610px;
	text-align: center;
	background: #a29162;
	color: #fff;
	border: #d4cbb4 3px solid;
	margin: 20px 0 0 0;
	text-align: left;
}

.boats span {
	color: #002459;
	font-weight: bold;
}

ul.list {
	list-style: none;
	margin: 5px 0 0 5px;
}

.list li {
	padding: 0 0 3px 15px;
	background: url(../images/arrow.png) 2px 3px no-repeat;
}

.tournies {
	float: left;
	width: 190px;
	margin: 10px 15px 0 0;
}

.tourniesBurst {
	float: left;
	width: 190px;
	margin: 10px 15px 0 0;
}

.tournies img {
	border:	#000 1px solid;
}

#sitemap {
	float: left;
	width: 145px;
	margin: 15px 0 0 0;
}

#sitemap li {
	padding: 0 0 5px 0;
}

#sitemap h2 {
}
	
	

/* START FORM DATA */

# contact form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px;
  float: left;
  color: #002459;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #a29162;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  float: left;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, select, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		/*background-color: #f1ede8;*/
		width: 100%;
		float: left;
		margin: 15px 0 0 0;
	}
	#gallery ul { list-style: none; text-align:left; }
	#gallery ul li { display: inline; padding:5px 10px;}
	#gallery ul img {
		border: 5px solid #603200;
		border-width: 5px;
		
	}
	#gallery ul a:hover img {
		border: 5px solid #f79021;
		border-width: 5px;
		color: #fff;
		
	}
	#gallery ul a:hover { color: #fff; }
	#gallery h5 {
		font-size:12px;
	color: #393430;
	font-weight: normal;}
	
	#gallery a img {
	border: #c8c1af 1px solid;
	background: #fff;
	padding: 3px;
	}
	
	#gallery a img:hover {
		background: #a29162;
	}
	
#gallery-cat {
	margin-top: 10px;
}

#gallery-cat a img {
	border: #002459 5px solid;
}

#gallery-cat a img:hover {
	border: #a29162 5px solid;
}

.gallery-head {
	width: 180px;
}

.gallery-head td {
	color: #fff;
	font-weight: bold;
	padding: 5px 0 0 10px;
	background: #002459;
}

#gallery td {
	padding: 0 10px 15px 0;
}

/* -- Homepage jQuery Slideshow -- */

.fadein { 
	position:relative; 
	height:154px; 
	width:230px; 
	margin-bottom: 8px;
}
.fadein img { 
	position:absolute; 
	left:0; top:0;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #999;
}

