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

@import url(modules.css);

a {
	color: #709717;
}
a:hover {
	text-decoration: none;
}
body {
	background: #F8F5E6;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #C46537;
	}
#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: #fff url(images/box.gif) repeat-y;
	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: 173px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 535px;
	height: 173px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 68px;
	left: 571px;
	width: 156px;
	height: 66px;
}
#language {
	height: 16px;
	position: absolute;
	bottom: 180px;
	right: -190px;

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

/* CONTAINER */
#container {
	
	/*padding-top: 6px;*/
	width: 980px;
	background: url(images/container.jpg) no-repeat bottom left;
	
}

/* LEFT */
#left {
	float: left;
	/*margin-right: 1px;*/
	overflow: hidden;
	width: 196px;
	background: url(images/left.gif) no-repeat top left;
	/*_margin-right: -3px;*/
	padding-bottom: 50px;
	
}
/* MENU */
#menu {
	background: #C46537 url(images/menu.jpg) no-repeat top left;
	padding: 0 0 30px 0;
	margin-top: 48px;
	margin-bottom: 2px;
	width: 196px;
}
#menu ul {
	padding: 0 10px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	padding: 4px 0 4px 15px;
	background:  url(images/menu_li.gif) no-repeat bottom;
	border-bottom: 1px solid #A24F28;
}
#menu li li {
	background: none;
	list-style-type: none;
	border-bottom: none;
}
#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;
	background: url(images/menu_a.gif) no-repeat left center;
}
#menu li li span {
	padding-left: 0;
	background: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu h6.access{
	background: url(images/lb2_bgr.jpg) no-repeat;
	height: 33px;
	padding-left: 15px;
}
#menu h6.access span{
	color: #fff;
	text-decoration: none;
}



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


#info {
	position: relative;
	height: 31px;
	/*_margin-left: 3px;*/
	/*background: #ECECEC url(images/info.gif) no-repeat right;*/
			
}
#navi {
	color: #994708;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 17px;	
	margin-left: 17px;
	margin-right: 17px;
	text-align: right;
	/*margin-right: 250px;*/
}
#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: #994708;
}






/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 195px;	
	background: url(images/right.jpg) no-repeat top right;
	padding-top: 2px;
}



/* BOXES */

.leftbox, .rightbox {
	background: #F8F5E6 url(images/mini.gif) no-repeat left bottom;
	border: 1px solid #DEA877;
	margin-bottom: 2px;
}

.leftbox {
	margin-right: 1px;
}



/* FOOTER */
#footer {
	background: #fff url(images/footer.jpg) no-repeat;
	font-size: 88%;
	width: 980px;
	height: 51px;
	/*border-top: 1px solid #242D4A;
	margin-top: 2px;*/
}
#footer p {
	color: #3E3E3E;
	padding: 0 10px;
}
#footer a {
	/*color: #FFEFB9;*/
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 19px 0 3px 0;
	width: 488px;
}
#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;
}
