body {
	background: url(../img/bd_bg.gif) repeat-x top;
	background-color: #000000;
	font: 12px Tahoma;
	margin: 5px;
}
a {
	text-decoration: none;
}
img {
	border:none;
}
.clear {
	clear: both;
}
#box {
	width: 930px;
	border: 1px solid #8c8c8c;
	position:relative;
	margin:0 auto;
	text-align:left;
	background-color: #DDDDDD;
}
#head {
	position: relative;
	height: 125px;
	z-index: 100;
}
#head_msg {
	position: absolute;
	left: 138px;
	top: 5px;
	width: 762px;
	height: 90px;
	overflow: hidden;
	background: transparent url(../img/head_msg_bg.png) no-repeat top;
}
#head_bg {
	position: absolute;
}
div#lang_box {
	position: absolute;
	left: 905px;
	top: 5px;
	width: 20px;
	height: 90px;
	background: url(../img/lang_bttn.gif) no-repeat top;
	line-height: 22px;
	text-align: center;
}
div#head_menu {
	position: absolute;
	top: 100px;
	left: 138px;
	height: 25px;
}
div#lang_box a {
	text-decoration: none;
	color: #8c8c8c;
}
div#lang_box:hover {
	background: url(../img/lang_bttn_over.gif) no-repeat top;
}
div#lang_box:hover a {
	text-decoration: none;
	color: #b2b2b2;
}
div#lang_box a:hover {
	text-decoration: none;
	color: #dddddd;
}
div#lang_box .current_lang {
	color: #ffffff;
}
div#lang_box:hover .current_lang {
	color: #ffffff;
	cursor: default;
}
div#body {
	position: relative;
	z-index: 1;
	color: #3f3f3f;
	background: #dddddd url(../img/body_bg.gif) repeat-x scroll left top;
}
div#body_2 {
	/*height:450px;*/
	width: 920px;
	min-height: 450px;
	height: auto !important;	/* IE6 Hacks */
 	height: 450px;				/* IE6 Hacks */
	padding:5px;
}
div#body_2.startup {
	background: transparent url(../img/index.jpg) no-repeat scroll left top;
}
#body a {
	color: #3d3d3d;
	font-variant: small-caps;
	border-bottom: 1px dotted #FF7D00;
	font-weight: normal;
}
#body a:hover {
	border-bottom: 1px solid #FF7D00;
	color: #000000;
}
#body a.no_link {
	cursor: default;
	border-bottom: 1px dotted #999999;
}
#cat_path {
	font-variant: small-caps;
	letter-spacing:1px;
	color: #FF7D00;
	font-weight: bold;
	margin-bottom:10px;
	text-indent: 10px;
}
#footer {
	position: relative;
	left: 0px;
	top: 0;
	width: 930px;
	height: 25px;
	background: url(../img/footer_row.gif) repeat-x top;
	z-index: 100;
	clear: both;
}
#footer_icon {
	position: relative;
	float: left;
	cursor: default;
	color: #b2b2b2;
	text-indent: 28px;
	line-height: 25px;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding-top: 2px;
	height: 25px;
	width: 250px;
	background: url(../img/footer_icon.gif) no-repeat top left;
}
#footer_menu {
	position: relative;
	top: 5px;
	float:right;
}
#silent {
	display: none;
}
.dump {
	color: #3f3f3f;
	text-align:left;
	width: 930px;
}
div#loading {
	position: fixed;
	right: 50%;
	top: 40%;
	background: url("../resource/frame.php?w=34&h=34") no-repeat scroll 0 0 #ffffff;
	width: 34px;
	height: 34px;
	z-index: 1000;
}
div#loading div {
	background: url("../img/loading.gif") no-repeat scroll 50% 50% transparent;
	padding: 17px;
}
/* Menu */
.menu, .nav, .menu .nav li {
	margin:0px; padding:0px;
}
.menu li {
	float:left; display:inline; cursor:pointer; list-style:none; width: 150px; padding:1px 1px 1px 0px; position:relative;
}
.menu li ul.first {
	left:-1px; top:19px;
}
.menu li a {
	width:150px; text-decoration: none; background: url(../img/cat_bttn.gif) no-repeat top; color: #8c8c8c; text-indent: 25px; font: 13px Tahoma; letter-spacing:1px; font-variant: small-caps;
}
.menu .nav li {
	width:100%; background-color:#3d3d3d; height:19px; width:152px;
}
.menu li a {
	display:block; width:inherit; height:inherit; height:18px;
}
.menu ul.nav {
	display:none;
}
.menu li:hover > a {
	color: #b2b2b2;	background: url(../img/cat_bttn_over.gif) no-repeat top;
}
li:hover > .nav {
	display:block; position:absolute; width:152px; top:-1px; left:151px; z-index:1000; background-color:#3d3d3d; padding-top:1px;
}
.menu li:hover {
	position:relative; z-index:2000;
}
.menu li a span.arrow {
	color:#FF7D00; position:absolute; right:25px; width:18px;
}
.menu li.bd_cat > a {
	color:#FF7D00
	;
}
.menu li.bd_cat a span.blink {
	text-decoration: blink;
}
.menu li.no_cat {
	cursor: default;
}
.menu li.no_cat_clickable {
	cursor: pointer;
}
/* EOF Menu */
div#image_box {
	position: fixed;
	display: none;
	top: 50px;
	cursor:pointer;
	background-color: #dddddd;
	background-color: #cccccc;
	background-color: rgba(204, 204, 204, 0.6);
	border: 1px solid #dddddd;
	border-radius:10px;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1000;
}
div#image_box img {
	/*border: 1px dotted #3f3f3f;*/
	margin:10px;
}

div#message_box {
	position: fixed;
	display: none;
	top: 50px;
	width: 300px;
	padding: 10px;
	border: 1px solid #3f3f3f;
	background: #DDDDDD url(../img/body_bg.gif) repeat-x scroll left top;
	z-index: 1000;
}
#message_text {
	cursor:default;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
div.button {
	cursor:pointer;
	display: block;
	width: 150px;
	height:18px;
	margin: 0px auto;
	text-decoration: none;
	border: 1px solid #3f3f3f;
	background: url(../img/cat_bttn.gif) no-repeat top;
	color: #8c8c8c;
	text-align: center;
	font: 13px Tahoma;
	letter-spacing:1px;
	font-variant: small-caps;
}
div.button:hover {
	color: #b2b2b2;
	background: url(../img/cat_bttn_over.gif) no-repeat top;
}
div#maintainance {
	background: url(../img/bd_bg.gif) repeat-x scroll center top #000000;
	border: 1px solid #FF7D00;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 30px;
	position: relative;
	text-align: center;
	top: 100px;
	width: 310px;
	box-shadow:1px 2px 3px rgba(102, 102, 102, 0.75);
}
