﻿*
{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: small;
}
html
{
    height: 100%;
    margin-bottom: 1px; /* Não oculta a barra de rolagem no Firefox */
}
body
{
    /*background-color: #76990C;*/
    font-family: Verdana, Arial, Helvetica, sans-seriff;
    background: #00303A url(../imagens/masterpage/2.gif) fixed top;
}
a:link
{
    text-decoration: none;
    color: #333333;
}
a:visited
{
    text-decoration: none;
    color: #333333;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: underline;
}
input.image
{
    background: none;
}
img
{
    border: none;
}
#Menu
{
    background: #ffffff url(../imagens/masterpage/barra.png) repeat-x;
    height: 40px;
    width: 990px;
    float: right;
    margin-right: 5px;
}
#Menu ul
{
    list-style: none;
}
#Menu ul li
{
    float: left;
    margin: 5px 15px;
}
#Menu ul li a
{
    display: block;
    padding: 5px 0;
    font-size: 1.3em;
}
#Menu ul li a:hover
{
    padding: 5px 0;
    font-size: 1.3em;
}

#Rodape
{
    background-color: Green;
    height: 80px;
    width: 750px;
    margin: auto;
}
#Cardapio
{
    float: right;
    width: 495px;
    height: 600px;
    text-align: left;
    margin-top: 5px;
    color: White;
}
#Cardapio p
{
    font-size: 1.1em;
    padding: 2px;
}
#Rodape ul
{
    list-style: none;
}

#Rodape ul li
{
    float: left;
    margin: 5px 15px;
}

#Rodape ul li a
{
    display: block;
    padding: 5px 0;
    color: #ffffff;
}

#Rodape ul li a:hover
{
    padding: 5px 0;
    color: #ffffff;
}

#CopyRight
{
    width: 750px;
    text-align: left;
    color: #fff;
    padding: 10px;
    margin: auto;
}

#CopyRight ul
{
    list-style: none;
}

.acompanha_rodape
{
    clear: both;
}

.Titulo
{
    font-size: 1.2em;
    border: solid 1px #cccccc;
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    color: #333333;
    margin: 5px;
}

.CardapioTitulo
{
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0;
}
.button
{
    border: outside 2px #CCCCCC;
    list-style-position: outside;
    color: #FFFFFF;
    font-size: small;
    height: 24px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #990000;
    cursor: pointer;
}
