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

@import url(modules.css);

a {
	color: #6E9905;
}
a:hover {
	text-decoration: none;
}
body {
	background: #CFCFCF;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #E98400;
	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: #fff url(images/box.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 3px auto;
	padding: 2px;
	text-align: left;
	width: 980px;
	border: 1px solid #000;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 151px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 377px;
	height: 151px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 75px;
		left: 410px;
	width: 375px;
	height: 67px;
}
#language {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 0px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* CONTAINER */
#container {
	background: url(images/rb2_bgr.jpg) repeat-y right;
	/*padding-top: 6px;*/
	width: 978px;
	margin: 1px auto;
	border: 1px solid #797979;
}

/* LEFT */
#left {
	float: left;
	margin-right: 1px;
	overflow: hidden;
	width: 195px;
	background: url(images/left_bgr.jpg) no-repeat;
}
/* MENU */
#menu {
	background:  url(images/menu_bgr.jpg) no-repeat left bottom;
	padding: 20px 0 30px 0;
	width: 195px;
	
}
#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);
	list-style-type: none;
}
#menu a {
	color: #3E3E3E;
	display: block;
	text-decoration: none;
	padding-left: 
}
#menu span {
	text-decoration: underline;
	color: #5B88AF;
}
#menu a:hover {
	text-decoration: underline;
	color: #6E9905;
}

/* CONTENT */
#content {
	float: left;
	margin-right: 1px;
	min-height: 250px;
	_height: 250px;
	width: 585px;
}
#info {
	background: url(images/info.gif) repeat-x;
	position: relative;
	height: 30px;
}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.7em 0 0 0;
	margin-left: 17px;
}
#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: #fff;
}

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



/* BOXES */
.leftbox, .rightbox {
	background: #e9e8ca url(images/box_mini.gif) no-repeat bottom;
}
.rb_1{
	background: #CDD8AA url(images/rb1_bgr.jpg) repeat-y;
	border-bottom: 3px solid #fff;
}
.rb_2{
	background: #DFDAB1 url(images/rb2_bgr.jpg) repeat-y;
	border-bottom: 3px solid #fff;
}
.rb_3{
	background: #D3D3D3 url(images/rb3_bgr.jpg) repeat-y;
	border-bottom: 3px solid #fff;
}


.lb_1{
	background: #DFE3CC url(images/lb1_bgr.jpg) repeat-y;
	width: 195px;
	margin-top: 3px;
}
.lb_2{
	background: #E3E0C5 url(images/lb2_bgr.jpg) repeat-y;
	width: 195px;
	margin-top: 3px;
}
.lb_3{
	background: #E0E0E0 url(images/lb3_bgr.jpg) repeat-y;
	width: 195px;
	margin-top: 3px;
}



/* FOOTER */
#footer {
	background: #879750 url(images/footer.gif) repeat-x;
	font-size: 88%;
	width: 980px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	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;
}

/* LOGIN */
#login {
	background: #E6E6E6;
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}
