.product_header { background: url(images/product_header.gif) no-repeat center; }

/* Website Structure Styles */
body {
	margin: 0px;
	/*background: #d3d0b9 url(../../images/background-default.jpg) no-repeat center top !IMPORTANT;*/
	background-position: top center;
	background-repeat: no-repeat;
}
.header {
	width: 988px;
	height: 100px;
}
.menu td{
	color: #524122;
	padding: 2px 0px;
}
.menu {
	width: 200px;
	margin: 0 10px;
}
.menu_heading {
	border-bottom: 1px solid #FFF;
}
.main_table {
	width: 988px;
	height: 300px;
	background: #FFF;
}
.product_header {
	background:  url(images/product_header.gif) right no-repeat;
}
.product_header_twoup {
	background:  url(images/product_header_twoup.gif) right no-repeat;
}
.product_header td, .product_header_twoup td {
	padding: 8px;
	color: #524122;
	font-weight: bold;
}
.product_header h1, .product_header_twoup h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	font-style: normal;
	color: #524122;
}
.product_header h3, .product_header_twoup h3 {
	color: #524122;
}
.feature {
	position: absolute;
	z-index: 1;
	width: 728px;
	height: 260px;
	margin-left: 1px;
}
.feature-bg {
	background: url(images/feature-bg.gif) no-repeat center bottom;
	filter:alpha(opacity=50);
	opacity:.50;
	height: 260px;
}
.feature-twoup {
	position: absolute;
	z-index: 1;
	width: 350px;
	height: 246px;
}
.feature-bg-twoup {
	background: url(images/feature-bg-twoup.gif) no-repeat center bottom;
	filter:alpha(opacity=50);
	opacity:.50;
	height: 260px;
}
.text-bullet {
	padding: 5px;
}
.text-features {
	padding: 5px;
}
.footer {
	width: 988px;
	height: 40px;
	background: #000 url(images/footer-bg.gif) repeat-x center top;
}

.leafbackground_green {
	background: url(../../images/leafbackground_green.jpg) center;
}

.sleepingbag_table td {
	font-size: 10px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
.sleepingbag_table {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
/* Font Styles */
h1, h2, h3, h1 a, h2 a, h3 a {
	color: #524122;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: -5px;
	font-style:normal;
}
h1, h1 a {
	font-size: 25px;
	font-weight: normal;
}
h2, h2 a {
	font-size: 20px;
	font-weight: normal;
}
h3, h3 a {
	font-size: 15px;
	font-weight: normal;
}
td, p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 11px;
}
td, p {
	color: #524122;
}
a {
	color: #524122;
	text-decoration: none;
}
a:hover {
	color:#a8a090;
}
.footer a {
	color: #ffe1e9;
}
.footer a:hover {
	color: #a8a090;
}
blockquote {
	color: #524122;
	background: #F7F7F7;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 12px;
	line-height: 200%;
}
ul,ol {
	margin-left: 5px;
	padding-left: 5px;
	text-indent: 0px;
}
ul {
	list-style: square;
}

.nav_borders { border-bottom: 1px solid #000; }
.nav_del { background: #000; }

.menu_container {
	/*padding: 15px 10px;*/
	background: #f1ede2 url(images/menu-bottom-bg.gif) bottom no-repeat;
	width: 180px;
}

.content-area {
	padding: 15px 20px 15px 15px;
}

/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #524122;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #666;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #524122;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#524122;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{
	background-color: #a8a090;
}
