/* CSS Document */
#footer_container{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-top:#cdcdcd solid 1px;

	background: #fff;
}

#footer{
	width:900px;
	margin:0px auto ;
	padding:12px 0px 20px 0px;
	line-height: 120%;
	background: #fff;
}
.footer_item{
	float: left;
	display: inline;
	width: 10%;
	padding: 2px;
}

.footer_title a{
	text-decoration: none;
	color: #5baf14;
	font-weight:  bold;
	font-size: 11px;
	}
.footer_title a:hover{
	text-decoration: none;
	color: #5baf14;
	font-weight:  bold;
	font-size: 11px;
	}
.footer_submenu{
	padding: 4px 0px;
	width: 90px;
	
}
.footer_submenu a{
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}
.footer_submenu a:hover{
	text-decoration: underline;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	}
#footer_info{
	width: 900px; 
	margin: 0px auto; 
	border-top:#ccc solid 1px; 
	font-size: 11px; 
	color: #999;
	}
#footer_info a{
	text-decoration: underline;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	
}
#footer_info a:hover{
	text-decoration: none;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
