body {
	background-color: #000;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

.horiz_spacer{
	height: 3px;
	width: inherit;
	font-size: 1px;
	display: block;
	background-color: #000000;
}

a{
	color: #ffffff;
}

.clear_fix{
	width: 0px; height: 0px; margin: 0px; padding: 0px; clear: both;	
}

#container{
	margin: auto auto;
	width: 945px;
}

#header{
	width: 945px;
	height: 160px;
}
	#header_top{
		height: 30px;
		width: 945px;
		background-position: left;
		background-image: url(/images/new_header_bg.jpg);
		background-repeat: repeat-y;

	}
		#header_left{
			float: left;
			width: 627px;
			height: auto;
			text-align: left;
		}
			#header_left a{
				width: 627px;
				display: block;
				margin: 0px;
				padding: 0px;
			}
		#searchbox{
			vertical-align: middle;
			padding-top: 2px;
			float: left;
			color: #000000;
			font-size: 12px;
			padding-left: 20px;
			font-family: Arial, Helvetica, sans-serif;
			background-image: url(/images/search_bg.jpg);
			background-repeat: repeat-y;
			height: 25px;
			width: 298px;
			margin-bottom: 3px;
		}
	
	#header_bottom{
		width: 945px;
		height: 147px;
	}

#menu{
	margin-top: 3px;
	background-color: #702400;
	color: #fdfcf6;
	text-transform: uppercase;
	text-align: center;
	width: 945px;
	vertical-align: middle;
	padding: 1px 0px 3px 0px;
	font-weight: bold;
}

	#menu a, #menu a:visited{
		padding-right: 18px;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: .75em;
	}
	
	#menu a:hover, #menu a.current{
		color: #c5b9b9;
	}

#content{
	margin-top: 3px;
	width: 944px;
	
}

.flash_container{
	float: left;
	padding-right: 3px;
	width: 695px;
}

.home_bullet_container{
	float: left;
	width: 228px;
	padding-left: 25px;
	border: 1px solid #533e0e;
	height: 377px;
}
	.home_list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:  left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	color: #FFF;
	}
		.home_list li{
	padding-top: 25px;
		}
		
		.home_list li a, .home_list li a:visited{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
		}
		
		.home_list li a:hover{
	color: #000;

		}

.home_hotBtn{
	float: left;
	margin-top: 3px;
	background-color: #533e0e;
	border: 4px solid #533e0e;
	width: 304px;
	height: auto;
	text-decoration: none;
	color: #c6be9f;
	cursor: pointer;
}

.home_hotBtn:hover{
	background-color: #755b1e;
	border-color: #755b1e;
}
	.featured_container{
		display: block;
		width: 302px;
		height: 116px;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		background-image: url(/images/featured_bg.jpg);
		cursor: pointer;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.featured_left{
		display: block;
		padding-left: 2px;
		width: 162px;
		float: left;
		color: #000000;
		padding-top: 50px;
		font-size: 15px;
		text-align: center;
		cursor: pointer;
	}
		.featured_description{
			color: #9e2500;
			display: block;
			font-size: 14px;
			padding-top: 10px;		
			cursor: pointer;			
		}
	
	.featured_right{
		cursor: pointer;	
		display: block;
		padding-top: 10px;
		width: 136px;
		float:  left;
		text-align: center;
	}
		.featured_right img{
			display:  block;
			cursor: pointer;
		}
		

.big_hot_text, .small_hot_text{
	display:  block;
	text-align:  center;
	margin:  auto auto;
	color: #c6be9f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:  bold;
	font-size: 22px;
	cursor: pointer;
}

	.small_hot_text{
		color: #d9cf7b;
		font-size: 15px;
		font-weight:  normal;
		cursor:  pointer;
	}

.vertical_spacer{
	height: 152px;
	float: left;
	width: 4px;
}

#addressblock{
	background-color: #533e0e;
	color: #e9e6d9;
	font-family: Arial, Helvetica, sans-serif;
	width: 944px;
	text-align: center;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

#new_footer{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	width: 945px;
}

#new_footer a, #new_footer a:visited{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	
}

#new_footer a:hover{
	text-decoration: underline;
}

.under_footer, .under_footer h1{
	color: #c6be9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
	padding: 20px 40px 20px 40px;
}

.under_footer a{
	color: #d0c675;
	text-decoration: none;
}

.under_footer a:hover{
	text-decoration: underline;
}

.under_footer h1{
	color: #c6be9f;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.under_footer hr{
	color: #c6be9f;

}

.gearGuideContain, .gearGuideContainHome, .gearGuideContainCat{
	background-color: #FFFFFF;
	background-image: url(/images/gearGuide_main_bg.jpg);
	background-repeat: no-repeat;
	width: 944px;	
	padding-bottom:40px;
	font-family: Arial, Helvetica, sans-serif;
}

	.gearGuideContain a, .gearGuideContainHome a{
		color: #222222;
	}
.gearGuideContainHome{
	background-image: url(/images/gearGuide_bg_big.jpg);
	height: 520px;
}

.gearGuideContainCat{
	background-image: url(/images/gearGuide_bg.jpg);
	height: 380px;
}


.gearGuideContain{
	text-align: center;
	padding-top: 140px;
}

	.ggHomeh1{
		width: inherit;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		font-family: Georgia, Times New Roman, serif;
		color: #ecb41c;
		text-transform: uppercase;
		margin: 0px;
		padding: 0px;
		padding-top: 64px;
		padding-bottom: 6px;		
	}
	
	.ggHomeMain{
		width: 820px;
		padding-top: 10px;
		margin: auto auto;
		position: relative;
	}
	
	.gearGuideInner{
		width: 904px;
		padding: 20px;
		padding-top: 60px;
		height: auto;
	}
		.gearGuideInner h2 a{
			color: black;
			padding: 0px;
			margin: 0px;
		}
#chain_select_form{
	text-align: center;
	padding-bottom: 20px;
}
	#chain_select_form input{
		background: transparent url(/images/gearGuide_search.jpg) no-repeat top;
		color: #b3cc30;
		width: 85px;
		height: 20px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;	
		cursor: pointer;
		border: none;
		padding-bottom: 4px;
	}

#chain_select_form ul{
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	list-style-type: none;
}
	#chain_select_form ul li{
		padding-top: 10px;
	}

#chain_select_form ul li select{
	display: block;
	width: 80%;
	margin: auto auto;
}

#chain_select_form ul li label{
	display: block;
}

#ajaxLoaderGif{
	width: 100px;
	position: absolute;
	top: 15px;
	left: 340px;
	z-index: 5;
	text-align: center;
}

.ajaxLoadVisi{
	visibility: visible;
}
.ajaxLoadHide{
	visibility: hidden;
}

.ggHomeCatBtns{
	padding: 10px;
	width: 800px;
	padding-left: 18px;
	padding-right: 0px;
	padding-top: 8px;
}
	.ggHomeCatBtns a{
		float: left;
		padding-right: 12px;
		border: none;
		text-align: center;
		text-decoration: none;
	}
		.ggHomeCatBtns a img{
			border: 2px solid #666666;
		}
		
		.ggHomeCatBtns a:hover img{
			border-color: #ecb41c;
			color: #ECB41C;
		}
		
/* gearguide products list */
.ggListBox{
	border: 1px solid #acb7c7;
	width: 826px;
	margin: auto auto;
}
	.ggListBoxHead{
		width: 800px;
		height: 22px;
		text-align: left;
		padding-left: 26px;
		padding-top: 8px;
		font-weight: bold;
		color: #253161;
		background: transparent url(/images/gearGuide_listBox_bg.jpg) repeat-x top;
	}
	.listBox_row{
		border-top: 1px solid #acb7c7;
		padding-top: 10px;
		height: auto;
		background-color: #FFFFFF;
	}
	.listBox_thumb, .listBox_thumb_single{
		width: 160px;
		height: 160px;
		float: left;
	}	
		.listBox_thumb img, .listBox_thumb_single img{
			border: none;
		}
	
		.listBox_thumb_single, .listBox_thumb_single img{
			cursor: default;
		}
	.listBox_content{
		width: 620px; 
		padding: 12px 30px 0px 10px;
		font-size: 12px;
		float: left;
		text-align: left;
		color: #2c3e49;
		line-height: 16px;
	}
		.listBox_buyLink{
			width: inherit;
			text-align: right;
			color: #533e0e;
			font-size: 14px;
		}
		.listBox_content p{
			padding-left: 20px;
		}
		.listBox_content ul{
			text-align: left;
			padding-left: 50px;
		}
		
.guideCat{
	width: 800px;
	padding: 10px;
}
	.guideCat h2{
		padding: 0px;
		margin: 0px;
	}
	
.gearGuide_top{
	width: 945px;
	position: relative;
	background: transparent url(/images/gearGuide_top.jpg) no-repeat top;
	height: 55px;
}
	.ggReturnText, .ggReturnHome{
		position: absolute;
		left: 10px;
		bottom: 4px;
		color: #b4cc30;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
	}
	
.ggReturnHome{
	top: 80px;
	left: 80px;
}
.gearGuide_shopNow{
		color: #581b0d;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		background: transparent url(/images/gearGuide_shopNow.jpg) no-repeat top;
		text-align: center;	
		display: block;
		width: 97px;
		height: 19px;
		float: left;
		text-decoration: none;
		margin-left: 5px;
		padding-top: 2px;
}
.floatleftsimmswaders {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.headerwhite {
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
}
.floatrightsimmswaders {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}



/* NEW GUIDED SERVICES HEADER */



.guided_services_contain{
	width: 796px;
	margin: auto auto;
}
.guided_services_header{
	display: block;
	margin: 20px auto 20px auto;
}

.btn_guided{
	width: 253px;
	float: left;
	display: block;
	text-decoration: none;
}
	.btn_guided img{
		margin-bottom: 8px;
	}
	.btn_guided strong{
		display: block;
		font-family: Georgia, Times, serif;
		font-size: 23px;
		font-style: italic;
	}
	.btn_guided span{
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		font-weight: normal;
		font-size: 15px;
	}
	
.btn_guided_spacer{
	display: block;
	width: 18px;
	float: left;
}

.guided_services_left{
	width: 490px;
	padding-top: 26px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px;
	padding-right: 20px;
	line-height: 19px;
}
.guided_services_right{
	padding-top: 20px;
	width: 286px;
	float: left;
}

.rightBtn_guided{
	width: 198px;
	display: block;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 100px;
}
	.rightBtn_guided span{
		color: #e69516;
	}
	#rightBtn_1{
		height: 74px;
		padding-top: 30px;
		background: transparent url(/images/btnRight_guided_1.jpg) 0 0 no-repeat;
	}
	#rightBtn_2{
		height: 72px;
		padding-top: 30px;
		background: transparent url(/images/btnRight_guided_2.jpg) 0 0 no-repeat;
	}
	#rightBtn_3{
		padding-top: 20px;
		height: 87px;
		background: transparent url(/images/btnRight_guided_3.jpg) 0 0 no-repeat;
	}
	
.submenu_contain{
	background-color: #FFCC00;
	height: 20px;
	line-height: 20px;
	padding-left: 180px;
}

.submenu_contain a{
	color: #000;
	margin-right: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.submenu_contain a.current{
	color: #fff;
}

.single_guide{
	margin-bottom: 30px;
}

.single_guide_thumb{
	width: 170px;
	float: left;
}

.single_guide_content{
	width: 626px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	.single_guide_content h3{
		margin: 0px;
		font-size: 17px;
		color: #9a9936;
		font-weight: bold;
		padding-top: 10px;
	}
	.single_guide_content p{
		margin: 0px;
		font-size: 15px;
	}

/* RATES AND RIVERS SECTION */
.rivers_container{
	padding-top: 10px;
	padding-bottom: 10px;
}
.rivers_leftCol{
	width: 176px;
	padding-left: 10px;
	float: left;
}
	.rivers_menu{
		padding-top: 80px;
		width: 164px;
		background: transparent url(/images/rivers_menu_bg.jpg) 0 0 no-repeat;
	}
		.rivers_menu ul{
			font-family: Arial, Helvetica, sans-serif;
			color: #000;
			font-size: 15px;
			margin: 0px;
			padding: 0px;
			padding-left: 5px;
			list-style-type: none;
		}
		.rivers_menu ul li{
			display: block;
			margin-bottom: 8px;
		}
		.rivers_menu li a{
			padding-left: 15px;
			display: block;
			line-height: 27px;
			background: transparent url(/images/river_menu_hover.jpg) 0 -27px no-repeat;
			color: #000;
			height: 27px;
			text-decoration: none;
			font-size: 15px;
		}
		.rivers_menu li a.current, .rivers_menu li a:hover{
			background-position: 0px 0px;
		}

.rivers_midCol{
	width: 390px;
	float: left;
	padding: 0px 20px 0px 0px;
}

	.rivers_midCol h2{
		font-size: 25px;
		color: #ffcc00;
		font-weight: bold;
		font-style: italic;
		font-family: Georgia, Times, serif;
	}
	.rivers_midCol h3{
		font-size: 17px;
		font-weight: bold;
		color: #9a9936;
		font-family: Arial, Helvetica, sans-serif;
	}
	.rivers_midCol p{
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 19px;
		color: #fff;
	}
.rivers_rightCol{
	width: 346px;
	float: left;
}
	.rivers_contact{
		width:186px;
		height: 47px;
		line-height: 47px;
		font-family: Georgia, Times, serif;
		font-style: italic;
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #fff;
		font-size: 25px;
		padding-left: 20px;
		background: transparent url(/images/rivers_contact_bg.jpg) 0 0 no-repeat;
	}
	.rivers_box_right{
		margin-bottom: 20px;
		border: 1px solid #8e6350;
		width: 320px;
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
	}
		.rivers_box_right h3{
			width: 300px;
			margin: 0px;
			padding-left: 20px;
			background-color: #51351d;
			font-size: 25px;
			color: #ffcc00;
			font-family: Georgia, Times, serif;
			font-style: italic;
			font-weight: bold;
			border-bottom: 1px solid #8e6350;
		}
		.rivers_box_right p{
			margin: 0px;
			font-size: 13px;
			padding: 5px;
			padding-left: 10px;
		}

.rivers_right_thumbs{
	margin-top: 16px;
}
.rivers_thumbR{
	width: 95px;
	height: 95px;
	background-color: #dcd5b9;
	float: left;
	display: block;
}

.rivers_right_spacer{
	display: block;
	width: 16px;
	float: left;
}

