.hide {
	display: none;
}

body {
	margin: 0 0 0 0;
	background: #ffc;
	font-family: Verdana, Arial, sans-serif;
	color: #093;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

#main {
	text-align: center;
}

#bar, #fbar {
	background: #900;
	margin-top: -16px;
	border-bottom: #c00 3px solid;
}

#menubar {
	background: url(menu.gif) repeat-x;
	clear: both;
	margin-top: -16px;
}

*:first-child+html #bar, *:first-child+html #fbar, *:first-child+html #menubar {
	margin-top: 0px;
	/* IE7-only hack */
}

*:first-child+html #menubar, * html #menubar {
	border-top: #c00 3px solid;
} /* IE-only hack */

* html #bar, * html #fbar, * html #menubar {
	margin-top: 0px;
	/* IE6-only hack */
}

#head {
	width: 960px;
	height: 115px;
	margin: auto auto;
}

#head img {
	float: left;
}

#head p {
	color: #ffc;
	padding-top: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#menu {
	width: 960px;
	height: 26px;
	margin: auto auto;
	text-align: left;
}

#menu ul li {
	display: inline;
	padding: 0px 30px 0px 30px;
	font-size: 0.75em;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-right: #f66 1px solid;
}

#menu a, #footer, #footer a {
	color: #ffc;
}

#menu ul li img {
	margin: 0px 50px -35px -50px; /* top left bottom right */
}

#content {
	width: 960px;
	margin: auto auto;
	text-align: left;
}

#content img {
	border: #cc9 3px solid;
}

#content h1 {
	font-size: 1.2em;
	color: #c00;
}

#content {
	padding: 10px 0px 20px 0px;
	line-height: 1.6em;
	font-size: .85em;
}

*:first-child+html #content, * html #content {
	padding-top: 20px;
	/* IE-only hack */
}

#footer {
	width: 960px;
	margin: auto auto;
	padding-top: 10px;
	font-size: .65em;
	margin-bottom: 10px;
}

*:first-child+html #footer, *:first-child+html #as, * html #footer, * html #as {
	padding-bottom: 10px;
	/* IE7-only hack */
}

#as {
	margin: auto auto;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* MENU encoding */

.menucell {
	border: #c00 2px solid;
	padding: 0px 10px 0px 10px;
}

h3 {
	background: #c00;
	margin: 20px 0 0 0;
	padding: 5px 0 3px 0;
	text-align: center;
}

h3 a {
	color: #ffc;
}

h3 a:hover {
	text-decoration: none;
}

.desc {
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
	margin-top: 8px;
	padding: 0px 30px 8px 30px;
	border-bottom: #093 1px dashed;
}

.item b {
	font-style: normal;
	font-size: 1.3em;
	color: #c00;
}

.item {
	font-style: italic;
	font-size: 0.8em;
	border-bottom: #c00 1px solid;
	padding-bottom: 8px;
}

.price {
	float: right;
	margin-top: -40px;
	font-weight: bold;
	color: #c00;
}

*:first-child+html .price, * html .price {
	margin-top: -48px;
	/* IE-only hack */
}

blockquote {
	border: #c00 2px dashed;
	margin: 0 0 20px 0;
	padding: 5px 5px 0 5px;
	width: 30%;
	text-align: center;
	font-size: 0.8em;
}

.bq1, .bq2, .bq3, .bq4 {
	color: #c00;
	line-height: 0em;
	font-weight: bold;
}

.bq1 {
	font-size: 1.4em;
}

.bq2 {
	font-size: 2.8em;
}

.bq4 {
	text-align: right;
	font-size: 0.8em;
	margin-top: 18px;
	font-weight: normal;
}
