html {
     height: 100%;
}

body {
    background: #ffffff url(images/bg.jpg) repeat-x;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    padding: 0;
    height: 100%;
    margin: 0;
}

#wrapper {
    width: 780px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#cabecalho {
    width: 780px;
    height: 75px;
    position: relative;
    margin: 0 auto;
    top: 10px;
}

#top_menu {
    height: 34px;
    width: 420px;
    position: relative;
    float: right;
    top: 17px;
}

#menu_links {
    display: inline;
    left: -95px;
    position: absolute;
    height: 34px;
}

#menu_links li{
	position: absolute;
        padding: 0;
        display: inline;
}

#cont_footer {
    width: 780px;
    height: 81px;
    margin: 0 auto;
    background: transparent url(images/footer_complementar.gif) no-repeat;
}

#footer {
    width: 100%;
    height: 81px;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    background: transparent url(images/footer_bg2.gif) repeat-x;
    visibility: hidden;
    text-align: center;
}

#animation_block {
    width: 770px;
    height: 220px;
    margin: 0 auto;
    background-color: #cec8c6;
    border-top: 1px solid #afa4a1;
    border-left: 1px solid #afa4a1;
    border-right: 1px solid #afa4a1;
    position: relative;
    text-align: center;
    padding: 0;
    top: 11px;
}

#animation_block p {
    position: relative;
    padding: 0;
    margin-top: 11px;
}

#conteudo_block {
    width: 772px;
    margin: 0 auto;
    top: 11px;
    padding: 0;
    position: relative;
    background: #ffffff url(images/bg_content.gif) repeat-y;
}

#left_content {
    width: 527px;
    float: left;
    position: relative;
    background: #ffffff url(images/shadow_header.gif) repeat-x;
    text-align: center;
}

#corpos {
    padding: 10px;
    text-align: justify;
    position: relative;
    top: 10px;
}

#right_content {
    width: 235px;
    float: right;
    height: 100%;
    text-align: center;
    position: relative;
    padding: 5px;
    background-color: #d7d7d7;
}

.telefone {
    font-size: 1.5em;
    font-weight: bold;
    color: #444444;
}

.botao {
    font-size: 0.90em;
    background-color: #444444;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #333333;
}

#noticias {
    text-align: left;
    padding: 5px;
}

#noticias a {
    text-decoration: none;
    color: #333333;
}

#noticias a:hover {
    text-decoration: underline;
    color: #111111;
}

/* TOP MENU */

a#menu_inicio{
width: 55px;
height: 34px;
background-image: url(images/menu/b_inicio.gif);
display: block;
text-decoration: none;
}

a#menu_inicio:hover {
background-position: 55px 0;
}

a#menu_quemsomos{
width: 100px;
height: 34px;
background-image: url(images/menu/b_quemsomos.gif);
display: block;
text-decoration: none;
}

a#menu_quemsomos:hover {
background-position: 100px 0;
}

a#menu_servicos{
width: 79px;
height: 34px;
background-image: url(images/menu/b_servicos.gif);
display: block;
text-decoration: none;
}

a#menu_servicos:hover {
background-position: 79px 0;
}

a#menu_faleconosco{
width: 97px;
height: 34px;
background-image: url(images/menu/b_faleconosco.gif);
display: block;
text-decoration: none;
}

a#menu_faleconosco:hover {
background-position: 97px 0;
}

a#menu_politicacomercial{
width: 127px;
height: 34px;
background-image: url(images/menu/b_politica.gif);
display: block;
text-decoration: none;
}

a#menu_politicacomercial:hover {
background-position: 127px 0;
}

.b_quemsomos {
          left: 97px;
}

.b_servicos {
          left: 200px;
}

.b_faleconosco {
          left: 279px;
}

.b_politica {
          left: 377px;
}
