@CHARSET "UTF-8";

* {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_main_empty.gif) repeat-x center top #FFFFFF;
}

#main {
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
}

#main_menu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top: 10px;
}

#main_menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#main_menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0px 15px;
   padding:0px;
   position:relative;
   right:50%;
}

#main_menu ul li div.left{
	width: 3px;
	height: 50px;
	float: left;
	background: none;
}

#main_menu ul li div.right{
	width: 3px;
	height: 50px;
	float: left;
	background: none;
}

#main_menu ul li.current div.left{
	width: 3px;
	height: 50px;
	float: left;
	background: url(../images/mnu_left.gif) no-repeat #d9261c;
}

#main_menu ul li.current div.right{
	width: 3px;
	height: 50px;
	float: left;
	background: url(../images/mnu_right.gif) no-repeat #d9261c;
}

#main_menu ul li.current {
	background: url(../images/mnu_bg.gif) repeat-x #d9261c;
}

#main_menu ul li a {
float: left;
	color: #000000;
	text-decoration: none;
	margin: 10px;
	margin-top: 5px;
	background: url(../images/mnu_li.gif) no-repeat transparent 2px 13px;
	padding: 9px;
	padding-left: 14px;
}

#main_menu ul li.current a {
	color: #FFFFFF;
	background: url(../images/mnu_li_on.gif) no-repeat transparent 2px 13px;
	text-decoration: none;
}

#main_menu ul li a:hover {
	text-decoration: underline;
}

#top_nav {
	width: 800px;
	clear: both;
}


#sub_row {
	border-top: 2px solid #d9271d;
	clear: both;
	background: url(../images/bg_img1.jpg) no-repeat transparent; 
	height: 251px;
	padding-left: 20px;
}

#sub_row H1 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: normal;
	margin-top: 20px;
}

#sub_row UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub_row UL LI{
	margin-left: 0;
	background: url("../images/mnu_li2.gif") no-repeat transparent 0 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}
	
#sub_row UL LI A{
	color: #FFFFFF;
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration: none;
}

#sub_row UL LI.current A{
	font-weight: bold;
	text-decoration: underline;
}

#sub_row UL LI.current A:hover{
	font-weight: bold;
	text-decoration: none;
}

#sub_row UL LI A:hover{
	text-decoration: underline;
}

#logo_holder {
	padding-top: 50px;
	clear: both;
}

#lang {
	float: left;
	padding-left: 40px;
}

#lang A{
	float: left;
	color: #000000;
	text-decoration: none;
	display: block;
	background: url(../images/bg_lang.gif) no-repeat #ede8e0;
	width: 27px;
	height: 17px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
	margin-top: 8px;
}

#lang A:hover, #lang A.current{
	background: url(../images/bg_lang_on.gif) no-repeat #d9261c;
	color: #FFFFFF;
}

#top_menu {
	float: right;
}

#top_menu A{
	float: left;
	color: #000000;
	text-decoration: none;
	margin-top: 9px;
	display: block;
	background: url(../images/mnu_li.gif) no-repeat transparent 0px 5px;
	padding-left: 9px;
}

#top_menu A:hover, #top_menu A.current{
	text-decoration: underline;
}

.sep {
	width: 1px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f0ebe5;
	float: left;
}

#content {
	padding-left: 200px;
	padding-right: 100px;
	padding-top: 10px;
}

#sub_menu {
	float: left;
	margin-top: 66px;
	margin-left: 20px;
	width: 180px;
}

#sub_menu UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub_menu UL LI{
	margin-left: 0;
	background: url("../images/li_red.gif") no-repeat transparent 0 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
	
#sub_menu UL LI A{
	color: #888888;
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration: none;
}

#sub_menu UL LI.current A{
	color: #d9271d;
	text-decoration: underline;
}

#sub_menu UL LI.current A:hover{
	color: #a40b02;
	text-decoration: underline;
}

#sub_menu UL LI A:hover{
	text-decoration: underline;
}



H1 {
	font-size: 17px;
	font-weight: normal;
	color: #d9271d;
}

.hr {
	background: url("../images/hr.gif") no-repeat;
	height: 18px;
	margin-top: 30px;
	margin-bottom: 20px;
}

A.more {
	display: block;
	color: #ffa31f;
	background: url("../images/li_orange.gif") no-repeat 0 5px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}

A.more:hover {
	color: #cd7900;
}

A {
	color: #d9261c;
}

A:hover {
	color: #a40900;
}


#footer {
	font-size: 11px;
	color: #999999;
}

#footer A{
	color: #777777;
	
}

#footer A:hover{
	color: #333333;
}



/* site tree ******************************/
.site_tree{
	padding: 10px 50px;
}
.site_tree A{
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/li_red.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	color:#777777;
}
.site_tree A:hover{
	text-decoration: underline;
}
.tree_level0{
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.tree_level1{
	padding-left: 30px;
	padding-bottom: 5px;
}
.tree_level2{
	padding-left: 60px;
	padding-bottom: 5px;
}


.msg_error
	{color:#FF0000;padding-top:10px; font-weight: bold;}
.msg_error_light
	{color:#FF0000;padding-top:10px; font-weight: bold;}
.msg_message
	{color:#FF0000;padding-top:10px; font-weight: bold;}
.msg_warning
	{color:#FF0000;padding-top:10px; font-weight: bold;}
