body {
	color: #000;
	background: #fff;
}
#container {
	background: #fff;
}
#header {
	background: #fff;
}
#logo {
	background-color: #fff;
	background-image: url('../../content/images/logo.png');
	background-repeat: no-repeat;
	background-position: 100% 40%;
}
#main {
	background: #fff;
}
#menu_top {
	background: #fff;
}
#menu_right {
	background: #fff;
}
#content {
	background: #fff;
	page-break-before: always;
}
#left {
	background: #fff;
	color: #000;
}
#right {
	background: #fff;
	color: #000;
}
#breadcrumb {
	background: #fff;
	border: 0;
}
hr {
	color: #666;
	background: #666;
}
#bottom-spacer {
	background: #fff;
}
#footer {
	background: #fff;
}
#footer a {
	color: #999;
}

.menublock ul.root {
	background: transparent;
}
.menublock ul li a {
	background: transparent;	
}
#menu_top ul.root {
	background: #fff;
}
#menu_right ul.root {
	background-color: #fff;
}
#menu_top ul li a {
    color: #000;
    border: 0;
    text-decoration: underline;
}
#menu_right ul li a {
    color: #999;
    text-decoration: underline;
}
#menu_top ul li a:hover {
	color: #000;
	text-decoration: none;
}
#menu_right ul li a:hover {
	text-decoration: underline;
}
#menu_top ul li a.nolink, #menu_top ul li a.nolink:hover {
	color: #000;
	border-color: #fff;
}
#menu_right ul li a.nolink, #menu_right ul li a.nolink:hover {
	color: #000;
	text-decoration: none;
}
#footer .menublock {
	display: none;
}
#footer ul li a.nolink, #footer ul li a.nolink:hover {
	color: #000;
	text-decoration: none;
}
#footer ul a.orange, #footer ul li a.nolink.orange, #footer ul li a.nolink.orange:hover {
	color: #000;
	font-weight: bold;
}
.menublock .line {
	border-color: #666;
}
#footer .line {
	border-color: #999;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 12pt;
	text-transform: uppercase;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}
#content h1, #content h2, #left h2, #left h3 {
	margin: 0;
	padding: 0;
}
#content h1 {
	margin-top: 5px;
	margin-bottom: 2px;
}

#content h2 {
	margin-bottom: 10px;
}
#left h2 {
	font-size: 13pt;
	margin-top: 8px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#left h3, #left h4 {
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 10pt;
}

#left p {
	margin: 8px 5px;
	padding: 0;
}
h1 {
	color: #000;
}
h2 {
	color: #666;
}
#left h2 {
	color: #000;
}
#left h3 {
	color: #999;
}
#left h4 {
	color: #000;
}
#left a {
	color: #000;
}
#left a:hover {
	color: #000;
}
a {
	color: #999;
}
a:hover {
	color: #999;
}
#breadcrumb a {
	color: #777;
}


table.products td {
	border-color: #666;
}

