.three_col div {
    width: 233px;
    float: left;
}
.three_col div p {
    color:#232323;
}

/**************/
/* HTML5 CSS3 */
/**************/
body{
	width:100%;
	margin-top:0px;
	background:#f0f2f5 url(images/background_sgp.png) repeat-x left top;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
}
/**********/
/* Header */
/**********/
body > header{
	background:url(images/header_bg_sgp.png) no-repeat left top transparent;
	width:1026px;
	height:310px;
	margin: 0 auto;
}
	body > header > section{
		margin: 0 auto;
		background:url(images/header_sgp.png) no-repeat left top transparent;
		height:239px;
		width:1000px;
	}

	body > header > nav{
		clear:both;
		margin: 5px auto 0 auto;
		height:55px;
		background:url(images/menu_bg_sgp.png) no-repeat left top transparent;
	}

	body > header > nav ul{
		margin:0 auto;
		padding:7px 0 0 20px;
	}
	
	body > header > nav ul li:first-child {
		background:none;
	}

	body > header > nav ul li{
		float:left;
		padding:8px 10px 10px;
		background:url(images/bar_menu_sgp.png) no-repeat left top transparent;
	}

	body > header > nav ul li a{
		color:#fff;
		display: block;
		cursor: pointer;
		font-size: 17px;
		text-align: left;
		padding:0 12px;
		text-shadow:0 1px 1px #7a7a7a;
		text-decoration: none;
		font-weight: bold;
	}

	body > header > nav ul li a:hover{
		color:#ed6603;
	}
	
	.footer_content {
		width: 997px;
		margin: 10px 0;
		}
/**********/
/* Header */
/**********/

/***********/
/* Content */
/***********/
body > section{
	background:url(images/content_bg_sgp.png) repeat-y left top transparent;
	width:997px;
	margin: 10px auto;
	margin-bottom:0px;
	padding:0px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

	body > section > section#left_side{
		float:left;
		width:700px;
		padding:15px;
	}
		body > section > section#left_side p span a{
			display:block;
			color:#fe6f05;
			text-decoration:none;
			font-weight:bold;
			padding:7px 0;
		}
		body > section > section#left_side p span a:hover{
			color:#c55400;
		}
	
	body > section > aside{
		float:right;
		width:235px;
		padding:15px;
	}

		body > section >  aside > div > p{
			margin:5px 0 20px 0;
		}

		body > section > aside > div > p > span{
			float:right;
			font-weight:bold;
		}

		body > section > aside > div.callnow{
			background:url(images/call_us_sgp.png) no-repeat 10px 20px #ced3d9;
			padding:20px 38px;
			color: #000;
			font-size: 30px;
			border-radius:6px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			margin:0 0 20px 0;
		}
		body > section > aside > div.calltoaction{
			background:#ced3d9;
			padding:20px;
			border-radius:6px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			margin:0 0 20px 0;
		}
			body > section > aside > div.calltoaction a{
				display:block;
				background:url(images/call_to_action_sgp.png) no-repeat;
				padding:6px;
				height:91px;
				text-decoration:none;
				border-radius:6px;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				margin:0;
			}
		body > section > aside > div.blocktestim{
			background: #ced3d9;
			padding: 0 20px;
			border-radius:6px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			margin:0 0 20px 0;
			overflow:hidden;
		}
			body > section > aside > div.blocktestim h3{
				background:url(images/testimonials_img_sgp.png) no-repeat left #ced3d9;
				padding:23px 20px 20px 37px;
				color: #fe6f05;
				font-size: 24px;
				border-radius:6px;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				margin:0 0 20px 0;
			}

	body > section#bottom_shadow{
		width:997px;
		height:19px;
		margin:0 auto;
		margin-bottom:10px;
		background:url(images/bottom_shadow_sgp.png) no-repeat left top transparent;
	}
	
/***********/
/* Content */
/***********/

/***********/
/* Foooter */
/***********/
body > footer{
	clear:both;
	width:977px;
	padding:10px 10px 6px 10px;
	margin: 0 auto;
	margin-bottom:15px;
	background:#ced3d9;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

	body > footer nav{
		float:left;
		margin:13px 0 0 30px;
	}

	body > footer > nav ul{
		padding:0px;
		margin:0px;
		list-style:none;
	}

	body > footer > nav ul li{
		float:left;
		padding:0px 5px 0 5px;
	}

	body > footer > nav ul li a{
		color:#fe6f05;
		display: block;
		cursor: pointer;
		font-size: 14px;
		text-align: left;
		padding:0 5px;
		text-decoration: none;
		font-weight: bold;
	}

	body > footer > nav ul li a:hover{
		color:#ed6603;
	}

	body > footer > div{
		float:right;
		margin-right:40px;
	}
		body > footer > div a img{
			margin:0 10px;
		}
/***********/
/* Foooter */
/***********/
	
/**************/
/* Formatting */
/**************/
header{
	font-size: 24px;
	font-weight: bold;
	color: #22485D;
}
/**************/
/* Formatting */
/**************/

/************/
/* Required */
/************/

.image-left{
	float:left;
	margin: 0 10px 10px 0;
}

.image-right{
	float:right;
	margin: 0 0 10px 10px;
}

.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
}

.image-noborder{
}

/************/
/* Required */
/************/

/************/
/* Styles */
/************/
h1{
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}
h1 span{
  color: #fe6f05;
  padding-left:5px;
  font-size: 24px;
}
h2{
  color: #fe6f05;
  font-size: 24px;
  margin-bottom:15px;
}

h3{
  color: #22485D;
  font-size: 18px;
}
h4{
  color: #22485D;
  font-size: 16px;
}
h5{
  color: #22485D;
  font-size: 14px;
}
h6{
  color: #22485D;
  font-size: 12px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}
ul {
	margin-left: 15px;
	line-height: 25px;
}
li {
	margin-left: 10px;
	line-height: 25px;
}
.colorfix{
	color: #22485D;
}
.copyright{
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-top:13px;
}
.navfont{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
a.current{color:#ed6603 !important;}
.clear{display:block;clear:both;width:100%;height:0px;}
.grdtpl{
	padding:10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #ced3d9;
}
	.grdtpl p{
		color:#232323;
	}
/************/
/* Styles */
/************/