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;
}
#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;
}
#head_menu {
	position: absolute;
	top: 100px;
	left: 138px;
	height: 25px;
}
#lang_box a {
	text-decoration: none;
	color: #8c8c8c;
}
#lang_box:hover {
	background: url(../img/lang_bttn_over.gif) no-repeat top;
}
#lang_box:hover a {
	text-decoration: none;
	color: #b2b2b2;
}
#lang_box a:hover {
	text-decoration: none;
	color: #dddddd;
}
#lang_box .current_lang {
	color: #ffffff;
}
#lang_box:hover .current_lang {
	color: #ffffff;
	cursor: default;
}
#body {
	position: relative;
	z-index: 1;
	color: #3f3f3f;
	background: #dddddd url(../img/body_bg.gif) repeat-x scroll left top;
}
#body_2 {
	/*height:450px;*/
	width: 920px;
	min-height: 450px;
	height: auto !important;	/* IE6 Hacks */
 	height: 450px;				/* IE6 Hacks */
	padding:5px;
}
#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;
}
#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;
}
/* Menu */
.menu_box ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_box li a{
	display: block;
	width: 150px;
	height:18px;
	margin: 1px 1px 0px 0px;
	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_box li ul li a{
	margin: 0px 1px 1px 1px;
}
li a:hover{
	color: #b2b2b2;
	background: url(../img/cat_bttn_over.gif) no-repeat top;
}
.menu_box .bd_cat {
	color: #FF7D00;
}
.menu_box .bd_cat span{
	text-decoration: blink;
}
.menu_box .no_cat {
	cursor: default;
}
.menu_box .no_cat_clickable {
	cursor: pointer;
}
.menu_box ul li{
	position: relative;
	display: inline;
	float: left;
}
.menu_box li:hover ul{
	display:block;
	position:absolute;
}
.menu_box ul ul{
	left: -1px;
	display: none;
	background-color: #3f3f3f;
	z-index: 1000;
	padding-top: 1px;
}
#image_box {
	position: absolute;
	display: none;
	top: 50px;
	cursor:pointer;
	padding: 10px;
	background-color: #dddddd;
	border: 1px solid #3f3f3f;
	z-index: 1000;
}
#message_box {
	position: absolute;
	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;
}
#message_close {
	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;
}
#message_close:hover {
	color: #b2b2b2;
	background: url(../img/cat_bttn_over.gif) no-repeat top;
}
#image_box img {
	border: 1px solid #3f3f3f;
}
