@charset "utf-8";
a:link {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
} 
a:visited {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
} 
a:hover {
	color: #F93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline
} 
a:active {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
} 
#wrapper {
	background: url(../imagefolder/BG-shadow.png) repeat-y center top;
	width: 808px;
	text-align: center;
	margin: 0px auto;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dfe6b0 url(../imagefolder/BG-Ripples.jpg) repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B3C33C url(../imagefolder/BG-shadow.png) repeat-x;
	margin: 0 auto;
	text-align: center;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.oneColFixCtrHdr #header {
	background: #A9BB35;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	background: #B3C33C;
}
#mainContent #splash {
	color: #FFF;
	text-align: center;
	margin: 25px 50px 50px 25px;
}
#mainContent #splash h1 {
	font-size: 12px;
	font-weight: normal;
}

#bottom {
	background: url(../imagefolder/BG-footershadow.png) no-repeat center top;
	text-align: center;
	width: 808px;
	margin: 0px auto;
}
#producthome {
	text-align: center;
	margin: 25px auto 0px;
	width: 700px;
}


.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8B9A29;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
	font: 12px Arial, Helvetica, sans-serif;
}
