html {
    background: #FFF url(../img/bg_footer.png) left bottom repeat-x;
}

body {
    color: #707070;
    background: transparent url(../img/bg_body.png) left top repeat-x;
    font: 10px Tahoma,Arial,sans-serif;
    text-align: center;
}

a {
    color: #707070;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

form br {
    clear: both;
}

label,input,select,textarea {
    display: block;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
}

input,select,textarea {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 11px;
    background-color: #FFF;
    border: 1px solid #F42E2E;
}

input.radio {
    margin: 0 5px 0 0;
    background-color: transparent !important;
    border: 0 !important;
}

h2,h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #F00;
    text-transform: uppercase;
    border-bottom: 1px solid #F00;
}

.show {
    display: block !important;
}

.hr {
    clear: both;
    margin: 10px 0;
    height: 1px;
    background-color: #C2C2C2;
}

.frame {
    border: 1px solid #B7B7B7;
}

.box {
    padding: 10px;
    background-color: #FFF;
    overflow: hidden;
    border: 1px solid #c2c2c2;
}

.box h3 {
    margin: 15px 0 5px 0;
    padding: 0;
    font-size: 9px;
    font-weight: bold;
    color: #F00;
    text-transform: none;
    border-bottom: 0;
}

.box h3.first {
    margin-top: 0;
}

.box p {
    margin-bottom: 1em;
    line-height: 1.4em;
}

.img {
    position: relative;
    width: 204px;
    height: 142px;
    margin-bottom: 15px;
    background: url(../img/bg_imoveis_especiais.png) no-repeat;
}

.img img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.img .gestao_exclusiva,.img .pre_qualificado {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 205px;
    height: 15px;
    font-size: 0;
    text-indent: -9999em;
}

.img .gestao_exclusiva {
    background-image: url(../img/label_gestao_exclusiva.png);
}

.img .pre_qualificado {
    background-image: url(../img/label_pre_qualificado.png);
}

.data {
    clear: both;
    overflow: hidden;
    margin-bottom: 2px;
}

.data dt {
    float: left;
    clear: left;
    font-weight: bold;
}

.data dd {
    float: left;
}

.follow li,.bullet li {
    margin-bottom: 4px;
    padding-left: 10px;
    background: url(../img/ico_follow.png) 0 3px no-repeat;
    overflow: hidden;
}

.follow li a {
    text-decoration: none;
}

.follow li a:hover {
    text-decoration: underline;
}

.bullet li {
    padding-left: 8px;
    background: url(../img/ico_bullet.png) 0 5px no-repeat;
}

.paging {
    text-align: center;
}

.paging a {
    display: inline-block;
    *display: inline;
    padding: 4px 8px;
    text-decoration: none;
    border: 1px solid #D3D2CE;
}

.paging a:hover {
    color: #F00;
    background-color: #D3D2CE;
}

.paging a.prev,.paging a.next {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.paging a.prev {
    padding-right: 5px;
}

.paging a.next {
    padding-left: 5px;
}

.paging a.prev:hover,.paging a.next:hover {
    text-decoration: underline;
}

#pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    border: 1px solid #C2C2C2;
    text-align: left;
}

#pop .popb,#pop .form {
    display: block;
    padding: 10px;
    overflow: hidden;
}

#pop .form {
    padding: 10px 0;
    text-align: center;
}

#pop .form label.newsletter,#pop .form.empty label {
    width: auto;
    font-weight: normal;
}

#pop .form label.newsletter strong {
    color: #F00;
    font-weight: bold;
}

#pop .form label {
    float: left;
    width: 80px;
}

#pop .form label.label {
    width: auto;
    margin-right: 10px;
}

#pop h2 {
    clear: both;
    margin-top: -5px;
}

#pop input,#pop select,#pop textarea {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
}

#pop textarea {
    height: 50px;
}

#pop .fechar {
    float: right;
    width: 19px;
    height: 19px;
    background: url(../img/bt_fechar.png) no-repeat;
    font-size: 0;
    text-indent: -9999em;
}

#pop input.nome,#pop input.email,#pop textarea.mensagem {
    width: 230px;
}

#pop input.telefone1 {
    width: 30px;
}

#pop input.telefone2 {
    width: 120px;
}

#pop p.telefone3 {
    width: 238px;
    text-align: right;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 954px;
    text-align: left;
}

#content {
    clear: both;
    width: 954px;
}

#nav {
    margin: 20px 0;
    height: 31px;
    overflow: hidden;
}

#nav li,#nav li a {
    float: left;
    display: inline;
    background: url(../img/mn_nav.png) no-repeat;
}

#nav li a {
    float: left;
    height: 31px;
    font-size: 0;
    text-indent: -9999em;
}

#nav li.home a {
    width: 107px;
    background-position: 0 0;
}

#nav li.home a:hover {
    background-position: 0 -31px;
}

#nav li.busca a {
    width: 105px;
    background-position: -107px 0;
}

#nav li.busca a:hover {
    background-position: -107px -31px;
}

#nav li.anuncieseuimovel a {
    width: 106px;
    background-position: -212px 0;
}

#nav li.anuncieseuimovel a:hover {
    background-position: -212px -31px;
}

#nav li.minhapronto a {
    width: 105px;
    background-position: -318px 0;
}

#nav li.minhapronto a:hover {
    background-position: -318px -31px;
}

#nav li.financiamento a {
    width: 107px;
    background-position: -423px 0;
}

#nav li.financiamento a:hover {
    background-position: -423px -31px;
}

#nav li.franquias a {
    width: 105px;
    background-position: -530px 0;
}

#nav li.franquias a:hover {
    background-position: -530px -31px;
}

#nav li.nossaslojas a {
    width: 107px;
    background-position: -635px 0;
}

#nav li.nossaslojas a:hover {
    background-position: -635px -31px;
}

#nav li.apronto a {
    width: 105px;
    background-position: -742px 0;
}

#nav li.apronto a:hover {
    background-position: -742px -31px;
}

#nav li.faleconosco a {
    width: 107px;
    background-position: -847px 0;
}

#nav li.faleconosco a:hover {
    background-position: -847px -31px;
}

#nav li a {
    float: left;
    height: 31px;
    font-size: 0;
    text-indent: -9999em;
}

#header {
    position: relative;
    width: 954px;
    height: 126px;
}

#header h1 {
    float: left;
    background: url(../img/logo_prontoimoveis.png) no-repeat;
    width: 170px;
    height: 126px;
}

#header h1 a {
    float: left;
    width: 170px;
    height: 126px;
    font-size: 0;
    text-indent: -9999em;
}

#header .top {
    float: left;
    position: relative;
    width: 784px;
    height: 126px;
}

#header .msg {
    position: absolute;
    right: 2px;
    top: -42px;
    width: 777px;
    height: 40px;
    z-index: 1;
}

#header .consultor_online {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background: url(../img/txt_consultor_online.png) no-repeat;
}

#header .consultor_online a {
    float: left;
    width: 192px;
    height: 11px;
    font-size: 0;
    text-indent: -9999em;
}

.buscas,.banner {
    position: absolute;
    right: 2px;
    bottom: 0;
    width: 777px;
    height: 74px;
    background: url(../img/bg_buscas.png) left bottom no-repeat;
    z-index: 1;
}

.banner {
    height: 126px;        
    background-image: none;
    text-align: center;
}

#header .banner .msg {
    width: auto;
    left: 35px;
    top: 10px;
    right: auto;
}

#header .banner .voce_esta_em {
    position: relative;
}

#leaderboard {
    position: absolute;
    left: 35px;
    bottom: 0;
    z-index: 1;
}

#busca_rapida,#busca_livre {
    display: none;
    position: absolute;
    left: 18px;
    top: 30px;
    z-index: 1;
}

#busca_livre {
    margin-left: 12px;
}

button.receber_newsletter,button.enviar_enquete,button.buscar,button.simular,button.selecionar_bairro,button.salvar_busca,button.salvar_alerta,button.mais_detalhes,button.proximo_passo,button.voltar,button.cadastrar,button.enviar_telefone,button.selecionar_bairros,button.enviar {
    width: 127px;
    height: 18px;
    font-size: 0;
    text-indent: -9999em;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    cursor: hand;
}

button.receber_newsletter {
    background-image: url(../img/bt_receber_newsletter.png);
}

button.enviar_enquete {
    background-image: url(../img/bt_enviar_enquete.png);
}

button.simular {
    width: 68px;
    background-image: url(../img/bt_simular.png);
}

button.selecionar_bairro {
    width: 127px;
    background-image: url(../img/bt_selecionar_bairro.png);
}

button.salvar_busca,button.salvar_alerta {
    position: relative;
    top: -1px;
    margin: 0;
    width: 87px;
}

button.salvar_busca {
    background-image: url(../img/bt_salvar_busca.png);
}

button.salvar_alerta {
    background-image: url(../img/bt_salvar_alerta.png);
}

button.mais_detalhes {
    width: 95px;
    background-image: url(../img/bt_mais_detalhes.png);
}

button.proximo_passo {
    width: 98px;
    background-image: url(../img/bt_proximo_passo.png);
}

button.voltar {
    width: 55px;
    background-image: url(../img/bt_voltar.png);
}

button.cadastrar {
    width: 75px;
    background-image: url(../img/bt_cadastrar.png);
}

button.enviar_telefone {
    float: right;
    margin-top: 10px;
    width: 127px;
    background-image: url(../img/bt_enviar_telefone.png);
}

button.selecionar_bairros {
    width: 127px;
    background-image: url(../img/bt_selecionar_bairros.png);
}

button.enviar {
    float: right;
    width: 127px;
    background-image: url(../img/bt_enviar.png);
}

#busca_rapida button.buscar,#busca_livre button.buscar {
    margin: 15px 0 0 10px;
    width: 62px;
    background-image: url(../img/bt_buscar.png);
}

#busca_livre button.buscar {
    position: relative;
    top: -2px;
    margin-top: 0;
}

#header .bem_vindo {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
}

#header .bem_vindo p {
    font-size: 14px;
}

#header .bem_vindo span {
    font-size: 10px;
}

#header .voce_esta_em {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#header .voce_esta_em label {
    float: left;
    margin: 0 5px 0 0;
}

#header .voce_esta_em select {
    width: 120px;
    background-color: #FFF;
    border-color: #ADADAD;
}

.buscas .abas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.buscas .abas li {
    float: left;
    background: url(../img/bg_buscas.png) no-repeat;
    font-size: 0;
    text-indent: -9999em;
}

.buscas .abas li.busca_livre {
    background-position: 0 0;
}

.buscas .abas li.busca_livre.selected {
    background-position: 0 -22px;
}

.buscas .abas li.busca_livre a {
    width: 97px;
}

.buscas .abas li.busca_rapida {
    background-position: -97px 0;
}

.buscas .abas li.busca_rapida.selected {
    background-position: -97px -22px;
}

.buscas .abas li.busca_rapida a {
    width: 104px;
}

.buscas .abas li.selected {
    background-position: 0 0;
}

.buscas .abas li a {
    float: left;
    height: 22px;
}

#busca_rapida div {
    float: left;
    margin-left: 12px;
}

#busca_rapida label,#busca_livre label {
    color: #FFF;
    font-weight: normal;
}

#busca_rapida select,#busca_rapida input,#busca_livre input {
    width: 92px;
    color: #F00;
    background-color: #FFF;
    font-size: 10px;
    font-weight: normal;
    border: 0;
}

#busca_livre input {
    width: 540px;
}

#footer {
    clear: both;
    position: relative;
    width: 954px;
    overflow: hidden;
}

#copyright {
    clear: both;
    border-top: 1px solid #F00;
}

#copyright p {
    margin: 10px 0;
    color: #AAAAA7;
}

#imoveis_especiais {
    position: relative;
    left: 0;
    padding-top: 15px;
    width: 9999px;  
    overflow: hidden;
}

.nav_l,.nav_r {
    position: absolute;
    left: 0;
    top: 47px;
    float: left;
    background: url(../img/ico_nav.png) no-repeat;
    z-index: 2;
}

.nav_l a,.nav_r a {
    float: left;
    width: 22px;
    height: 299px;
    font-size: 0;
    text-indent: -9999em;
}

.nav_r {
    left: 978px;
    background-position: -22px 0;
}

#imoveis_especiais .box {
    float: left;
    width: 229px;
    w\idth: 209px;
    height: 299px;
    he\ight: 276px;
    margin-right: 10px;
}

#imoveis_especiais .box.last {
    margin-right: 0;
}

#imoveis_especiais .box h3 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 12px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #707070;
    background: url(../img/ico_follow.png) 0 5px no-repeat;
    border-bottom: 2px solid #F00;
}

#imoveis_especiais .box p {
    text-align: center;
}

#imoveis_especiais .box .clique_loja,#imoveis_especiais .box .clique_loja a {
    background: url(../img/ico_follow.png) no-repeat;
}

#imoveis_especiais .box .clique_loja {
    background-position: left 3px;
}

#imoveis_especiais .box .clique_loja a {
    padding: 0 11px;
    color: #F00;
    background-position: right -97px;
}

#imoveis_especiais .clique_e_saiba_mais {
    display: block;
    margin: 0 auto;
    width: 127px;
    height: 18px;
    background-image: url(../img/bt_clique_saiba_mais.png);
    font-size: 0;
    text-indent: -9999em;
    overflow: hidden;
}

#info {
    width: 952px;
    height: 36px;
    margin-bottom: 20px;
    background-image: url(../img/txt_info.png);
}

#info li a {
    float: left;
    height: 36px;
    font-size: 0;
    text-indent: -9999em;
}

#info li.telefone a {
    width: 235px;
}

#info li.consultor_online a {
    width: 241px;
}

#info li.email a {
    width: 242px;
}

#info li.a_lopes_te_liga a {
    width: 234px;
}

#mapa_do_site,#encontre_seu_imovel {
    clear: both;
    margin-bottom: 15px;
}

#mapa_do_site .grd {
    float: left;
    display: inline;
    width: 140px;
    height: 150px;
    margin-left: 14px;
    border-right: 1px solid #C3C2BE;
}

#mapa_do_site .grd.last {
    border-right: 0;
}

#encontre_seu_imovel h2 {
    margin-bottom: 0;
    color: #707070;
    border: 0;
    text-transform: none;
}

#encontre_seu_imovel p {
    font-size: 13px;
}

#ajaxStatus {
    display: none;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px 5px 30px;
    background: #666 url(../images/ajax-loader.gif) no-repeat;
    color: #FFF;
    font: 13px Tahoma,Arial,sans-serif;
    font-weight: bold;
    z-index: 9999;
    border: 1px solid #CCC;
}

#ajaxStatus.error {
    background-image: url(../images/ajax-error.gif);
}
 
#ajaxStatus.loading {
    background-image: url(../images/ajax-loader.gif);
}
 

