#pagebackground{
	background: #595343 url(../images/background.jpg) repeat-x top left fixed; width: 794px;
}

#content{
	width:591px;
	float:left;
}
#menu{
	width: 185px;
	float:right;
}

body{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

.glossymenu {
	margin: 0 0;
	padding: 0;
	width: 185px; /*width of menu*/

}

a.menuitem, a.menuitem2, a.menuitem3, a.menuitem4{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0 5px;
	padding-left: 7px;
	text-decoration: none;
}
a.menuitem, a.menuitem2, a.menuitem3, a.menuitem4{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid black;
}

a.menuitem {
	background: black url(../images/Footwear.jpg) repeat-x; height: 20px;
}
a.menuitem2 {
	background: black url(../images/Eyewear.jpg) repeat-x; height: 20px;
}
a.menuitem3 {
	background: black url(../images/HomeAppliances.jpg) repeat-x; height: 20px;
}
a.menuitem4 {
	background: black url(../images/SolarProducts.jpg) repeat-x; height: 20px;
}
a.menuitem:visited, a.menuitem:active, a.menuitem2:visited, a.menuitem2:active {
	color: white;
}
.statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 11px;
	right: 5px;
	border: none;
}
a.menuitem:hover, a.menuitem2:hover, a.menuitem3:hover, a.menuitem4:hover {
	background-image: url(glossyback2.gif);
}
div.submenu { /*DIV that contains each sub menu*/
	background: #302c23;
}
div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.submenu ul li a {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	padding: 3px 0;
	padding-left: 10px;
	border-bottom: 1px solid #666666;
}
div.submenu ul li a:hover {

	background: #999999;
	color: #FFFFFF;
}
.contact{
	color:#FFFFFF;
	font-size: 10px;
	margin-top:10px;
}
td.topbar{
	height:24px;
	background: url(../images/TopRepeat.jpg) repeat-x;
}
.feature{
	font-size:10px;
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
}
