@charset "UTF-8";
/* CSS Document */

body {
	background-color: #589234;
	margin:0;
	padding:0;
	height:100%;
	background-image: url(images/background-gradient.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
}
#mainDIV {
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1024px;
}
#mainDIV #naviTABLE {
	height: 50px;
	width: 650px;
	margin: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #F2BB36;
	position: inherit;
	background-image: url(images/nav-background.png);
	background-repeat: repeat;
	text-align: center;
}
#mainDIV #naviTABLE a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	text-decoration: none;
	color: #FFD281;
}
#mainDIV #naviTABLE a:hover {
	color: #FFFFFF;
}
#mainDIV #mainTable {
	border: 1px solid #F2BB36;
	background-image: url(images/nav-background.png);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	height: 375px;
	width: 925px;
	margin-top: 260px;
}
#mainDIV #mainTable #featuredCELL {
	vertical-align: text-top;
	width: 175px;
}
#mainDIV #mainTable #newsCELL {
	vertical-align: text-top;
	width: 175px;
	padding-left: 6px;
}

#mainDIV #mainTable #mainCELL {
	vertical-align: text-top;
	height: auto;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FEF3d8;
}
#mainDIV #mainTable #newsCELL #newsDIV {
	height: 250px;
	background-image: url(images/column-gradients.png);
	text-align: center;
	padding: 24px;
	background-repeat: no-repeat;
}
#mainDIV #mainTable #featuredCELL #featuredDIV {
	height: 250px;
	background-image: url(images/column-gradients.png);
	text-align: center;
	padding: 24px;
	background-repeat: no-repeat;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F1E9CB;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
}
#mainDIV #mainTable #mainCELL #shopFRAME {
	width: 575px;
	height:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#shoppingTABLE {
	height: 20px;
	width: 550px;
	margin: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #F2BB36;
	position: inherit;
	background-image: url(images/nav-background.png);
	/*background-color: #f2BB36;*/
	background-repeat: repeat;
	text-align: center;
}
#freeshippingDIV {
	position: relative;
	z-index: 1;
	left: 0px;
	top: -20px;
	right: auto;
	bottom: auto;
	
	height: 105px;
	width: 105px;
	overflow: visible;
	margin-left:auto;
	margin-right:auto;
}

