body {
	margin: 0;
	padding: 0;
	background-image: url(../images/h4h/background.gif);
	background-color: #4d0b0c;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	line-height: 18px;
}

a, a:visited, a:active, a:link {
	color: #310907;
	text-decoration: underline;
}

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

#container {
	width: 800px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -400px;
}

#header {
	width: 800px;
	height: 220px;
	display: block;
	background: url(../images/h4h/header.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	width: 240px;
	height: 220px;
	display: block;
	background: url(../images/h4h/logo.gif) top left no-repeat;
	text-indent: -9999px;
}

#header a {
	color: #FFFFFF;
}

#header p {
	float: right;
	margin: 190px 10px 0 0;
}

#content {
	width: 800px;
	height: auto;
	padding: 10px 0 0 0;
	margin: 0;
}

#bottle {
	width: 420px;
	height: 320px;
	display: block;
	position: relative;
}

#bottle img {
	float: left;
	margin-right: 10px;
}

#bottle p {
	margin: 0;
	padding: 10px 0 0 0;
	color: #FFFFFF;
	text-size: 18px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 160px;
	height: auto;
	float: right;
	text-align: center;
}

#bottle p span {
	font-size: 48px;
	line-height: 48px;
}

#bottle a#buynow {
	width: 160px;
	height: 48px;
	display: block;
	position: absolute;
	right: 0;
	top: 262px;
	text-indent: -9999px;
	background: url(../images/h4h/buynow.png) top left no-repeat;
}

#bottle a#buynow:hover {
	background-position: bottom left;
}

#bottle form {
	width: 160px;
	height: 48px;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 262px;
}

#bottle form input#buynowbutton {
	width: 160px;
	height: 48px;
	display: block;
	/*position: absolute;
	right: 0;
	top: 262px;*/
	text-indent: -9999px;
	background: url(../images/h4h/buynow.png) top left no-repeat;
	border: none;
	cursor:pointer;
	line-height: 0;
}

#bottle form input#buynowbutton:hover {
	background-position: bottom left;
}

#bottle form input#buynowbutton::-moz-focus-inner { border: 0; }

#h4himages {
	width: 316px;
	height: 316px;
	display: block;
	float: right;
}

#h4himages img {
	float: right;
}

#disclaimer p {
	font-style: italic;
	margin: 0 0 0 10px;
	padding: 0;
	color: #BA8789;
	font-size: 10px;
}

#mission {
	width: 740px;
	height: auto;
	display: block;
	padding: 18px 30px 15px 30px;
	margin: 0;
	background: url(../images/h4h/mission-top.png) top left no-repeat;
}

#mission a#h4hfb, #mission a#h4htwitter {
	padding: 0;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	display: block;
	float: right;
	text-indent: -9999px;
}

#mission a#h4hfb {
	background: url(../images/h4h/facebook.gif) top left no-repeat;
}

#mission a#h4htwitter {
	background: url(../images/h4h/twitter.gif) top left no-repeat;
}

#mission h2 {
	padding: 0;
	margin: 0;
	color: #7B7774;
	font-size: 24px;
	font-weight: normal;
}

#mission p {
	color: #555351;
	margin: 15px 0 0 0;
	font-size: 14px;
}

#mission_more {
	width: 740px;
	/*height: 30px;*/
	height: 20px;
	display: block;
	padding: 0 30px 0 30px;
	margin: 0;
	background: url(../images/h4h/mission-bottom.png) bottom left no-repeat;
}

#mission_more p {
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 10px;
}

.hidden {display: none}

/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
