
*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
	background: url("../images/bg.jpg") top left repeat-x;
}

body {

	font: normal 12px Trebuchet MS,Arial, Helvetica;
	color: #444;

	line-height: 140%;
	margin: 0px;
	padding: 0px;
}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #1498F1;
}


h1{
	font-size: 16px;
	margin: 5px 0px;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
}

input
{
	border: 1px solid #ccc;
}

.error{
	color: #990000;
}

textarea
{
	border: 1px solid #ccc;
}

#search{
	float: right;
	margin-top: 85px;
	margin-right: 10px;
}

#search input{
	border: 1px solid #ccc;
	color: #ccc;
	width: 200px;

}

#header-top{
	position: absolute;
	width: 200px;
	top: 25px;
	right: 10px;
	font-size: 10px;
	text-align: right;
}

#header-top a{
	color: #333;
}

#search #btn_search{
	background: url("../images/btn_search.jpg") no-repeat;
	background-position: 1px 1px;
	width: 36px;
	height: 24px;
	border: none;
}

#wrapper{

	width: 966px;
	margin: 0px auto;
	padding: 0px;
}

#header{
	background: none;
	margin: 0px;
	padding: 0px;
	height: 117px;
	position: relative;
}


#banner{
	text-align: center;
}

#logo{
	width: 200px;
	float: left;
	padding-left: 10px;
	margin: 0px;
	padding: 0px;
}


#menu{

	width: 960px;
	margin: 10px auto;
	padding: 0px;
	background: url("../images/menu.jpg") top right no-repeat;
}



#menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul li .tree_selected{
	display: inline;
}


#menu ul li a{

	height: 35px;
	line-height: 35px;
	padding: 11px 13px 11px 13px;
	font-size: 14px;
	margin: 0px;
	color: #fff;
	background: url("../images/bg_a.jpg") right  no-repeat;
}

#menu ul li .tree_selected a{
	background: url("../images/bg_ahover.jpg") right  repeat-x;
	color: #333;
}

#menu ul li a:hover{
	background: url("../images/bg_ahover.jpg") right  repeat-x;
	color: #333;
}




#content{
	padding-top: 0px;
}


#main{
	float: left;
	width: 685px;
	margin: 10px 10px;
}


#main h1{

	padding: 4px 0px 0px 0px;
	font-size: 21px;
	font-weight: normal;

}

#main h2{
	font-size: 17px;
	font-weight: normal;
}


#left{
	float: left;
	width: 235px;
	margin: 10px 10px 10px 0px;
}


.tab_left{

	margin: 0px 0px;
	padding-bottom: 10px;
}

.tab_left h1{

	padding: 5px;
	padding-left: 7px;
	padding-right: 15px;
	text-align: right;
	font-size: 21px;
	font-weight: normal;
}

.tab_left ul{
	padding: 0px;

}

.tab_left ul li{

}


.tab_left ul li a{
	display: block;
	padding: 4px 2px 4px 20px;
	border-bottom: 1px dotted #ccc;
}

.tab_left ul li a:hover{
	font-weight: bold;
}

.cu_circle li{

}

.cu_circle li a{
	background: url("../images/circle.jpg") left  no-repeat;
}

.cu_sageata li a{
	background: url("../images/sageata.jpg") left  no-repeat;
}


.tab_left ul li .tree_selected a{
	font-weight: bold;
}

.tab_left .tab_left_second{
	padding: 0px 10px;
}

.tab_left .tab_left_second p{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.tab_left_news{
	background: url("../images/news_bg.jpg") top no-repeat;
	color: #fff;
	padding: 15px;
	height: 208px;
	overflow: hidden;
}

.tab_left_news a{
	color: #fff;
}

.tab_left_news h1
{
	padding: 0px;
	padding-left: 7px;
	text-align: right;
	font-size: 21px;
	font-weight: normal;
}

.tab_left_news .tab_left_second{

}

.tab_left_news .tab_left_second .big_date{
	width: 25px;
	float: left;
	font-size: 28px;
	line-height: 110%;
}

.tab_left_news .tab_left_second .news_short_text{
	float: left;
	width: 165px;
	padding: 2px;
	margin-left: 10px;
}

#footer{

}

#footer ul li{
	display: inline;
	margin-right: 0px;
}

#footer ul li .tree_selected{
	display: inline;
}

#footer #footer_inner ul li a {
	color: #666;
}

#footer ul li a {
	color: #666;
	padding: 10px;
}

#footer ul li .tree_selected a{
}

#footer ul li a:hover{
}

#footer_inner{

	width: 960px;
	margin: 0px auto;
	padding: 10px;
	border-top: 1px solid #999;
}


#footer #footer_left a:hover{
	color: #333;
}
#footer_left{
	float: left;
	width: 730px;
	padding: 10px;
}

#footer_right{
	float: right;
	width: 200px;
	text-align: right;
}

