html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height:100%;
    border:none
}

td.stretch {
	height:100%;
	vertical-align:top;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #7CB383;
	letter-spacing: 1px;
	margin: 0px 0px 4px;
	padding: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
a {
	color: #538E5B;
	text-decoration: none;
}
a:visited {
	color: #538E5B;
	text-decoration: none;
}
a:active {
	color: #538E5B;
	text-decoration: none;
}
a:hover {
	color: #538E5B;
	text-decoration: underline;
}
li {
	list-style-position: outside;
	margin-left: 20px;
	list-style-image: url(../images/ftrArrows.gif);
	text-align: left;
	vertical-align: top;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Begin Header Styles */

.hdrBgdColor {
	background-color: #0C4412;
}
.hrdBoxes {
	padding: 2px;
}
.hdrCart {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
.hdrLogo {
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 160px;
}
.hdrSubNav {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #7CB383;
	height: 16px;
}
.hdrSubNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.hdrSubNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.hdrSubNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.hdrSubNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Begin Navigation Styles */

.navTable {
	height: 100%;
	vertical-align: top;
	background-color: #F9E9C2;
}
.navHead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7CB383;
	text-align: right;
	vertical-align: middle;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F3BD3E;
	text-transform: uppercase;
	padding-right: 25px;
}
.navHeadOn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7CB383;
	text-align: right;
	vertical-align: middle;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F3BD3E;
	text-transform: uppercase;
	padding-right: 25px;
}
.navBody {
	font-size: 11px;
	background-color: #F9E9C2;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	text-align: right;
	padding-right: 25px;
	color: #0E420E;
}
.navBodyOn {
	font-size: 11px;
	background-color: #F3BD3E;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	color: #D23845;
	text-align: right;
	padding-right: 25px;
}
.subNavBgd {
	background-color: #F9E9C2;
}

/* Begin Footer Styles */

.footerBgdColor {
	background-attachment: scroll;
	background-image: url(../images/footer/bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
}
.footer {
	font-size: 10px;
 	color: #333333;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 130%;
	text-align: right;
	padding-right: 10px;
	height: 100px;
}
.footer a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.footer a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: underline;
	color: #0E420E;
	font-weight: bold;
}

.footer a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.footerSoftText {
	color: #5D5D5D;
}

.footerSoftText a:link {
	color: #5D5D5D;
	text-decoration: none;
	font-weight: normal;
}

.footerSoftText a:visited {
	color: #5D5D5D;
	text-decoration: none;
	font-weight: normal;
}

.footerSoftText a:hover {
	text-decoration: underline;
	color: #5D5D5D;
	font-weight: normal;
}

.footerSoftText a:active {
	color: #5D5D5D;
	text-decoration: none;
	font-weight: normal;
}

/* All other Styles */

.bodyTxt {
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	padding-top: 15px;
}
.hdgPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #D06267;
	padding-bottom: 3px;
}
.hdgSubPage {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #D06267;
	padding-bottom: 3px;
}
.hdgFeature {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.priceCol {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}
select {
	font-size: 10px;
}
input {
	font-size: 10px;
}
.relatedItems {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}
.ftrTxt {
	padding-top: 3px;
}
.emailForm {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #0C4412;
	padding-left: 3px;
}
.listingHrdBox {
	background-color: #DDECDE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding: 2px 4px;
}
.listingTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 10px;
	background-color: #F3F3F3;
}
.listingTable2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 10px;
}
.signInForm {
	padding-left: 12px;
	border: 1px dashed #CCCCCC;
	padding-right: 12px;
	text-align: left;
}
.rtCol {
	padding-left: 10px;
}
.blueSpan {
	color: #A0211B;
}
.redSpan {
	color: #A0211B;
}
.email2Friend {
	padding: 10px;
	background-color: #F9E9C2;
}
.fullHeight {
	height: 100%;
}
.top {
	height: 80px;
}
.mid {
	height: 1px;
}
.btm {
	height: 30px;
}
.hdrImg {
	border: 1px solid #FFFFFF;
}
.listingStyleImage {
	text-align: center;
	vertical-align: top;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.listingStyleCopy {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-size: 10px;
}
.tdBoxBorder {
	border: thin solid #CE3041;
	padding: 4px;
}
.spanIndent {
	padding-left: 24px;
}
address {
	font-style: normal;
	font-weight: normal;
	padding-left: 32px;
}
.bodyDiv {
	background-color: #996633;
}
.shopCartPad {
	padding-top: 4px;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}
