/* IMPORTS */
@import url(basic.css);
@import url(toppanel.css);
@import url(modules.css);

a {
	color: #4A4E7B;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: #B35D00;
}
body {
	background: #fff;
	color: #4A4E7B;
	/*padding-bottom: 25px;*/
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #304612;
}
img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #826229;
}

/* BOX */
#box {
	background:  url(images/box_bgr.jpg) repeat-y;

	font: 80% Arial, Verdana, sans-serif;
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 166px;
	position: relative;
	width: 900px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 565px;
	height: 166px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:44px;
	left:81px;
	width:253px;
	height:60px;
}

/* CONTAINER */
#container {
	width: 868px;
	background:  url(images/container_bgr.jpg) no-repeat bottom right;
	margin: 0 auto;
	
}
/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;

}
/* MENU */
#menu {
	
width: 197px;
background: url(images/li_bgr.jpg) repeat-y left;
	overflow: hidden;
}
#menu ul {
	padding-bottom: 20px;
	width: 196px;
}

#menu ul ul {
	border: 0;
	margin: 0;
	padding: 0;
}
#menu li li {
	
	background: url(images/li_li_bgr.gif) no-repeat 26px 14px;
}
#menu li li li a, #menu li li li span {
	padding-left: 45px;	
}
#menu li li li li a, #menu li li li li span {
	padding-left: 60px;	
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 75px;	
}



#menu ul ul ul {
	background: none;
	width: auto;
}
#menu a, #menu span {
	color: #fff;
	display: block;
	padding: 0.4em 0 0.4em 20px;
	text-decoration: none;
	background: /*#5F0000*/ url(images/menu_li_bgr.jpg) no-repeat bottom;
}
#menu span {
	text-decoration: underline;

}
#menu a:hover {
	color: #000;
	/*text-decoration: underline;*/
	background: url(images/menu_li_hover.jpg) repeat-y;	
}
#menu li li a, #menu li li span {
	padding-left: 36px;
}
#menu li li a:hover{
	color: #000;
	background:url(images/menu_li_hover.jpg) repeat-y;		
	
}

/* CONTENT */
#content {
	/**/
	float: left;
	width: 644px;
	margin-left: 20px;
	padding-top: 35px;
	background: url(images/content_bgr.jpg) no-repeat top right;
	min-height: 25px;
	_height: 25px;
}
#info {
	position: relative;
	width: 866px;
	height: 42px;
	
	
	background: #000 url(images/info_bgr.jpg) no-repeat  right;
}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	/*_margin-right: 130px;*/
	margin-left: 195px;
	padding: 15px 0 0 0;
	/*text-transform: uppercase;*/
	width: 420px;
	
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 5px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #fff;
}
#language {
	height: 42px;
	position: absolute;
		left: 0;
		top: 0;
		background:  url(images/lng_bgr.gif) no-repeat;
}
#language li {
	float: left;
	list-style-type: none;
	margin-left: 8px;
	margin-top: 15px;
}

/* BOXES */
.lb_1, .lb_2 {
	border-bottom: 1px solid White;
	/*margin-left: 7px;*/
	width: 196px;
}
.lb_1 {
	/*background: #E6E6E6;*/
}
.lb_2 {
	/*background: #DFD4D4;*/
}
/* FOOTER */
#footer {
	background: #464878 url(images/footer_bgr.jpg) no-repeat;
	height: 64px;
	font-size: 88%;
	width: 900px;
	position: relative;
	/*bottom: 1px;*/
	margin: 0 auto;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #FFE382;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 10px 44px;
	width: 380px;
}
#footer_right {
	text-align: right;
}
#btm {
	background: url(images/footer_btm.gif) no-repeat;
	font-size: 1px;
	height: 7px;
	overflow: hidden;
}

/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	background: White;
	/*margin: 0 7px;*/}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}

.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
