body { color: black; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: black; background-repeat: repeat-x; margin: 0; }
p {}
td {}

#head a:link { color: white; background-color: #333333; text-decoration: none; width: 120px; height: 30px; border-color: black; border-width: 0; display: block; }
#head a:visited { color: white; background-color: #333333; text-decoration: none; width: 120px; height: 30px; border-color: black; border-width: 0; display: block; }
#head a:hover { color: white; background-color: gray; text-decoration: none; width: 120px; height: 30px; border-color: black; border-width: 0; display: block; }

a:active { color: red ; }

#wrapper { background-color: white; left: 0; width: 596px; z-index:1; visibility: visible; margin: 4px 0; padding: 0; 
border-color: black; border-style: solid; border-width: 0 6px 0; display: block;
-moz float: left; }


#recommends { background-color: #cccccc; left: 0; width: 210px; z-index:1; visibility: visible; margin-bottom: 4px; padding: 0; display: block; -moz float: left; }


#footer { color: white; background-image: url(../_images/glossyback3.gif); position: inherit; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 70px; z-index: 1; margin-left: 0; padding: 4px; border-color: white; border-style: solid; border-width: 1px 0; display: block; }
#footer a:link { color: white; }
#head { background-color: black; height: 140px; z-index: 1; margin: 0; }
h3 { color: red; font-size: 12px; font-weight: bold; margin: 1em 0; }
#addressbar { color: white; text-align: center; position: absolute; top: 10px; right: 10px; z-index: 2; float: right; }
#hrstyle { color: #369; size: 1px}

#product { border-bottom: 1px dashed red; border-top-width: 0; border-right-width: 0; border-left-width: 0; display: block }

.glossymenu{
margin: 5px 0;
padding: 0;
width: 210px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #f4f4ed url(../_images/glossyback.gif) repeat-x bottom left;
font: bold 11px Arial, Verdana, Helvetica, sans-serif;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
color: black;
}

.glossymenu a.menuitem:hover{
background-image: url(../_images/glossyback2.gif);
color: white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #f4f4ed;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #336699;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 10px Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
color: black;
}

.glossymenu div.submenu ul li a:hover{
background: #e31836;
color: white;
}