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

@import url(modules.css);

a {
	color: #538800;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff url(images/body.gif) repeat-x;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #DD852F;
	font-family: Verdana;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial;
}
img {
	border: 0 solid #ff8b35;
}


/* BOX */
#box {
	background: #fff url(images/box.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 3px auto;
	text-align: left;
	width: 985px;
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 156px;
	position: relative;
	width: 985px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 443px;
	height: 156px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 5px;
		left: 120px;
	width: 204px;
	height: 46px;
}
#language {
	height: 16px;
	position: absolute;
	top: 4px;
	right: 0px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* CONTAINER */
#container {
	background: url(images/cotainer.gif) repeat-y right;
	/*padding-top: 6px;*/
	width: 985px;
	/*margin: 1px auto;*/
}

/* LEFT */
#left {
	float: left;
	/*margin-right: 1px;*/
	overflow: hidden;
	width: 197px;
	background: url(images/left_bgr.jpg) no-repeat;
}
/* MENU */
#menu {
	background:  url(images/menu_bgr.jpg) repeat-y;
	padding: 20px 0 30px 0;
	width: 196px;
	margin-top: 40px; 
	
}
#menu2x{
	background: url(images/menu_li.jpg);
	background-repeat: repeat-y;
}
#menu ul {
	padding: 0 17px;
	
}
#menu ul ul {
	padding: 0;
}
#menu li {
	padding: 4px 0 4px 14px;
	background: url(images/menu_li.gif) no-repeat 0px 11px;

}/*
#menu li li {

	list-style-type: none;
}*/
#menu a {
	color: #1D1D1D;
	display: block;
	text-decoration: none;
	padding-left: 
}
#menu span {
	text-decoration: underline;
	color: #DD852F;
}
#menu a:hover {
	text-decoration: underline;
	color: #538800;
}

/* CONTENT */
#content {
	float: left;
	/*margin-left: 1px;*/
	min-height: 250px;
	_height: 250px;
	width: 586px;
	background: url(images/content.jpg) repeat-x;
}
#info {
	background: #384D18 url(images/info.jpg) no-repeat right;
	position: relative;
	height: 24px;
}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.4em 0 0 0;
	margin-left: 17px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #fff;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 195px;
	padding-left: 2px;
}



/* BOXES */

.rb_1, .lb_1{
	background: #BECB9E url(images/rb1_bgr.gif) no-repeat top right;
	border-bottom: 2px solid #384D18;
}
.rb_2, .lb_2{
	background: #FFEBB8 url(images/rb2_bgr.gif) no-repeat top right;
	border-bottom: 2px solid #384D18;
}
.rb_3, .lb_3{
	background: #EBEBEB url(images/rb3_bgr.gif) no-repeat top right;
	border-bottom: 2px solid #384D18;
}


.lb_1, .lb_2, .lb_3{
	width: 196px;
	
}


/* FOOTER */
#footer {
	background:  url(images/footer.gif) repeat-x;
	font-size: 88%;
	width: 985px;
}
#footer p {
	color: #000;
	padding: 0 10px;
}
#footer a {
	color: #DD852F;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}

.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	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 auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}