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

a {
	color: #976116;
}
a:hover {
	text-decoration: none;
}
body{
	background: #734a10 url(images/body.jpg) repeat-x top;
	color: #1a1101;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #502400;
}
#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: #1a1101;
}
img {
	border: 0 solid #6c5d47;
}

/* BOX */
#box_out {
	font:90% "Times New Roman", Times, serif;
	width: 986px;
	text-align: left;
	background: url(images/box2.gif) repeat-y left;
	margin: 0 auto;
}
#box {
	width: 986px;
	background: url(images/container.jpg) no-repeat bottom left;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 238px;
	position: relative;
	width: 787px;
	float: left;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 294px;
	height: 238px;
	padding: 0;
	position: absolute;
	left: 0;
}
#left a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 27px;
	left: 26px;
	width: 153px;
	height: 61px;
}

/* CONTAINER */
#container {
	width: 787px;
	float: left;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 195px;
	background:url(images/left_top.jpg) no-repeat top left;
	min-height:396px;
	padding:161px 0 20px 4px;
}

/* MENU */
#menu {
	width: 194px;
	overflow: hidden;
	padding-bottom: 30px;
	background:#cbc8bf url(images/menu_btm.gif) repeat-x bottom;
}
#menu ul {
	padding-top: 25px;
	width: 194px;
	background:url(images/menu_top.jpg) no-repeat top;
}
#menu ul ul {
	padding:0;
	background:none;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 5px 8px;
}
#menu li li {
	background: none;
}
#menu li a, #menu span {
	color: #402e1d;
	display: block;
	text-decoration: none;
	padding: 6px 5px 6px 22px;
	overflow: hidden;
	background: url(images/menu_line.gif) no-repeat bottom;
}
#menu li li a, #menu li li span {
	padding-left: 27px;
}
#menu li li li a, #menu li li li span {
	padding-left: 34px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 43px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 52px;
}
#menu span {
	text-decoration:underline;
}
#menu a:hover {
	text-decoration:underline;
	color:#651101;
}
#menu2 {
	position:relative;
	width:787px;
	height:46px;
	background:url(images/menu2_bkg.gif);
}
#menu2 ul {
	height:46px;
	max-width:685px;
	overflow:hidden;
}
#menu2 ul ul {
	display: none;
}
#menu2 li {
	list-style-type: none;
	width: auto;
	height:46px;
	float: left;
	background:url(images/menu2_line.gif) no-repeat right;
	padding-left:17px;
}
#menu2 li.last {
	background:none;
}
#menu2 li a, #menu2 li span {
	display: block;
	padding: 10px 25px 8px 17px;
	background: url(images/menu2_li.gif) no-repeat left 14px;
	color: #bd9762;
	text-decoration: none;
	font-size:1.1em;
}

/* CONTENT */
#content {
	float: left;
	width: 587px;
	position: relative;
	min-height: 350px;
	background:url(images/content.jpg) no-repeat top;
	padding-bottom:110px;
}
#info {
	position: relative;
	width: 587px;
	height: auto;
}
#navi {
	color: #efe6d1;
	font:70% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 11px 10px 0 25px;
}
#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: #efe6d1;
}
#language {
	height: 16px;
	position: absolute;
	top: -31px;
	left: 704px;
	width:100px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 200px;
	background:url(images/right_top.jpg) repeat-x top;
	min-height:100px;
}

/* BOXES */
.leftbox {
	width: 194px;
	background:#b3aca0;
}
.leftbox .btm {
	width:194px;
	height:2px;
	font-size:1px;
	background:url(images/lb_btm.gif);
}
.rightbox {
	width: 197px;
	background: url(images/rb_top.gif) no-repeat top;
	margin-top: 5px;
}
.rightbox .btm {
	width:197px;
	height:9px;
	background:url(images/rb_btm.gif);
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	width: 194px;
	height: auto;
	font: italic 1.1em normal;
}
.leftbox h3.access span {
	padding: 0 15px;
	color: #2f1500;
}
.rightbox h3.access span {
	padding: 5px 15px 0 15px;
	display: block;
	color: #402404;
}
.leftbox a, .rightbox a {
	color:#651101;
}

/* FOOTER */
#footer {
	width: 980px;
	border:3px solid #e1d9c8;
	border-top:none;
	height: 48px;
	font: 70% Arial, Verdana, sans-serif;
	background: url(images/footer.gif) repeat-x top;
	overflow: hidden;
	margin: 0 auto 10px 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: 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;
}
.required {
	background: White url(images/required.gif) top right no-repeat;
}
.invalid {
	background: White url(images/invalid.gif) top right no-repeat;
}







