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

@import url(modules.css);

a {
	color: #AC6F1C;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: #B35D00;
}
body {
	background: #F2F7E6 url(images/body_bgr.jpg) repeat-x top;
	color: #3E3E3E;
	/*padding-bottom: 25px;*/
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #78A457;
}
#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;
}

/* HIDE */

/* BOX */
#bg {
	background: url(images/bg.gif) no-repeat top;
	margin: 9px auto;
	width: 770px;
	border: 1px solid #797979;
}
#box {
	/*background:  url(images/boty.jpg) repeat-x;*/
	font: 80% Arial, Verdana, sans-serif;
	
	text-align: left;
	/*width: 760px;*/
	border: 5px solid #fff;
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 134px;
	position: relative;
	width: 760px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 298px;
	height: 134px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 18px;
		left: 67px;
	width: 165px;
	height: 91px;
}

/* CONTAINER */
#container {
	width: 760px;
	background: #FEFEFE url(images/content_bgr.gif) repeat-x;
}
#container2 {
	width: 760px;
	background:  url(images/boty.jpg) no-repeat bottom right;
}
/* LEFT */
#left {
	background: url(images/left.gif) repeat-y;
	float: left;
	position: relative;
	bottom: 10px;	
	width: 200px;
}
/* MENU */
#menu {
	background: url(images/li_bgr.gif) repeat-y;
	width: 200px;

	overflow: hidden;
}
#menux{
	background: /*#5F0000*/ url(images/menu_header.gif) no-repeat;
	padding-top: 40px;
	width: 100%;
}


#menu ul {
	/*border-bottom: 1px solid #919F5D;*/
	/*margin-left: 8px;*/
	padding-bottom: 20px;
	width: 196px;
}
#menu li {
	background: #5F0000;
	
}


#menu ul ul {
	/*background: #74924A url(images/menu_ulul.gif) repeat-x;*/
	border: 0;
	margin: 0;
	padding: 0;
}
#menu li li {
	padding-left: 17px;
	background: #8C2100;
}

#menu ul ul ul {
	background: none;
	width: auto;
}
#menu a, #menu span {
	color: #fff;
	display: block;
	padding: 0.2em 0 0.2em 20px;
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	color: #B35D00;
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	color: #F2E5BA;
}
#menu li li a:hover {
	color: #F2E5BA;
}
#menu li a:hover {
	color: #C9D0B9;
}
/* CONTENT */
#content {
	/*background: url(images/content_bgr.gif) no-repeat bottom right;*/
	float: left;
	width: 530px;
	margin-left: 20px;
	margin-top: 25px;
}
#info {
	position: absolute;
	right: 0;
	top: 10px;
	width: 560px;
	height: 24px;
	text-align: right;
}
#navi {
	color: #610303;
	font-size: 88%;
	letter-spacing: 1px;
	_margin-right: 130px;
	/*margin-left: 25px;*/
	padding: 5px 0 0 0;
	/*text-transform: uppercase;*/
	width: 400px;
}
#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: #610303;
}
#language {
	height: 16px;
	position: absolute;
		right: 8px;
		top: 4px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.lb_1, .lb_2 {
	border-top: 1px solid White;
	/*margin-left: 7px;*/
	width: 196px;
}
.lb_1 {
	background: #E6E6E6;
}
.lb_2 {
	background: #DFD4D4;
}
/* FOOTER */
#footer {
	background: #748567;
	font-size: 88%;
	width: 760px;
	border-top: 1px solid #9B9B9B;
	position: relative;
	bottom: 1px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #FFE382;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 10px 0 10px 0;
	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;
}


