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

@import url(modules.css);

a {
	color: #CC6600;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: #B35D00;
}
body {
	background: #993300;
	color: #fff;
	/*padding-bottom: 25px;*/
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #CC6600;
}
#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 */
.hide,
.hidden,
h6.access,
#header h1 span {
	display: none;
}

/* BOX */

#box {
	/*background:  url(images/boty.jpg) repeat-x;*/
	font: 80% Arial, Verdana, sans-serif;
	margin: 10px auto;
	text-align: left;
	width: 760px;
	border: 1px solid #812700;
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 128px;
	position: relative;
	width: 760px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 353px;
	height: 128px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 48px;
		left: 227px;
	width: 400px;
	height: 42px;
}

/* CONTAINER */
#container {
	width: 760px;
	background: #FEFEFE url(images/content.jpg) repeat-y;
}

/* LEFT */
#left {
	background: url(images/left.gif) repeat-y;
	float: left;
	position: relative;
	overflow: hidden;	
	width: 222px;
}
/* MENU */
#menu {
	/*background: url(images/li_bgr.gif) repeat-y;*/
	width: 222px;

	overflow: hidden;
}


#menu ul {
	/*border-bottom: 1px solid #919F5D;*/
	/*margin-left: 8px;*/
	
	width: 222px;
}
#menu li {
	background: #5F0000;
	background-image: url(images/menu_li.jpg);
}


#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.1em 0 0.2em 20px;*/
	padding-left: 20px;
	text-decoration: none;
	height: 22px;
	background: url(images/menu_a_bgr.jpg) no-repeat;
	line-height: 20px;
}
#menu span {
	color: #C25200;
}
#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;
		background: url(images/menu_a_bgr_hover.jpg) no-repeat;
}
/* CONTENT */
#content {
	float: left;
	width: 520px;
}
#info {
	position: repative;
	/*right: 0;
	top: 10px;*/
	width: 538px;/*538*/
	height: 20px;
	background: #FF9933 url(images/navi_bgr.gif) no-repeat left;
}
#navi {
	color: #000;
	font-size: 88%;
	letter-spacing: 1px;
	margin-left: 10px;
	padding: 3px 0 0 0;
	width: 380px;
	float: left;
}
#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: #000;
}
#language {
	height: 20px;
	position: relative;
	background: url(images/lng.gif) no-repeat right;
	margin-left: 426px;
	padding-left: 45px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-top: 3px;
}

/* BOXES */
.lb_1, .lb_2 {
	
	width: 220px;
}


/* FOOTER */
#footer {
	background: #993300;
	font-size: 88%;
	width: 760px;
	border-top: 1px solid #812700;
	position: relative;
	bottom: 1px;
}
#footer p {
	color: #631E00;
	padding: 0 10px;
}
#footer a {
	color: #631E00;
}
#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;
}

/* LOGIN */
#login {
	/*background: #B3BB98;*/
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}

#onas{
	/*height: 400px;*/
	width: 538px;
	background: url(images/onas.jpg) no-repeat top;
}
