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

@import url(modules.css);

a {
	color: #5177c0;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #be723e;
	}
#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,  sans-serif;
}
img {
	border: 0 solid #ff8b35;
}


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

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 187px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 502px;
	height: 187px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 160px;
		left: 70px;
	width: 168px;
	height: 48px;
	
}

/* CONTAINER */
#container {

	width: 980px;
	
	background:  url(images/container.jpg) no-repeat bottom right;
	
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
	background: url(images/left.gif) no-repeat top left;

	
}
/* MENU */
#menu {
	background: url(images/menu_bgr.gif) repeat-y;
	padding-bottom: 22px;
	margin: 45px 0 1px 0;
	width: 196px;
	
}	

#menu ul {
	/*padding: 0 5px;*/
	width: 196px;
}
#menu ul ul {
	padding-left: 10px;
}
#menu li {
	padding: 4px 16px 4px 10px;
	background:  url(images/li.gif) no-repeat 17px 10px;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
	
}
#menu a {
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.gif) no-repeat left center;
	
	padding-left: 15px;
}
#menu li li a {
	background: none;
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #fff;
	padding-left: 15px;
}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
}




/* CONTENT */
#content {
	float: left;
	width: 588px;
	padding-bottom: 5px;	
	background:  url(images/content.gif) no-repeat top left;
}


#info {
	position: relative;
	height: 40px;

}
#navi {
	color: #775229;
	font-size: 88%;
	letter-spacing: 1px;
	margin-left: 100px;
	padding: 10px 10px 9px 0;
	text-align: right;
	position: relative;
	background:  url(images/info.gif) no-repeat right bottom;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	
	
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #775229;
}


#language {
	height: 16px;
	position: absolute;
	/*top: 45px;*/
	bottom: -18px;
	right: 8px;
	=right: 0;
	

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

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	padding-bottom: 1px;
	background: #fff;
	
}


/* BOXES */
.lb_1, .rb_1{
	background: #f3deb3;
	margin-top: 1px;
}
.lb_1 a, .rb_1 a{
	color: #8e4401;
}


.lb_2, .rb_2{
	background: #edb480;
	margin-top: 1px;
}
.lb_2 a, .rb_2 a{
	color: #8e4401;
}


/* FOOTER */
#footer {
	background: #c47a43;
	font-size: 88%;
	width: 980px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 9px 0 3px 0;
	width: 488px;
}
#footer_right {
	text-align: right;
}
#footer_right p {
	padding: 0;
}
/* 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: 35px 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: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}