body {
	background-color: #000000;
	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: 215px;
	padding-left: 25px;
	border: 3px solid #533e0e;
	height: 371px;
}
	.home_list{
		color: #d0c675;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align:  left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
		.home_list li{
			padding-top: 25px;
		}
		
		.home_list li a, .home_list li a:visited{
			color: #d0c675;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			text-decoration: none;
		}
		
		.home_list li a:hover{
			color: #b95e30;

		}

.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;
}