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

a {
	color: #4d9a00;
}
a:hover {
	text-decoration: none;
}
body{
	background: #fff url(images/body.gif) repeat-x 0 185px;
	color: #3E3E3E;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #232323;
}
#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: #383838;
}
img {
	border: 0 solid #232323;
}
#left img {
	border-color: #383838;
}

/* BOX */
#box {
	font: 80% Arial, Verdana, sans-serif;
	width: 765px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 185px;
	position: relative;
	width: 765px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 480px;
	height: 185px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
	top: 136px;
	left: 40px;
	width: 241px;
	height: 24px;
}

/* CONTAINER */
#container {
	width: 765px;
	margin: 0 auto;
}

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

/* MENU */
#menu {
	width: 196px;
	overflow: hidden;
	margin-bottom: 2px;
	background: #5aab3d url(images/menu_top.jpg) no-repeat top;
	padding: 20px 0;
}
#menu li {
	padding: 0 0 0 30px;
	background: url(images/menu_li.gif) no-repeat 17px 1px;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
}
#menu li a {
	color: #232323;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#menu li li a {
	padding-left: 0;
}
#menu span {
	text-decoration: underline;
	color: #232323;
	display: block;
	padding-left: 5px;
	padding-bottom: 10px;
}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
	color: #fff;
}

/* CONTENT */
#content {
	float: left;
	width: 569px;
	position: relative;
}
#info {
	position: relative;
	width: 765px;
	height: 34px;
	background: #232323;
}
#navi {
	color: #c4c4c4;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 9px 15px 0 15px;
	text-align: left;
}
#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: #c4c4c4;
}
#language {
	height: 16px;
	position: absolute;
	top: 40px;
	right: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.leftbox {
	width: 195px;
	border-right: 1px solid #c6c6c6;
	margin-bottom: 2px;
}
#left div.first {
	background: url(images/lb_top.gif) no-repeat top
}

/* FOOTER */
#footer_big {
	width: 100%;
	background: #232323;
	padding-bottom: 10px;
}
#footer {
	width: 765px;
	font: 60% Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 10px 0;
	width: 370px;
}
#footer_left {
	padding-left: 15px;
	text-align: left;
}
#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;
}
.hidden {
	display: none;
}
.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 35px 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: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}

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