@charset "UTF-8";
/* CSS Document */


/* Body Styles */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) top left repeat-x #eee8d8;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	color: #FFFFFF;
	width: auto;
}

#active {
	margin-left: 170px; 
	margin-right: 5px
	color: #FFFFFF;
	text-decoration: none;
}

#active a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#active a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Container Styles */
#container { 
	width: 965px;
	background: #34281f;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	padding: 0 0 0 0px;
	background: url(images/contentbg.gif) repeat-x #34281f;
} 

#inner{
    overflow:hidden;
}

/* Header Styles */
#header { 
	background: #DDDDDD; 
} 

/* Sidebar Styles */
#sidebar {
	float: left;
	width: 265px; 
	background: url(images/menubg.jpg) repeat-y #2e2620;
}

/* Menu/Nav Styles */
#menu {
	width: 262px;
	background: #2f2621;
	margin-top: -19px;
	font-family: Arial;
	border: 1px solid #19150e;
	margin-left: -10px;
}

#nav {
	list-style: none;
	padding-left: 5px;
	color: #f7c82c;
	font-size: 18px;
}

#nav a:link {
	color: #f7c82c;
	text-decoration: none;
}

#nav a:visited {
	color: #f7c82c;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul a:hover {
	color: #f7c82c;
	text-decoration: none;
}

#nav ul {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: none;
	padding-left: 35px; 
}

#nav li {
	border-top: 1px solid #19150e;
	padding: 6px;
	margin-left: 16px;
}

/* Content Styles */
#content {
	width: 700px;
	margin-top: -17px;
}

#contentfooter {
	width: 700px;
}

/* Featured Product Styles */
#featuredproducttext {
	width: 300px;
	float: right;
	margin-top: -20px;
}

#featuredproductimages {
	width: 380px;
	background: #3a2d24;
	margin-left: 10px;
	float: left;
	margin-top: 50px;
}

#featuredproductimages img {
	padding: 5px;
}


/* Product Styles */
#producttext {
	width: 400px;
	float: right;
	margin-top: -20px;
}



#productimages {
	width: 280px;
	background: #3a2d24;
	margin-left: 10px;
	float: left;
	margin-top: 50px;
}

#productimagecontainer {
	width: 280px;
}


#productimages img {
	padding: 5px;
}


/* Buy Now Button Styles */
#buynow {
	width: 50px;
	float: right;
}

/* Live to Hunt Styles */
#livetohunt {
	width: 700px;
	height: 70px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#livetohunt p {
	font-size: 30px;
	font-family: Impact;
	color: #FFFFFF;
}

/* Footer Styles */
#footer { 
	padding: 0 0 0 20px;	
	background: #2e2620; 
	margin-top: -20px;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer a:link, a:hover, a:visited {
	color: #f7c82c;
	text-decoration: underline;
}

#price {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin-left: 0px;
}

#desc {
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
}

/* Text Styles */
h1 {
	font-family: Impact;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: -10px;
	padding-bottom: 0px;
}

h2 {
	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	color: #f7c82c;
	margin-left: 10px;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F7C82C;
	margin-bottom: 5px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #f7c82c;
	margin-left: 10px;
	margin-right: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 10px;
}

ul {
	color: #FFFFFF;
	font-size: 13px;
	padding-right: 10px;
	margin-left: -15px;
}

hr {
	color: #4e4843;
	backgound-color: #4e4843;
	border: 1;
}

/* Link Styles */

a:link {
	color: #f7c82c;
	text-decoration: none;
}

a:hover {
	color: #f7c82c;
	text-decoration: underline;
}

a:visited {
	color: #f7c82c;
	text-decoration: none;
}
	
/* Table Styles */
th strong {
	color: #fff;
}
th {
	background: #F7C82C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #2E2620;
	text-align: left;
}

th a:link {
	color: #2E2620;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

th a:visited {
	color: #FFFFFF;
}

tr {
	height: 30px;
}
td {
	padding-left: 5px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
