body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(page_bg_small.jpg);
	margin:0px;
	padding:0px;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(page_bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}
h1 {
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#B6A762;
}
 /* Default link colors */
a:link		{ color: #004F1A; text-decoration: underline }

a:visited	{ color: #004F1A; text-decoration: underline }

a:active	{ color: #004F1A; text-decoration: underline }

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

a.toplink:link	{ color: #5E5E5E; text-decoration: underline; font-size:10px; }

a.toplink:visited	{ color: #5E5E5E; text-decoration: underline; font-size:10px; }

a.toplink:active	{ color: #5E5E5E; text-decoration: underline; font-size:10px; }

a.toplink:hover		{ color:#CCCCCC; text-decoration: underline; font-size:10px; }

/* H1 link colors */

a.H1link:link	{ color: #B6A762; text-decoration: underline; }

a.H1link:visited	{ color: #B6A762; text-decoration: underline; }

a.H1link:active	{ color: #B6A762; text-decoration: underline; }

a.H1link:hover		{ color:#999999; text-decoration: underline; }

/* Product titles */
a.prodlink:link	{ color: #B6A762; text-decoration: none; }

a.prodlink:visited	{ color: #B6A762; text-decoration: none; }

a.prodlink:active	{ color: #B6A762; text-decoration: none; }

a.prodlink:hover		{ color:#999999; text-decoration: underline; }

/* Left Menu Style */
.l_menu {
	list-style:url(btn_arrow_off.jpg);
	margin-left:17px;
	padding-left:5px;
	margin-bottom:5px;
}
.l_menu li{
	margin-bottom:4px;
	margin-top:2px;
}
a.lmenu:link, a.lmenu:visited, a.lmenu:active {
	padding-left:4px;
	padding-right:4px;
	color:#333333;
	text-decoration:none;
}
.l_menu a:hover {
	color:#FFFFFF;
	background:url(btn_cat_bg_on.jpg);
	background-repeat:repeat-x;
	border:1px #4B7659 solid;
}

/* Other page styles */
.dark_gray_text {
	color:#5F5F5F;
}
.cell_highlight {
	margin-top:10px;
	border:2px #C1D5C8 solid;
	background: url(cell_highlight_bg.jpg);
	background-repeat:repeat-y;
}
.cell_diamonds {
	margin-top:10px;
	border:2px #C1D5C8 solid;
	background:url(cell_diamonds_bg.jpg);
	background-repeat:repeat-y;
	background-position:0px -10px;
}
.cell_odds {
	background:none;
	margin-top:10px;
}
.price {
	font-size:14px;
	color:#004F1A;
	font-weight:bold;
}
.small_gray_text {
	font-size:10px;
	color:#666666;
}
#prod_prev {
	width:278px;
	position:absolute;
	z-index:2;
}
.green_text {
	color:#004F1A;
}
