body {
overflow-x: hidden;
margin:0 auto;
}

#banner{
	position:relative;
	width:100%;
	height:637px;
	top:0;
	left:0;
	overflow:hidden;
	z-index:33;
}

#fones{
	position:absolute;
	width:258px;
	height:40px;
	top:6px;
	right:0;
	background:url(../img/fones.png) no-repeat top center;
}

#banner_sombra{
	position:relative;
	width:1328px;
	height:50px;
	top:0;
	margin-top:-1px;
	left:50%;
	margin-left:-664px;
	background:url(../img/banner_sombra.png) no-repeat top center;
}

#tudo{
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	left:0;
	top:0;
	margin-top:165px;
	text-align:left;
	background-color:#FFF;
}

#tudo2{
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	left:0;
	top:0;
	text-align:left;
	background-color:#FFF;
}

#tudo3{
	position:relative;
	width:1370px;
	height:auto;
	margin:0 auto;
	left:0;
	top:0;
	text-align:left;
	background-color:#FFF;
}

#destaque{
	position:relative;
	width:311px;
	height:189px;
	top:0;
	left:0;
	float:left;
	margin-left:23px;
	-webkit-transition: all .3s ease; 
	-webkit-backface-visibility: hidden;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	cursor:pointer;
}

#destaque:hover{
	-webkit-transition: all .3s ease; 
	-webkit-backface-visibility: hidden;
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}

#topo_bg{
	position:absolute;
	width:100%;
	height:259px;
	top:0;
	left:0;
	background:url(../img/topo_bg.png) repeat-x top center;
	z-index:34;
}

#menu_bg{
	position:absolute;
	width:1370px;
	height:51px;
	top:182px;
	left:50%;
	margin-left:-685px;
	z-index:34;
}

#segura_item_menu{
	position:absolute;
	width:980px;
	height:51px;
	top:0;
	left:0;
	line-height:51px;
}

#topo_sombra{
	position:absolute;
	width:2112px;
	height:58px;
	top:386px;
	left:50%;
	margin-left:-1056px;
	background:url(../img/topo_sombra.png) no-repeat top center;
}

#rodape{
	position:relative;
	width:100%;
	height:121px;
	top:0;
	left:0;
	margin-top:-34px;
	z-index:35;
}

#rodape_bg{
	position:relative;
	width:100%;
	height:121px;
	top:0;
	left:0;
	background:url(../img/rodape_bg.png) repeat-x top center;
}

#rodape_sombra{
	position:relative;
	width:2112px;
	height:39px;
	top:0;
	left:50%;
	margin-left:-1056px;
	background:url(../img/rodape_sombra.png) repeat-x top center;
}

#rodape_info{
	position:absolute;
	top:23px;
	left:0;
}

#segura_produto{
	position:relative;
	top:0;
	left:0;
	float:left;
	margin-left:5px;
}

#produto_foto{
	position:relative;
	top:0;
	left:0;
	-webkit-transition: all .3s ease; 
	-webkit-backface-visibility: hidden;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	cursor:pointer;
}

#produto_foto:hover{
	-webkit-transition: all .3s ease; 
	-webkit-backface-visibility: hidden;
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}

#produto_texto{
	position:relative;
	width:215px;
	height:77px;
	top:0;
	left:0;
	padding:10px 0 0 10px;
}

#esq_contatos{
	position:relative;
	width:572px;
	height:430px;
	top:0;
	left:0;
	margin-left:190px;
	float:left;
}

#dir_contatos{
	position:relative;
	width:358px;
	height:430px;
	top:0;
	left:0;
	margin-left:50px;
	float:left;
}

#contato_input{
	position:relative;
	top:0;
	left:0;
	text-align:left;
	margin-left:5px;
	margin-bottom:5px;
	float:left;
}

#contato_nome_email_assunto{
	position:relative;
	width:572px;
	height:36px;
	top:0;
	left:0;
	background-color:#E6E6E6;
	color:#000;
	border:0;
	border-radius:2px;
	padding-left:5px;
	float:left;
	color:#808080
}

#contato_mensagem{
	position:relative;
	width:567px;
	height:210px;
	min-width:567px;
	min-height:210px;
	max-width:567px;
	max-height:210px;
	top:0;
	left:0;
	padding:5px;
	background-color:#E6E6E6;
	border-radius:2px;
	color:#808080;
}