@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	background: url('images/bg2.png') repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}

body.main
{
	/*background: url('images/bg1.png') repeat-x top left;*/
}

body.second
{
	/*background: url('images/bg2.png') repeat-x top left;*/
}

div#container
{
	min-height:100%;
	margin: 0 auto -241px auto;
	width: 980px;
}

/*.main div#top
{
	height: 166px;
}*/

div#top
{
	height: 151px;
}

img#logo
{
	border: none;
	display: block;
	margin: 53px 0 0 42px;
	position: absolute;
}

.main img#premium
{
	border: none;
	display: block;
	margin: 79px 0 0 610px;
	position: absolute;
}

div#nav-holder
{
	height: 49px;
}

ul#navigation
{
	display: block;
	list-style:none;
	height: 49px;
	margin: 0;
	padding: 0 30px;
	position: relative;
	z-index: 10;
}

/*.main .hhContentArea ul#navigation
{
	position: absolute;
	top: 166px;
}*/

.hhContentArea ul#navigation
{
	position: absolute;
	top: 151px;
}

ul#navigation li
{
	display: block;
	float: left;
}

ul#navigation a.top
{
	color: white;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	height: 34px;
	padding: 15px 20px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navigation a:hover.top
{
	background: url('images/navarrow.png') no-repeat center bottom;
}

ul.flyout
{
	background: #639239 url('images/flyout-bg.png') no-repeat top left;
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px 0 20px 0;
	position: absolute;
	width: 191px;
}

ul#navigation ul.flyout li
{
	display: block;
	float: none;
	padding: 0 18px;
}

ul.flyout a.flyout
{
	border-bottom: 1px solid white;
	color: white;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	/*margin: 0 18px;*/
	padding: 7px 0 7px 0;
	text-decoration: none;
	text-transform: uppercase;
	height: 1%;
}

ul.flyout ul.flyout
{
	margin: -10px 0 0 173px;
}

div#sidebar
{
	float: left;
	padding: 37px 39px 20px 25px;
	width: 316px;
}

ul#sidebar-products
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sidebar-products li
{
	border-bottom: 1px solid #DFDFDF;
	display: block;
	float: left;
	height: 40px;
	padding: 15px 0;
	position: relative;
	text-align: center;
	width: 155px;
}

ul#sidebar-products li.left
{
	border-right: 1px solid #DFDFDF;
}

ul#sidebar-products li.bottom
{
	border-bottom: none;
}

ul#sidebar-products img
{
	border: none;
}

/*div#main-content
{
	float: left;
	padding: 315px 0 20px 0;
	width: 600px;
}

.second div#main-content
{
	padding-top: 29px !important;
}*/

div#main-content
{
	float: left;
	padding: 29px 0 20px 0;
	width: 600px;
}

div#main-content p
{
	line-height: 1.7em;
}

div#main-content .content
{
	background: url('images/leaf.jpg') no-repeat right 52px;
	min-height: 312px;
	padding-right: 229px;
}

div#push
{
	clear: both;
	height: 241px;
}

div#footer
{
	background: #92A228 url('images/footer-bg.png') no-repeat top center;
	height: 241px;
}

div#footer-inner
{
	margin: 0 auto;
	width: 980px;
}

div#footer-logos
{
	margin-left: 26px;
	margin-right: 15px;
	padding-top: 31px;
}

div#footer-logos img
{
	border: none;
	display: float;
	float: left;
	padding-right: 59px;
}

div#footer-logos img.all
{
	clear: both;
	float: none;
	margin: 20px 0 16px 369px;
}

div#footer-logos img.first
{
	padding-left: 68px;
}

div#footer-logos img.last
{
	padding-right: 0;
}

div#footer-text
{
	border-top: 1px solid #adb95e;
	padding-top: 29px;
	padding-right: 15px;
}
















