body {
	margin: 0;
	padding: 0;
	background-color: #2b4860;
}
#containerTop {
	width: 1040px;
	margin: 5px auto 0 auto;
}
#containerBottom {
	width: 1040px;
	margin: 0 auto 20px auto;
	z-index: -2px;
}
/* Container */
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	background-image: url(images/container_bg.png);
	background-repeat: repeat-y;
}

/* Header */
#header {
	background-color: #fff;
	height: 75px;
}
	#header .imgLeft {
		float: left;
		margin: 12px 0 0 14px;
	}
	#header .imgRight {
		float: right;
		margin: 6px 10px 0 10px;
	}
	
/* Left Side */
#left {
	float: left;
	width: 249px;
	padding-top: 5px;
	padding-bottom: 0px;
background-image: url(images/nav_bg.jpg);
		background-repeat: repeat-x;
}
#left #menu{
	background-color: #b5b5b5;	
	width: 248px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
	/* Search */
	#menu #search {
		height: 33px;
		background-color: #8d8d8d;
		border-top: 1px solid #fff;
	}
	/* Sub-Navigation */
	#menu #subnav {
		list-style: none;
		width: 238px;
		background-image: url(/images/subnavtop_hawksgear.jpg);
		background-repeat:no-repeat;
		margin: 20px auto;
		padding: 0px;
		background-color: #e5e5e5;
	}
	#menu #subnav .bottom{
		background-image: url(/images/menu-bottom.jpg);
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px;
		width: 238px;
		height: 12px;
	}
	#menu #subnav .firstlevel{
		text-indent: -10000px;	
		width: 238px;
		height: 23px;
		overflow: hidden;
	}
	
		#menu #subnav ul.subnav {
			padding-top: 10px;
			padding-bottom: 10px;
			background-color: #e5e5e5;
			line-height: 22px;
		}
			#menu #subnav ul.subnav li {
				list-style-image: url(images/subnav_bullet.jpg);
				padding-left: 5px;
			}
				#menu #subnav ul.subnav li a:link {
					color: #fe0000;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 12px;
					text-decoration: underline;
				}
				#menu #subnav ul.subnav li a:visited {
					color: #fe0000;
					text-decoration: underline;
				}
				#menu #subnav ul.subnav li a:hover {
					color: #0099d8;
					text-decoration: none;
				}
				
/* Navigation */
	ul#nav {
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 32px;
		background-image: url(images/nav_bg.jpg);
		background-repeat: repeat-x;
	}
		ul#nav li {
			float: left;
			height: 32px;
			padding: 0px;
			margin: 0px;
		}
		ul#nav li a{
			padding: 7px 16px 0 16px;
			border-right: 1px solid #FFFFFF;
			display: block;
			height: 25px;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		}
			ul#nav li.noBorder a {
				border-right: none;
			}
			ul#nav li a:link {
				color: #fff;
			}
			ul#nav li a:visited {
				color: #fff;
			}
			ul#nav li a:hover {
				color: #FFF;
				background-color: #007ebb;
			}
					
/* Content */
#content {
	float: left;
	width: 751px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 172px;
	padding-bottom: 10px;
}
	/* Featured Products */
	#content #featured {
		
	}
	/* Main Content */
	#content #main {
		
	}
		#content #main h1 {
		
		}
		
/* Footer */
#footer {
	clear: both;
	height: 24px;
	background-color: #009ada;
	border-top: 1px solid #fff;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 11px;
}
#subfooter{
	clear: both;
	height: 20px;
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	margin-left: 249px;
	background-color:#FFFFFF;
}
.searchBox{
	width: 170px;
	height: 18px;
	border: 1px solid #d6d6d6;
	padding: 3px 3px;
	margin: 0px;
	font-size: 14px;
}

ul#footNav{ list-style: none;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
	padding: 0;
	margin-right: 20px;
	position: relative;
	top: -15px; }
	
ul#footNav li{ display: inline;
	border-left: 1px #999 solid; }
	
ul#footNav li a{ color: #fff;
	padding: 2px 5px 2px 7px;
	line-height: 1.2em; }
	
ul#footNav li#first{ border-left: 0; }