@charset "utf-8";
/* CSS Document */

#content h1
{
	width: 500px;
}
#content p
{
	width: 500px;
}

h2.header-nomargin
{
	margin-bottom: 0px;
}

#feature .feature-link
{
	font-size: 1.5em;
	padding-top: 20px;
	padding-bottom: 20px;
}
#feature .feature-link img
{
	vertical-align: middle;
}
#feature .feature-cost
{
	display: inline-block;
	font-size: 1.5em;
	float: left;
	margin-top: -5px;
}

#footer #footer-child
{
	position: absolute;
	bottom: 0;
	left: 550px;
}

#product-filter
{
	position: relative;
	float: right;
	width: 200px;
	text-align: center;
	margin-right: 20px;
}
#product-filter h2
{
	width: 200px;
	position: relative;
	background: url(../images/bg_header.gif) repeat-x #84b000;
	height: 28px;
	line-height: 28px;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}