BODY {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #cccccc;
	font: 12px sans-serif;
}

TD {
	color: #cccccc;
	font: 12px sans-serif;
}

A:link {
	font: 12px sans-serif;
	color: #dac787;
	text-decoration: none;
}

A:visited {
	font: 12px sans-serif;
	color: #dac787;
	text-decoration: none;
}

A:hover {
	font: 12px sans-serif;
	color: #ffffff;
	text-decoration: none;
}

IMG {border:0}

FORM {margin:0;}

hr {margin:0;padding:0;border:0;}



A.side-menu-categories-header {
	font: bold 14px sans-serif;
	background: #222;
	color: #eeddaa;
	display: block;
	padding: 2px;
	margin-bottom: 1px;
}

A.side-menu-categories-header:hover {
        font: bold 14px sans-serif;
	background: #222;
	color: #eeddaa;
	display: block;
	padding: 2px;
	margin-bottom: 1px;
}

UL.side-menu-categories {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background: #000;
	margin-bottom: 1px;
}

UL.side-menu-categories LI {
	padding: 1px;
	position: relative;
}

UL.side-menu-categories LI.over {
	background: #222;
}

UL.side-menu-categories LI A {
	display: block;
	padding: 2px;
	color: #ddcc88;
}

UL.side-menu-categories LI A:hover {
	padding: 2px;
	color: #fff;
}

UL.side-menu-categories-sub {
	position: absolute;
	border: 1px solid #ccc;
	background: #000;
	margin: 0;
	padding: 1px;
	list-style: none;
	top: 3px;
	left: 90%;
	white-space: nowrap;
	display: none;
	z-index: 100;
}

UL.side-menu-categories-sub LI {
	margin: 0;
	padding: 2px;
	border: 0px;
}

UL.side-menu-categories-sub LI.over {
	background: #333;
	margin: 0;
	padding: 2px;
	border: 0px;
}

UL.side-menu-categories-sub LI A {
	display: block;
	padding: 2px;
	color: #dac787;
	text-decoration: none;
}

UL.side-menu-categories-sub LI A:hover {
	display: block;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}

.top-menu {
	width: 100%;
	background: #444;
	margin: 0;
}

.top-menu TD {
	background: url(/img/topmenubg.jpg) 0 0;
	margin: 0;
	padding: 0;
	color: #dac787;
	font: bold 12px sans-serif;
	white-space: nowrap;
}

.top-menu TD.over {
	background: url(/img/topmenubg.jpg) 0 30px;
	margin: 0;
	padding: 0;
	color: #fff;
	white-space: nowrap;
}

.top-menu A {
	display: block;
	padding: 6px 10px;
	color: #dac787;
	font: bold 12px sans-serif;
}

.top-menu A:visited {
	color: #dac787;
	font: bold 12px sans-serif;
}

.top-menu A:hover {
	color: #fff;
	font: bold 12px sans-serif;
}

.top-menu-sub {
	border: 1px solid #ccc;
	background: #000;
	margin: 0;
	padding: 1px;
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	z-index: 100;
}

.top-menu-sub LI {
	margin: 0;
	padding: 0;
	font: 12px sans-serif;
	list-style: none;
}

.top-menu-sub A {
	background: #000;
}

.top-menu-sub A:hover {
	background: #246;
}

.breadCrumbs {
	font: 12px sans-serif;
	text-decoration: none;
	color: #ccc;
}

.breadCrumbs A:link,.breadCrumbs A:visited {
	font: 12px sans-serif;
	text-decoration: none;
	color: #dac787;
}

.breadCrumbs A:hover {
	font: 12px sans-serif;
	text-decoration: none;
	color: #ccc;
}

A.category:link,
A.category:visited {
	font: bold 16px sans-serif;
	text-decoration: none;
	color: #dac787;
}

A.category:hover {
	font: bold 16px sans-serif;
	text-decoration: none;
	color: #fff;
}

.sideLinkBlock {
	text-align: center;
}

.sideLinkBlock A {
	border: 1px solid #666;
	background: #111;
	display: block;
	padding: 4px 0;
}

.sideLinkBlock A:hover {
	border: 1px solid #ccc;
	background: #222;
}

.test:hover{
    float: right;
    background: #000;
}

.divMenu{
    width: 250px;
    background: #222;
    position:absolute;
    z-index: 4;
    text-align: center;
    opacity: 0.75;
    filter: alpha(opacity =80);
    margin-top: -30px;
}

.divSubMenu{
    margin-left: 50px;
}

.divPromo{
    height: 300px;
    border: 3px solid rgb(153, 153, 153);
    margin-bottom: 15px;
}