/* 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/background2.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;
	}

h1 {
font-size:22px;
margin: 20px 0 20px 0;
}
	
.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: 145px;
	position: relative;
	z-index: 1;
}

#cart_info{
	position:absolute;
	top:15px;
	left:640px;
}

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

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

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

#column_left {
	width:500px;
	float:left;
	padding:15px 15px 0 0;
	overflow:hidden;
}

#column_right {
	padding:15px 0 0 15px;
	overflow:hidden;
}

.contactbox1 {
	height: 150px;
	width: 400px;
	padding:5px;
}

.text_input {
	padding:5px;
}	

.accordian {
	padding-right:20px;
}
.accordian h3 {
  margin: 0px;
  padding: 9px 0px 9px 30px;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
	color: #d5cbb0;
	background: url(../images/checkmark.gif) no-repeat center left;
  cursor: pointer;
}

.accordian h3.opened {
	background-image: url(../images/border.gif);
}

.accordian div {
	padding: 15px;
}

.demo-show {
  width: 230px;
}
.demo-show h3 {
  margin: 0px;
  padding: 8px 0px 8px 33px;
	border-top: 1px solid #0E0F11;
	width: 192px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/border.gif)repeat-x bottom;
    cursor: pointer;
}
.demo-show h3.opened {
  background-image: url(images/link_head_arrow_down.jpg);
}
.demo-show div {

}

#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:420px;
}

#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;
	color:#e1821c;
	padding: 5px 0 5px 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;
}







