.footer {
	width: auto;
	height:102px;
	position:relative;
	margin: 0px 0px 0px 0px;
	
}

.footer ul {
	/*padding: 0px 20px 0px 26px;*/
	position:relative;
	float: center;
	height:102px;
	width: auto;
	background: url(../images/footerBG.gif) repeat-x 0 0;
	padding-left: 55px;
	padding-top: 10px;
}

.footer ul li {
	float: left;
	position:relative;
	width: 134px;
	height: 76px; 
	overflow: hidden;
	margin-right: 40px;
	
}
.footer ul li a
{
    display:block;
	position:relative;
	width: 134px;
	height: 76px;
	text-indent: -400px;  
}
.footer ul li.articles {
	background: url(../images/articles.jpg) no-repeat 0 0;
}
.footer ul li.questions {
	background: url(../images/question-and-answer.jpg) no-repeat 0 0;
}
.footer ul li.testimonies {
	background: url(../images/testimonies.jpg) no-repeat 0 0;
}
.footer ul li.store {
	background: url(../images/store.jpg) no-repeat 0 0;
}
