@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500|Ubuntu+Condensed' rel='stylesheet' type='text/css);


#orias {
	margin: 40px 0;	
}

#orias h1 {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	border: 0;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	text-align: center;
	color: #007994;
}

#orias h2 {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border: 0;
	margin: 0 0 15px 0;
	color: #007994;
}
#orias .we-won {
	display: block;
	margin: 20px auto 10px auto;
}

#orias .awards-history-block {
	width: 975px;
	/*height: 400px;*/
	float: left;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
}

#orias .awards-history-block .column {
	float: left;
	width: 223px;
	text-align: center;
	padding: 30px 10px;
	border-right: 1px solid #f1f1f1;
}

#orias .awards-history-block .column.last {
	border-right: none;
}

#orias .awards-history-block .column img {
	margin: 0 auto;
	display: block;
}

#orias .awards-history-block .column h4 {
	font-family: 'Ubuntu Condensed', Arial, sans-serif;
	color: #cba648;
	font-size: 15px;
	text-transform: uppercase;
	margin: 25px 0 12px 0;
}

#orias .awards-history-block .column li {
	font-family: 'Ubuntu Condensed', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	list-style-position: inside;
	margin: 0 0 5px 0;
}

#orias .text-block {
	width: 600px;
	margin: 0 0 30px 0;
}

#orias .text-block.left {
	float: left;
}

#orias .text-block.right {
	float: right;
	margin: 20px 0 0 0;
	
}

#orias .text-block p {
	margin: 0 0 10px 0;
}

#orias .photo1 {
	margin: 30px 0 0 0;
}

#orias .photo2 {
	margin: 0 0 0 -14px;
}
















