html {overflow: -moz-scrollbars-vertical;}

body{
	font-family: Tahoma, Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background: #9FC3E7 url('/img/body_bg.png') repeat-x top;
}

input{ font-family: Tahoma, Arial; font-size: 12px;}

table, td, div
{
	font-family: verdana, Tahoma, Arial;
	font-size: 11px;
	color: #797979;
}

a 
{
	color: #FFA020;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.lang{color: #E1E1E1;}
.lang:hover{color: #4686B2; text-decoration: none;}
.lang_act{color: #4686B2;}
.lang_act:hover{text-decoration: none;}
.lang,.lang_act
{
	text-transform: uppercase;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	top: 5px;
	margin: 0px 0px 0px 7px;
}


.menu {background: #70A3CE url('/img/menu.png') repeat-y left;}
.menu_act {background: #FFC001 url('/img/menu_act.png') repeat-y left;}
.menu,.menu_act
{
	text-decoration: none;
	font-size: 12px;
	padding: 4px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	height: 19px;
	display: block;
	width: auto;
	margin: 6px 6px 0px 0px;
}
.menu_act:hover {text-decoration: none;}
.ie.menu_act,.ie.menu {padding: 4px 0px 4px 20px;}
.menu:hover {background-color: #FFC001; text-decoration: none;}

.submenu
{
	
}

.submenu_act
{
}

.submenu,.submenu_act,.submenu:hover
{
	color: #427DB5;
	font-size: 10px;
	background: url('/img/point.gif') no-repeat left 7px;
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 4px;
	padding-left: 15px;
	text-decoration: none;
}

.submenu:hover,.submenu_act
{
	text-decoration: underline;
}

.path
{
	height: 23px;
	white-space: nowrap;
	font-size: 16px;
	background: url('/img/path.gif') no-repeat left top;
	padding: 2px 0px 0px 36px;
	color: #FFC000;
	font-family: verdana;
	font-weight: bold;
	text-align: left;
}

.ie.path
{
	height: 22px;
}

.gallery_link,.gallery_link:hover
{
	color: #ABABAB;
	width: 110px;
	white-space:normal;
	text-decoration: none;
}