@charset "utf-8";
/* CSS Document */

/* ~~ The footer ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	height: 150px;
	background-color: #444444;
}
.footer-container {
	margin: 0 auto;
	width: 1000px;
}
.footer-title-box {
	width: 1000px;
	float:left;
	height: 40px;
	margin-top: 30px;
}
.footer-title {
	width: 150px;
	height: 20px;
	float: left;
	margin-top: 10px;
	color: #cfcfcf;
	font-size: larger;
}
.footer-title-logo {
	width: 36px;
	height: 28px;
	float: left;
	margin-top: 6px;
	
}
.footer-menu-btn {
	width: 115px;
	height: 20px;
	float: right;
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	color: #cfcfcf;
	font-size: small;
	font-weight: bold;
}
.footer-menu-btn a:hover {
	color: #cfcfcf;
}
.footer-menu-btn a:visited {
	color: #cfcfcf;
}
.footer-menu-btn a:link {
	color: #cfcfcf;
}
.footer-social-box {
	width: 1000px;
	float:left;
	height: 80px;
}
.footer-social-text-box {
	width: 500px;
	float:left;
	height: 80px;
}
.footer-social-text {
	width: 500px;
	float: left;
	height: 80px;
	font-size: small;
	color: #cfcfcf;
}
.footer-social-btn-box {
	width: 500px;
	float:left;
	height: 80px;
}
.footer-social-btn {
	width: 27px;
	float: right;
	height: 27px;
	margin-top: 25px;
	margin-left: 10px;
}
.footer-copyright {
	float: left;
	width: 600px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	text-align: left;
}
.footer-logo {
	float: right;
	width: 36px;
}
.footer-signature {
	float: right;
	width: 155px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	text-align: right;
	margin-top: 3px;
}
.footer-copyright-container {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	height: 40px;
	background-color: #333333;
}
.footer-copyright-content {
	margin: 0 auto;
	width: 1000px;
	padding-top: 10px;
}
