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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background: url(images/greenBar.gif) repeat-x top;
}

li {
	color: #FF7E00;
}

a:link, a:visited {
	color: #FF7E00;
}

a:hover {
	color: #FFBC7B;
}

a:active {
	color: #FF7E00;
}

#container {
	position: relative;
	top: 21px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
}

#header {
	padding: 0;
	margin: 0;
}

.headerText {
	color: #FF7E00;
	font-weight: bold;
	text-align: center;
}
.reviewText {
	color: #FF7E00;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}

#topMenu {
	margin: 0;
	padding: 0;
}

#topMenu ul {
	margin: 0;
	padding: 0 0 6px 0;
	position: relative;
}

#topMenu li {
	display: inline;
	font-size: 11px;
	color: #ffffff;
	margin: 0 0 0 -1px;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #53870D;
}

#topMenu a:link, #topMenu a:visited {
	color: #ffffff;
	padding: 5px 19px 5px 17px;
	margin: 0;
	font-weight: bold;
	background-color: #53870D;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#topMenu a:hover, #topMenu a:active {
	color: #FFFFCC;
	padding: 5px 19px 5px 20px;
	margin: 0 0 0 -3px;
	font-weight: bold;
	background-color: #75BE12;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#sidebarLeft {
	float: left;
	clear: both;
	margin: 20px 0 0 24px;
	width: 201px;
}

.sidebarLeftCategories {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	background: #53870D;
	margin: 0 4px 0 4px;
	padding: 2px 0 2px 4px;
}

#sidebarLeft ul {
	margin: 0 4px 4px 4px;
	padding: 1px 4px 13px 0;
	background: #EFEFEF;
}

#sidebarLeft li {
	padding-left: 20px;
	margin: 10px 0 0 4px;
	list-style-type: none;
	background: url(images/listArrowOrange.gif) no-repeat left center;
	color: #FF7E00;
	font-weight: bold;
}

#sidebarLeft a:link, #sidebarLeft a:visited {
	text-decoration: none;
	color: #FF7E00;
}

#sidebarLeft a:hover {
	text-decoration: none;
	color: #FFBC7B;
}

#sidebarLeft a:active {
	text-decoration: none;
	color: #FF7E00;
}

.storeHours {
	color: #FF7E00;
	font-weight: bold;
	padding: 10px 0 10px 24px;
	margin: 0 4px 4px 4px;
	background: #EFEFEF;
}

#mainContent {
	float: left;
	margin: 20px 25px 0 25px;
	padding: 0;
}

#mainContent h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 5px 0 10px 0;
	padding: 2px;
}

#mainContent h2 {
	color: #FF7E00;
	padding: 0;
	margin: 0;
	font-size: 15px;
}

#mainContent h3 {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

#mainContent ul {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 120%;
}

#mainContent li {
	margin: 0 0 0 25px;
	padding: 0;
}

.productPageLogos {
	font-size: 13px;
	font-weight: bold;
}

.product {
	color: #000000;
	background: #EFEFEF;
	width: 120px;
	padding: 5px;
	margin: 10px 0 1px 13px;
	height: 252px;
	float: left;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #363636;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.productShort {
	color: #000000;
	background: #EFEFEF;
	width: 120px;
	padding: 5px;
	margin: 10px 0 1px 13px;
	height: 190px;
	float: left;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #363636;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.productPic {
	border: 1px solid #999999;
	text-align: center;
}

.productPrices {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.productHeader {
	font-size: 10px;
	font-weight: bold;
}

.product a {
	color: #000000;
}

.productFeatures {
	margin: -5px 0 0 -10px;
	padding: 0;
}

.productFeatures li {
	color: #000000;
}

.productNav {
	font-size: 11px;
	font-weight: bold;
}

#productDetail {
	z-index: 3;
	position: relative;
	top: 50px;
	left: 300px;
	visibility: hidden;
}

#sidebarRight {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 169px;
	min-height: 384px;
	background: url(images/rightSidebarFade.jpg) no-repeat top center;
}

#sidebarRight h1 {
	font-size: 18px;
	padding: 0 5px 0 5px;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

#sidebarRight p {
	padding: 0 5px 0 5px;
	margin: 0 0 13px 0;
}

#footer {
	background: url(images/footerGrass.jpg) repeat-x bottom;
	margin: 0 auto 0 auto;
	padding: 60px 0 30px 0;
	clear: both;
	width: 100%;
	text-align: center;
	color: #999999;	
}

#footer h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#footer a {
	color: #999999;
}
