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

a{
	color:#735C0D;
}
a:hover {
	text-decoration: none;
}
body{
	background:#fff url(images/body.gif);
	color:#5D5579;
	padding-bottom:15px;
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
	color: #5D5579;
	}
#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{
	font:80% Arial, Verdana, sans-serif;
	margin:0 auto;
	text-align:left;
	width:988px;
}

/* HEADER */
#header {
	background: url(images/header.gif) no-repeat right;
	height: 159px;
	position: relative;
	width: 988px;
}
#header h1 {
	background: url(images/header_h1.gif) no-repeat;
	width: 362px;
	height: 159px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 53px;
		left: 363px;
	width: 212px;
	height: 101px;
}
#language {
	height: 16px;
	position: absolute;
	bottom: 16px;
	right: 3px;

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

/* CONTAINER */
#container{
	width:988px;
	background:#fff url(images/container.gif) repeat-y;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:215px;
}
/* MENU */
#menu{
	background:url(images/menu_bgr.jpg) no-repeat top left;
	padding:87px 0 30px 0;
	width:215px;
}
#menu ul {
	/*padding: 0 10px;
	padding-left: 8px;*/
}
#menu ul ul {
	padding: 0;
}
#menu li {
	/*padding: 4px 0 4px 15px;
	background:  url(images/menu_li.gif) no-repeat bottom;*/
}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu a{
	color:#3E3E3E;
	display:block;
	text-decoration:none;
	background:url(images/menu_li.gif) no-repeat bottom;
	height:12px;
	padding:6px 10px 10px 10px;
	_padding-bottom:6px;
}
#menu span{
	text-decoration:underline;
	color:#3E3E3E;
	display:block;
	background:#D7E3C9 url(images/menu_span.gif) no-repeat;
	height:12px;
	padding:6px 10px 10px 10px;
	_padding-bottom:6px;
}
#menu li li a, #menu li li span{
	padding-left:24px;
}
#menu li li li a, #menu li li li span{
	padding-left:44px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:64px;
}
#menu a:hover{
	text-decoration:underline;
	color:#AE5600;
}

/* CONTENT */
#content{
	float:left;
	width:567px;
	margin-right:3px;
	padding-top:44px;
	position:relative;
	background:url(images/content.gif) no-repeat 514px 31px;
}
#info{
	position:relative;
	height:44px;
	width:578px;
	position:absolute;
	top:0;
	right:-1px;
	_right:-2px;
	background:#ECECEC url(images/info.jpg) no-repeat right;
}
#navi{
	color:#EED168;
	font-size:88%;
	letter-spacing:1px;
	padding-top:12px;
	margin-left:17px;
	text-align:left;
}
#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:#EED168;
}

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

/* BOXES */
.leftbox{
	border-bottom:1px solid #7B7E82;
}
.rightbox{
	background:url(images/rb.jpg) repeat-y ;
	border-bottom:1px solid #9E9D99;
}
.lb_1, .rb_1{
	width: 200px;
	margin-left: 1px;
}
.lb_2, .rb_2{
	background:#fff;
	width:200px;
	margin-left:1px;
}
.lb_1, .lb_2{
	margin-left:2px;
}

/* FOOTER */
#footer {
	background:  url(images/botton.gif) no-repeat;
	font-size: 88%;
	width: 988px;
	height: 40px;
}
#footer p {
	color: #eed168;
	padding: 0 10px;
}
#footer a {
	color: #eed168;
}
#footer img {
	float: left;
	margin: 2px 10px 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 6px 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;
	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;
}
