#sidebar .serviceCall{
	text-align: center;
	display: inline-block;
	width: 40%;
	margin: 0 30%;
	padding: 10px 15px;
	background: #ed1948;
	background: -moz-linear-gradient(top,  #ed1948 0%, #be143a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1948), color-stop(100%,#be143a));
	background: -webkit-linear-gradient(top,  #ed1948 0%,#be143a 100%);
	background: -o-linear-gradient(top,  #ed1948 0%,#be143a 100%);
	background: -ms-linear-gradient(top,  #ed1948 0%,#be143a 100%);
	background: linear-gradient(to bottom,  #ed1948 0%,#be143a 100%);
}

#sidebar .serviceCall a{
	text-align: center;
	font-family: 'FranklinGothicBold','GothamBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
}
