/* RESET */  
  
html, body, div, span, h1, h2, h3, h4, h5,   
h6, p, blockquote, pre,  
a, code, em, font, img, small, strong, center,  
dl, dt, dd, ol, ul, li, form{  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    font-size: 100%;  
    vertical-align: baselinebaseline;  
    background: transparent;  
}  
 
ol, ul {  
    list-style: none;  
}  

/* MAIN STYLES */

body {
	font-size: 12px;
	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #604129 url(../images/background.gif) repeat-x 0 top;
	color: #d5cbb0;
	line-height:18px;
	behavior: url(csshover.htc);
}

a .img {
	border:0;
}

a {
		text-decoration: none;
		font-weight: bold;
		color: #fff;
	}
a:visited {
		text-decoration: none;
		color:#fff;
	}

a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	
.quote {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
}

.author {
	font-size:12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	width: 815px;
	margin: 0 auto;
	z-index: 1;
}

#header {
	height: 325px;
	position: relative;
	z-index: 1;
}

#cart_info{
	background: url(../images/cart.png) left center no-repeat;
	position:absolute;
	padding-left:25px;
	top:15px;
	left:620px;
	z-index:20;
}

#intro_text {
	float: left;
	width: 235px;
	clear:left;
	}
	
#intro_text p{
	padding-top:15px;
	}

#main {
	overflow: hidden;
	background-image: url(../images/border.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	padding:30px 30px 60px 30px;
	margin-bottom: 30px;
	
}

#col1, #col2, #col3 {
	float:left;
	margin-right:30px;
	width:225px;
} 

#col3 {
	margin-right:0;
}

#col1 .learnmore, #col2 .learnmore, #col3 .learnmore {
	float:right;
	margin-top:-5px;
	
} 

#col1 p, #col2 p, #col3 p {
	padding: 10px 0 0 10px; 
}

#header .header_graphic {
	position:absolute;
	top: 32px;
	left: 250px;
	z-index: 1;
}

#header .bttn {
	z-index:10;
	position:absolute;
	top:225px;
	left:250px;
}

#column_left {
	width:207px;
	background: url(../images/background_column.gif) repeat-y;
	float:left;
	margin:40px 30px 0 -30px;
	padding:17px;
	}
	

#column_left .logo {
	margin-bottom:15px;
}

#main_content {
	margin-top:40px;
}

.product_menu_item {
	width:180px;
	float:left;
	
}

.product_menu_item p{
	margin-top:10px;
	text-align:center;
}

#headline {
	float:right;
}

#product_image {
	width:175px;
	float:left;
	overflow:hidden;
	padding-top:40px;
	text-align:center;
}

#product_description {
	float:left;
	padding: 40px 20px 0 20px;
	width:410px;
}

#product_description h2 {
	font-weight:bold;
	font-color: #e7deca;
	font-size:22px;
	
}

#product_description p {
	margin-top:15px
}

#product_description ul {
	padding-top:20px;
	margin-left:-10px;
}

#product_description li {
	font-weight:bold;
	font-color: #e7deca;
	font-size:14px;
	line-height:20px;
	padding:10px 30px 0 30px;
	background: url(../images/checkmark.gif) no-repeat 0 8px;
}

#product_price {
	float:left;
	padding-top:40px;
	width:120px;
}

#product_price .price{
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	color:#e1821c;
	padding: 10px 0 10px 3px;
}

#product_price p{
	font-size:10px;
	line-height:13px;
	padding-left:4px;
}

#footer {
	padding: 30px;
	height: 100px;
	margin-top:20px;
	margin: left:30px;
	text-align:center;
	
}

/* NAVIGATION */

#navcontainer {
	width: 460px;
	height: 33px;
	float:left;
	margin:15px 0 35px 0;
	z-index: 2;
	
	}
	
#navcontainer ul li{
	padding: 0px;
}

#navcontainer .Hunting {
	background-image: url(../images/nav_hunting.gif);
}

#navcontainer .Fishing {
	background-image: url(../images/nav_fishing.gif);
}

#navcontainer .Birding {
	background-image: url(../images/nav_birding.gif);
}

#navcontainer .Support {
	background-image: url(../images/nav_support.gif);
}

#navcontainer .Contact {
	background-image: url(../images/nav_contact.gif);
}


#navcontainer #current {
	background-position: right;
}

#navcontainer ul li .currentAncestor {
	background-position: right;
	
}

/* Parent - Level 0 */

#navcontainer ul{
	
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 1;
}

#navcontainer li {
	display: inline;
	
	
}

#navcontainer a:link,
#navcontainer a:visited {
	display: block;
	margin-right:3px;
	float: left;
	height: 33px;
	background-position: left;
	text-indent: -999em;
}

#navcontainer a:hover,
#navcontainer a:active {
	background-position: right;
}

#navcontainer a:link.Hunting,
#navcontainer a:visited.Hunting {
	width: 86px;
}

#navcontainer a:link.Fishing,
#navcontainer a:visited.Fishing {
	width: 86px;
}

#navcontainer a:link.Birding,
#navcontainer a:visited.Birding {
	width: 86px;
}

#navcontainer a:link.Support,
#navcontainer a:visited.Support {
	width: 86px;
}

#navcontainer a:link.Contact,
#navcontainer a:visited.Contact {
	width: 86px;
}







