@charset "utf-8";

* {
margin: 0;
}
html, body {
	height: 100%;
	background-color: #DBDBDB;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.93em;
	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: none;
	color: #F00;
}
/* ~~ blocks/tag selectors ~~ */
.wrapper {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #f4f4f4;
}
header {
	width: 960px;
	height: 130px;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	border-bottom: 4px solid #DBDBDB;
}
article {
	float: left;
	min-height: 300px;
	margin-top: 20px;
}
.about{
	float: left;
	width: 580px;
	margin: 0 0 0 20px;
	padding: 10px;
}
.aside {
	float: left;
	width: 280px;
	margin: 0 0 0 20px;

}
.contact, .public, .isol {
	background-color: #eaeaea;
	margin: 0 0 20px 0;
	padding: 10px 5px;
	border: 1px solid #DBDBDB;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
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: fixed;
	bottom: 0px;
	width: 960px;
	height: 50px;
	background-color: #eaeaea;
	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;
}