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

@import url(modules.css);

a {
	color: #fd9220;
}
html{
		_height: 100%;
		min-height: 100%;
		background: #fff url(images/html.gif) repeat-x bottom;
}
body {
	background:  url(images/body.jpg) repeat-x top;
	color: #3E3E3E;
	text-align: center;
	min-height: 100%;
	_height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #646785;
}
#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;
}

/* BOX */

#box {
	font: 80% Arial, Verdana, sans-serif;
	width: 768px;
	text-align: left;
	background: #fff url(images/box.gif) repeat-y top left;	
	margin: 8px auto 0 auto;

	
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 207px;
	position: relative;
	width: 768px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 424px;
	height: 207px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 77px;
		left: 239px;
	width: 162px;
	height: 66px;
}

/* CONTAINER */
#container {
	width: 768px;
	background:  url(images/container.gif) no-repeat left bottom;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 202px;
	/*padding-bottom: 35px	*/
	}
/* MENU */
#menu {
	background: #787475 url(images/menu.gif) no-repeat top left;
	width: 197px;
	overflow: hidden;
	/*margin-left: 6px;	*/
	padding: 0 0 25px 0;

}

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

#menu span {
	text-decoration: underline;
	color: #373637;
	display: block;
	padding-left: 10px;
	padding-bottom: 10px;
}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
	color: #373637;
}




/* CONTENT */
#content {
	float: left;
	width: 520px;
	position: relative;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;*/
	padding: 0 20px 35px 20px;
	/*padding-top: 10px;*/
	background:  url(images/content.gif) no-repeat left top;
	min-height: 500px;
	_height: 500px;
}

#info {

	position: relative;
	height: 30px;
	/*border-bottom: 1px solid #00739c;*/


}
#navi {
	color: #fd9220;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.7em 0 0.4em 0;
	/*margin-left: 150px;
	width: 450px;*/
		text-align: left;
	background: url(images/navi_bgr.gif) no-repeat bottom right;	
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;

}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #fd9220;
}
#language {
	height: 16px;
	position: absolute;
	top: -150px;
	left: -180px;

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



/* BOXES */
.leftbox {
	background: #fd9220;
	width: 196px;
	border-left: 1px solid #787475;
}


/* FOOTER */
#footer {
	background: #7c7879 url(images/footer.gif) no-repeat bottom;
	font-size: 88%;
	width: 768px;
	/*margin: 0 6px;
	font: 75% Arial, Verdana, sans-serif;*/
	text-align: left;
	/*height: 48px;*/
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fec24a;
}
#footer img {
	float: left;
	margin: 2px 10px 0 0;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 8px 0 13px 0;
	width: 370px;
}
#footer_left {
	padding-left: 15px;
}
#footer_right {
	text-align: right;
}


/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}

#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
