@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------footer Start--*/
.footer{
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	color: #666666;
	line-height: 140%;
	background-position: left top;
	position: relative;
	padding: 10px 0px 25px 0px;
	height: 100px;
}
.footer .logo{
	float: left;
	margin: 0 0 0 32px;
}
.footer .logo img {
	width: 231px;
	height: 61px;
	}
.footer p {
	margin: 0;
	padding: 0;
	color:#FFF;
	left: 320px;
	position: absolute;
	top: 35px;
}
.footer p a {
	color:#F90;
}
/*----------------------------------------*/
.footer .copyright {
	border-left: 1px solid #FFF;
	margin:0;
	padding:0;
	clear:both;
	margin-left: 320px;
	font-size:90%;
	text-align: left;
	top: 40px;
}
.footer .copyright li{
	display:inline;
	padding:0 6px 0 6px;
	border-right: 1px solid #FFF;
}
.footer .copyright a{
	color:#FFF;
	text-decoration: underline;
}
.footer .copyright a:hover{
	margin:0px;
	color: #FC0;
	text-decoration: underline;
}
/*------------------------------------Visitors--*/
.footer .visitor {
	text-align: right;
	margin: 0;
	padding: 0;
	color: #FF0;
	font-size: 95%;
	right: 10px;
	position: absolute;
}
.footer .visitor em {
	font-weight: bold;
	font-variant: normal;
}
/*------------------------------------aaa--*/
.aaa {
	margin: 0px;
	padding: 0px;
	right: 10px;
	top: 10px;
	position: absolute;
}

