@import url(http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek);

* {
margin: 0;
}
html, body {
	height: 100%;
	float: left;
	width: 100%;
	height: 500px;
	background: url('bluetile.jpg') repeat scroll 0px 0px transparent;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 0.90em;
	line-height: 1.3em;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
.companyname {
	font-size: 1.7em;
	color: #666;
	padding: 35px;
}
img {
	max-height: 100px;
	float: left;
	margin: 15px 10px 20px 20px;
	border: none;
}
a:link {
	color: #3333CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
/* ~~ blocks/tag selectors ~~ */
.wrapper {
	min-height: 100%;
	position: relative;
	width: 973px;
	height: auto;
	background: url('centerwhite.png') no-repeat scroll 0px 125px transparent;
	margin: 80px auto;
}
header {
	width: 960px;
	height: 115px;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	
}
article {
	float: left;
	min-height: 300px;
	margin-top: 20px;
}
.about{
	float: left;
	background-color: #FEFEFE;
	border: 1px solid #0097C9;
	border-radius: 28px;
	border-style: groove;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.9em;
	width: 450px;
	margin: 0 0 0px 20px;
	padding: 10px;
}
.aside {
	float: left;
	width: 280px;
	margin: 0 0 0 131px;

}
.contact, .public, .isol {
	background-color: rgba(254, 254, 254, 1);
	margin: 0 0 20px 0;
	padding: 10px 5px;
	border: 1px solid rgba(0, 151, 201, 1);
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}
h2 {
	font-size: 1.2em;
	color: #27595F;
	padding: 10px 0 5px 15px;
}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000000;
	padding: 0 0 10px 15px;
}
#push {
	height: 50px;
	clear: both;
}
footer {
	position: relative;
	bottom: 0px;
	width: 960px;
	height: 110px;
	background-color: rgba(255, 255, 255, 1)
	border-top: 4px solid #DBDBDB;
}
.footerinfo-left {
	float: left;
	margin: 15px;
}
.footerservice {
	float: right;
	margin: 15px;
}
.footerdesign {
	float: right;
	margin: 15px;
}
.footerdesign  p,
.footerservice p,
.footerdesign a {
	color: #c1c1c1;
}
.footerdesign a:hover {
	color: #8c8c8c;
}