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

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

body {
	background: url("../images/bg_html.jpg") top left repeat-x;
	font: normal 12px Arial, Helvetica;
	color: #444;
	line-height: 140%;
}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #0E4CBF;
}


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

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

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



#wrapper{
	padding: 0px 17px;
	background: url("../images/bg_w.jpg") center top no-repeat;
}

#wrapper_2{

	background: url("../images/bg.jpg") center repeat-y;
	width: 976px;
	margin: 0px auto;
}

#header{
	width: 950px;
	height: 200px;
}

#slogan{
	float: right;
	width: 500px;
	padding: 40px 20px 0px 0px;
}

#slogan h1{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

#logo{
	width: 222px;
	float: left;
	padding-left: 10px;
}


#menu{
	text-align: right;
	float: left;
	width: 710px;
	margin-top: 80px;
}



#menu ul {
	margin: 0px;
	padding: 0px;
}

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

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


#menu ul li a{

	height: 32px;
	line-height: 32px;
	padding: 20px 10px;
	font-size: 14px;
	margin: 0px;
	color: #fff;

	background: url("../images/bg_menu.jpg") repeat-x;
}

#menu ul li .tree_selected a{
	color: #fff;

}

#menu ul li a:hover{
	color: #fff;
}




#content{
	padding-top: 0px;
}


#main{
	float: left;
	width: 630px;
	margin: 20px 10px;
	padding-bottom: 10px;
}


#main h1{
	color: #333;
	padding: 4px 0px 0px 0px;

}

#main .tab_b{
	background: #BECFEE;
	border-top: 3px solid #0E47B2;
	padding: 10px;
}

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


.tab_left{

	margin: 0px 0px;
	padding-bottom: 10px;
	background: url("../images/bg_left.jpg") left bottom repeat-x;
}

.tab_left h1{

	color: #fff;
	padding: 15px;
	padding-left: 75px;
	padding-top: 18px;
	background: url("../images/h1.jpg") no-repeat;
}

.tab_left h1 a{
	color: #fff;
}

.tab_left ul{
	padding: 0px;

}

.tab_left ul li{

}


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

.tab_left ul li a:hover{
	font-weight: bold;
	color: #0E4CBF;
}

.tab_left ul li .tree_selected a{
	font-weight: bold;
	color: #0E4CBF;
}

.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;
}


#footer{
	background: url("../images/bg_footer.jpg") bottom repeat-x;
	text-align: center;
}

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

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

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

#footer ul li .tree_selected a{
	color: #fff;
}

#footer ul li a:hover{
	color: #fff;
}

#footer_inner{

	width: 960px;
	margin: 0px auto;
	padding: 20px 20px 15px 20px;
}


