.head-bottom {
	height: 5px;
	background: #8b2247;
	background: -moz-linear-gradient(left, #8b2247 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8b2247), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #8b2247 0%,#ffffff 100%);
	background: -o-linear-gradient(left, #8b2247 0%,#ffffff 100%);
	background: -ms-linear-gradient(left, #8b2247 0%,#ffffff 100%);
	background: linear-gradient(to right, #8b2247 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b2247', endColorstr='#ffffff',GradientType=1 );
	width: 100%;
	display: block;
	margin-top: 10px;
}
.nopadding {
	padding: 0;	
}

.icon-container {
	text-align: center;	
}
.icon-container .Normal {
	font-size:13px;
	line-height:20px
}

.icon-container h4 {
	text-transform:uppercase;
	color: #8b2247;
	font-size: 13px;
	padding-bottom: .4em
}