
/************************** SITE **************************/
#site{
    background-image: url(img/bg_organic_beef.jpg);
}

/************************ CONTEÚDO *************************/
#siteConteudo { float:left; width: 940px; }

h2 { height: 28px; background-image: url(img/ttl_onde_comprar.gif); }

.form-search { float:left; width:905px; padding:15px; background-color:#EFEFEF; -moz-border-radius:5px; -webkit-border-radius:5px; }
.form-search label { margin:12px 5px 0 0; }
.form-search select { float:left; width:184px; margin:7px 40px 0 0; }
.form-search .tit-estado { float:left; display:block; width:48px; height:11px; background:url(img/tit_estado.gif) no-repeat; text-indent:-5000em; }
.form-search .tit-cidade { float:left; display:block; width:49px; height:11px; background:url(img/tit_cidade.gif) no-repeat; text-indent:-5000em; }
.form-search .tit-rede { float:left; display:block; width:31px; height:11px; background:url(img/tit_rede.gif) no-repeat; text-indent:-5000em; }
.form-search .btn-search { float:right; display:block; cursor:pointer; width:80px; height:33px; background:url(img/btn_buscar.gif) no-repeat; text-indent:-5000em; }

.mapa { float:left; width:930px; margin-top:10px; }
.mapa #map { float:left; width:602px; height:486px; }
.mapa #result { float:right; width:300px; height:486px; overflow:auto; }
.mapa #result h3 { width:139px; height:19px; background:url(img/tit_resultados.gif) no-repeat; text-indent:-5000em; }
.mapa #result h4 { color:#007B49; font-size:12px; padding:20px 0; }
.mapa #result ul { margin:0; }
.mapa #result ul li { cursor:pointer; color:#989696; font-size:12px; list-style:none; }
.mapa #result ul li strong { display:block; margin-bottom:10px; color:#007B49; font-size:14px; }
