body {
	background-color: #7CA87C;
	color: White;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body.framebody {
	background-color: White;
	color: #333333;
}

a {
	color: #7CA87C;
	text-decoration: none;
}

a:hover {
	color: #ADC9AD;
	text-decoration: underline;
}

#top {
	width: 960px;
	margin: auto;
	padding-top: 20px;
	background-color: White;
	background-image: url(top.png);
	background-position: center;
}

#header {
	padding: 15px 0 30px 0;
	background-color: #8DB38D;
	background-image: url(header.png);
	background-position: center;
}

#header h1 {
	margin: 0;
	padding: 0 20px;
	font-family: Georgia,Palatino,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 46px;
}

#header h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#bottom {
	width: 960px;
	margin: auto;
	background-color: #9ABC9A;
}

#footer {
	padding-top: 30px;
	clear: both;
}

#menu {
	width: 100%;
	background-color: #D5E3D5;
	color: #78A578;
	position: relative;
	top: -20px;
	left: -20px;
	width: 640px;
	height: 39px;
}

#menu ul {
	margin: 0;
	padding: 9px 0;
	list-style: none;
	text-align: center;
}

#menu ul li {
	margin: 0;
	padding: 9px 0;
	display: inline;
}

#menu ul li a {
	padding: 9px 10px;
	text-decoration: none;
	color: #7CA87C;
}

#menu ul li a:hover, #menu ul li a.selected {
	background-color: #AAC7AA;
	color: White;
}

#content {
	width: 600px;
	background-color: White;
	color: #333333;
	padding: 20px;
}

span.highlight {
	background-color: #9ABC9A;
	color: White;
}

div.galleryimage {
	margin: 20px;
	width: 230px;
	height: 150px;
	overflow: hidden;
	float: left;
}

#swiftgallery h4 {
	text-transform: capitalize;
}

.formlabel {
	text-align: right;
}

div.product {
	width: 250px;
	height: 310px;
	float: left;
	margin-left: 25px;
}

.spbasket {
	float: right;
	width: 20%;
	padding: 10px;
	background-color: White;
	border: 1px solid Silver;
	position: relative;
	top: -100px;
}

.spbasket .basket {
	background-color: #F2F0DC;
	padding: 5px;
}

.spbasket h3 {
	margin: 0;
	font-size: smaller;
}

.spproduct {
	margin: 10px 0;
	width: 72%;
	padding: 1%;
	background-color: White;
	border: 1px solid Silver;
	float: left;
}

.spconfirmation {
	display: none;
}

.sppaging {
	width: 72%;
	padding: 1%;
	text-align: right;
	clear: left;
	font-size: larger;
}

.was {
	color: Gray;
	margin-right: 15px;
}

.was span {
	text-decoration: line-through;
}

.now {
	font-size: larger;
	margin-right: 15px;
}

.save {
	color: Green;
}

.total {
	text-align: right;
	font-size: larger;
}

.price {
	font-weight: bold;
}

.product img, .productimage img {
	border: 1px solid #5D5B46;
}

.category a {
	font-size: x-large;
}

h2, h3, h4, h5, h6 {
	color: #7CA87C;
	font-weight: normal;
}

div.rsstop { text-align: center; 
	float: right;
	margin-top: -100px;
}

div.rsstop h3 {
	margin: 0;
	padding: 0;
	text-align: center;
}
