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

a {
	color: #96650d;
}
a:hover {
	text-decoration: none;
}
body {
	background: url(images/body.gif) repeat-y center;
	color: #574c35;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4a5e0f;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color: #dcebb4;
}
img {
	border: 0 solid #b6a8be;
}

/* BOX */
#box_out {
	font: 90% "Times New Roman", Times, serif;
	width: 976px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#box {
	position: absolute;
	background: url(images/box.jpg) repeat-y left 1px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 275px;
	position: relative;
	width: 781px;
	float: left;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 313px;
	height: 275px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 166px;
	left: 485px;
	width: 238px;
	height: 66px;
}

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

/* LEFT */
#left {
	float: left;
	width: 195px;
	min-height: 300px;
}
#left_btm {
	width: 195px;
	height: 264px;
	background: url(images/left_btm.jpg) no-repeat;
}

/* MENU */
#menu {
	width: 195px;
	overflow: hidden;
	padding: 60px 0 25px 0;
	background: url(images/menu_top.jpg) no-repeat top;
	min-height: 130px;
}
#menu ul {
	padding: 0;
}
#menu li {
	list-style-type: none;
}
#menu li a, #menu span {
	color: #fafafa;
	display: block;
	text-decoration: none;
	padding: 4px 15px 4px 20px;
	overflow: hidden;
	background: url(images/menu_li.gif) no-repeat 7px 10px;
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: underline;
	color: #d4e7a7;
}
#menu li li a, #menu li li span {
	padding-left: 27px;
	background: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 36px;
}
#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: 54px;
}
#menu2 {
	position: absolute;
	width: 764px;
	height: 22px;
	left: 14px;
	top: 20px;
}
#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 right;
	color: #dcd7ce;
	text-decoration: none;
}
#menu2 li.last a {
	background: none;
}
#menu2 a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 563px;
	position: relative;
	min-height: 350px;
}
#info {
	position: relative;
}
#navi {
	color: #633002;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 7px 10px 8px 20px;
}
#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;
	width: 100px;
	position: absolute;
	top: -260px;
	left: 670px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 218px;
	background: url(images/right.gif) repeat-y 5px 0;
}

/* BOXES */
.leftbox {
	width: 195px;
	margin-bottom: 5px;
	text-align: right;
	color: #d5e4af;
	background: url(images/lb_h3.gif) no-repeat top right;
}
.rightbox {
	width: 200px;
	background: url(images/rb_h3.gif) no-repeat top left;
	margin-bottom: 5px;
}
.leftbox h3.access {
	position: relative;
	left: 0;
	width: 165px;
	height: auto;
	font-size: 1em;
	text-transform: uppercase;
	margin-right: 30px;
}
.rightbox h3.access {
	width: 178px;
	position: relative;
	left: 0;
	height: auto;
	font-size: 1em;
	text-transform: uppercase;
	margin-left: 30px;
	color: #42392b;
}
.leftbox a {
	color: #fff;
}

/* FOOTER */
#footer {
	font: 75% Arial, Verdana, sans-serif;
	width: 781px;
	height: 57px;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 195px;
	float: left;
	background: url(images/footer.jpg) no-repeat;
}
#footer p {
	color: #6c5d43;
	padding: 0 10px;
}
#footer a {
	color: #6c5d43;
}
#footer img {
	float: left;
	margin: 5px 10px 0 20px;
}
#footer_left, #footer_right {
	float: left;
	padding: 12px 0 8px 0;
	width: 380px;
	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;
}








