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

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

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

h1, h2, h3, h4, h5, h6{
	color:#d48701;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color:#3e3e3e;
}
img{
	border:0 solid #5e90c0;
}
#left img{
	border-color:#5e90c0;
}

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

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:140px;
	position:relative;
	width:776px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:408px;
	height:140px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	display:block;
	position:absolute;
	top:8px;
	left:25px;
	width:188px;
	height:101px;
}
/* CONTAINER */
#container{
	width:776px;
	background:url(images/container.gif) no-repeat bottom left;
	margin:0 auto;
}

/* LEFT */
#left{
	float:left;
	position:relative;
	width:197px;
	padding-left:4px;
	margin-bottom:40px;
	margin-left:3px;
	display:inline;
	overflow:hidden;
	background:#fff url(images/left.gif) no-repeat bottom left;
}

/* MENU */
#menu{
	width:197px;
	overflow:hidden;
	margin-bottom:1px;
	background:#e9edf1 url(images/menu.jpg) repeat-y right;
}
#menu ul{
	padding:0 0 35px 0;
	width:197px;
	background:url(images/menu_ul.jpg) no-repeat top right;
}
#menu ul ul{
	padding:0 3px 0 0;
	background:none;
	width:auto;
}
#menu li{
	padding:0 0 0 30px;
	background:url(images/menu_li.gif) no-repeat 20px 5px;
}
#menu li li{
	background:none;
	list-style-type:none;
	padding-left:15px;
}
#menu li a{
	color:#4c4c4c;
	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:#d48701;
	display:block;
	padding-left:5px;
	padding-bottom:10px;
}
#menu li li span{
	padding-left:0;
}
#menu a:hover{
	text-decoration:underline;
	color:#d48701;
}

/* CONTENT */
#content{
	float:left;
	width:572px;
	position:relative;
	background:url(images/content.jpg) no-repeat left top;
	min-height:350px;
	padding-top:60px;
	overflow:hidden;
}
#info{
	position:relative;
}
#navi{
	color:#4c4c4c;
	font-size:88%;
	letter-spacing:1px;
	padding:2px 20px 0;
	text-align: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:#4c4c4c;
}
#language{
	height:16px;
	position:absolute;
	top:-30px;
	right:10px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* BOXES */
.leftbox{
	background:#f3b74e;
	border:1px solid #e7a736;
	margin-bottom:2px;
}

/* FOOTER */
#footer{
	background:#e5ebf0 url(images/footer.gif) no-repeat bottom left;
	font-size:88%;
	width:776px;
}
#footer p{
	color:#3b444b;
	padding:0 10px;
}
#footer a{
	color:#3b444b;
}
#footer img{
	float:left;
	margin:0 10px 0 0;
}
#footer_left, #footer_right{
	float:left;
	padding: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;
}
.status_info{
	background:url(images/info_ico.gif) no-repeat 8px 8px;
	width:450px;
	font-weight:bold;
	margin:35px auto 15px;
	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;
	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;
}
