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

a{
	color:#4066a1;
}
a:hover{
	text-decoration:none;
}
body{
	background:#fff;
	color:#3E3E3E;
	text-align:center;
}
h1, h2, h3, h4, h5, h6{
	color:#a78a45;
}
#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:#3e3e3e;
}
img{
	border:0 solid #d7ccae;
}

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

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	position:relative;
	width:986px;
	height:150px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	position:absolute;
	width:493px;
	height:150px;
	left:0;
	padding:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	width:268px;
	height:42px;
	top:66px;
	left:237px;
}

/* CONTAINER */
#container{
	width:986px;
	background:url(images/container.jpg) no-repeat bottom;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:217px;
	padding-bottom:60px;
}

/* MENU */
#menu{
	background:url(images/menu.gif) repeat-y;
	margin-bottom:20px;
	width:217px;
	padding-bottom:30px;
}
#menu ul{
	width:217px;
}
#menu li{
	list-style-type:none;
}
#menu li a, #menu li span{
	background:url(images/menu_li.png) no-repeat right bottom;
	color:#3E3E3E;
	display:block;
	text-decoration:none;
	padding:4px 10px 4px 24px;
}
#menu li li a, #menu li li span{
	padding-left:35px;
}
#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:53px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:62px;
}
#menu li span{
	text-decoration:underline;
}
#menu a:hover{
	text-decoration:underline;
	color:#7c6b44;
	background-image:url(images/menu_li_h.png);
}

/* CONTENT */
#content{
	float:left;
	width:554px;
	min-height:325px;
	padding:30px 0 50px 0;	
	background:url(images/content.jpg) no-repeat top right;
}
#info{
	position:relative;
}
#navi{
	color:#fff;
	font-size:88%;
	letter-spacing:1px;
	margin-right:500px;
	position:absolute;
	top:-165px;
	left:-200px;
	width:500px;
}
#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:#fff;
}
#language{
	height:14px;
	position:absolute;
	top:-145px;
	left:-200px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

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

/* BOXES */
.leftbox{
	width:212px;
	margin:0 0 10px 4px;
}
.leftbox a{
	color:#393021;
}
.rightbox{
	width:197px;
	margin-bottom:10px;
}

/* FOOTER */
#footer{
	background:url(images/footer.jpg) no-repeat top;
	width:986px;
	height:174px;
	font-size:88%;
	text-align:right;
	padding-top:5px;
}
#footer p{
	color:#FFF;
	padding:5px 15px;
}
#footer a{
	color:#FFF;
}
#footer img{
	float:right;
	margin:5px 10px;
}

/* 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 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
.required {
	background: #fff url(images/required.gif) top right no-repeat;
}
.invalid{
	background:#fff url(images/invalid.gif) top right no-repeat;
}


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