body {
	padding: 0; 
	margin: 0;
	font: 0.7em georgia, "times new roman", times, serif; 
	line-height: 1.5em;	
	background: #f5f7ef; 
	color: #718b3f;
}
a {
	color: #718b3f;	
	background: inherit; 
	text-decoration: none;
}
a:hover { 
	color: #710f4b; 
	background: inherit; 
	text-decoration: underline;
}
h1 {
	font: normal 2.1em arial, sans-serif; 
	padding: 7px 0 0 8px; 
	margin: 0;
}
.dark {
	color: #737373; 
	background: inherit; 
	font-weight: bold;
}
h1 a, h2 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #ff6600; 
	background: inherit;
}
h2 {
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
	font-size: 1.5em; 
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}
p {
	margin: 0 0 5px 0;
}
ul {
	margin: 0; 
	padding : 0; 
	list-style : none;
}
form {
	margin: 0;
}
input.search {
	width: 150px;	
	border: 1px solid #5b0a3c; 
	background: #e8e7ce;	
	padding: 3px; 
	color: #5b0a3c; 
	font-size: 11px;
}
input.submit {
	background: #5b0a3c;
	border: 0; 
	padding: 3px 0; 
	width: 65px;	
	margin: 0 15px 1px 0; 
	color: #fff; 
	font-size: 11px;
}
input.login {
	width: 150px; 
	border: none; 
	padding: 4px;
}
.wrapper {
	margin: 10px auto 0px auto; 
	width: 980px;	
	padding: 10px; 
	background: #fff;
}
.masthead {
	background: #5b0a3c url('/images/header_image.gif');  
	background-repeat:no-repeat; 
	height: 90px;
	padding: 10px 10px 0 10px;
}
.sitelinks {
	float: right; 
	width: 600px;	
	color: #c8e505;
	text-align: right;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
}
.sitelinks a, .sitelinks:visited {
	color: #fff;
}
.sitelinks a:hover {
	color: #c8e505;
}
.minicart {
	float: right; 
	color: #fff; 
	clear: both; 
	width: 350px;	
	margin-top: 35px; 
	text-align: right;
}
.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu li {
	float: left;
	position: relative;
	z-index: 100;
}
.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}
.menu a, .menu:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	width: 139px;
	padding: 7px 0;
	color: #5b0a3c;
	background: #e8e7ce;
	text-decoration: none;
	margin-right: 1px;
	text-align: center;
	text-transform: uppercase;
}
.menu :hover {
	color: #444;
	background: #d4d8bd;
}
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 139px;
	height: 0;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}
.search_field {
	clear: both;
	padding: 5px 25px 10px 10px; 
	margin: -5px 0;
}
.grey {
	color: #5b0a3c; 
	background: inherit;	
	font-weight: normal;
}
.search_form {
	float: right;
}
.main {
	float: left;
	width: 70%;
	margin: 0 0 30px 0;
}
.main h1 {
	clear: both;
	background: #c8e505;
	color: #fff;
	padding: 7px 0 7px 10px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
.panel {
	float: right;
	width: 29%;
	margin: 0 0 10px 0;
}
.panel h3 {
	background: #c8e505;
	color: #fff;
	padding: 7px 0 7px 10px;
	font: bold 1em tahoma, arial, sans-serif;
	margin: 0 0 3px 0;
}
.panel_text {
	background: #e8e7ce;
	color: #710F4b;
	padding: 8px;
	margin: 0 0 3px 0;
}
.italic {
	font-family: "times new roman", times, serif;
	font-style: italic;
	font-size: 0.8em;
}
.panel_text ul {
	list-style-type: disc;
	margin-left: 120px;
}
.image {
	float: left;
	margin: 0 9px 3px 0;
	width: 100px;
	border: none;
}
.social {
	border: none;
	margin: 5px 5px 5px 10px;
}
.content { 
	margin: 0 0 10px 0; 
	color: #718b3f; 
	background: #FFF; 
	padding: 3px 0; 
}
img.catimage {
	width: 205px;
	vertical-align: top;
}
td.product {
	margin: 0 20px 0 0;
}
.prodname {
	font-weight: bold;
}
.detailname {
	font-weight: bold;
}
td.detailimage img.prodimage {
	width: 300px;
}
span.currpage {
	color: #710F4b;
	font-weight: bold;
}
.red {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: red;
	text-align: center;
}
.light {
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
}
select, input, textarea { 
	border: 1px solid #718b3f;
	background: #f5f7ef;
	padding: 3px;
	color: #718b3f;
	font-size: 11px;
}
.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 2.0em;
	color: #5b0a3c; 
	background: #c8e505;
}
.footer a { 
	color: #5b0a3c; 
}
