/* CSS Document */

body {
    margin: 0;
    padding: 0;
    min-width:1010px;
}

* {
    font-family: "Lucida Sans", "Lucida Grande", "sans-serif";
    letter-spacing: 0px;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#header {
    background-image: url(http://www.geocities.com/images/logo.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 105px;
    margin: 5px 0 0 10px;
}

#ajuda_online{
    margin: 0 10px 0 10px;
}

#ajuda_online a{
    color: black;
}

#ajuda_online a:hover{
    color: red;
}

#aba_corporativo {
    background-image: url(http://www.geocities.com/images/aba_corporativo.gif);
    background-position: right center;
    background-repeat: no-repeat;
    width: 113px;
    height: 18px;
    text-align: center;
    padding: 5px 0 0 0;
    margin: 67px 0 0 0;
}

#aba_corporativo a {
    font-weight: bold;
    color: white;
}

#menu ul{
    margin: 0;
    padding: 4px 0 0 10px;
    background-image: url(http://www.geocities.com/images/bg_menu_top.gif);
    background-repeat: repeat;
    background-position: left top;
    height: 18px;
}

#menu ul li{
    list-style: none;
    display: inline;
    margin-right: 8px;
}

#menu ul li a{
    color: black;
    font-weight: bold;
}

#menu ul li a:hover{
    color: red;
}

#menu ul li.separador{
    color: #bbbbbb;
}

#barra_busca{
    margin: 0;
    padding: 0;
    background-color: red;
    height: 35px;
}

#data{
    color: white;
    padding: 5px 0 0 5px;
    float: left;
}

#caixa_busca{
    float: right;
    padding: 8px 0 0 0;
    color: white;
    font-weight: bold;
    padding-right: 50px;
}

#caixa_busca input.campo_texto{
    width: 100px;
}

#menu_lateral{
    float: left;
}

#menu_lateral ul{
    margin: 7px 0 0 0;
    padding: 0 0 20px;
    width: 140px;
    background-color: #eeeeee;
}

#menu_lateral ul li{
    list-style: none;
    background-color: #eeeeee;
    padding: 5px 0 0 10px;
}

#menu_lateral ul li a{
    color: black;
    font-weight: bold;
}

#menu_lateral ul li a:hover{
    color: red;
}

#menu_lateral ul li.titulo_menu_lateral{
    width: 140px;
    height: 25px;
    background-image: url(http://www.geocities.com/images/titulo_menu_lateral.gif);
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 0 0;
}

#menu_lateral ul.menu_lateral_alimentos {
    width: 120px;
    padding: 0 0 5px 0;
}

#menu_lateral ul.menu_lateral_alimentos li a {
    font-weight: normal;
}
