/********************
	General Styles
*********************/

body {
	background: #000;
}
.copyBG{
	background: #EEEFEA;
}
.trimBG{
	background: #5D6F36;
}
.lightTrimBG{
	background: #5D6F36;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343724;
}
.content .cover { border: 1px solid #888; }
.highlight { font-weight: 700; color: #800000; }
.caption {
	font-size: 11px;
}
.subTitle {
	font-weight: bold;
	color: #5D6F36;
}
.homeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5D6F36;
}
.homeContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #343724;
}
a.homeContent:hover {
	text-decoration: underline;
	color: #5C8307;
}
.link {
	color: #5C8307;
}
.link:hover {
	color: #902002;
	text-decoration : none;
}
.copyright {
	padding: 8px 5px 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CBCEC2;
}

.shopButton { margin: 12px 0 0 -3px; }
.cartButton { text-align: center; }

/* New style updates */

.pageHeader { background: #fff; padding: 10px 20px 0; }
.pageBody { background: #fff; padding: 0 20px 15px; }
