@charset "utf-8";
html {
	overflow-y: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../images/background/backgorund_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
.link_active {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#shoutbox {
	width: 210px;
	height: 370px;
	z-index: 0px;
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 50%;
	margin-top: -150px;
	
}
#shoutbox_container {
	width: 210px;
	height: 230px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin: 0px;
}
#shoutbox_display {
	width: 190px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	text-align: left;
	white-space: normal;
}
.shoubox_lable {
	color: #999999;
}
.shoutbox_txtbox {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	height: 18px;
	width: 143px;
	border: 1px solid #999999;
	background-color: #000000;
}
.cursor {
	cursor: n-resize;
}
#main_logo {
	background-image: url(../images/background/logo.png);
	background-repeat: no-repeat;
	height: 435px;
	width: 420px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#main_menu {
	height: 310px;
	width: 160px;
	position: absolute;
	z-index: 2;
	left: -15px;
	top: 50%;
	margin-top: -160px;
}
#main_menu ul li {
	list-style-type: none;
	cursor: pointer;
	float: left;
}
#main_menu ul li img{
	border: 0px;
}
a.main_menu:link, a.main_menu:visited {
	margin-left: 0px;
}
a.main_menu:hover, a.main_menu:active {
	margin-left: 25px;
}
.main_menu_active{
	margin-left: 25px;
}
#main_theme {
	background-image: url(../images/background/promote_01.png);
	width: 100%;
	height: 144px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#main_content {
	width: 550px;
	height: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -150px;
	z-index: 3;
	overflow: hidden;
}
#main_sponsor {
	width: 600px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -300px;
}
#main_sponsor img {
	border: 0px;
}
#information_arrow_left{
	position: absolute;
	height: 110px;
	width: 20px;
	top: 50%;
	left: 5px;
	margin-top: -55px;
	z-index: 5;
	cursor: pointer;
}
#information_arrow_right{
	position: absolute;
	height: 110px;
	width: 20px;
	top: 50%;
	right: 5px;
	margin-top: -55px;
	z-index: 5;
	cursor: pointer;
}
#information_pict {
	position: relative;
	cursor: pointer;
}
#information_nav {
	position: absolute;
	bottom: 10px;
	left: 5px;
	z-index: 5;
}
#information_nav a img {
	margin-right: 5px;
	border: solid 2px #FFFFFF;
}
#information_nav a.activeSlide img {
	margin-right: 5px;
	border: solid 2px #FFFF00;
}
#information_nav a:focus {
	outline: none; 
}
#language {
	color: #FFFFFF;
	width: 130px;
	height: 25px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#gallery img {
	border: 0px;
}

#send_to_friend {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/background/overlay-85.png);
	z-index: 5;
	display: none;
}
.send_to_friend {
	position: absolute;
	height: 550px;
	width: 75px;
	left: 50%;
	top: 50%;
	margin-top: -37px;
	margin-left: -275px;
	z-index: 6;
	display: none;
}
.send_to_friend_txtbox {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	height: 18px;
	width: 395px;
	border: 1px solid #999999;
	background-color: #000000;
}
