body {
	background: #f3e9cf url(images/bg.jpg) repeat-x fixed;
	font: normal 11px Verdana, Arial, Sans-Serif;
}
a {
	color: #7d132a;
	text-decoration: underline;
}
a:hover {
	color: #e03f3f;
}
a img {
border: 0;
}

.clear {
	clear: both;
}

#wrap {
	width: 777px;
	margin: 0 auto;
	padding: 1px;
	background-color: #ffffdd;
	background: #ffe49a url(images/sidebar-bg.jpg) repeat;
	color: #000000;
	border: 1px solid #999;
}

#header {
	height: 191px;
}
#logo {
	margin: 0;
	padding: 0;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font: normal 14px arial, helvetica, sans-serif;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	float: left;
	padding: 8px 0;
	width: 111px;
	text-decoration: none;
	border: none;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	background-color: #111111;
	color: #eeeeee;
}
#nav a:hover {
	background-color: #ffffff;
	color: #111111;
}
#nav a.hi {
	background-color: #dac073;
	color: #46320f;
}
#nav a.hi:hover {
	background-color: #f3ebc6;
	color: #46320f;
}

#main {
	clear: both;
}
#content {
	float: left;
	margin-top: 1px;
	margin-right: 1px;
	padding: 5px;
	width: 602px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}
#content h1 {
	position: relative;
	padding: 3px 4px 4px;
	margin-top: 0;
	margin-bottom: 0;
	color: #46320f;
	background-color: #dac073;
	border: 1px solid #bea15f;
	font-size: 1.5em;
	text-transform: none;
	z-index: 1;
}
#content h1 img {
	width: 100%; height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#content h2 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 2em;
	color: #bea15f;
	font-size: 1.25em;
}
#content h3 {
	color: #9ea15f;
	font-size: 1.5em;
}
#content p, #content h4 {
	padding: 0 30px;
}

#js-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#js-menu li {
	display: block;
	float: left;
	padding: 3px 8px 4px;
	cursor: pointer;
	background-color: #eeeeee;
	margin-bottom: 0;
}
#js-menu li:hover {
	background-color: #111111;
	color: #eeeeee;
}
#js-menu li.selected {
	background-color: #444444;
	color: #eeeeee;
}

#js-display {
	clear: both;
	padding: 1em;
	border-top: 1px solid #dddddd;
}
#js-display .name {
	font-size: 1.15em;
	font-weight: bold;
}
#js-display .price {
	font-weight: bold;
	float: right;
}
#js-display .description {
	display: block;
	margin-bottom: 1em;
}
#js-display p {
	margin: 0;
	padding: 0;
}

#sidebar {
	float: left;
	padding: 0 5px;
	padding-top: 1.25em;
	width: 150px;
/*	border: 1px solid #dac075;
	border-top: none; */
	/* background: #ffe49a url(images/sidebar-bg.jpg) repeat; */
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#sidebar:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#sidebar .mini-box {
	margin-bottom: 1.5em;
}
#sidebar .mini-box h1 {
	margin: 0;
	border: 1px solid #7d132a;
	color: #7d132a;
	background: #ffffff;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
}
#sidebar .mini-box h2 {
	text-align: center;
	margin: 0.5em 0;
}

#sidebar .mini-box .content {
	padding: 1px;
	border: 1px solid #7d132a;
	background-color: #efefef;
/*	opacity: 0.4;
	filter: alpha(opacity=40); */
}
#sidebar .mini-box .content:hover {
/*	opacity: 0.85;
	filter: alpha(opacity=85); */
}
#sidebar .mini-box .content p {
	padding: 0px 5px;
}

#sidebar #location-map {
	display: block;
	position: relative;
	text-align: center;
}
#sidebar #location-map img {
	border: 1px solid #7d132a;
}

#sidebar #location-map img.large {
	visibility: hidden;
	position: absolute;
	display: none;
}
#sidebar #location-map a.map:hover img.large {
	visibility: visible;
	display: block;
	top: -125px;
	left: 60px
}
#sidebar #location-map a {
	color: #990000;
}
#sidebar #location-map a:hover {
	color: #ff0000;
}

#footer {
	clear: both;
	text-align: center;
}
