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

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

/* BOX */
#box{
	background:url(images/box.gif) repeat-y left top;
	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:226px;
	position:relative;
	width:980px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:490px;
	height:226px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	display:block;
	position:absolute;
	top:102px;
	left:317px;
	width:271px;
	height:86px;
}

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

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:196px;
}

/* MENU */
#menu_bkg{
	width:196px;
	background:url(images/menu_bkg.gif) repeat-y;
	margin-bottom:1px;
}
#menu{
	background:url(images/menu.jpg) no-repeat top left;
	width:196px;
	border-bottom:1px solid #a3ab7a;
	padding:50px 0 30px;
}
#menu ul{
	width:196px;
}
#menu ul ul{
	padding:0 10px 0;
	width:auto;
}
#menu li{
	padding-left:25px;
	background:url(images/menu_a.gif) no-repeat 16px 3px;
}
#menu li li{
	background:none;
	list-style-type:none;
	padding-left:15px;
}
#menu li a, #menu li span{
	color:#4d5333;
	display:block;
	text-decoration:none;
	padding:0 0 10px 5px;
}
#menu li li a, #menu li li span{
	padding-left:0;
}
#menu li span {
	text-decoration: underline;
}
#menu a:hover{
	text-decoration:underline;
	color:#9c7338;
}
#menu_top{
	width:704px;
	height:22px;
	position:absolute;
	right:0;
	top:195px;
	overflow:hidden;
}
#menu_top ul{
	height:22px;
	text-align:right;
}
#menu_top ul ul{
	display:none;
}
#menu_top li{
	display:inline;
	background:url(images/menu_top_li.gif) no-repeat right;
	padding:0 20px;
}
#menu_top li.last{
	background:none;
}
#menu_top li a, #menu_top li span{
	color:#7b8551;
	font-weight:bold;
	text-decoration:none;
}

/* CONTENT */
#content{
	float:left;
	width:588px;
	min-height:260px;
	background:url(images/content.jpg) no-repeat 0 0;
}

#info{
	position:relative;
}
#navi{
	color:#547390;
	font-size:88%;
	letter-spacing:1px;
	padding:10px 20px 7px 20px;
	text-align:right;
}
#navi li{
	background:url(images/navi.gif) no-repeat right;
	display:inline;
	margin-right:8px;
	padding-right:12px;
}
#navi li.last{
	background:none;
	margin:0;
	padding:0;
}
#navi a{
	color:#547390;
}
#language{
	height:16px;
	position:absolute;
	top:-220px;
	right:40px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* RIGHT */
#right{
	float:left;
	width:196px;	
	background:#fff url(images/right.gif) no-repeat bottom  left;
	margin-bottom:25px;
	padding-top:2px;
}

/* BOXES */
.leftbox, .rightbox{
	background:#f9ffce;
	border:1px solid #bfc3a2;
	margin-bottom:1px;
	width:194px;
}
.fulltextsearch{
	background:#b8c192;
	border:1px solid #a4a98b;
	margin-bottom:1px;
}

/* FOOTER */
#footer{
	background:#fff url(images/footer.gif) no-repeat right bottom;
	font-size:88%;
	width:980px;
}
#footer p{
	padding:0 10px;
}
#footer a{
	color:#828c54;
}
#footer img{
	float:left;
	margin:0 10px;
}
#footer_left, #footer_right{
	float:left;
	padding:8px 0 12px 0;
	width:488px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

/* 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;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
	color:#830000;
}
.required{
	background:#fff url(images/required.gif) top right no-repeat;
}
.invalid{
	background:#fff url(images/invalid.gif) top right no-repeat;
}
#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
