@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px; border:none; font-family:Verdana, Arial, Helvetica, sans-serif; list-style:none; text-decoration:none;}

body{background:#e2e2e2;}
#corpo{width:1000px; height:535px; position:absolute; top:50%; left:50%; margin:-267px 0px 0px -500px; background:#FFFFFF;}
#topo{display:none;}
#menu{width:1000px; height:115px; background:url(estilo/menu_background.jpg) repeat-x bottom left;}
#menu li{float:left;}
#menu a{width:225px; height:100px; text-indent:-10000px; display:block; background:#CCCCCC;}
#menu .bthome{width:100px; background:url(estilo/bt_home_logomarca.jpg) 0px -100px no-repeat;}
#menu .btprodutos{background:url(estilo/bt_produtos.jpg) 0px -100px no-repeat;}
#menu .btpromocoes{background:url(estilo/bt_promocoes.jpg) 0px -100px no-repeat;}
#menu .btlocalizacao{background:url(estilo/bt_localizacao.jpg) 0px -100px no-repeat;}
#menu .btcontato{background:url(estilo/bt_contato.jpg) 0px -100px no-repeat;}
#menu .bthome:hover{background:url(estilo/bt_home_logomarca.jpg) 0px 0px no-repeat;}
#menu .btprodutos:hover{background:url(estilo/bt_produtos.jpg) 0px 0px no-repeat;}
#menu .btpromocoes:hover{background:url(estilo/bt_promocoes.jpg) 0px 0px no-repeat;}
#menu .btlocalizacao:hover{background:url(estilo/bt_localizacao.jpg) 0px 0px no-repeat;}
#menu .btcontato:hover{background:url(estilo/bt_contato.jpg) 0px 0px no-repeat;}
#conteudo{width:1000px; height:400px; overflow:auto;}
#conteudo #produtos{width:500px; margin:30px 0px 30px 400px; border-collapse:collapse;}
#conteudo #produtos tr{background:#FFFFFF;}
#conteudo #produtos .esc{background:#e9e9e9;}
#conteudo #produtos tr h2{font-weight:normal; font-size:22px; margin:0px 0px 20px 0px;}
#conteudo #produtos th{font-weight:normal; text-align:left; padding:2px; font-size:12px;}
#conteudo #produtos th a{color:#666666;}
#conteudo #produtos th a:hover{color:#000033; text-decoration:underline;}
#conteudo .formularioContato{width:300px; margin:30px 0px 30px 500px;}
#conteudo .formularioContato legend{font-weight:normal; font-size:22px; margin:0px 0px 20px 0px;}
#conteudo .formularioContato input,
#conteudo .formularioContato textarea,
#conteudo .formularioContato select{border:1px solid #999999; width:300px; margin:0px 0px 7px 0px; padding:1px; color:#4b6ccd; font-size:11px;}
#conteudo .formularioContato label{display:block;font-size:12px; color:#333333; margin:0px 0px 2px 0px;}
#conteudo .formularioContato textarea{height:250px;}
#conteudo .formularioContato .btn{float:left; width:auto; background:#CCCCCC; color:#000000; padding:2px 5px; margin:0px 10px 0px 0px;}
#conteudo #promocoes{width:500px; margin:0px 0px 0px 450px; padding:30px 0px 0px 0px;}
#conteudo #promocoes h2{font-weight:normal; font-size:22px; margin:0px 0px 20px 0px;}
#rodape{width:1000px; height:20px; background:url(estilo/rodape_background.jpg) top left no-repeat;}
#rodape p{color:#666666; font-size:10px; text-align:center; padding:5px 0px 0px 0px;}
#extras{display:none;}

.produtosFundo{background:url(estilo/produtos_fundo.jpg) no-repeat top left;}
.contatoFundo{background:url(estilo/contato_fundo.jpg) no-repeat bottom left;}
.promocoesFundo{background:url(estilo/promocoes_fundo.jpg) no-repeat bottom left;}
.localizacaoFundo{background:url(img/mapa.jpg) no-repeat center center;}
.homeFundo{background:url(img/home.jpg) no-repeat center center;}

.contatoRespostaFundo h2{color:#333;font-weight:normal;font-size:16px;padding:30px 250px 0;text-align:center;}
