/* 
    Documento   : style
    Criado em   : 06/07/2011, 14:36:05
    Author      : Programação
    Description :
        Folha de stilo padrao do site Portal Garçom Web
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#div_topo {    
    width: 100%;
    background-image: url("../imagens/fundo_div_central.png");
    height: 170px;
    text-align: center;
    
}
#div_central {
    width: 100%;
    margin: auto;
    background-image: url("../imagens/fundo_div_central.png");
    margin-top: -17px;
    height: auto;
}
#div_rodape {
    width: 100%;
    height: 70px;
    background-image: url("../imagens/fundo_div_central.png");
    _text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    
}

#topo_logo {
    width: 950px;
    margin: auto;
    padding-top: 1px;
    _padding-top: 16px;
    _margin-top: -15px;
}
/* CONFIGURAÇÕE CSS PARA O MENU */
#div_menu {
    width: 100%;
    margin: auto;
}
#menu_meio{
    background-image: url(../imagens/barra-delivery.png);
    width: 112px;
    height: 111px;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_meio_ativo{
    background-image: url(../imagens/barra-delivery2.png);
    width: 112px;
    height: 111px;
    background-repeat: no-repeat;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_meio-como-adq{
    background-image: url(../imagens/barra-como-adquirir.png);
    width: 112px;
    height: 111px;
    background-repeat: no-repeat;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_meio-como-adq-ativo{
    background-image: url(../imagens/barra-como-adquirir2.png);
    width: 112px;
    height: 111px;
    background-repeat: no-repeat;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_meio-como-adq:hover , #menu_meio-como-adq.hover{
    background-image: url(../imagens/barra-como-adquirir2.png);
    width: 112px;
    height: 111px;
}
#menu_meio-sobre{
    background-image: url(../imagens/barra-sobre.png);
    width: 113px;
    height: 111px;
    background-repeat: no-repeat;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_meio-sobre-ativo{
    background-image: url(../imagens/barra-sobre2.png);
    width: 113px;
    height: 111px;
    background-repeat: no-repeat;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_meio-sobre:hover , #menu_meio-sobre.hover{
    background-image: url(../imagens/barra-sobre2.png);
    width: 113px;
    height: 111px;

}
#menu_meio a:link{
    text-decoration: none;
    color: black;
}
#menu_meio a:visited{
    text-decoration: none;
    color: black;
}
#menu_meio a:hover{
    color: #0099FF;
}
#menu_meio_ativo a:link{
    text-decoration: none;
    color: black;
}
#menu_meio_ativo a:visited{
    text-decoration: none;
    color: black;
}
#menu_meio_painel a:link{
    text-decoration: none;
    color: black;
}
#menu_meio_painel a:visited{
    text-decoration: none;
    color: black;
}
#menu_meio_painel a:hover{
    color: #0099FF;
}
#menu_meio_painel_ativo a:link{
    text-decoration: none;
    color: black;
}
#menu_meio_painel_ativo a:visited{
    text-decoration: none;
    color: black;
}
#inicio_menu{
    background-image: url(../imagens/barra-menu-logo.png);
    width: 194px;
    height: 111px;
    text-align: center;
    background-repeat: no-repeat;
/*    padding-top: 5px;*/
/*    padding-left: 4px;*/
    
}
#menu_meio_sem_barra{
    background-image: url(../imagens/img_menu_meio.png);
    width: 106px;
    height: 98px;
    position: relative;
    margin-top: -2px;
    text-align: center;
    _margin-top: -4px;
    background-repeat: no-repeat;
    padding-top: 33px;
}
#menu_meio_area_restrita{
    background-image: url(../imagens/barra-restrita.png);
    width: 112px;
    height: 111px;
    background-repeat: no-repeat;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_meio_area_restrita_ativo{
    background-image: url(../imagens/barra-restrita2.png);
    width: 112px;
    height: 111px;
    background-repeat: no-repeat;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_fim{
    background-image: url(../imagens/img_menu_fim.png);
    width: 117px;
    height: 98px;
    position: relative;
    margin-top: -2px;
    text-align: center;
    _margin-top: -4px;
    background-repeat: no-repeat;
    padding-top: 33px;
}
#menu_fim_animacao{
    background-image: url(../imagens/barra-fim.png);
    width: 363px;
    height: 111px;
    text-align: center;
    background-repeat: no-repeat;
    
}
#menu_meio:hover , #menu_meio.hover{
    background-image: url(../imagens/barra-delivery2.png);
    width: 112px;
    height: 111px;
        
}
#menu_meio_area_restrita:hover , #menu_meio_area_restrita.hover{
    background-image: url(../imagens/barra-restrita2.png);
    width: 112px;
    height: 111px;
}

/* FIM CONFIGURAÇÕE CSS PARA O MENU */
#conteudo_central{
    width: 982px;
    margin: auto;
    text-align: left;
}
/* AREIA DE CONFIGURAÇÃO DOS INPUTS DAS PAGINA */

#busca { /*INPUT DE BUSCA DE CEP*/
    background-image: url(../imagens/input_busca.png);
    background-repeat: no-repeat;
    width: 209px;
    height: 95px;
    padding-top: 32px;
    padding-left: 20px;
    margin-top: -18px;
}
#busca #req {
    margin-left: -5px;
    margin-top: 4px;
    height: 17px;
    width: 128px;
    _width: 127px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    background-image: url(../imagens/input_busca-fundo.png);
}

#login { /* INPUT DE LOGI*/
    background-image: url(../imagens/input_login.png);
    background-repeat: no-repeat;
    width: 139px;
    height: 25px;
    _padding-top: -1px;
}
#login .senha_login{
    height: 19px;
    _height: 18px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    background-image: url(../imagens/fundo_input_login.png);
    font-family: arial;
    font-size: 11px;
    color: #999
    
}
#login .emal_login{
    height: 19px;
    _height: 18px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    background-image: url(../imagens/fundo_input_login.png);
    font-family: arial;
    font-size: 11px;
    color: #999
}
/* FIM AREIA DE CONFIGURAÇÃO DOS INPUTS DAS PAGINA */
#Conteudo_rodape{
    width: 982px;
    margin: auto;
    text-align: left;
}
#fundo_rodape {
    background-image: url(../imagens/fundo-rodape.png);
    background-repeat: no-repeat;
    width: 987px;
    height: 52px;
    padding-top: 20px;

}

/* CSS DO MENU INFERIOR */

#menu_opc_inf {
    background-image: url(../imagens/fundo-menu-rodape.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 250px;
    _display: block;
    _padding-top: 20px;
    cursor: hand;
}
#menu_opc_inf:hover , #menu_opc_inf.hover {
    background-image: url(../imagens/fundo-menu-rodape2.png);
    width: 191px;
    height: 250px;
    _cursor: url;
}
#menu_opc_inf #font:hover , #font.hover{
    color: #0099CC;
}

#cadastre-se{
    background-image: url(../imagens/btn_cadastrar.png);
    width: 147px;
    height: 32px;
    cursor: hand;
}
#cadastre-se:hover , #cadastre-se.hover {
    background-image: url(../imagens/btn_cadastrar2.png);
    width: 147px;
    height: 32px
}
#font_menu_inf{
    font-family: arial;
    color: #FF982C;
    font-size: 14px;
    letter-spacing:0px;
    font-weight: bold
}
#font_menu_inf2{
    font-family: arial;
    color: #333;
    font-size: 11px;
}

/* FORMATAÇÃO DE EXIBIÇÃO DE DELIVERY DISPONÉVEIS */
#titulo_delivery {
    font-family: arial;
    color: #0087CC;
    font-size: 11px;
    font-weight: bold;   
}
#exibicao_delivery a:link, a:visited, a:active{
    text-decoration: none;
}
#titulo_delivery:hover , #titulo_delivery.hover{
    color: #FF9900;
    text-decoration: none;
}

#fundo_loja {
    cursor: hand;   
}

/*  FORMATAÇÃO DO ANÚNCIO  */
#anuncio{
    float: right;
    margin-top: -135px;
    _margin-top: -120px;
    margin-right: 30px
}
#anuncio_index{
    float: right;
    margin-top: -105px;
    margin: auto;
}

input.image:hover{
    background-image: url(../imagens/btm_ok2.png);
}

/*      FORMATAÇÃO DAS FONTES PADRÃO       */
#font_texto{
    font-family: arial;
    font-size: 11px;
    color: #333;
}
#exibicao_delivery{
    margin-top: -10px;
    margin-left: 23px
}

/*      FORMATAÇÃO DO PAINEL DE CONTROLE        */
#painel-controle{
    background-image: url(../imagens/fundo_login_painel2.png);
    background-repeat: no-repeat;
    width: 267px;
    height: 206px;
    margin: 0 auto;
    _margin-left: 38%;
    padding-left: 40px;
    padding-top: 15px;
    margin-top: 10px;
}
#input-painel{
    background-image: url(../imagens/input-login.png);
    background-repeat: no-repeat;
    width: 133px;
    height: 21px;
}
#input-painel #codigo{
    background-image: url(../imagens/fundo-input-login.png);
    width: 130px;
    height: 17px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}
#input-painel #senha_painel{
    background-image: url(../imagens/fundo-input-login.png);
    width: 130px;
    height: 17px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}
#font_texto a:link{
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
    color: #000;
}
#font_texto a:visited{
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
    color: #000;
}
#input-painel #email{
    background-image: url(../imagens/fundo-input-login.png);
    width: 130px;
    height: 17px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}
label {
    display: block;
    margin-top: 10px;
}
label.error { 
    float: none;
    color: #CC3333;
    margin: 0 .5em 0 0;
    vertical-align: top;
    font-size: 11px;
    font-family: arial
}
p { 
    clear: both;
}
.submit { 
    margin-top: 1em;
}

#div-lembrar-senha {
    background-image: url(../imagens/fundo_login_painel2.png);
    background-repeat: no-repeat;
    width: 267px;
    height: 206px;
    margin: 0 auto;
    padding-left: 40px;
    padding-top: 35px;
    margin-top: 10px;
}
p {
    font-size: 11px;
    font-family: arial;
    color: #333;
    font-weight: normal;
}
#input-c-adquirir{
    background-image: url(../imagens/input-como-adquirir-nome.png);
    width: 200px;
    height: 22px;
    background-repeat: no-repeat;
    border: 0px

}
#input-c-adquirir2{
    background-image: url(../imagens/input-questionario.png);
    width: 250px;
    height: 41px;
    background-repeat: no-repeat;
    margin-top: -10px
}
#input-c-adquirir3{
    background-image: url(../imagens/campo-mensagem.png);
    width: 200px;
    height: 60px;
    background-repeat: no-repeat;
}
#nome{
    background-image: url(../imagens/input-como-adquirir-nome-fundo.png);
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    height: 17px;
    font-family: arial;
    font-size: 11px;
    color: #666;
    width: 194px
}
#empresa{
    background-image: url(../imagens/input-como-adquirir-nome-fundo.png);
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    height: 17px;
    font-family: arial;
    font-size: 11px;
    color: #666;
    width: 194px
}
#posicao{
    background-image: url(../imagens/input-como-adquirir-nome-fundo.png);
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    height: 17px;
    font-family: arial;
    font-size: 11px;
    color: #666;
    width: 194px
}
#email{
    background-image: url(../imagens/input-como-adquirir-nome-fundo.png);
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    height: 17px;
    font-family: arial;
    font-size: 11px;
    color: #666;
    width: 194px
}
#telefone{
    background-image: url(../imagens/input-como-adquirir-nome-fundo.png);
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    height: 17px;
    font-family: arial;
    font-size: 11px;
    color: #666;
    width: 194px
}
.input-c-adquirir2{
    background-image: url(../imagens/input-questionario-fundo.png);
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    height: 36px;
    overflow:auto;
    font-family: arial;
    font-size: 11px;
    color: #666
}
#mensagem{
    background-image: url(../imagens/campo-mensagem-fundo.png);
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    height: 55px;
    overflow:auto;
    font-family: arial;
    font-size: 11px;
    color: #666;
}
#exibicao-imagem{
    background-image: url(../imagens/fundo_img_exibicao.png);
    background-repeat: no-repeat;
    width: 722px;
    height: 189px;
    margin: auto;
    margin-left: 110px;
    margin-top: 40px;
    padding-top: 10px;
    
}
#menu_sobre_inicio{
    background-image: url(../imagens/menu_sobre_inicio.png);
    background-repeat: no-repeat;
    width: 112px;
    height: 56px;
    text-align: center;
    padding-top: 10px;
    _padding-top: 20px;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_sobre_inicio:hover , #menu_sobre_inicio.hover{
    background-image: url(../imagens/menu_sobre_inicio2.png);
    background-repeat: no-repeat;
    width: 112px;
    height: 56px;
    color: #0099FF;
}
#menu_sobre_meio{
    background-image: url(../imagens/menu_sobre_meio.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 56px;
    text-align: center;
    padding-top: 10px;
    _padding-top: 20px;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_sobre_meio:hover , #menu_sobre_meio.hover{
    background-image: url(../imagens/menu_sobre_meio2.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 56px;
    color: #0099FF;
}
#menu_sobre_meio_grande{
    background-image: url(../imagens/menu_sobre_meio_grande.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 56px;
    text-align: center;
    padding-top: 10px;
    _padding-top: 20px;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_sobre_meio_grande:hover , #menu_sobre_meio_grande.hover{
    background-image: url(../imagens/menu_sobre_meio_grande2.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 56px;
    color: #0099FF;
}
#menu_sobre_fim{
    background-image: url(../imagens/menu_sobre_fim.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 56px;
    text-align: center;
    padding-top: 10px;
    _padding-top: 20px;
    cursor: hand; /* EFEITO LINK NO IF */
    cursor:pointer; /* EFEITO LINK NO FF */
}
#menu_sobre_fim:hover , #menu_sobre_fim.hover{
    background-image: url(../imagens/menu_sobre_fim2.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 56px;
    color: #0099FF;
}
#exibicao-layout{
    background-image: url(../imagens/exibicao_layout.png);
    background-repeat: no-repeat;
    width: 722px;
    height: 189px;
    margin: auto;
    margin-left: 110px;
    margin-top: 40px;
    padding-top: 45px;
}
#exibicao-carrinho{
    background-image: url(../imagens/exibicao_layout.png);
    background-repeat: no-repeat;
    width: 722px;
    height: 189px;
    margin: auto;
    margin-left: 110px;
    margin-top: 40px;
    padding-top: 45px;
}
p a:link{
    text-decoration: none;
    color: #333
}
p a:visited{
    text-decoration: none;
    color: #333;
}
p a:hover{
    text-decoration: none;
    color: #0099FF;
}
span{
    font-family: arial;
    font-size: 14px;
    color: #FF982C;
    letter-spacing:3px;
}
#mensagen-login-painel{
    margin-top: -5px;
    font-size: 11px;
    font-family: arial;
    color: #CC3333;
}
#mensagen-login-painel-topo{
    margin-top: -5px;
    font-size: 11px;
    font-family: arial;
    color: #CC3333;
    margin-top: 1px;
    margin-left: 8px
}
#form_busca {
    margin-bottom: -30px;
    margin-top: -16px;
}
#comercial{
    background-image: url(../imagens/comercial.png);
    background-repeat: no-repeat;
    width: 210px;
    height: 178px;
    padding-top: 50px;
    margin-right: 5px
}
#fax{
    background-image: url(../imagens/fax.png);
    background-repeat: no-repeat;
    width: 210px;
    height: 178px;
    padding-top: 50px
}
#comercial strong{
    font-family: arial;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}
#fax strong{
    font-family: arial;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}
#input-ontato1{
    background-image: url(../imagens/input-como-adquirir-nome.png);
    width: 200px;
    height: 22px;
    background-repeat: no-repeat;
}
#input-ontato1 input{
    background-image: url(../imagens/input-como-adquirir-nome-fundo.png);
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    width: 195px;
    height: 17px;
    font-family: arial;
    font-size: 11px;
    color: #666;
    margin-top: 1px;
    margin-left: 1px
}
#input-ontato2{
    background-image: url(../imagens/campo-mensagem.png);
    width: 200px;
    height: 60px;
    background-repeat: no-repeat;
}
#fundo_topo{
    background-image: url(../imagens/fundo-meio1.png);
    background-repeat: no-repeat;
    width: 992px;
    height: 165px;
    padding-top: 10px;
    padding-left: 20px;
    margin: auto;
    margin-top: -35px;
}
#fundo_meio{
    background-image: url(../imagens/fundo-meio2.png);
    width: 992px;
    margin-top: -10px;
    padding-top: 20px;
    font-size: 11px;
    font-family: arial;
}
#fundo_fim{
    background-image: url(../imagens/fundo-meio3.png);
    width: 992px;
    height: 107px;
}
#fundo_imagem_d{
    width: 177px;
    height: 122px;
    padding-top: 10px;
    border: solid 1px #F1F1F1;
    margin-top: -6px;
    _margin-top: 0px    
}
#fundo_imagem_d:hover , #fundo_imagem_d.hover{
    border: solid 1px #DBDBDB;
}
#especialidade p{
    font-size: 11px;
    color: #666;
}
#fundo_topo strong{
    font-size: 11px;
    font-family: arial;
}
#menu_inferior a:link{
    text-decoration: none;
}

#fonte_imagens{
    font-size: 18px;
    font-family: 'Play', sans-serif;
    color: #44AFD2;
}


/*  EFEITO DE POUPOP NA PAGINA DE DELIVERY*/

.bubbleInfo * {
    margin: 0;
    padding: 0;
}
/*
h1 {
    margin: 14px 0;
    font-family: 'Trebuchet MS', Helvetica;
}

p {
    margin: 14px 0;
    font-family: 'Trebuchet MS', Helvetica;
}*/

.bubbleInfo {
    position: relative;
/*    top: 150px;
    left: 100px;
    width: 500px;*/
}
.trigger {
    position: relative;
}

/* Bubble pop-up */

.popup {
        position: absolute;
        display: none;
        z-index: 50;
        border-collapse: collapse;
        
}

.popup td.corner {
        height: 15px;
        width: 19px;       
}

.popup td#topleft { background-image: url(../imagens/bubble-1.png);}
.popup td.top { background-image: url(../imagens/bubble-2.png); }
.popup td#topright { background-image: url(../imagens/bubble-3.png); }
.popup td.left { background-image: url(../imagens/bubble-4.png);}
.popup td.right { background-image: url(../imagens/bubble-5.png);}
.popup td#bottomleft { background-image: url(../imagens/bubble-6.png);}
.popup td.bottom { background-image: url(../imagens/bubble-7.png); text-align: center; }
.popup td.bottom img { display: block; margin: 0 auto;}
.popup td#bottomright { background-image: url(../imagens/bubble-8.png);  }



.popup table.popup-contents {
        font-size: 11px;
        line-height: 1.2em;
        background-color: #fff;
        color: #666;
        font-family: "Lucida Grande", "arial", "Lucida Sans", sans-serif;
        }

table.popup-contents th {
        text-align: left;
        }

table.popup-contents td {
        text-align: left;
        }

tr#release-notes th {
        text-align: left;
        text-indent: -9999px;
        background: url(../imagens/starburst.gif) no-repeat top right;
        height: 17px;
        }
tr#release-notes2 th {
        text-align: left;
        text-indent: -9999px;
        height: 17px;
        color: #000
}
tr#release-notes2 td {
        width: 100%
}

tr#release-notes td a {
        color: #333;
}

/* FIM DO EFEITO DE POUPOP NA PAGINA DE DELIVERY*/