@charset "utf-8";
/* CSS Document */

/*///////////NEWFOOT/////////////////////////*/

.newfoot {
	position: relative;
	float: left;
	background-image: url(../images/newfoot.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 1024px;
	margin-top: 0px;
	
}
/*///////////NEWFOOT/////////////////////////*/
.push {
	height: 65px;
}
#footercontainer {
	position: fixed;
	float: left;
	bottom: 0px;
	left: 0px;
	width: 100%;
	/*min-width:1024px;*/

	/*background-color: #333;*/

	text-align: center;
	height: 65px;
	margin: auto;
	/*	border-top:2px solid #28a8fe;

	-webkit-box-shadow:  0px -2px 2px 0px ;

	box-shadow:  0px -2px 2px 0px */;
}
#footercontentwrapper {
	width: 100%;
	min-width: 1024px;
	height: 65px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}
#footersocial {
	width: 100%;
	min-width: 1024px;
	line-height: 40px;
}
#footerlinks {
	width: 100%;
	min-width: 1024px;
	line-height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin-top:68px;
	margin-left:-100px;

	
}
.footerlink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;

}
.footerlink:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #09F;
	text-decoration: none;
}
