/* CSS Document */

.footer {
	width: 100%;
	float: none;
	height: auto;
	clear: both;
	background-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.footer .footerHeadLine{
	width:100%;
	height:4px;
	font-size:0;
	overflow: hidden;
}
.footer .footerBox{
	color: #675955;
	text-align:center;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 910px;
	padding: 0px;
}
.footer .footerBottom{
	height:31px;
	font-size:11px;
	margin: 0 auto;
	text-align:center;
	background-color: #999;
	color: #FFF;
}
.footer .footerBottom p{
	line-height: 31px;
}
.footerMenu{
	float:left;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	padding-left:14px;
	border-left:1px solid #ac9f91;
}
.footerMenu p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.footerMenu img{
  top:12px;
}

