/* Folha de Estilos */
body
{
	margin:0px;
	padding:0px;	
}

#body_home{
	background:#cfcfcf url(../img/bg_home.png) no-repeat;	
}	

#container
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* teste */
p{margin-top:0; margin-bottom:0}
form{margin:0; padding:0}

p,div,label,span,a{
	font-family:"Arial", "Trebuchet MS", "Verdana";
	font-size:11px;
	color:#666666;
}

br{line-height:12px}

div {text-align:left }

img{border:0px}

a {text-decoration:none}

a:hover { text-decoration:underline }

.block { display:block}

.negrito {font-weight:bold}

.clear{clear:both}

.absolute{position:absolute}

.size12{font-size:12px}

.vermelho{color:#da251d;}

/* ========== Formulário ========== */
input, select
{
	border:1px solid #ccc;
	background:#fff;
	color:#666666;
	font-size:12px;
}

textarea{
	border:1px solid #ccc;
	color:#666666;
	background:#fff;
	font-size:12px;
}

#topo{
	width:1000px;
	height:440px;
}

#topo #login{
	position:absolute;
	margin-left:681px;
	width:313px;
	height:24px;
	background:url(../img/bg_login.png) no-repeat
}

#topo ul{
	padding:0;
	margin:0;
	position:absolute;
	margin-top:47px;
	margin-left:388px;
	list-style:none	
}

#topo ul li{
	display:inline;
	padding:1px	
}

#topo .banner{
	margin-top:108px	
}

#obras{
	width:396px;
	height:208px;
	float:left;
	margin-top:20px;
	background:url(../img/bg_obras.png) no-repeat	
}

#obras p{
	margin-top:120px;
	width:293px	
}	

#onde_estamos{
	width:254px;
	float:left;
	margin-top:20px;
	background:url(../img/bg_onde_estamos.png) no-repeat	
}

#onde_estamos img{
	margin-top:20px;
	margin-left:170px;	
}

#onde_estamos p{
	margin-top:120px;
	width:250px;
	margin-left:15px		
}	

#produtos{
	width:327px;
	height:208px;
	float:left;
	margin-top:20px;
	margin-left:10px;
	background:url(../img/bg_produtos.png) no-repeat	
}

#produtos p{
	margin-top:120px;
	margin-left:15px	
}

#produtos img{
	margin-top:33px;
	margin-left:250px;	
}

#rodape{
	display:table;
	clear:both;
	margin-top:30px	
}

#rodape p{
	margin-top:5px;
	margin-left:5px	
}

#meio_interna{
	margin-top:30px	
}

#empresa_interna .empresa_box1{
	width:242px;
	height:153px;
	float:left;
	margin-top:10px;
	background:url(../img/bg_foto_empresa.png) no-repeat
}

#empresa_interna .empresa_box1 img{
	margin-top:6px;
	margin-left:1px
}	

#empresa_interna .empresa_box2{
	width:650px;
	float:left;
	margin-top:10px;
	margin-left:5px
}

#empresa_interna .empresa_box3{
	width:98px;
	height:111px;
	float:left;
	margin-top:10px;
	background:url(../img/selo_empresa.png) no-repeat
}

#produtos_interna select{
	width:180px;
	height:21px;
	color:#DA271F;
	margin-top:9px;
	margin-bottom:15px;
}

#obras_interna .obras_listagem{
	float:left;
	display:table;
}

#obras_interna .obras_listagem .listagem_foto{
	width:105px;
	float:left;
}

#obras_interna .obras_listagem .listagem_texto{
	float:left;
}	
	
#obras_interna .obras_consulta{
	width:230px;
	float:left;
	display:table;
}

#obras_interna .obras_consulta select{
	width:180px;
	height:21px;
	color:#DA271F;
	margin-top:5px;
}

#localizacao_interna .filiais_listagem{
	float:left;
	display:table;
}

#localizacao_interna .filiais_consulta{
	width:230px;
	float:left;
	display:table;
}

#localizacao_interna .filiais_consulta select{
	width:180px;
	height:21px;
	color:#DA271F;
	margin-top:5px;
}

#form_login .input_nome{
	margin-left:95px;
	margin-top:3px;
	width:80px;
	background-color: #e7e7e7;
	border:none;
	padding:3px;
	font-size: 9px;
}

#form_login .input_senha{
	margin-left:5px;
	margin-top:3px;
	width:80px;
	background-color: #e7e7e7;
	border:none;
	padding:3px;
	font-size: 9px;
}

