@charset "UTF-8";
/* CSS Document */


/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}


/* Body Properties */
body {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
}

img {
	border: 0px;
}

img, div {
	behavior: url(scripts/pngfix/iepngfix.htc);
}


/* Clear */
.Clear {
	clear: both;
/* 	padding-bottom: 70px; */
}


/* Wrapper */
#Wrapper {
	min-height: 100%;
	position: relative;
	background-image:url(../images/contentbg.png);
	margin:0 auto;
	width:910px;
}


/* Header */
#Header {
	margin: 0pt auto;
	width: 860px;
}

#Navigation {
	background-image: url(../images/navbg.jpg);
	height: 52px;
	margin: 0pt auto;
	width: 860px;
}

#NavigationWrapper {
	margin: 0pt auto;
	padding-top: 13px;
	text-align: center;
	width: 860px;
}

#Navigation li {
	display: inline;
	margin: 6px;
}

#Navigation a:link, #Navigation a:visited, #Navigation a:active {
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#Navigation a:hover {
	border-bottom: solid #FFFFFF;
}


/* Slideshow & Billboard Images */    
#top-zone {
 	overflow: hidden;
 	width: 910px;
 	margin: 0 auto;
 	height: 284px;
} /*Here to keep images hidden in IE mostly*/

#billboard {
	width: 910px;
	height: 284px;
	overflow: hidden;
}

.slideshow {
	width: 910px;
	height: 284px;
	left: 25px;
	overflow: hidden;
}

.slideshow li {
	list-style: none;
	float: left;
	display: inline;
	position: relative;
}

 .edge-holders {
	width: 910px;
	height: 284px;
	background: url('../images/top_welcome.png') no-repeat top center;
	position: relative;
	z-index: 10;
	top: -284px;
}


/* Content */
#Welcome {
	margin: 0pt auto;
	width: 910px;
}

#Content {
	margin: 0pt auto;
	width: 910px;
}

#ContentWrapper {
	margin: 0pt auto;
	padding-top: 25px;
	width: 800px;
}

#FrontContactPadding h2 {
	color: #20553b;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
}

#FrontContactPadding li {
	list-style: none;
	color: #14462d;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

#FrontContactPadding {
	padding: 15px;
}



/* Content on the left side */
#ContentLeft {
	float: left;
	width: 525px;
}

#ContentLeft h1 {
	border-bottom: 1px solid #999999;
	color: #20553b;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#ContentLeft h2 {
	color: #20553b;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
}

#ContentLeft li {
	color: #20553b;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 5px;
}

#ContentLeft p {
	color: #14462d;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

.ProductSplash {
	margin-bottom: 30px;
}


/* Content on the right side */
#ContentRight {
	background-color: #F4F4EC;
	float: right;
	width: 255px;
}

#ContentRight ul {
	list-style-type: none;
}

ul#Promos {
	text-align: center;
}


/* Content on the left side in the Contact page */
.alert {
	color: #E47579;
	font-size: 11px;
}

#ContactContentLeft {
	float: left;
	width: 425px;
}

#ContactContentLeft h1 {
	border-bottom: 1px solid #999999;
	color: #20553b;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#ContactContentLeft h2 {
	color: #20553b;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
}

#ContactContentLeft li {
	color: #20553b;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 5px;
}

#ContactContentLeft p {
	color: #14462d;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}


/* Content on the right side in the Contact page */
#ContactContentRight {
	background-color: #F4F4EC;
	float: right;
	min-height: 500px;
	height:auto !important;
	width: 340px;
}

#ContactPadding {
	padding: 15px;
}

#ContactContentRight h2 {
	color: #20553b;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
}

#ContactContentRight li {
	list-style: none;
	color: #14462d;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

#ContactContentRight p {
	color: #14462d;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
}


/* Footer */
#Footer {
	position: absolute;
	bottom: 0;
	margin: 0pt auto;
	width: 100%;
}

#FooterWrapper {
	margin: 0pt auto;
	*margin-left: -41px;
	width: 910px;
}

#Sitemap {
	margin: 0pt auto;
	padding-bottom: 15px;
	text-align: center;
	width: 800px;
}

#Sitemap li {
	display: inline;
	margin: 8px;
}

#Sitemap a:link, #Sitemap a:visited, #Sitemap a:active {
	color: #8eb4a1;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#Sitemap a:hover {
	border-bottom: solid #8eb4a1;
}


/* Hover Slideshow */
#ImageSlideshow {
	margin-bottom: 20px;
	width: 515px;
}

#ImageSlideshowThumbs {
	padding: 11px;
}

.thumbs {
	border: 3px solid #CDCDC8;
	margin: 3px;
	padding: 1px;
}


/* Site Credit */
.Credit {
	bottom:0px;
	position:relative;
	left:885px;
	margin-bottom: 30px;
}