html, body {
	height: 100%;
}
body {
	margin: 0px;
	background-color: white;
	font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	color: #eee;
}
#main {
	text-align: center;
	width: 780px;
	height: 504px;
}
#container {
	width: 780px;
	height: 504px;
	position: relative;
	overflow: hidden;
}
#menubar-listener {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 470;
	width: 780px;
	height: 54px;
}
#menubar {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
	width: 520px;
	height: 54px;
	padding-left: 260px;
	background-color: #ddd;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
#menubar .menuitem {
	float: left;
	margin: 33px 10px 0px 30px;
	color: #444;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}
#menubar .menuitem-hover {
	color: white;
}
.submenubar {
	position: absolute;
	top: 54px;
	left: 285px;
	z-index: 800;
	width: 120px;
	display: none;
	background-color: #aaa;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
.submenuitem {
	padding: 5px;
	color: #444;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}
.submenuitem-hover {
	color: white;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 530;
	width: 260px;
	height: 54px;
}
#faderB {
	position: absolute;
	top: -504px;
	left: 0px;
	z-index: 350;
	width: 780px;
	height: 504px;
	background-color: white;
	opacity: 0.74;
	filter: alpha(opacity=74);
}
#faderT {
	position: absolute;
	top: -650px;
	left: 0px;
	z-index: 360;
	width: 780px;
	height: 504px;
	background-color: white;
}
#loader {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 370;
	padding-top: 236px;
	padding-left: 374px;
	display: none;
}
#pager {
	position: absolute;
	bottom: 0px;
	right: 260px;
	z-index: 250;
	width: 260px;
	height: 16px;
	display: none;
	text-align: right;
	background-image: url("img/pager.png");
	background-repeat: no-repeat;
}
#pager span.num {
	cursor: pointer;
	font-weight: bold;
}
#pager span.current {
	color: #333;
}
#sound {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 750;
	width: 260px;
	height: 16px;
	background-image: url("img/sound.png");
	background-repeat: no-repeat;
}
#cart {
	position: absolute;
	top: -504px;
	left: 0px;
	z-index: 200;
	width: 240px;
	height: 400px;
	padding: 84px 10px 20px 10px;
	overflow: auto;
	text-align: left;
	background-color: #444;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
#cart .item {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dotted white;
}
#cart .description {
	float: left;
}
#cart .price {
	float: right;
	font-weight: bold;
}
#cart .remove {
	clear: right;
	float: right;
	cursor: pointer;
}
#cart .clear {
	clear: both;
}
#cart select {
	float: left;
}
#cart button {
	float: right;
}
#back-button {
	position: absolute;
	bottom: 4px;
	left: 362px;
	z-index: 250;
	width: 56px;
	height: 28px;
	display: none;
	background-image: url("img/back.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 780px;
	height: 504px;
}
#bg img {
	float: left;
}
#bg.catalog {
	background-color: white;
}
#bg.catalog img {
	display: none;
}
#bg.static img {
	display: none;
}
#splash {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	width: 780px;
	height: 504px;
	background-color: black;
}
#splash img {
	float: left;
	cursor: pointer;
}
#text {
	position: absolute;
	top: 0px;
	left: 260px;
	z-index: 20;
	text-align: justify;
	display: none;
	background-color: #333;
	overflow: auto;
}
#text.static {
	width: 400px;
	height: 400px;
	padding: 84px 90px 20px 30px;
}
#text.catalog {
	width: 0px;
	height: 0px;
}
#text.item {
	width: 200px;
	height: 420px;
	padding: 84px 30px 0px 30px;
}
#text p {
	margin: 0px 0px 20px 0px;
}
#text p.option,
#text p.add {
	text-align: right;
}
#text p.option select,
#text p.add button {
	width: 100px;
	margin-left: 7px;
}
#text p.add .currency {
	font-size: 13px;
	font-weight: bold;
}
#text p.add .price {
	font-size: 13px;
	font-weight: bold;
}
#text h2 {
	font-size: 13px;
	clear: right;
	margin: 0px;
}
#text h5 {
	font-size: 10px;
	margin: 0px;
	margin-bottom: 10px;
}
#display {
	position: absolute;
	top: 0px;
	left: 520px;
	z-index: 30;
	text-align: left;
	display: none;
	background-color: #222;
}
#display.static {
	width: 0px;
	height: 0px;
}
#display.catalog,
#display.item {
	width: 260px;
	height: 504px;
}
#display.catalog img {
	cursor: pointer;
	opacity: 0.74;
	filter: alpha(opcity=74);
}
small {
	font-size: 9px;
	color: #aaa;
}
a {
	color: white;
}