/*
Socorro Melo :: Consultoria imobiliária - www.socorromeloimoveis.com
Author: iGoRPimentel.com - www.igorpimentel.com
*/

/********************************************************************
* PADRÃO
********************************************************************/
@import "reset_reloaded.css";

body {
	margin: 0;
	padding: 0;
	background: #00A8E4 url(images/bg_principal.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

hr {
    clear: both;
    width: 750px;
    height: 1px;
    margin: auto;
    background: #003399;
    color: #003399;
}
/*******************************
* FORMULARIOS
*******************************/
select,input { font-size: 11px; }
label { cursor: pointer; display: block; margin-top: 5px; margin-bottom: 3px; }
input.submit {
    display: block;
    width: 28px;
    height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #003399 url(images/but_ok.jpg) no-repeat;
    border: 0;
    font-weight: bold;
    color: #FFFFFF;
}
input.text {
    width: 50px;
    background: #FFFFFF;
    border: 1px solid #003399;
    color:#333;
}

/********************************************************************
* WRAP
********************************************************************/
#wrap {
    background: url(images/bg_secundario.jpg) repeat-x;
}

#wrapper {
    width: 772px;
    margin: auto;
    position: relative;
}

/********************************************************************
* HEADER
********************************************************************/
#header {
    float: left;
    width: 772px;
    height: 182px;
    margin-top: 10px;
}

#flags {
    float: right;
    height: 30px;
}
/*******************************
* MENU
*******************************/
#menu {
    height: 30px;
    background: #FFFFFF url(images/menu_bg.gif) repeat-x;
    border-left: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
}

#listMenuRoot {
    position: absolute;
    top: 162px;
    left: 42px;
	/*height: 30px;*/
}

#listMenuRoot li { float:left; }

#listMenuRoot li li {
	float:none;
	height:auto;
}

#listMenuRoot li a {
    display: block;
    float: left;
    /*height: 30px;
    line-height: 30px;*/
	padding: 9px 12px;
	background: url(images/menu_separador.gif) right no-repeat;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	/*text-transform: lowercase;*/
}
#listMenuRoot .paisub a {
    padding-right:30px;
	background: url(images/menu_seta.gif) right no-repeat;
}

#listMenuRoot li a.atual { background: #003399 url(images/menu_separador.gif) right no-repeat; }
#listMenuRoot .paisub a.atual { background: #003399 url(images/menu_separador.gif) right no-repeat; }
#listMenuRoot li a:hover { background: #003399 url(images/menu_separador.gif) right no-repeat; }
#listMenuRoot .paisub a:hover{ background: #003399 url(images/menu_seta.gif) right no-repeat; }

#submenu1 {
	display: none;
	position: absolute;
	top: 30px;
	left: 167px;
	background: #003399;
}

#submenu1 li { display: block; }

#listMenuRoot #submenu1 li a {
	float: none;
	/*height: 27px;
	line-height: 27px;*/
	background: #1A48A3;
	font-size: 14px;
	font-weight: bold;
    text-transform: none;
	margin-right: 0;
	display: block;
	width: 160px;
	padding: 7px 12px;
	border-top: 1px solid ##1A48A3;
	border-bottom: 1px solid #002D88;
}

#listMenuRoot #submenu1 li a:hover { background: #003399; }

/********************************************************************
* MIDDLE
********************************************************************/
#middle {
    /*display: table;*/
    clear: both;
    width: 772px;
    background: #FFFFFF url(images/content_bg.jpg) center 1px repeat-x;
}
/*******************************
* CONTENT
*******************************/
#content {
    overflow: hidden;
    float: left;
	width: 532px;
	padding: 10px 0 10px 10px;
}
#content h2.titulo_img { text-indent: -8000px; }
#content h2 {
    display: block;
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
    padding-left: 35px;
    text-align: middle;
    font-size: 20px;
	font-weight: bold;
	color: #003399;
}
#content h2.apartamento { background: url(images/icon_apartamento.gif) no-repeat; }
#content h2.aempresa { background: url(images/icon_aempresa.gif) no-repeat; }
#content h2.mail { background: url(images/icon_mail.gif) no-repeat; }
#content h2.search { background: url(images/icon_search.gif) no-repeat; }

#content h4.subtitulo {
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    text-align: middle;
    font-size: 14px;
	font-weight: bold;
	color: #003399;
}

#noticiasUS {
    width: 740px;
    margin: 10px auto;
}

p.informacoes {
    clear:both;
    color: #CCCCCC;
    text-align: justify;
}

/*Lista de imoveis*/
ul#listaImoveis { clear: both; margin-left: 0; }
ul#listaImoveis li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #003366;
}
ul#listaImoveis li a {
    display: block;
    width: 145px;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;
    color: #003399;
}
ul#listaImoveis li a:hover {
    background: #E1F2FF;
}
ul#listaImoveis li img {
    border: 1px solid #000000;
}
ul#listaImoveis h4 {
    cursor: pointer;
    height: 35px;
}
ul#listaImoveis span.maisinfo {
    display: none;

    cursor: pointer;
    /*display: block;*/
    margin-top: 15px;
    height: 18px;
    line-height: 18px;
    background: url(images/maisinfo_bg.gif) repeat-X;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
	color: #FFFFFF;
}

/*Lista paginação*/
ul.listaPag { margin-left: 35px; padding:0; list-style-type:none; clear: both; }
ul.listaPag li { float: left; list-style: none; }
ul.listaPag li a {
    float: left;
    overflow: hidden;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 0 3px 20px 0;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    color: #CCC;
    border: 1px solid #003366;
}
ul.listaPag li a span {
    color: #003399;
	font-weight: bold;
}
ul.listaPag li a:hover {
    background: #E1F2FF;
}

/*Info imovel*/
div#infoImovel {
    font-size: 12px;
}
div#infoImovel div.info {
    display: table;
    width: 98%;
    margin-bottom: 5px;
    padding: 5px;
    background: #F0F9FF;
}
div#infoImovel div.info span {
    font-weight: bold;
    color: #000;
}
div#infoImovel div.info span.br {
    display: block;
}

a.agendar_visita {
    overflow: hidden;
    display: block;
    width: 125px;
    height: 34px;
    line-height: 34px;
    padding-left: 35px;
    background: #CEECFF url(images/icon_agenda.gif) 5px 5px no-repeat;
    border: 5px solid #F0F9FF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}
a:hover.agendar_visita {
    background: #F0F9FF url(images/icon_agenda.gif) 5px 5px no-repeat;
    border: 5px solid #CEECFF;
}

/*Outros*/
.align_center { text-align: center; }
.oculto { display: none; }
.texto_destaque {
    color: #003399;
	font-weight: bold;
}
.icon_skype {
    display: inline;
    background: #FFFFFF url(images/icon_skype.gif) no-repeat;
    height: 20px;
    padding-left: 18px;
}
.icon_msn {
    display: inline;
    background: #FFFFFF url(images/icon_msn.gif) no-repeat;
    height: 20px;
    padding-left: 18px;
}
/* efeito crop */
a.crop-foto {
    float: left;
    overflow: hidden;
    display: block;
    width: 125px;
    height: 93px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
}
a:hover.crop-foto {
    width: 119px;
    height: 87px;
    border: 3px solid #0099FF;
}
a:hover.crop-foto img {
    margin:-3px 0 0 -3px;
}
/*******************************
* EXTRA
*******************************/
#extra {
    overflow: hidden;
	float: left;
	padding: 10px 0 10px 20px;
	width: 190px;
	background: url(images/extra_bg.gif) left 22px no-repeat;
}

#extra h3 {
    padding-bottom: 15px;
    padding-left: 30px;
    text-align: middle;
    font-size: 18px;
	font-weight: bold;
	color: #003399;
}
#extra h3.search { background: url(images/icon_search.gif) no-repeat; }
#extra h3.tempo { background: url(images/icon_tempo.gif) no-repeat; margin-top: 10px; }
#extra h3.finance { background: url(images/icon_finance.gif) no-repeat; margin-top: 20px; }
#extra h3.parceiros { background: url(images/icon_parceiros.gif) no-repeat; }
#extra input.text {
    width: 50px;
}

/********************************************************************
* FOOTER
********************************************************************/
#footer {
    clear: both;
    height: 85px;    
    margin-bottom: 10px;
    background: url(images/footer_bg.gif) bottom no-repeat;
}

#footer p {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    color: #003399;
}

#footer div#webby {
    float: right;
    margin: 20px 10px 0 0;
}

#footer div#webby img {
    vertical-align: middle;
}

#footer div#webby a {
    color: #003399;
    text-decoration: none;
}

#footer div#webby a:hover {
    text-decoration: underline;
}
