body
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    background: #F0F0F0 url('images/shelf-50-1600.jpg') repeat-y;
    background-position: center top;
}
h1, h2, h3, h4, h5
{
    margin: 0.5em 0em;
    color: #660033;
}
h1
{
    font-size: 18px;
}
h2
{
    font-size: 16px;
}
h3
{
    font-size: 14px;
}
h4
{
    font-size: 13px;
}
h5
{
    font-size: 12px;
}
p
{
    margin: 0.5em 0em;
}
#page
{
    margin: 0px auto;
    width: 776px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0px;
}
form
{
    margin-top: 0px;
}
#header
{
    background-color: #660033;
    opacity: 0.70;
    filter: alpha(opacity=70);
    width: 776px;
    margin: 0px;
}
#header h1
{
    font-size: 1px;
    text-indent: -9999px;
    margin: 0px 1em;
    line-height: 2.5em;
    vertical-align: middle;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', san;
    color: white;
    font-variant:small-caps;
    background: url(images/logo.png) no-repeat left bottom;
    height: 60px;
}
#searchbox
{
    background-color: #660033;
    opacity: 0.70;
    filter: alpha(opacity=70);
	position: relative;
	overflow: hidden;
	margin:0px auto;
	z-index:3;
    width: 776px;
}
#searchbox input
{
    float: right;
    border: 1px solid black;
    color: #660033;
    background-color: white;
    font: 10px Verdana, Geneva, sans-serif;
    font-weight: bold;
    padding: 1px 3px;
    width: 167px;
    margin: 5px 5px 0px 0px;
}

#processing
{
	background-image: none;
	background-color: #333333;
	opacity: 0.8;
	filter:alpha(opacity=80);
	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;
}

#menu{
	margin:0px;
	padding:0px 5px;
    background-color: White;
    opacity: 0.80;
    filter: alpha(opacity=80);
	height: 2em;
}
#menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
}
#menu li{
	float: left;
	position:relative;
}
#menu li a{
	text-decoration:none;
    color: #660033;
	padding: 0px 10px;
	line-height:2em;
}
#menu li a:hover
{
    color: black;
}
#menu li span{
	display:block;
}
#menu li ul {
	position:absolute;
	top:2em;
	z-index:9999;
	width:100px;
	height:auto;
	margin:0;
	padding:0 !important;
	display:none;
	list-style:none;
}

#menu li:hover ul,#menu li.hover ul{display:block !important;}

#menu li li {
	height:auto;
	width:100px;
	background:none;
	margin:0;
	padding:0;
	text-align:left;
	display: block;
}
#menu li li a {
	position:relative;
	z-index:9999;
	display:block;
	width:90px !important;
	cursor:pointer;
	padding:4px 5px;
	float:none !important;
	margin:0;
	line-height:0.43em !important;
	color:white !important;
	font-weight: normal;
	background-color: red;
}
#menu li li a:hover
{
    background:green !important;
    color: black !important;
}
#menu li.active
{
    background: #660033 !important;
    opacity: 0.75;
    filter: alpha(opacity=75);
    color: white !important;
}
#menu li.active a
{
    color: white !important;
}
 
#main
{
    clear: both;
    padding: 10px;
    background-color: White;
    opacity: 0.95;
    filter: alpha(opacity=95);
    width: 756px;
    overflow: auto;
}
#categories
{
    background-color: #660033;
    border: 1px solid black;
    float: right;
    opacity: 0.80;
    filter: alpha(opacity=80);
    color: White;
    padding: 5px;
    margin: 0px 0px 5px 5px;
}
#categories ul
{
	margin:0px 5px;
	padding:0px 10px;
}
#categories h2
{
    margin-top: 0px;
    color: White;
}
#categories a
{
    color: white;
    text-decoration: none;
}
#categories a:hover
{
    text-decoration: underline;
}
.product
{
    width: 369px;
    border: 1px solid #660033;
    padding: 0px;
    margin: 0px 5px 5px 0px;
    height: 100%;
    vertical-align: top;
}
.product h1
{
    color: White;
    background-color: #660033;
    font-size: 12px;
    margin: 0px;
    padding: 3px;
}
.product h1 a
{
    color: white;
}
.product .desc
{
    padding: 0px 3px;
    font-size: 10px !important;
}
.product p
{
    margin: 3px 0px;
}

.productlist
{
    width: 100%;
    clear: right;
}
.productlist th
{
    background-color: #660033;
    color: White;
    text-align: left;
}
.productlist td
{
    border-bottom: 1px solid #E6D0E0;
}
.price
{
    text-align: right !important;
}
.desc .price
{
    text-align: right !important;
    font-size: 110%;
    color: #660033;
    font-weight: bold;
}

.add
{
    float: right;
    height:15px;
    width: 15px;
    background-color: #660033;
    margin: 1px;
    color: White;
    text-align: center;
    vertical-align: middle;
}
.add a
{
    color: White;
    text-decoration: none;
}
#footer
{
    text-align: left;
    font-size: 10px;
    color: white;
    clear: both;
    padding: 5px 5px 10px;
    opacity: 0.70;
    filter: alpha(opacity=70);
    background-color: #660033;
    width: 766px;
}
#footer a
{
    color: White;
    text-decoration:none;
}
#footer a:hover
{
    text-decoration:underline;
}
#footer p
{
    margin: 0px;
    padding: 0px;
}
#footer ul
{
    float: right;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#footer li
{
    float: left;
    position: relative;
    padding: 0px 5px;
}

a
{
    color: #660033;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
a img
{
    border: none;
}
input.text
{
    border: 1px solid black;
    color: #660033;
    background-color: white;
    font: 11px Verdana, Geneva, sans-serif;
    padding: 2px;
}
img.right
{
    float: right;
    margin: 0px 0px 5px 5px;
}
.emph
{
    color: Red;
    font-weight: bold;
}
.textright
{
    text-align: right !important;
}