/* Testimonials CSS */
#footShadow {
	background: url('../images/testimonials/footerShadow.png') left bottom no-repeat;
}

.tHeader {
	font-size: 18px;
	color: #005195;
}

#mainCell {
	background: url('../images/testimonials/pagebg.jpg') repeat-y;
}

#hamburger-link {
	width: 139px;
	height: 110px;
	display: block;
	background-image: url('../images/testimonials/hamburger-nav.jpg');
}

#hamburger-link:hover {
	background-position: -139px 0;
}

#hamburger-link span {
	display: none;
}

#coffee-link {
	width: 110px;
	height: 110px;
	display: block;
	background-image: url('../images/testimonials/coffee-nav.jpg');
}

#coffee-link:hover {
	background-position: -110px 0;
}

#coffee-link span {
	display: none;
}

#icecream-link {
	width: 140px;
	height: 110px;
	display: block;
	background-image: url('../images/testimonials/icecream-nav.jpg');
}

#icecream-link:hover {
	background-position: -140px 0;
}

#icecream-link span {
	display: none;
}

#testimonials-link {
	width: 140px;
	height: 110px;
	display: block;
	background-image: url('../images/testimonials/testimonials-nav.jpg');
	background-position: -140px 0;
/*	background-position: -130px 0; */
}

#testimonials-link:hover {
	background-position: -140px 0;
/*	background-position: -130px 0; */
}

#testimonials-link span {
	display: none;
}
