* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	vertical-align: middle;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	text-align: center;
	font: 12px Arial, Verdana, Sans-Serif;
}

#corpo {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #F7F7F7;
	border-bottom: none;
	border-top: none;
}

#recursos {
	position: absolute;
	width: 168px;
	height: 62px;
	z-index: 100;
	top: 508px;
	left: 50%;
	margin-left: -293px;
}

#lateral {
	width: 188px;
	min-height: 598px;
	float: left;
	position: absolute;
	z-index: 10;
}
#lateral h1, #lateral ul { visibility: hidden; }
* #lateral { height: 598px; }

/* BACKGROUNDs */
#conteudo { background: url(../imagens/topos/topo_home_pt.jpg) no-repeat top right; }
#empresa #conteudo { background: url(../imagens/topos/topo_empresa_pt.jpg) no-repeat top right; }
#dicas #conteudo { background: url(../imagens/topos/topo_dicas_pt.jpg) no-repeat top right; }
#produtos #conteudo { background: url(../imagens/topos/topo_produtos_pt.gif) no-repeat top right; }
#noticias #conteudo { background: url(../imagens/topos/topo_noticias_pt.jpg) no-repeat top right; }
#contato #conteudo { background: url(../imagens/topos/topo_contato_pt.jpg) no-repeat top right; }
#orcamento #conteudo { background: url(../imagens/topos/topo_orcamento_pt.jpg) no-repeat top right; }
#representantes #conteudo { background: url(../imagens/topos/topo_representantes_pt.jpg) no-repeat top right; }
/* EN */
.en #conteudo { background: url(../imagens/topos/topo_home_en.jpg) no-repeat top right; }
#empresa.en #conteudo { background: url(../imagens/topos/topo_empresa_en.jpg) no-repeat top right; }
#dicas.en #conteudo { background: url(../imagens/topos/topo_dicas_en.jpg) no-repeat top right; }
#produtos.en #conteudo { background: url(../imagens/topos/topo_produtos_en.jpg) no-repeat top right; }
#noticias.en #conteudo { background: url(../imagens/topos/topo_noticias_en.jpg) no-repeat top right; }
#contato.en #conteudo { background: url(../imagens/topos/topo_contato_en.jpg) no-repeat top right; }
#orcamento.en #conteudo { background: url(../imagens/topos/topo_orcamento_en.jpg) no-repeat top right; }
#representantes.en #conteudo { background: url(../imagens/topos/topo_representantes_en.jpg) no-repeat top right; }
/* ES */
.es #conteudo { background: url(../imagens/topos/topo_home_es.jpg) no-repeat top right; }
#empresa.es #conteudo { background: url(../imagens/topos/topo_empresa_es.jpg) no-repeat top right; }
#dicas.es #conteudo { background: url(../imagens/topos/topo_dicas_es.jpg) no-repeat top right; }
#produtos.es #conteudo { background: url(../imagens/topos/topo_produtos_es.jpg) no-repeat top right; }
#noticias.es #conteudo { background: url(../imagens/topos/topo_noticias_es.jpg) no-repeat top right; }
#contato.es #conteudo { background: url(../imagens/topos/topo_contato_es.jpg) no-repeat top right; }
#orcamento.es #conteudo { background: url(../imagens/topos/topo_orcamento_es.jpg) no-repeat top right; }
#representantes.es #conteudo { background: url(../imagens/topos/topo_representantes_es.jpg) no-repeat top right; }

#conteudo {
	min-height: 473px;
	padding-top: 140px;
	padding-left: 201px;
	padding-right: 14px;
}

#banner-escada {
	width: 126px;
	height: 349px;
	float: right;
	margin-top: 50px;
}

#intro {
	width: 395px;
	height: 314px;
	margin-left: 12px;
	margin-top: -30px;
}

#conteudo #formBusca {
	position: absolute;
	top: 144px !important;
	top: 143px;
	margin-left: 450px;
	width: 116px;
}
#conteudo #formBusca #q {
	width: 88px;
	height: 16px;
	border: 1px solid #3399CC;
	background: #FFF url(../imagens/lupa.gif) no-repeat 98%;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 1px;
	color: #666;
}

address {
	display: block;
	text-align: center;
	clear: both;
	background: url(../imagens/bg_rodape.gif) repeat-x;
	line-height: 32px;
	font-style: normal;
	font-size: 14px;
	color: #4784BF;
	font-weight: bold;
	cursor: default;
}
address a {
	font-size: 14px;
	color: #3673AF;
	text-decoration: underline;
}
address a:hover { color: #336699; }
