/* CSS Document */

/* 
PHOTO CREDITS
Forest by Sandy Hemingway
Home navigation by Ben C, http://www.myspace.com/ondamuve
Backpacking navigation by Lee Adcock, http://www.katieandlee.com
Camping navigation by Billy W, http://www.barefeetbilly.com
Specialty navigation by Eric Jensen, http://www.ejensen.us
*/

body {
	margin: 0;
	padding: 0;
	background: #13180f;
	text-align: center;
	}
body, td, th {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 135%;
	}
strong {
	color: #b1c28a;
	}
	
/* Structure
------------------------------------------------------ */
#skip {
	display: none;
	}
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #050505;
	text-align: left;
	}
#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	}
#contactinfo, #reviewcart {
	font-size: 80%;
	margin-left: 30px;
	}
#content {
	float: right;
	margin: 0 1em 0 0;
	padding: 0;
	width: 540px;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 0.5em;
	background: #050505;
	font-size: 75%;
	text-align: center;
	}
	
/* Links
------------------------------------------------------ */
a:link { color: #72893e; }
a:visited { color: #88735f; }
a:hover { color: #a9c172; }
a:active { color: #fff; }

/* Decor
------------------------------------------------------ */
img {
	margin: 0 15px 5px 0;
	}
ul.pagelinklist {
	font-size: 85%;
	}
	
/* Headings
------------------------------------------------------ */
h1 {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 130px;
	background: url(../images/h1.jpg) center no-repeat;
	}
h1 span {
	display: none;
	}
h2, h3, h4 {
	color: #72893e;
	font-weight: normal;
	}
h3 {
	padding-top: 3px;
	border-top: 1px dotted #333;
	}
#navigation #contactinfo h3 {
	font-weight: bold;
	}
p.tagline {
	display: none;
	}
	
/* Navigation
------------------------------------------------------ */
#navcontainer {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#navcontainer ul li {
	list-style-type: none;
	}
#navcontainer ul li span {
	display: none;
	}
#navcontainer ul li a {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 100px;
	display: block;
	border-top: 3px solid #050505;
	border-bottom: 3px solid #050505;
	}

#navcontainer ul li a#home {
	background: url(../images/nav_home.jpg) bottom no-repeat;
	}
#navcontainer ul li a:hover#home {
	background: url(../images/nav_home_roll.jpg) bottom no-repeat;
	}
#navcontainer ul li#current a#home {
	background: url(../images/nav_home_roll.jpg) bottom no-repeat;
	border: 1px solid #72893e;
	}
	
#navcontainer ul li a#backpack {
	background: url(../images/nav_backpack.jpg) bottom no-repeat;
	}
#navcontainer ul li a:hover#backpack {
	background: url(../images/nav_backpack_roll.jpg) bottom no-repeat;
	}
#navcontainer ul li#current a#backpack {
	background: url(../images/nav_backpack_roll.jpg) bottom no-repeat;
	border: 1px solid #72893e;
	}
	
#navcontainer ul li a#camping {
	background: url(../images/nav_camping.jpg) bottom no-repeat;
	}
#navcontainer ul li a:hover#camping {
	background: url(../images/nav_camping_roll.jpg) bottom no-repeat;
	}
#navcontainer ul li#current a#camping {
	background: url(../images/nav_camping_roll.jpg) bottom no-repeat;
	border: 1px solid #72893e;
	}
	
#navcontainer ul li a#specialty {
	background: url(../images/nav_specialty.jpg) bottom no-repeat;
	}
#navcontainer ul li a:hover#specialty {
	background: url(../images/nav_specialty_roll.jpg) bottom no-repeat;
	}
#navcontainer ul li#current a#specialty {
	background: url(../images/nav_specialty_roll.jpg) bottom no-repeat;
	border: 1px solid #72893e;
	}