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

a {
	color: #671E1B;
}
a:hover {
	text-decoration: none;
}
body {
	background: #E6E6E6 url(images/body_bgr.jpg) repeat-x 0 26px;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #671E1B;
	font-family: Verdana;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial;
}
img {
	border: 0 solid #ff8b35;
}


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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 168px;
	position: relative;
	width: 986px;

}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 404px;
	height: 168px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 20px;
		left: 140px;
	width: 242px;
	height: 42px;
}
#language {
	height: 16px;
	position: absolute;
		left: 873px;
		top: 40px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* CONTAINER */
#container {
	background: #fff url(images/container.gif) no-repeat bottom right;
	width: 986px;
	margin: 0 auto;
	padding-bottom: 7px;
	padding: 0 2px 6px 6px;
}
#container2{
	background: url(images/container2.gif) repeat-y right;
}

/* LEFT */
#left {
	float: left;
	margin-right: 6px;
	overflow: hidden;
	width: 230px;
	background:  url(images/left_bgr.jpg) no-repeat;
}
/* MENU */
#menu {
	background: #EDEDED url(images/menu_bgr.jpg) no-repeat;
	padding: 100px 0 30px 0;
	width: 202px;
	
}
#menu2{
	background: url(images/menu_li.jpg);
	background-repeat: repeat-y;
}
#menu ul {
	padding: 0 17px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	padding: 4px 0 4px 14px;
	background: url(images/li_bgr.gif) no-repeat 0px 8px;

}
#menu li li {
	background-image: url(images/bullet2.gif);
}
#menu a {
	color: #0A2B51;
	display: block;
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
	color: #B33708;
}
#menu a:hover {
	text-decoration: underline;
	color: #1D97EC;
}

/* CONTENT */
#content {
	background: url(images/content.gif) no-repeat top right;
	float: left;
	margin-right: 1px;
	min-height: 250px;
	width: 544px;
}
#info {
	background: url(images/info.jpg) repeat-y;
	position: relative;
	/*width: 526px;*/
}
#navi {
	color: #175785;
	font-size: 88%;
	letter-spacing: 1px;
	margin-left: 10px;
	padding: 1em 0 0 0;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #175785;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 200px;
	background: #fff url(images/box_r_empty.gif) no-repeat bottom left;
}

/* BOXES */
.rb_1{
	background: #E6E6E6;
	margin: 2px 0;
}
.rb_2{
	background: #DEF0FF;
	margin: 2px 0;
}
.lb_1{
	background: #DEF0FF;
	margin: 2px;
	margin-left: 0;
	width: 202px;
}
.lb_2{
	background: #EDEDED;
	margin: 2px;
	margin-left: 0;
	width: 202px;
}

/* FOOTER */
#footer {
	background: #81360D url(images/footer.gif) repeat-x;
	font-size: 88%;
	/*width: 1024px;*/
	width: 100%;
}
#footer2 {
	width: 980px;
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;;
	

}


#footer p {
	color: #202020;
	padding: 0 10px;
}
#footer a {
	color: #202020;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 20px 0;
	padding-bottom: 10px;
	width: 490px;
}
#footer_right {
	text-align: right;
}

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

