@CHARSET "UTF-8";

@IMPORT url("reset.css");

@IMPORT url("navigation.css");

@IMPORT url("textstyles.css");

body {
	height: 100%;
	width: 100%;
	position: absolute;
	background: #4F3D2F url(../images/body_bg.gif) top left no-repeat;
	color: #fff;
	text-align: center;
}

img {
	behavior: url("files/css/behaviours/iepngfix.htc");
}

#wrapper,#wrapper2 {
	width: 1300px;
	height: 768px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	background: url(../images/hg.jpg);
}

#content {
	position: absolute;
	top: 200px;
	left: 267px;
	width: 447px;
	height: 450px;
	color: #2B2519;
	overflow: auto;
	padding-right: 20px;
}

#logo {
	position: absolute;
	left: 985px;
	top: 100px;
}

#navigation ul.navigation {
	position: absolute;
	left: 210px;
	top: 70px;
}

#navigation ul.navigation li {
	float: left;
	margin-right: 2em;
}

#navigation ul.navigation li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
}

#navigation ul.navigation li a img.on {
	display: none;
}

#navigation ul.navigation li a:hover img.on {
	display: inline;
}

#navigation ul.navigation li a:hover img.off {
	display: none;
}

#navigation ul.navigation li a:hover {
	color: #fff;
}

#navigation ul.navigation li ul {
	position: absolute;
	left: -115px;
	top: 55px;
	text-align: right;
	width: 100px;
}

#navigation ul.navigation li ul li {
	float: none;
	margin: 15px 0 0;
}

#navigation ul.navigation li ul li a {
	font-size: 12px;
	color: #EFE3B1;
}

#navigation ul.navigation li ul li ul {
	position: static;
}

#navigation ul.navigation li ul li ul li {
	margin: 3px 0 0;
}

#navigation ul.navigation li ul li ul li a {
	font-size: 11px;
	color: #AFA37D;
	text-transform: none;
}

#navigation ul.navigation li a.active {
	font-weight: bold;
}

#page_pic {
	left: 755px;
	top: 250px;
	width: 345px;
	height: 385px;
	position: absolute;
	color: black;
}

#page_pic .pic,
#page_pic .pic2 {
	width: 163px;
	height: 113px;
	float: left;
	margin-bottom: 16px;
}

#page_pic .pic {
	margin-right: 18px;
}

#page_pic img {
	display: block;
	margin-bottom: 2px;
}

#page_pic_nav {
	left: 1012px;
	top: 633px;
	width: 86px;
	height: 24px;
	position: absolute;
	text-align: right;
}

#sound {
	position: absolute;
	left: 25px;
	top: 64px;
	z-index: 50;
}

#audioplayer {
	width: 112px;
	height: 22px;
	position: relative;
	background: url(../images/sound_mute.gif) top left no-repeat;
}

#audioplayer.on {
	background: url(../images/sound_on.gif) top left no-repeat;
}

#audioplayer.off {
	background: url(../images/sound_mute.gif) top left no-repeat;
}

#audioplayer_on {
	position: absolute;
	top: 6px;
	left: 64px;
	width: 20px;
	height: 12px;
	cursor: pointer;
}

#audioplayer_off {
	position: absolute;
	top: 6px;
	left: 84px;
	width: 20px;
	height: 12px;
	cursor: pointer;
}

#languages {
	position: absolute;
	top: 69px;
	left: 982px;
}

#languages a img.on {
	display: none;
}

#languages a:hover img.on {
	display: inline;
}

#languages a:hover img.off {
	display: none;
}
