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

a{
	color:#a8131b;
}
a:hover{
	text-decoration:none;
}
html{
	height:100%;
}
body{
	background:#d6ca99 url(images/body.gif) repeat-x top;
	color:#3b3f41;
	font:80% Arial, Helvetica, sans-serif;
	min-height:100%;
	position:relative;
}

h1, h2, h3, h4, h5, h6{
	color:#2f3234;
	font-weight:normal;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color:#3b3f41;
}
img{
	border:0 solid #363939;
}

/* BOX */
#box{
	width:777px;
	text-align:left;
	margin:0 auto;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:200px;
	position:relative;
	width:777px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:388px;
	height:200px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:55px;
	left:80px;
	width:169px;
	height:60px;
}

/* CONTAINER */
#container{
	width:777px;
}

/* LEFT */
#left{
	float:left;
	width:204px;
	padding-left:5px;
	overflow:hidden;
}

/* MENU */
#menu{
	width:204px;
	padding:40px 0 30px;
	background:url(images/menu.gif) no-repeat top right;
}
#menu ul{
	width:196px;
	margin-left:3px;
}
#menu ul ul{
	margin:0;
}
#menu li{
	list-style-type:none;
}
#menu li a, #menu li span{
	color:#000;
	display:block;
	text-decoration:none;
	padding:5px 5px 5px 15px;
	border-bottom:1px solid #313131;
}
#menu li li a, #menu li li span{
	padding-left:25px;
}
#menu li li li a, #menu li li li span{
	padding-left:35px;
}
#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:55px
}
#menu li a:hover{
	color:#fff;
	background:url(images/menu_li_h.png) no-repeat 0 0;
}
#menu li span{
	color:#aa1319;
}

/* CONTENT */
#content{
	float:left;
	width:568px;
	min-height:350px;
}
#info{
	position:relative;
	width:568px;
}
#navi{
	color:#790000;
	font-size:88%;
	padding:0 25px;
	text-transform:uppercase;
}
#navi li{
	background:url(images/navi.gif) no-repeat right;
	display:inline;
	margin-right:6px;
	padding-right:10px;
	font-weight: bold;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color:#790000;
}
#language{
	height:16px;
	position:absolute;
	bottom:2px;
	right:5px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.leftbox{
	margin-bottom:10px;
	width:204px;
}
.leftbox a{
	color:#313131;
}
#left .leftbox h3.access{
	position:relative;
	left:0;
	width:auto;
	height:auto;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	background:url(images/lb_h3.png) no-repeat;
	padding:5px 15px;
	height:23px;
}

/* FOOTER */
#footer_false{
	height:69px;
	width:777px;
}
#footer_out{
	width:100%;
	height:69px;
	position:absolute;
	bottom:0;
}
#footer{
	background:url(images/footer.jpg) no-repeat center top;
	font-size:88%;
	width:766px;
	height:69px;
	margin:0 auto;
}
#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:20px 0 10px 0;
	width:380px;
}
#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 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;
}
.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;
}
