/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 
 
 .sap_top_contact
 {
 width: 400px;
 height: 45px;
 background-color: #58585a;
 position: relative;
 top: 3px;
 padding-left: 5px;
 	
 	
 }
 
 
 .sap_phone_number
 {
 float: left;
 width: 290px;
 height: 45px;
 vertical-align: middle;
 }
 
 .sap_top_icons
 	{
	float: right;
	height: 45px;
	width: 105px;
	background-repeat: no-repeat;
	padding-right: 5px;
 	}
 	
 	
 .sap_top_icons:hover
 	{
	curor: pointer;
	//background-image: url('../images/email_mouseover.png');
	
 	}
 	
 
 	
  .sap_testimonials em
 {
 	color: #000000;

 }
 	
 .sap_testimonials h3
 {
 	color: #754792;
 	font-size: 38px;
	line-height: 38px;
	font-family: "OpenSansLight";
 }
 
