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

a {
	color: #733e0d;
}
a:hover {
	text-decoration: none;
}
body{
	background: #fcdab1 url(images/body.gif) repeat-x top;
	color: #4d2006;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4d2006;
}
img {
	border: 0 solid #b99c7f;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 296px;
	position: relative;
	width: 784px;
	float: left;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 294px;
	height: 296px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 109px;
	left: 65px;
	width: 166px;
	height: 121px;
}

/* CONTAINER */
#container {
	width: 784px;
	background: url(images/container.jpg) repeat-x top;
	float: left;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;
	margin-bottom: 144px;
	background: url(images/left_top.jpg) no-repeat top;
	padding-top: 43px;
	min-height: 300px;
}

/* MENU */
#menu {
	width: 196px;
	overflow: hidden;
	padding: 40px 0 25px 0;
	background: #ffecda url(images/menu_top.jpg) no-repeat top;
}
#menu ul {
	padding: 0;
	width: 180px;
	margin-left: 8px;
}
#menu ul ul {
	margin-left: 0;
}
#menu li ul {
	border-bottom: 1px solid #c5a484;
}
#menu li li ul, #menu li.last ul {
	border: none;
}
#menu li {
	list-style-type: none;
}
#menu li a, #menu span {
	color: #f3e3d3;
	display: block;
	text-decoration: none;
	padding: 4px 5px;
	overflow: hidden;
	background: url(images/menu_li.jpg) repeat-y;
	font-weight: bold;
	border-bottom: 1px solid #c5a484;
}
#menu span, #menu a:hover {
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	padding-left: 17px;
	color: #2f1303;
	background: url(images/menu_lili.gif) no-repeat 5px 9px;
	font-weight: normal;
	border: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 27px;
	background-position: 15px 9px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 37px;
	background-position: 25px 9px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 47px;
	background-position: 35px 9px;
}
#menu2 {
	position: absolute;
	width: 764px;
	height: 22px;
	left: 17px;
	top: 25px;
}
#menu2 ul {
	height: 22px;
}
#menu2 ul ul {
	display: none;
}
#menu2 li {
	list-style-type: none;
	width: auto;
	float: left;
}
#menu2 li a, #menu2 li span {
	display: block;
	padding: 0 17px;
	background: url(images/menu2_li.gif) no-repeat left;
	color: #ffc89a;
	text-decoration: none;
}
#menu2 a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 585px;
	position: relative;
	min-height: 350px;
}
#info {
	position: relative;
}
#navi {
	color: #633002;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 7px 10px 8px 10px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 10px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #633002;
}
#language {
	height: 16px;
	position: absolute;
	top: 20px;
	left: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 199px;	
}

/* BOXES */
.leftbox {
	width: 196px;
	margin-bottom: 5px;
}
.rightbox {
	width: 191px;
	padding-left: 8px;
	background: url(images/rb.jpg) no-repeat top;
}
#right .first {
	background: url(images/rb_first.jpg) no-repeat top;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	width: 191px;
	height: auto;
	font-size: 1em;
}
.leftbox h3.access span, .rightbox h3.access span {
	padding: 0 10px;
}

/* FOOTER */
#footer2 {
	background: url(images/footer.gif) repeat-x top;
	font: 80% Arial, Verdana, sans-serif;
}
#footer {
	font-size: 88%;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 19px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff1a3;
}
#footer img {
	float: left;
	margin: 0 10px 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 12px 0 8px 0;
	width: 490px;
	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 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;
}






