
/************************** SITE **************************/
#site{
    background-image: url(img/bg_organic_beef.jpg);
}

/************************** TOPO **************************/
#siteTopo{
    background: url("img/bg_organic_beef.jpg") no-repeat 0 109px;
    height:300px;
}

/************************ CONTEÚDO *************************/
#siteConteudo{
    float: left;
    width: 424px;
}

.informacoes { float:left; width:274px; margin-top:56px; }
.informacoes .sac { width:176px; height:42px; margin:0 0 100px 150px; background:url(img/bg_sac.gif) no-repeat; }
.informacoes .sac h3 { width:113px; height:33px; margin-left:63px; background:url(img/ttl_sac_alimentos.gif) no-repeat; text-indent:-5000em; }

.informacoes .onde-comprar { width:240px; height:92px; margin-left:130px; background:url(img/bg_onde_comprar.gif) no-repeat; }
.informacoes .onde-comprar h3 { width:120px; height:13px; margin-left:88px; background:url(img/tit_onde_comprar.gif) no-repeat; text-indent:-5000em; }
.informacoes .onde-comprar a { display:block; width:95px; height:13px; margin-left:88px; background:url(img/bt_encontrar_lojas.gif); text-indent:-5000em; }
.informacoes .onde-comprar p { margin-left:88px; }

h2{
    background-image: url(img/ttl_fale_conosco.gif);
}

form div{
    clear: both;
    padding-top: 5px;
}
form label{
    float: left;
    width: 72px;
    padding-top: 2px;
    padding-right: 5px;
    text-align: right;
}
form input.text,
form select,
form textarea{
    float: left;
    width: 327px;
}
form select{
    width: 339px;
}
form .msnAlerta{
    float: left;
    padding-top: 2px;
    padding-left: 10px;
}

#Submit1 { float:right; display:block; width:57px; height:24px; margin-left:76px; background:url(img/bt_enviar.gif); border:0; text-indent:-5000em; }

blockquote.msgEnviada{
    height: 95px;
    padding: 90px;
    background: url(img/msg_enviada.gif) no-repeat center;
}
blockquote.msgEnviada span{
    display: none;
}
