body {
	background-color: #AFCAAE;
	margin-top: 20px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	text-align: center;
}
#mainContent {
	position: relative;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	background-color: #FFFFFF;
	border:solid;
	border-width:5px;
	border-color:#ffffff;
	width: 800px;
}
#credits {
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
}
#credits a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}


#content[ID] {
	height:auto;
	min-height: 510px;	
}
#content {
	height: 510px;
	margin-left: 190px;
	text-align: left;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contentpadding {
	padding: 0 15px;
}

a:visited {
	color: #FFFFFF;
}

/*-- Navigation Outter Table ( contails the green table ) --*/
#NavContainer {
	position: absolute;
	top: 142px;
	left: 6px;
	right: 0px;
	bottom: 0px;
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/*-- Navigation Outter Table ( contails the green table ) --*/
#NavContainer .outerNavTable {
	background-color: #D6F5E3;
	padding: 3px;
	width: 178px;
	border: 1px solid #7F7F7F;
}
/*-- Navigation Inner Table ( contails the links ) --*/
#NavContainer .innerNavTable {
	background-color: #679966;
	padding: 0px;
	border: 1px solid #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	
}
#NavContainer  .innerNavTable ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 168px;
}
#NavContainer .innerNavTable li {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#NavContainer .innerNavTable li a {
	margin: 0px;
	padding: 2px 0px 2px 8px;
	display: block;
	width: 168px;
	text-decoration: none;
	height:15px;
}

#NavContainer .innerNavTable a {
	padding: 2px 2px 2px 8px;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 10px;
}
#NavContainer .innerNavTable a:hover {
	background-color: #517950;
}

/*-- Navigation Seperator Outter Table ( contails Orange Background ) --*/
#NavContainer .outerNavSepTable {
	background-color: #D6F5E3;
	padding: 3px;
	width: 178px;
	border: 1px solid #7F7F7F;
}

/*-- Navigation Seperator Outter Table ( contails Section Title ) --*/

#NavContainer .innerNavSepTable {
	background-color: #d6951d;
	padding: 2px;
	border: 1px solid #7F7F7F;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #285628;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/bg_title.jpg);
}
#NavContainer .navFiller {
	height: auto;
	clear: both;
}
#footer {
	background-color: #447444;
	height: 60px;
	color: #FFFFFF;
	line-height: 8px;
	vertical-align: middle;
	width: 800px;
}
#footer p {
	margin: 0px;
	line-height: 60px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover  {
	color: #CCCCCC;
	text-decoration: none;
}
#content .WelcomImage {
	height: 165px;
}


#content .WelcomImage Img{
	margin-top: 0px;
	position: absolute;
	top: 142px;
	left: 194px;
}
#content .welcomeImageText {
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.Site-text-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	padding: 3px;

}
.Site-text-black {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px;
}

/********************   Contact Form ******************/

#contactForm {
	background-color: #679966;
	border: 1px solid #3A78B3;
}
#contactForm td.fieldlabel{
	background-color: #F2C179;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 8px;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(images/bg_title.jpg);
	color: #FFFFFF;
}

#contactForm td.fieldtabel{
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 8px;
	font-weight: bold;
	vertical-align: middle;
}



/**      Store Styles *************************************************/

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : "Trebuchet MS", Helvetica, Arial;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #767981;
	height : 1px;
}
#content A:link,#content A:visited {
	color: #679966;
	text-decoration: none;
}

#content A:hover {
	color: #000066;
	text-decoration: none;
}
.pageHeader {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #D9A110;
	text-align: right;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight: bold;
	margin-bottom: 8px;
	background-image: url(images/bg_title.jpg);
}
.sectionHeader {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #D9A110;
	text-align: right;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight: bold;
	background-image: url(images/bg_title.jpg);	
}
.productListContent {
	text-align: center;
}
#featured {
	font-size: 10px;
}
#featured a {
	font-size: 10px;
	color:#679966;
}
p.detailsLink {
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*****************************************************   Product Details Styles ******************************/


  
#prodName {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #636d76;
	FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	margin-left: 20px;
	
}

#prodImage[ID] {
	text-align: left;
	min-height: 150px;
	height:auto;
	
}
#prodImage {
	text-align: left;
	height:150px;
	
}
#prodFunctions {
	BACKGROUND-COLOR: #CCCCCC;
	position: absolute;
	margin-top: 0px;
	top: 250px;
	right: 15px;
	width: 165px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border: 1px solid #666666;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#prodFunctions td {

	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#prodFunctions .prodoption {
	font-family: "Trebuchet MS", Helvetica, Arial;
}
#prodFunctions input {
	font-family: "Trebuchet MS", Helvetica, Arial;
}
#prodDesc {
	padding-left: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	width: 550px;
	color: #666666;
	font-size: 16px;
}

#prodDesc P {
	font-family: "Trebuchet MS", Helvetica, Arial;
}

#cartButt {
	text-align: center;
	padding-top: 5px;
}
#priceContainer {
	text-align: center;
	padding: 8px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 13px;
	color: #666666;
}
.priceListWord, .priceListContent {
	font-size:14px;
	
}



.emailFriend {
	text-align: right;
	padding-bottom: 4px;
}

/****** Custom Stly Mods for image replacement    *******/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.seasons {
	text-decoration: none;
	color: #447444;
}
.title {
	color: #666666;
}
#events {
	margin-left: 60px;
}


/********* SIFR Styles *********************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* SIFR "decoy" styles" that hide text */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


/*----*/

div.crossell img {
	width: 100px;
}

div.crossell .cstitle {
	display:none;
}