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

a {
	color: #ae8742;
}
a:hover {
	text-decoration: none;
}

body{
	background: #828282 url(images/body.gif) repeat-x top;
	color: #3E3E3E;
	text-align: center;
	padding-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #586d86;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color:#3e3e3e;
}
img {
	border: 0 solid #586d86;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 246px;
	position: relative;
	width: 780px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 396px;
	height: 246px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:20px;
	left:25px;
	width:330px;
	height:71px;
}

/* CONTAINER */
#container {
	width: 780px;
	background: url(images/container.gif) no-repeat top;
	margin: 0 auto;
}

/* LEFT */
#left {
	float: left;
	width: 206px;
	background: none;
	overflow: hidden;
	margin-bottom: 10px;
}

/* MENU */
#menu {
	width: 196px;
	overflow: hidden;
	background: url(images/menu_btm.gif) no-repeat bottom;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-bottom: 15px;
}
#menu ul {
	width: 196px;
	background: url(images/menu_bkg.gif) repeat-y;
	padding-bottom:15px;
}
#menu ul ul {
	padding: 0;
	background: url(images/menu_ulul.gif) no-repeat top;
}
#menu ul ul ul {
	background: none;
}
#menu li {
	background: url(images/menu_li.gif) no-repeat 15px 9px;
}
#menu li li {
	background: url(images/menu_lili.gif) repeat-y;
	list-style-type: none;
	width: 196px;
}
#menu li a, #menu li span {
	color: Black;
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 30px;
}
#menu li span {
	text-decoration: underline;
}
#menu li a:hover {
	color: #ae8742;
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	background: none;
	padding-left: 35px;
}
#menu li li li a, #menu li li li span {
	padding-left: 40px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 45px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 50px;
}

/* CONTENT */
#content {
	float: left;
	width: 574px;
	position: relative;
	min-height: 350px;
}
#info {
	position: relative;
	width:562px;
	min-height:27px;
	top: -24px;
	margin-left: 2px;
	background:#586e86;
}
#navi {
	color: #ceddeb;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 7px 110px 8px 10px;
	width:442px;
	text-align: left;
	float: left;
	background:#586e86;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin-left: 2px;
	padding: 0;
}
#navi a {
	color: #ceddeb;
}
#language {
	height: 16px;
	position: absolute;
	top: 7px;
	right:8px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.lb_1 {
	background: url(images/lb_1_top.gif) no-repeat top;
	margin-bottom: 4px;
	width: 196px;
	float: right;
}
.lb_1 .btm {
	width: 196px;
	height: 6px;
	font-size: 1px;
	background: url(images/lb_1_btm.gif) no-repeat;
}
.lb_2, .lb_3 {
	background: url(images/lb_2_top.gif) no-repeat top;
	margin-bottom: 4px;
	width: 196px;
	float: right;
}
.lb_2 .btm, .lb_3 .btm {
	width: 196px;
	height: 4px;
	font-size: 1px;
	background: url(images/lb_2_btm.gif) no-repeat;
}
/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat top;
	font-size: 88%;
	width: 780px;
	text-align: right;
	height: 51px;
}
#footer p {
	color: #fff;
}
#footer a {
	color: #fff;
	margin: 0;
}
#footer img {
	float: left;
	margin-left: 15px;
}
#footer_left, #footer_right {
	padding-top: 7px;
}
#footer_left {
	background: url(images/footer_l.gif) no-repeat;
	width: 351px;
	text-align: left;
	float: left;
}
#footer_right {
	background: none;
	text-align: right;
	width: 429px;
	float: left;
}
#footer_left p{
	margin-left:80px;
}
#footer_right p {
	margin-right: 20px;
}

/* 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;
}
