/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #cc9933;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* custom css */

h1 { font-weight: bold; font-size: 150%; line-height: 36px;}
h2 { font-weight: bold; font-size: 130%; line-height: 18px; margin-bottom: 10px; }
h3 { font-weight: bold; font-size: 120%; line-height: 18px; }

img, a {
	outline: none;
}

img {
    border: none;
}

.clear-both {
	clear: both;
}

.addressmarginbottom {
	margin-bottom: 5px;
}

body {
	/*font-family: trebuchet ms, verdana, arial, tahoma;*/
	font: small Helvetica, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif, Verdana, Arial;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 734px;
	/*background: #003399;*/
	background: #ffffff;
	line-height: 16px;
}

* html body {
	/* simplified box model hack */
	font-size: x-small; /*for IE5/Win*/
	f/ont-size: small; /*or other IE versions*/
}

#header {
	background: #fff url('/images/HU_Header_bg.png') repeat-x;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 193px;
	padding-bottom: 10px;
}

#header-inner {
	background: #fff url('/images/HU_Header.png');
	margin: 0 auto;
	text-align: left;
	width: 987px;
	height: 193px;
}

#nav {
	display: block;
	font-size: 90%;
	padding: 160px 0 0 198px;
}

.current-page {
	color: gray;
}

#content-wrapper {
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
	width: 700px;
}

#message {
	background-color: #ffffcc;
	border: 1px solid orange;
	width: 198px;
	margin-top: 23px;
	text-align: left;
	height: 150px;
	float: right;
}

#message .meat {
	float: left;
	font-size: small;
	padding: 0 10px 0 10px;
	clear: both;
}

#extra {
	margin-top: 10px;
	background-color: #ffffcc;
	border: 1px solid orange;
	text-align: left;
	float:right;
	clear:right;
	width:198px
}

#extra .meat {
	float: left;
	font-size: small;
	padding: 10px;
	clear: both;
}

#extra ul {
line-height: 18px;
text-decoration: none;
text-indent: 5px;
list-style-position:inside;
list-style-type:disc;
padding: 5px 0 5px;

}

#content {
	background-color: #ffffff;
	width: 480px;
	padding: 5px 5px 20px 5px;
	margin: 0 auto;
	text-align: left;
	float:left;
}

#store-content {
	background-color: #ffffff;
	width: 700px;
	margin: 0 auto;
	text-align: left;

}

.wanted {
	background-color: #ffffcc;
	border: 1px solid orange;
	width: 450px;
	text-align: left;
	padding: 10px;
}

.wanted p {
	font-size: medium;
	padding: 5px;
	line-height: 20px;
}

.story {
	padding: 10px 0 10px 0;
	border-bottom: solid #dddddd 1px;
}

.story img{
	padding: 10px 0 10px 0;
}

#customer-data {
	font-size: medium;
	padding: 20px 0 10px 60px;	
}

.twocolumnfixed {
	background-color: #ffffff;
	float: left;
	width: 277px;
	padding: 10px 10px 10px 60px;
	line-height: 24px;
}

.product_name {
	font-size: large;
}

.product_price {
	font-size: large;
}

.product_img {
	padding: 10px;
	vertical-align: middle;
}

.product_img_caption {
	font-size: smaller;
	display: block;
	padding: 0 0 10px 20px;
}

.product_details {
	font-size: medium;
	display: block;
}

#page-title {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

.copyright {
	margin: 0 auto;
	color: #000000;
	padding-top: 10px;
}
