@charset "UTF-8";
/* CSS Document */
body{
	margin: 0 auto;
	text-align:center;
	background-color:#000;
}
#background{
	width: 100%;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align:center;
	background: url(images/gilson-engineering-bknd.jpg) #FFF left bottom no-repeat;
	}
#header{
	top: 0;
	width: 100%;
	height:35px;
	background: url(images/gilson-engineering-ln.jpg) repeat-x bottom;
}
#mainwrapper{
	width: 800px;
	margin: 0 auto;
	text-align:center;
}
#logo{
	width: 800px;
	padding: 20px 0 35px 0;
	float: left;
}
#content{
	width: 600px;
	font: .8em/1.7em  Arial, Helvetica, sans-serif;
	color:#333;
	margin: 0 0 0 200px;
	text-align: left;
}
#content table{
	font: 1em/1em  Arial, Helvetica, sans-serif;
}
#content td{
	border-left: 1px solid #999; 
}
#table{
	background-color:#EDEDED;
}
.column {
    border-left: 2px solid #fff;
    float: left;
    margin: 15px 40px;
    padding: 3px 25px;
}
.service {float:left; width: 100px; font-weight: bold;}
.descr {float:right; width: 364px;}
.wrap {height: 65px;}
#footer{
	width: 100%;
	height: 200px;
	background: url(images/gilson-engineering-ftbknd.jpg) top center no-repeat #000;
}
#footertable{
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 50px
}
.footercol{
	margin: 20px 60px 0 0;
	float:left;
	font: 75%/180%  Arial, Helvetica, sans-serif;
	text-align:left;
	color:#B3B3B3;
}
.footercol a{
	color:#B3B3B3;
	text-decoration:none
}
.white{
	color:#FFF;
}
.title{
	color:#D85115;
	font: 1.2em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}