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

body {
	background: #d9e5fe;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}

a {
	color: #ab6101;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b76ca;
}

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

/* HEADER */
#header {
	background: #30390e url(images/header.jpg) no-repeat right;
	height: 171px;
	position: relative;
	width: 988px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 476px;
	height: 171px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:14px;
	left:557px;
	width:357px;
	height:59px;
}

/* CONTAINER */
#container{
	width:988px;
	background:url(images/container.jpg) no-repeat bottom left;
	min-height:300px;
}

/* LEFT */
#left{
	float:left;
	width:202px;
	background:url(images/left.jpg) no-repeat bottom left;
	padding-bottom:27px;
	margin-bottom:10px;
}

/* MENU */
#menu{
	background:#507ad0 url(images/menu_top.jpg) no-repeat top;
	width:202px;
	padding:50px 0 0 0;
	margin-bottom:1px;
}
#menu ul {
	background: url(images/menu_bottom.jpg) no-repeat bottom;
	padding-bottom: 30px;
}
#menu ul ul {
	background: transparent;
	padding-bottom: 0;
}


#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.gif) no-repeat bottom right;
	
	padding: 3px 10px 5px 30px;
}
#menu li li a {
	padding-left: 43px;
}
#menu li li li a {
	padding-left: 53px;
}
#menu li li li li a {
	padding-left: 63px;
}
#menu li li li li li a {
	padding-left: 73px;
}



#menu li a:hover {
	color: #ffed75;
	text-decoration: underline;

}


#menu span {
	text-decoration: underline;
	color: #fff;
	display: block;
	padding: 3px 10px 5px 30px;
	background: url(images/menu_a.gif) no-repeat bottom right;
}
#menu li li span {
	padding-left: 43px;
}
#menu li li li span {
	padding-left: 53px;
}
#menu li li li li span {
	padding-left: 63px;
}
#menu li li li li li span {
	padding-left: 73px;
}



/* CONTENT */
#content {
	float: left;
	width: 584px;
	background: url(images/content.jpg) no-repeat top left;
	overflow: hidden;
	min-height: 94px;

}

#info {
	position: relative;
		
}
#navi {
	color: #133579;
	
	font-size: 88%;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 105px 7px 10px;
	background: #e5e7eb url(images/info.gif) repeat-x top;
	text-align: left;
	border-top: 1px solid #61645c;
}
#navi a {
	color: #133579;
}
#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;
}



#language {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 0;

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

/* RIGHT */
#right{
	float:left;
	overflow:hidden;
	width:200px;	
	background:#6a9bec url(images/right_top.gif) no-repeat top left;
	margin-bottom:30px;
	margin-left:1px;
}
#right2{
	background:url(images/right_bottom.gif) no-repeat bottom left;
	padding-top:57px;
}

/* BOXES */
.leftbox{
	background:#acc4f5 url(images/leftbox.gif) repeat-y left;
	border:1px solid #4b86d5;
	margin:0 0 1px 4px;
	width:194px; 
}
.rightbox{
	background:#a9c4fc url(images/rightbox.gif) repeat-y left;
	border:1px solid #4b86d5;
	margin:0 0 1px 1px;
	width:194px; 
}

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

/* CLASSES */
.cleaner, .clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.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 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;
}
