/* ==========================================================================
  footer
========================================================================== */
footer {
	border-top: 1px #fff solid;
	background: rgba(165,160,146,1);
	background: -webkit-linear-gradient(top, rgba(220,217,208,1) 0%, rgba(165,160,146,1) 100%);
	background: linear-gradient(to bottom, rgba(220,217,208,1) 0%, rgba(165,160,146,1) 100%);
}
footer ul {
	margin: auto;
	padding: 0 30px;
	width: 910px;
	height: 68px;
}
.copyright {
	float: left;
	padding-top: 18px;
	font-size: 12px;
	color: #575550;
	line-height: 18px;
}

.footer-link {
	position: relative;
	float: right;
	margin-top: 24px;
	padding-right: 2px;
	font-size: 12px;
}
.footer-link a.level {
	position: relative;
	z-index: 100;
	display: block;
	height: 23px;
	width: 173px;
	background: url('/images/family_site.gif') no-repeat;
	cursor: default;
	border-width: 0;
}
.footer-link a:hover.level,
.footer-link .link-head.focus .level {
	background: url('/images/family_site2.gif') no-repeat;
}
.link-list {
	position: absolute;
	 z-index: 99;
	 left: 0px;
	 bottom: 23px;
	 overflow: hidden;
}
.footer-link a {
	display: block;
	padding: 0 5px 0 10px;
	width: 173px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	background: #99978e;
	border: 1px solid #b0afa8;
	border-bottom-width: 0;
}
.footer-link a:hover {
	background: #666;
	text-decoration: none;
}