#foottwitter{

	clear:left;
	float:left;
	margin:0 10px 8px 0;
	width: 40px;
	height: 40px;
	background: url("images/footersocials.jpg") no-repeat 0 0;
}
#foottwitter:hover{background-position: 0 -40px;}
#foottwitter:active{background-position: 0 -80px;}


#footemail{

	clear:left;
	float:left;
	margin:0 10px 8px 0;
	width: 40px;
	height: 40px;
	background: url("images/footersocials.jpg") no-repeat -40px 0;
}
#footemail:hover{background-position: -40px -40px;}
#footemail:active{background-position: -40px -80px;}


#footfacebook{

	clear:left;
	float:left;
	margin:0 10px 8px 0;
	width: 40px;
	height: 40px;
	background: url("images/footersocials.jpg") no-repeat -80px 0;
}
#footfacebook:hover{background-position: -80px -40px;}
#footfacebook:active{background-position: -80px -80px;}

#footphone{

	clear:left;
	float:left;
	margin:0 10px 8px 0;
	width: 40px;
	height: 40px;
	background: url("images/footersocials.jpg") no-repeat -120px 0;
}
#footphone:hover{background-position: -120px -40px;}
#footphone:active{background-position: -120px -80px;}
