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

a {
	color: #5d0014;
}
a:hover {
	text-decoration: none;
}
body {
	background: #474747 url(images/body.gif) repeat-x top;
	color: #272727;
	text-align: center;
	padding-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #272727;
	font-family: "Times New Roman", Times, serif;
}
/*#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: #eaeaea;
}
img {
	border: 0 solid #4c1200;
}

/* BOX */
#box2 {
	width: 100%;
	background: #bfbfbf url(images/box2.gif) repeat-x bottom;
}
#box {
	background: #ddd url(images/box.gif) repeat-y;
	font: 90% "Times New Roman", Times, serif;
	margin: 0 auto;
	text-align: left;
	width: 984px;
	position: relative;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 289px;
	position: relative;
	width: 984px;
	margin: 0 auto;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 491px;
	height: 289px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 177px;
	left: 33px;
	width: 276px;
	height: 82px;
}

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 200px;
	padding: 40px 0 20px 0;
	background: url(images/left_top.jpg) no-repeat top;
	min-height: 162px;
}

/* MENU */
#menu {
	width: 200px;
	overflow: hidden;
	padding-bottom: 20px;
}
#menu li {
	list-style-type: none;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #5d0014;
}
#menu span {
	text-decoration: underline;
}
#menu li a, #menu li span {
	color: #272727;
	display: block;
	background: url(images/menu_li.gif) no-repeat 12px center;
	padding: 6px 25px 8px 30px;
}
#menu li li a, #menu li li span {
	padding-left: 37px;
	background: url(images/menu_lili.gif) no-repeat 25px center;
}
#menu li li li a, #menu li li li span {
	padding-left: 46px;
	background-position: 34px center;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 55px;
	background-position: 43px center;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 64px;
	background-position: 52px center;
}

/* CONTENT */
#content {
	float: left;
	width: 586px;
	min-height: 260px;
	background: url(images/content.jpg) no-repeat top;
}

#info {
	position: relative;
	width: 586px;
	height: 28px;
	float: left;
}
#navi {
	color: #5d0014;
	letter-spacing: 1px;
	padding: 4px 0 12px 10px;
	width: 570px;
	font: 70% Arial, Helvetica, sans-serif;	
}
#navi li {
	background: url(images/navi.gif) no-repeat right 4px;
	display: inline;
	margin-right: 8px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #5d0014;
}
#language {
	height: 16px;
	position: absolute;
	top: 30px;
	right: 0;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 198px;	
	position: relative;
	background: url(images/right.jpg) no-repeat top left;
	padding: 60px 0 195px 0;
	color: #eaeaea;
	overflow: hidden;
}

/* BOXES */
.leftbox {
	background: url(images/lb.gif) no-repeat bottom right;
	width: 200px;
	float: left;
}
.rightbox {
	background: url(images/rb.gif) no-repeat bottom;
	width: 198px;
	float: left;
}

/* FOOTER */
#footer2 {
	width: 100%;
	background: url(images/footer2.gif) repeat-x top;
	height: 78px;
}
#footer {
	width: 984px;
	height: 58px;
	font-size: 70%;
	margin: 0 auto;
	text-align: left;
	background: url(images/footer.gif) no-repeat top;
}
#footer p {
	padding: 0 10px;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 13px 0 11px 0;
	width: 390px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

/* 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: 400px;
	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;
}





