/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	padding-bottom:10px;
	background:url(../images/header-bg.png) repeat-x;
	font:12px verdana, arial, sans-serif;
	color:#695535;
	}
	
#container {
	width:960px;
	margin:0 auto;
	}


#header {

	}

#content-container {
	width:960px;
	padding:20px 0;
	}

	
#sidebar-left {
	float:left;
	width:144px;
	}
	
#main-content {
	float:right;
	width:780px;
	}
	
#sidebar-right {
	
	}

	
#footer {
	text-align:center;
	background:url(../images/footer-bg-brown.png) repeat-x;
	height:34px;
	line-height:34px;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header-images {
		height:164px;
		padding-top:10px;
	}
	
	#header-images img {
			float:left;
		}
		
	#header-images .header-logo {
			margin-right:20px;
		}
	
	#header-images .need-help {
			margin:20px 49px 0 0;
		}
	
	#header-images .travel-tailwaters {
			margin-right:37px;
		}
	
/* Header nav and search */

.search-nav {
		height:34px;
		line-height:34px;
		overflow:hidden;
		color:white;
	}
	
	.search-nav a,
	.search-nav a:visited,
	.search-nav a:link {
		color:white;
	}
	
	.search-nav a:hover {
		text-decoration:underline;
	}
	
	.search-nav .header-search {
			float:left;
			padding-top:8px;
		}
		
		.search-nav ul.header-nav {
				float:right;
			}
	
/* Search Box */

.header-search input {	
	float:left;
	border:1px solid #7F7F7F;
	color:#695535;
	font:10px verdana;
	padding:1px 2px 2px 2px;
	width:158px;
	margin-right:4px;
}	

.header-search input.header-search-submit {	
	display:block;
	width:31px;
	height:17px;
	margin:0;
	background:url(../images/header-search-submit-bg.gif) no-repeat;
	border:none;
	text-align:center;
	cursor:pointer;
	color:white;
}	

/* Header Nav */

.header-nav li {
		display:inline;
		border-right:1px solid white;
		padding:0 8px 0 6px;
		}
		
		.header-nav li.last {
			border:0;
			padding-right:0;
			}
			
		
		.header-nav li a {
			color:white;
			}

/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left .leftBoxContainer {
		margin-bottom:20px;
	}

/* Categories Menu */

#sidebar-left h3#categoriesHeading { /* Header Replacement */
    padding:16px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-categories.gif) no-repeat;
    
    height: 0px !important;
    height /**/:16px;
}

#sidebar-left #categories li {
color:#695535;
margin-bottom:6px;
}

#sidebar-left #categories li.category-products {
padding-left:20px;
background:url(../images/subcat-li-bg.gif) 10px 50% no-repeat;
}

#sidebar-left #categories li.category-products a {
font-size:11px;
font-weight:bold;
text-decoration:none;
}

#sidebar-left #categories li.category-products a:hover {
text-decoration:underline;
}

#sidebar-left #categories li a {
color:#695535;
text-decoration:underline;
}

#sidebar-left #categories li a span.category-subs-parent {
		font-weight:bold;
	}

#sidebar-left #categories li a:hover {
text-decoration:none;
}

/* Manufacturers box */

#manufacturers {
		padding-top:34px;
		background:url(../images/header-shop-by.gif) no-repeat;
	}

#manufacturers h3 {
		margin-bottom:5px;
	}

#manufacturers #manufacturersContent {
		text-align:left;
	}

/* Info Links */

	
#sidebar-left h3#informationHeading { /* Header Replacement */
    padding:16px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-links.gif) no-repeat;
    
    height: 0px !important;
    height /**/:16px;
}

#sidebar-left #information li {
color:#695535;
margin-bottom:6px;
}

#sidebar-left #information li a {
color:#695535;
text-decoration:underline;
}

#sidebar-left #information li a:hover {
text-decoration:none;
}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

#indexHomeBody #navBreadCrumb,
#indexHomeBody .greeting,
#indexHomeBody #indexDefaultHeading { /* Remove items from displaying on homepage */
		display:none;
	}

/* Breadcrumbs */

#navBreadCrumb {
		margin-bottom:20px;
	}
	
	#navBreadCrumb a {
		font-weight:bold;
		text-decoration:underline;
		color:#695535;
	}		
	
	#navBreadCrumb a:hover {
		text-decoration:none;
	}

a,
a:link,
a:visited {
	color:#695535;	
	}

a:hover {
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font:bold 30px arial;
	color:#4077B0;
	margin-bottom:20px;
	text-transform:uppercase;
	}
	
	h2 {
	font:bold 20px arial;
	color:#4077B0;
	margin-bottom:15px;
	text-transform:uppercase;
	}


p {
	line-height:1.5;
	margin-bottom:10px;
	}


img {
	border:none;
	}

/* Index Banner */

.home-banner {
		margin-bottom:40px;
	}

/* Index Cat Boxes */


#index-cats {
		padding:15px 0 15px 15px;
	}

#index-cats .index-cat-box {
		float:left;
		width:155px;
		margin:0 40px 40px 0; 
	}
	
	#index-cats .index-cat-box-right {
		float:left;
		width:155px;
		margin:0 0 40px 0; 
	}

#index-cats .index-cat-box-right img,
#index-cats .index-cat-box img {
		margin-bottom:6px;
	}

.index-cat-link {
		text-align:right;
		padding-right:10px;
	}
	
	.index-cat-link a {
		color:#A2A2A2;
		padding-left:14px;
		background:url(../images/blue-arrow.gif) left 50% no-repeat;
		font:bold 12px arial;
	}
	
	.index-cat-link a:hover {
		text-decoration:underline;
	}

/* Index Cat Box Headers */

#index-cats .flies h2 { /* Header Replacement */
    padding:20px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-flies.gif) no-repeat;
    
    height: 0px !important;
    height /**/:20px;
}

#index-cats .clothing h2 { /* Header Replacement */
    padding:20px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-clothing.gif) no-repeat;
    
    height: 0px !important;
    height /**/:20px;
}

#index-cats .rods h2 { /* Header Replacement */
    padding:20px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-rods.gif) no-repeat;
    
    height: 0px !important;
    height /**/:20px;
}

#index-cats .lines h2 { /* Header Replacement */
    padding:20px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-lines.gif) no-repeat;
    
    height: 0px !important;
    height /**/:20px;
}

#index-cats .reels h2 { /* Header Replacement */
    padding:20px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-reels.gif) no-repeat;
    
    height: 0px !important;
    height /**/:20px;
}

#index-cats .vests-packs h2 { /* Header Replacement */
    padding:20px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-vests-packs.gif) no-repeat;
    
    height: 0px !important;
    height /**/:20px;
}

#index-cats .wading-gear h2 { /* Header Replacement */
    padding:20px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-wading-gear.gif) no-repeat;
    
    height: 0px !important;
    height /**/:20px;
}

#index-cats .eyewear h2 { /* Header Replacement */
    padding:20px 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
    background:url(../images/header-eyewear.gif) no-repeat;
    
    height: 0px !important;
    height /**/:20px;
}
/* Category Listing Box (Blue Box) */

#subcat-grid .category-listing-container {
	/*background:#4685BB url(../images/cat-listing-bg-bot.gif) bottom left no-repeat;*/
	padding-bottom:10px;
	margin-bottom:20px;
	}
	
#subcat-grid .category-listing-container-inside {
	/*background:#4685BB url(../images/cat-listing-bg-top.gif) no-repeat;*/
	padding:15px 20px 0 20px;
	text-align: center;
	}
	
	#subcat-grid .category-listing-container-inside .cat-listing-value {
		float:left;
		width:140px;
		margin-bottom:15px;
		}
		
		#subcat-grid .category-listing-container-inside .cat-listing-value a {
		/*color:white;*/
		font-weight:bold;
		text-decoration:underline;
		}
		
		#subcat-grid .category-listing-container-inside .cat-listing-value a:hover {
		text-decoration:none;
		}
	
		#subcat-grid .category-listing-container-inside img {
		text-decoration: none;
		padding-bottom: 5px;
		}

/* Featured Products Box */

#featuredProducts .category-listing-container {
	margin-bottom:20px;
	}
	
#featuredProducts .category-listing-container-inside {
	padding:15px 20px 0 20px;
	}
	
#featuredProducts .category-listing-container-inside .cat-listing-value {
		float:left;
		width:180px;
		height:160px;
		margin-bottom:15px;
		text-align:center;
		color:#4484B0;
		font-weight:bold;
		}
	
	#featuredProducts .category-listing-container-inside .cat-listing-value br {
		display:block;margin-bottom:6px;
		}
		
#featuredProducts .category-listing-container-inside .cat-listing-value a {
		text-decoration:underline;
		}
		
#featuredProducts .category-listing-container-inside .cat-listing-value a:hover {
		text-decoration:none;
		}


/* Product Info Display - Main Product Page */

.product-info-floats {
		margin-bottom:80px;
	}

.product-info-left {
		width:300px;
		float:left;
	}

.product-info-right {
		width:380px;
		float:right;
	}

#productGeneral h1 {
		font-size:20px;
		margin-bottom:10px;
	}
	
	#cartAdd * { /* makes everything inside the div float left */
		float:left;
		margin-right:6px;
	}
	
	#cartAdd {
			height:26px;
			line-height:26px;
			margin-bottom:15px;
			padding-left:175px;
		}
		
		#cartAdd input.qty-input {
			position:relative;
			top:2px;
			width:26px;
			padding:2px;
			border:1px solid #3471A0;
			color:#63564D;
			text-align:center;
		}
		
		.imgLink {
			color:#974A00;
			padding-left:14px;
			background:url(../images/blue-arrow.gif) left 50% no-repeat;
			font:bold 12px arial;
			}
		
		.centeredContent {
				text-align:center;
			}
	
/* Cross Sell Module */



#crossSell .category-listing-container {
	margin-bottom:20px;
	}
	
#crossSell .category-listing-container-inside {
	padding:15px 20px 0 20px;
	}
	
#crossSell .category-listing-container-inside .cat-listing-value {
		float:left;
		width:180px;
		height:160px;
		margin-bottom:15px;
		text-align:center;
		color:#4484B0;
		font-weight:bold;
		}
	
	#crossSell .category-listing-container-inside .cat-listing-value br {
		display:block;margin-bottom:6px;
		}
		
#crossSell .category-listing-container-inside .cat-listing-value a {
		text-decoration:underline;
		}
		
#crossSell .category-listing-container-inside .cat-listing-value a:hover {
		text-decoration:none;
		}

/* General styles to clean it up a bit */

fieldset {
		padding:0 10px 10px 10px;
		margin-bottom:10px;
		border:1px solid #eaeaea;
	}
	
	legend {
			font-weight:bold;
			margin-bottom:10px; /* IE doesnt understand fieldset padding? */
		}
	
	.alert {
			color:red;
		}

/* Tell a Friend */

#productTellFriendLink {
		text-align:right;
	}

#productTellFriendLink a {
		font-weight:bold;
		text-decoration:underline;
	}
	
	#productTellFriendLink a:hover {
		text-decoration:none;
	}


/* Login Page */

#loginBody .form-input-float {
		margin-bottom:10px;
	}

#loginBody .form-input-float label {
		float:left;
		width:150px;
	}
	
	#loginBody .form-input-float input {
		float:left;
		margin-right:5px;
	}

.gender-ul {
		margin-bottom:10px;
	}

.gender-ul li {
		margin-bottom:5px;
	}
	
	.gender-ul li input {
		margin-right:4px;
	}
	
	
/* Contact Page */

#contactusBody .form-input-float {
		margin-bottom:10px;
	}

#contactusBody .form-input-float label {
		float:left;
		width:150px;
	}
	
	#contactusBody .form-input-float input {
		float:left;
		margin-right:5px;
	}

.required-div {
		margin-bottom:10px;
	}



/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer li {
		display:inline;
		border-right:1px solid white;
		padding:0 8px 0 6px;
	}
	
	#footer li:last-child {
		border-right:0;
		padding:0 0 0 6px;
	}

#footer a {
		color:white;
	}

	#footer a:hover {
			text-decoration:underline;
		}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	
/* Destinations Page */

.graphic-header {
	padding-bottom:25px;
}
.species {
	width:780px;
	text-align:center;
	padding-bottom:70px;
}
.species td {
	text-align:center;
	padding:9px;
}
.species table {
	text-align:center;
	padding-bottom:20px;
}
.species a {	
	text-decoration:underline;
}
.destinationmap {
	padding-bottom:70px;
}
.vendors img {
	float:left;
	padding:9px;
}


