/*
*/
form {
	display: inline;
}
body {
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #000 url('../images/hwp-bkgd.png') repeat-x top left;
}
input, textarea, select {
	font: 0.9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 130%;
	color: #8f0e15;
}
h3 {
	font-size: 120%;
	color: #8f0e15;
}
h3 a {
	color: #7d9f70;
}
h4 {
	font-size: 110%;
	color: #7d9f70;
}
h4 a {
	color: #7d9f70;
}
a {
	color: #333;
}
p {
	padding: 4px 0;
}
label {
	padding: 2px 0;
}
table {
}
table td {
	vertical-align: top;
}
#wrapper {
	background: transparent url('../images/hwp-top_bar_bkgd.png') repeat-x top left;
}
#header {
}

#phone {
	background-color: #273725;
	padding: 3px 8px;
	color: #fada6b;
	display: block;
	position: absolute;
	right: 50px;
	top: 10px;
	font-size: 90%;
}
#tagline {
	font-size: 120%;
	color: #ccc;
	display: block;
	position: absolute;
	right: 250px;
	top: 50px;
	margin: 0;
}
#tagline .small {
	display: block;
}
#tagline .small2 {
	display: block;
	margin-left: 3em;
}
#tagline .large {
	display: block;
	color: #fff;
	font-size: 130%;
	text-indent: 3em;
}
#logo {
	padding: 20px 0 0 100px;
}
#nav {
	display: block;
	position: absolute;
	right: 50px;
	top: 140px;
	margin: 0;
	width: 35em;
	padding: 0;
	font-size: 90%;
	background: transparent url('../images/hwp-nav_bkgd.png') repeat-x top left;
}
#nav li {
	list-style: none;
	display: inline;
}
#nav a {
	display: block;
	float: right;
	padding: 6px 8px;
	text-decoration: none;
	color: #fff;
}
#nav .left {
	float: left;
}
#nav .right {
	float: right;
}
#nav a:hover, #nav a.active {
	color: #000;
	background: transparent url('../images/hwp-nav_bkgd-over.png') repeat-x top left;
}
#body_box {
	margin: 10px 40px;
	border: 5px solid #2e4919;
	background: #fff;
	padding: 10px;
	xbackground: #c7c7c7 url('../images/hwp-body_bkgd.png') repeat-x top left;
}
#footer {
	position: relative;
	bottom: 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 90%;
	color: #fff;
}
#footer p {
	padding: 1px;
}
#footer .left {
	width: 49%;
	text-align: right;
}
#footer .right {
	float: right;
	width: 49%;
	text-align: left;
}
.field label {
	display: block;
}
.field em {
	color: red;
}

.products {
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
.products td {
	width: 50%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.products td.one {
	border-right: 1px solid #ccc;
}
.products .product {
	margin: 10px;
}
.products .product img {
	float: right;
	margin-left: 10px;
	border: 1px solid #333;
}

.products .product .button a{
/*border: 1px solid #333;*/
color: #253b13;
font-weight: bold;
}
.products .product .button{
	margin: 10px 0;
}
/* START Flash Notice Messages */
.flash_error {
	color: red;
	background: #fff;
	border: 1px solid #333;
}
/* END Flash Notice Messages */