body
{
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: #EBE3F3;
    color: black;
    text-align: left;
}
#page
{
	margin: 0 auto;
	width: 776px;
	overflow: hidden;
	position: relative;
	z-index: 9;
	padding: 106px 0px 0px 0px;
	background-color: white;
}
#header
{
	position: absolute;
	left: 0;
	top: 0;
	border-width: 3px 0px;
	border-color: #87C187;
	border-style: solid;
    z-index: 1;
    width: 776px;
    height: 100px;
    overflow: hidden;
    background-color: white;
	color: #669966;
	padding: 0px;
}
#header h1
{
    background: url(images/pcb.png) no-repeat;
    width: 560px;
    height: 90px !important;
    text-indent: -9999px;
    margin-top: 0px;
	border: none !important;
}
#processing
{
	background-image: none;
	background-color: #333333;
	opacity: 0.7;
	filter:alpha(opacity=70);
	color: white;
	font-size: 14pt;
	font-weight: bold;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	display: none;
	text-align: center;
	vertical-align: middle;
}
#cartlink
{
	float: right;
}
a
{
	text-decoration: none;
}
a:hover
{
    color: #CC99FF !important;
	text-decoration: underline;
}
#nav{
	position:absolute;
	right:1px;
	top:69px;
	z-index:2;
	width:767px;
	height:34px;
}
#searchbox
{
	position:absolute;
	left:0px;
	top:74px;
	z-index:3;
    padding: 5px 5px;
}
#searchbox input
{
    border: 1px solid #CC99FF;
    color: #669966;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    padding: 1px 3px;
    width: 167px;
}
#carttotal
{
	position:absolute;
	right:0px;
	top:5px;
	z-index:3;
    padding: 5px 7px;
    color: #669966;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    text-align: right;
}
.empty
{
}
#nav #topmenu{
	right:0px;
	height:34px;
	margin-left:8px;
	z-index:9;
}
#nav ul{
	float: right;
	height:34px;
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
	z-index:10;
}
#nav li{
	float: left;
	position:relative;
	z-index:11;
	width: 112px;
	height: 34px;
	background:url(images/menu.gif) no-repeat left;
	text-align: center;
}
#nav li a{
	text-decoration:none;
	color:White;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	padding:6px 20px 5px;
	line-height:34px;
	font-weight: bold;
}
#nav li a:hover
{
    color: #87C187 !important;
	text-decoration: none !important;
}
#nav li span{
	display:block;
}
.main
{
	width: 566px;
	background-color: #EDF3ED;
	padding: 10px 10px;
	margin: 0px 0px 10px 185px;
	z-index: 20;
}
* html .main
{
	margin-left:182px !important;
}
.sidemenu
{
	width: 170px;
	float: left;
	padding-left: 5px;
	margin-right: 0px !important;
	z-index:7;	
}
.sidemenu div
{
	width: 175px;
	background: url(images/catframe.gif) repeat-y;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.info .label
{
	width: 125px;
	height: 26px;
	background: url(images/info.gif) no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 10px 10px 40px;
}
.categories .label
{
	width: 125px;
	height: 26px;
	background: url(images/categories.gif) no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 10px 10px 40px;
}
.sidemenu div .bframe
{
	width: 175px;
	height: 9px;
	background: url(images/bframe.gif) no-repeat;
	color: white;
	margin: 0px;
}
.sidemenu div ul
{
	margin: 0px 0px 5px 20px ;
	padding: 0px;
	color: #669966;
}
.sidemenu li
{
	margin: 0px;
}
.sidemenu div ul a
{
	color: #669966;
}
.sidemenu div ul ul
{
	margin: 0px 10px 0px 10px ;
	padding: 0px;
}
.sidemenu>div div
{
	margin: 0px;
}
li.current
{
	color: #CC99FF;
}
li.current a
{
    color: #CC99FF !important;
}
li.current ul a
{
	color: #669966 !important;
}
li.current ul a:hover
{
    color: #CC99FF !important;
}
.footer
{
	clear: both;
	text-align: center;
	padding: 5px ;
	border-top: 1px solid #CC99FF;
}
h1 {
	font-size: 14px;
	border-bottom: 1px solid #CC99FF;
	color: #669966;
	padding-bottom: 3px;
	margin-bottom: 4px;
	}	
h2 {
	font-size: 12px;
	color: #669966;
	margin-bottom: 2px;
	}	
h3 {
	font-size: 11px;
	color: #669966;
	}	
hr {
	border: none;
    height: 1px;
    color: #669966;
    background-color: #669966;
}
td {
	vertical-align: top;
	padding: 3px 5px 0px 5px;
	}
.cart td
{
	vertical-align: middle !important;
}
.total
{
	background-color: #EBE3F3
}
th {
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(images/th.gif) repeat-x;
	color: white;
	}
th a {
	color: white;
}
tr.prod td{
	border-top: 1px solid #CC99FF;
	}
td.highlightprod {
	width: 50%;
	border: 1px solid #87C187;
	padding: 0px !important;
    background: #EBE3F3;
	}
div.specialtitle {
	background: url(images/th.gif) repeat-x #81458F;
	padding: 2px !important;
	font-weight: bold;
	border-bottom: 1px solid #81458F;
	}
div.specialtitle a
{
	color: white;
}
div.specialcontent {
	padding: 4px !important;
	}
div.specialimage
{
	float: right;
	background-color: #FAFCFA;
	position: relative;
	padding: 3px;
	text-align: center;
	margin: 0px 0px 3px 3px;
}
div.fullimage
{
	float: right;
	background-color: #FAFCFA;
	padding: 3px;
	border: 1px solid #87C187;
	text-align: center;
}
a {
	color: #669966;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.sectionlink {
	font-size: 10px;
	font-style: italic;
	}
.title {
	font-size: 12px;
	font-weight: bold;
	}
img {
	border: 0;
	}
.small {
	font-size: 10px;
	font-style: italic;
	}
input, textarea, select
{
    border: 1px solid #CC99FF;
    color: #669966;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    padding: 1px 3px;
}
input.quant
{
	margin-top: 0px;
	margin-bottom: 3px;
	width: 2em;
	padding: 0px;
}
input.img
{
	border: none !important;
	padding: 1px !important;
}
.addtocart
{
	background: url(images/addtocartbg.gif) no-repeat;
	width: 66px;
	height: 21px;
	line-height: 20px;
	margin-top: 1px;
	text-align: center;
}
.addtocart a
{
	color: white;
}
div.promo
{
	background: url(images/th.gif) repeat-x #81458F;
	color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.promo .tl
{
	background: url(images/promotl.gif) no-repeat;
	height: 100%;
}
.promo .tr
{
	background: url(images/promotr.gif) no-repeat top right;
	height: 100%;
}
.promo .bl
{
	background: url(images/promobl.gif) no-repeat bottom left;
	height: 100%;
}
.promo .br
{
	background: url(images/promobr.gif) no-repeat bottom right;
	height: 100%;
	padding: 5px;
}
td.label
{
	width: 70px !important;
	padding-left: 0px !important;
}
.noborder
{
	border: none;
}
.delete
{
	color: red !important;
	font-weight: bold;
}