/* CSS Document */

body {
	background-image:url(../retail_bground.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#690505;
}

#content h1 {
	color: #b61415;
}

.highlight {
	color: #ff7576;
}

#topnav {
	background-color: #b61415;
}

#topnav a:hover {
	background-color: #610405;
}

#bottonnav {
	background-color: #b61415;
}

#bottonnav a:hover, .on {
	color: #ffbfbf !important;
	font-weight: bold !important;
	text-decoration: underline !important;

}

#subnav {
	background-image: url(subnav_bgd.gif);
	background-color: #b61415;
}

#subnav a, #subnav h1 {
	border-bottom: 1px solid #cb5353;
}

#subnav a:hover {
	background-color: #610405;
}

#subnav a.on {
	background-color: #610405 !important;
}

#buttonbar {
	background-image: url(bottom_bgd.gif);
}

.pad10 h2, .pad10 h3, .pad10 h4 {
	color: #610405 !important;
}