/* CSS Document */

body {
	/*background-color: #FFFFFF;*/
	background-color: #4C7435;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
a {
	color: #496836;
}
a:hover {
	color: #496836;
}
h1, h2, h3, h4, p {
	margin-bottom: 0;
	padding: 0;
}
h1, h2
{
 	margin-top: 0;
	padding-top: 8px;
}
form {
	padding: 0;
	margin: 0;
}
input.bordered {
	border: 1px solid #5c598a;
}
#outerContainer {
	width: 950px;
	/*background-image: url(/images/bg_page.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
}
#innerContainer {
	padding-right: 0px;
	padding-left: 0px;
	width: 950px;
}
#topBar {
	height: 137px;
}
#topBar p {
	padding: 0;
	margin: 0;
}
#globalNav {
	height: 31px;
}
#globalNav ul {
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: right;
}
#globalNav ul li {
	padding: 3px 15px 3px 23px;
	background-image: url(/images/n_flower.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	font-size: 11px;
	color: #5c598a;
}
#globalNav li a {
	text-decoration: none;
	color: #5c598a;
}
#globalNav li a:hover {
	text-decoration: underline;
}
#topBar p#tagline {
	margin: 12px 0;
	text-align: right;
}
#searchContainer {
	background-image: url(/images/bg_search.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: right;
	height: 40px;
}
#searchContainer, #searchContainer input, #searchContainer select {
	font-size: 14px;
}
#topNav {
	background-color: #74a656;
}
#topNav table tr td {
	background-image: url(/images/n_bg_dottedLine.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 16px 0 10px;
}
#topNav table tr td a {
	text-decoration: none;
	color: #FFFFFF;
}
#topNav table tr td a:hover {
	text-decoration: underline;
}
#footerContainer {
	clear: both;
}
#footerText {
	margin: 0;
	padding: 0 0 0 167px;
	background-image: url(/images/n_flowers.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footerText h1 {
	color: #666699;
	font-size: 14px;
	padding: 12px 0 0 0;
	margin: 0;
}
#footerText p {
	padding: 0;
	margin: 0;
}
#footerSignup {
	background-color: #74a656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#footerSignup td {
	padding: 3px 5px;
}
#footerContent {
	padding: 11px 25px;
/*	background-image: url(/images/f_bbb.gif);*/
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #5c598a;
	color: #FFFFFF;
	text-align: center;
}
#footerContent a {
	text-decoration: none;
	color: #FFFFFF;
}
#footerContent a:hover {
	text-decoration: underline;
}

#mainContainer {
	padding: 0;
	margin: 1px 0 0 0;
}
#mainContent {
	/*padding: 0 100px 0 100px;*/
}
/* IE 3-PIXEL ERROR BUGFIX */
/* Hides from IE5-mac \*/
* html #mainContent {
	margin: 0 0 0 164px;
}
/* End hide from IE5-mac */
#mainContent h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666699;
	margin: 5px 0 10px 0;
}
#mainNav {
	float: left;
	width: 165px;
	padding: 0;
	margin: 0;
}
#mainNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainNav ul li {
	padding: 0 0 0 14px;
	background-image: none;
	font-size: 12px;
	color: #496836;
}
#mainNav ul li.navEndLine {
	margin: 0 0 0 14px;
	padding: 0 0 10px 0;
	height: 1px;
	background-image: none;
	font-size: 12px;
	color: #496836;
	border-bottom: 1px dotted #496836;
}
#mainNav ul li.navTitle {
	padding: 10px 0 0 14px;
	background-image: none;
	font-size: 12px;
	color: #5c598a;
	font-weight: bold;
}
#mainNav ul li.navSelect {
	padding: 0 0 0 14px;
	background-image: none;
	font-size: 12px;
	color: #496836;
	background: url(/images/n_arrow.gif) 4px 3px no-repeat;
	text-decoration: underline;
}
#mainNav li a {
	text-decoration: none;
	color: #496836;
}
#mainNav li a:hover {
	text-decoration: underline;
}
#productsTable {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 auto;
}
#productsTable td {
	padding-bottom: 20px;
}
#productsTable .salePrice {
	color: #FF0000;
}
#productsTable p {
	margin: 0;
}
#productsTable h3 {
	margin: 6px 0 3px 0;
	color: #5c598a;
	font-size: 12px;
}
#productsTable h3 a {
	text-decoration: none;
	color: #5c598a;
}
#productsTable h3 a:hover {
	text-decoration: underline;
}
#catTopTable {
	border-bottom: 1px dotted #496836;
}
#catKey {
	padding: 17px 15px 20px 20px;
	background: url(/images/bg_cat_key.gif) right top repeat-y;
}
#catKey ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#catKey ul li {
	padding: 0;
	background-image: none;
	font-size: 12px;
	color: #496836;
}
#catKey ul li.navTitle {
	padding: 0;
	background-image: none;
	font-size: 12px;
	color: #5c598a;
	font-weight: bold;
}
#catTitle {
	padding: 17px 0 0 10px;
}
#catTitle h1 {
	font-size: 14px;
	font-weight: normal;
	color: #666699;
	margin: 0;
}
#catTitle p {
	margin-top: 3px;
}
.catPagination {
	padding: 14px 0;
	font-size: 12px;
	color: #000000;
}
.catPagination a {
	color: #666699;
}
.catPagination2 {
	padding: 14px 0;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px dotted #496836;
}
.catPagination2 a {
	color: #666699;
}

.nothing {
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.titleText {
	font-size: 18px;
	font-weight: bold;
}
.photoLeft {
	border: 1px solid #5c598a;
	margin: 3px 11px 11px 0;
	float: left;
}
.photoRight {
	border: 1px solid #5c598a;
	margin: 3px 0 11px 11px;
	float: right;
}
#informationDiv {
	/*padding-right: 16px;*/
	padding: 0 75px 0 165px;
}
#informationDiv a {
	text-decoration: none;
}
#informationDiv a:hover {
	text-decoration: underline;
}
#informationDiv p {
	margin: 0 0 16px 0;
}
#informationDiv h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666699;
	margin-bottom: 3px;
}
#informationDiv h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5c598a;
	margin-bottom: 3px;
}
#informationDiv h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}
#informationDiv p.noBottomMargin {
	margin-bottom: 3px;
}
.dataTable {
	border: 1px solid #74a656;
}
.dataTable td {
	padding: 8px;
	border-right: 1px solid #74a656;
}
.dataTable td.tdDataLast {
	border-right: none;
}
.dataTable td.tdHeader {
	background-color: #74a656;
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
	border-right: 1px solid #496836;
}
.dataTable td.tdHeaderLast {
	background-color: #74a656;
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul.arrows
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.arrows li
{
	padding-left: 10px;
	margin-bottom: 2px;
	background: url(/images/ul-arrow.gif) no-repeat left 2px;
}
ul.circles
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.circles li
{
	padding-left: 10px;
	margin-bottom: 2px;
	background: url(/images/ul-circle.gif) no-repeat left 2px;
}
ul.arrowsIndent
{
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}
ul.arrowsIndent li
{
	padding-left: 10px;
	margin-bottom: 2px;
	background: url(/images/ul-arrow.gif) no-repeat left 2px;
}
ul.circlesIndent
{
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}
ul.circlesIndent li
{
	padding-left: 10px;
	margin-bottom: 2px;
	background: url(/images/ul-circle.gif) no-repeat left 2px;
}

.error 
{
	color: red;
}

/* Sets color to white, allowing new green body background - acook 9/30/09 */
#mainContainer, #topBar, #footerContainer {
	background-color: #fff;
}

