body {
	background: #AD9C6D;
	font: 12px/ 16px helvetica, arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	letter-spacing: .04em;
}

a:link,a:visited {
	color: #B0311B;
	text-decoration: none;
}

a:active,a:hover {
	color: #B0311B;
	text-decoration: underline;
}

#master {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1024px;
	min-height: 100%;
	background: #AD9C6D url(/images/hc_bg_v2.0.jpg) top left repeat-y;
}

#page-content {
	background: url(/images/hc_top_bg.jpg) top left no-repeat;
	width:1024px;
}

#hc_header {
	position: relative;
	width: 100%;
	height: 145px;
	margin: 0;
	z-index: 10;
}

#hc_logo {
	position: absolute;
	top: 45px;
	right: 80px;
	width: 650px;
	height: 87px;
}

#hc_logo a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	text-indent: -9999px;
}

#menu {
	position: absolute;
	top: 42px;
	left: 80px;
	width: 196px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font: 16px/ 20px "century gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.06em;
}

#menu>li {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu>li>a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#menu>li.home_link {
	height:192px;
	background:url(/images/hc_menu_logo.jpg) top left no-repeat;
}

#menu>li.menu_header {
	height:24px;
	text-indent:-9999px;
	background:url(/images/hc_menu_header.jpg) top left no-repeat;
}

#menu>li.home-text_link {
	height:57px;
	background:url(/images/hc_menu_home.jpg) top left no-repeat;
}

#menu>li.store_link {
	height:51px;
	background:url(/images/hc_menu_store.jpg) top left no-repeat;
}

#menu>li.blog_link {
	height:52px;
	background:url(/images/hc_menu_blog.jpg) top left no-repeat;
}

#menu>li.cart_link {
	height:52px;
	background:url(/images/hc_menu_cart.jpg) top left no-repeat;
}

#menu>li.checkout_link {
	height:53px;
	background:url(/images/hc_menu_checkout.jpg) top left no-repeat;
}

#menu>li.volunteer_link {
	height:57px;
	background:url(/images/hc_menu_volunteer.jpg) top left no-repeat;
}

#menu>li.return-policy_link {
	height:53px;
	background:url(/images/hc_menu_returns.jpg) top left no-repeat;
}

#menu>li.shipping_link {
	height:51px;
	background:url(/images/hc_menu_shipping.jpg) top left no-repeat;
}

#menu>li.contact_link {
	height:58px;
	background:url(/images/hc_menu_contact.jpg) top left no-repeat;
}

#menu>li.menu_footer {
	height:22px;
	text-indent:-9999px;
	background:url(/images/hc_menu_footer.jpg) top left no-repeat;
}

#menu>li.home-text_link:hover,#menu>li.store_link:hover,#menu>li.blog_link:hover,#menu>li.cart_link:hover,#menu>li.checkout_link:hover,#menu>li.volunteer_link:hover,#menu>li.return-policy_link:hover,#menu>li.shipping_link:hover,#menu>li.contact_link:hover {
background-position: bottom left;
}

/* Content Styles */
#content {
	display:block;
	min-height:450px;
	text-align: left;
	margin: 30px 120px 30px 340px;
	z-index: 9;
}

.entrydisplay {
	
}

h1,h2,h3,h4,p,ul,ol,pre {
	position: relative;
	margin: 0 0 8px;
	padding: 0;
}

h1,legend {
	font: bold 24px/ 24px helvetica, arial, sans-serif;
	letter-spacing: -.04em;
	text-transform: uppercase;
}

h1 {
	margin-top: 36px;
}

.entrydisplay>h1>a {
	color: #000;
	text-decoration:none;
}

h2 {
	font: bold 20px/ 24px helvetica, sans-serif;
}

h2>a:link,h2>a:visited,h2>a:active,h2>a:hover {
	color: #B0311B;
	font-weight: normal;
}

.entrydisplay>p {
	margin: 0 10px 8px;
}

.entrydisplay ol, .entrydisplay ul {
	margin: 0 10px 8px 30px;
}

/* Footer Style */
#footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 24px 0 5px;
	clear: both;
	text-align: center;
	background: transparent;
}

.credits {
	display: block;
	margin: 0 145px;
	font: 11px/ 16px helvetica, sans-serif;
}

.credits>a {
	color: #B0311B;
}