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

/* NEW FOOTER STYLES */
.clear{clear:both;}

.foot-wrapper{
	width:1000px;
	height:auto;
	margin:20px auto 0;
	padding:0;
}

.footer{
	margin:20px auto 0;
	padding:5px 0 20px;
	width:100%;
	min-width:1020px;
	background-color: #222;
	background-image: -webkit-linear-gradient(top, #303030, #222);
	background-image: -moz-linear-gradient(top, #303030, #222);
	background-image: -o-linear-gradient(top, #303030, #222);
	background-image: -ms-linear-gradient(top, #303030, #222);
	background-image: linear-gradient(top, #303030, #222);
	color:#fff;
	overflow:hidden;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif !important;
	font-size: 12px;
	text-align: center;
	border-top:#555 2px solid;
}

.footer ul{
	list-style:none;
	display:inline-block;
	vertical-align: top;
	margin:0 auto 20px;
	padding:0;
}

.footer-list-head{
	color:#CCC;
	text-shadow: #000 0px -1px 0px;
}


.footer ul li{
	margin:0 0 10px 0;
	display: inline;
	padding:0px 10px;
	text-align: center;
	border-right:#555 1px solid;
}
	.footer ul li:last-child{
		border:0;
	}

.footer ul li a{
	color:#3f6785;
	text-shadow: #000 0px -1px 0px;
	text-decoration:none;
	font-weight:500;
	font-size: 1.1em;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}
.footer ul li a:hover{
	color:#fff;
}



.footer p{
	max-width:550px;
	margin:0 auto 15px;
	display: block;
	font-weight:100;
	text-shadow: #000 0px 1px 2px;
	color:#f0f0f0;
	line-height: 15px;
	font-size: 12px;
	text-align:center;
}
	.footer .trademark{
		color:#999;
	}

hr.foot-divide{
	margin:0 auto 20px;
	width:700px;
	border-left:0;
	border-right:0;
	border-top:#111 1px solid;
	border-bottom:rgba(255,255,255,0.05) 1px solid;
}

