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

a {
	color: #428600;
}
a:hover {
	text-decoration: none;
}
body {
	background: #acacac;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #5585ab;
}
#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, sans-serif;
	color:#fff;
}
img {
	border: 0 solid #fff;
}

/* BOX */
#box {
	background: #fff;
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 195px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 195px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 14px;
	left: 609px;
	width: 334px;
	height: 88px;
}

/* CONTAINER */
#container {
	width: 980px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
}

/* MENU */
#menu {
	margin: 0 1px;
	width: 194px;
	padding-bottom: 20px;
}
#menu a {
	color: #3e3e3e;
	display: block;
	text-decoration: none;
}
#menu li a, #menu li span {
	background: url(images/menu_li.gif) no-repeat 8px;
	padding: 6px 15px 6px 22px;
	border-bottom: 1px solid #b2b2b2;
	width: 157px;
}
#menu li a:hover {
	background: url(images/menu_li_h.gif) no-repeat 8px;
}
#menu li li a, #menu li li span {
	background: none;
	padding-left: 32px;
	width: 147px;
}
#menu li li a:hover {
	background: none;
}
#menu span, #menu a:hover {
	text-decoration: underline;
	color: #428600;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
}
#menu li li li a, #menu li li li span {
	padding-left: 42px;
	width: 137px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 52px;
	width: 127px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 62px;
	width: 117px;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	min-height: 260px;
}

#info {
	position: relative;
	height: 31px;
	margin-top: 15px;
	width: 100%;
	padding-bottom: 4px;
}
#navi {
	color: #265c84;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 22px;	
	padding-left: 20px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #265c84;
}
#language {
	height: 16px;
	position: absolute;
	top:0;
	left:20px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 196px;
	position: relative;
}

/* BOXES */
.lb_1, .lb_2, .lb_3, .rb_1, .rb_2, .rb_3 {
	width: 196px;
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
.lb_1 .btm, .lb_2 .btm, .lb_3 .btm, .rb_1 .btm, .rb_2 .btm, .rb_3 .btm {
	width: 196px;
	font-size: 1px;
	background-position: top;
	background-repeat: no-repeat;
}
.lb_1 {
	background-image: url(images/lb1_top.jpg);
	color:white;
}
.lb_1 .btm {
	height: 8px;
	background-image: url(images/lb1_btm.jpg);
}
.lb_2, .lb_3 {
	background: url(images/lb2_top.jpg);
}
.lb_2 .btm, .lb_3 .btm {
	height: 7px;
	background-image: url(images/lb2_btm.jpg);
}
.rb_1, .rb_2 {
	background-image: url(images/rb1_top.jpg);
	color: white;
}
.rb_1 .btm, .rb_2 .btm {
	background-image: url(images/rb1_btm.jpg);
	height: 7px;
}
.rb_3 {
	background-image: url(images/rb2_top.jpg);
}
.rb_3 .btm{
	background-image: url(images/rb2_btm.jpg);
	height: 7px;
}
/*pro fulltext*/
#right .first .btm {
	display: none;
}

/* FOOTER */
#footer {
	background: #cecece;
	font-size: 88%;
	width: 980px;
	margin: 0 auto;
	font: 88% Arial, Verdana, sans-serif;
	padding-bottom: 15px;
}
#footer p {
	color: #424242;
	padding: 0 10px;
}
#footer a {
	color: #424242;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 3px 0;
	width: 488px;
}
#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;
}



#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
