/* ----- Foot ----- */

#foot {
	width: 990px;
	margin: 0 auto;
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}

#foot ul {
	list-style-type: none;
	height: 20px;
	margin-bottom: 5px;
	float: left;
}

#foot ul li {
	float: left;
}

#foot ul li a {
	margin: 3px 0 2px 0;
	padding: 0 15px 0 15px;
	display: block;
	border-right: 1px solid #5c646a;
}

#foot ul li a.last {
	border-right: 0px solid #5c646a;
}

#foot ul li a.toTop {
	border-right: 0px solid #5c646a;
	/* float: right; */
	background-image: url(../images/icon_toTop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 12px;
}

#foot ul li a.toTop:hover {
	background-position: right bottom;
}

#foot p {
	display: block;
	margin: 0 15px 15px 15px;
	padding-top: 10px;
}

#foot a {
	color: #5c646a;
	text-decoration: none;
}

#foot a:hover {
	color: #F00000;
	text-decoration: none;
}