@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;}

body{
	background:url(../images/bg.png) center top no-repeat;}
	
#wrap{
	width:996px;
	height:500px;
	margin:0 auto;
	position:relative;}

#top{
	width:996px;
	height:407px;
	float:left}
	
#box-indicativo{
	width:351px;
	height:162px;
	background:url(../images/box-indicativo.png) center no-repeat;
	top:100px;
	left:46px;
	position:absolute;}

#box-indicativo h1{
	font:48px 'SteelfishRgBold';
	color:#fff;
	padding:20px 0px 0px 65px	}
	
#logofront{
	width:262px;
	height:142px;
	float:right;
	position:relative;
	top:100px;
	z-index:2;
	background:url(../images/logofront.png) center no-repeat}
	
#content-box-servicos{
	width:996px;
	float:left;
	height:270px;}
	
#content-box-servicos div.box-servicos{
	width:274px;
	height:220px;
	background:url(../images/construcao-box.png) no-repeat;
	float:left;
	position:absolute;
	right:410px;
	z-index:5}

#content-box-servicos div.box-servicos + div.box-servicos{
	background:url(../images/engenharia-box.png) no-repeat;
	float:left;
	position:absolute;
	right:0px;}

#content-box-servicos div.box-servicos a{
	width:274px;
	height:220px;
	display:block;}
	
#text{
	width:996px;
	float:left;
	clear:both;
	text-align:center}

#text h1{
	font:30px 'SteelfishRgBold';
	color:#999;
	position:relative;
	/*left:150px;*/}
	
h2#footer{
	font:bold italic 14px "Times New Roman", Times, serif;
	color:#9f9f9f;
	position:relative;
	left:150px;
	margin-left:150px;
	text-align:center;
	margin:auto;
	top:40px;}
	
.pop3{
	width:7px;
	height:22px;
	position:relative;
	right:0px;
	top:-20px;
	float:left;
	/*bottom:0px;*/
	float:right;
	z-index:3}

.pop3 a{
	width:7px;
	height:22px;
	display:block;
	background:url(../images/pop3.png) center}


