@charset "utf-8";
@import url("menu.css");
@import url("tabs.css");
@import url("niceforms.css");
@import url("jcarousel.css");

/*  
Theme URI:  http: //www.direcional.com.br
Version:  0.8B
Author:  Gabriel Tadeu
Author URL:  http: //www.gabrieltadeu.com/

Theme last updated:  Oct 27, 2008
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: url(../images/home_bg.png) top center repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

a img {
	border: none;
}

a:link {
	  color: #39C;
}

a:hover {
	color: #0E5F85;
}

a:visited, a:active {
	color: #39C;
}

/*************************/
/*		Estrutura		*/
/*************************/

div#top {
	background: url(../images/top_bg.png) center;
	width: 100%;
}

div#top div {
	background: url(../images/home_bg.png) top left;
	height: 30px;
	margin: 0 auto;
	width: 960px;
}

div#top div a {
	background: url(../images/destaque_topo.gif) left top no-repeat;
	float: right;
	height: 30px;
	width: 300px;
}

div#top div a:hover {
	background: url(../images/destaque_topo.gif) left bottom no-repeat;
}

div#header {
	height: 265px;
	width: 100%;
}

div#header div {
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 50;
}

div#header div h1 {
	background: url(../images/logo.png) no-repeat;
	height: 90px;
	margin: 0 0 0 -20px;
	position: relative;
	width: 270px;
	z-index: 51;
}

h1 a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 52;
}

div#header div#spot {
	background: #33508A;
	height: 235px;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 100%;
	z-index: 10;
}

div#header div#spot p {
	padding-top: 90px;
}

/*
Table
*/
table {
	border-left: 1px solid #D8DCE6;
	border-top: 1px solid #D8DCE6;
	
}

td, th {
	border-bottom: 1px solid #D8DCE6;
	border-right: 1px solid #D8DCE6;
	padding: 5px;
}

th {
	font-weight: bold;
}

tr.even {
	background: #f3f4f7;
}

tr:hover {
	background: #D7E6F7;
	
}

/*
Menu
*/

ul#nav {
	display: inline;
	float: left;
	position: relative;
	margin: 0 0 0 240px;
	top: -90px;
	z-index: 50;
}

/*
Main
*/

div#main {
	background: url(../images/body_bg.png) top left repeat-y;
	margin: 0 auto;
	padding: 0 5px;
	width: 960px;
}

div#sombra {
	background: url(../images/body_topo.png) top left no-repeat;
	height: 15px;
	left: -5px;
	margin: 0 0 -25px 0;
	position: relative;
	top: -15px;
	width: 970px;
	z-index: 11;
}

div#vitrine {
	background: url(../images/vitrine_bg.png) top left no-repeat;
	height: 260px;
	position: relative;
	z-index: 12;
}

/*
Busca
*/

fieldset#busca {
	background: url(../images/busca_bg.gif) top left no-repeat;
	border: none;
	float: left;
	height: 250px;
	overflow: hidden;
	width: 240px;
}

fieldset#busca legend {
	display: none;
}

fieldset#busca h2 {
	background: url(../images/busca_title.gif) bottom right no-repeat;
	display: block;
	font-size: 1.0em;
	height: 13px;
	padding: 20px 0 0 20px;
	margin-bottom: 20px;
	width: 168px;
}

fieldset#busca #rapida, fieldset#busca #avancada {
	margin: 0 0 0 1px;
	padding-left: 9px;
	width: 219px;
}

fieldset#busca #rapida {
	height: 157px;
	position: absolute;
}

fieldset#busca #avancada {
	float: left;
	height: 270px;
	position: absolute;
}

a.linkLista {
	background: url(../images/busca_select-deactive.gif) no-repeat left top;
	color: #0E5F85;
	display: block;
	font-size: 1.2em;
	height: 23px;
	margin: 0 0 10px 0 !important;
	padding: 7px 0 0 15px;
	text-decoration: none;
	width: 195px;
}

a.linkLista.active {
	background: url(../images/busca_select-active.gif) no-repeat left top;
}

ul.buscaLista {
	background: #D8DCE6;
	display: none;
	font-size: 1.1em;
	list-style: none;
	margin: -11px 0 0 10px;
	padding: 0 1px;
	position: absolute;
	width: 178px;
	z-index: 99998;
}

ul.buscaLista li {
	border-bottom: 1px solid #B0B9CC;
	border-top: 1px solid #F3F4F7;
	color: #0E5F85;
	display: block;
	position: relative;
	z-index: 99999;
}

ul.buscaLista a {
	color: #0E5F85 !important;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 168px;
	height: 13px;
}

ul.buscaLista li:hover {
	background: #F3F4F7;
	display: block;
}

a#btnVoltar,
a#ancoraRapida, a#ancoraAvancada {
	background: url(../images/busca_ancora.gif) no-repeat top left;
	color: #FFF;
	display: inline;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	height: 17px;
	margin: 0 10px 0 0;
	padding: 3px 0 0 10px;
	position: relative;
	text-decoration: none;
	width: 66px;
	z-index: 1;
}

a#limparAvancada {
	background: url(../images/bt_voltar.gif) no-repeat top left;
	color: #FFF;
	display: inline;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 17px;
	margin: 0 10px 0 0;
	padding: 3px 0 0 17px;
	text-decoration: none;
	width: 66px;
}

a#btnVoltar {
	background:url(../images/bt_voltar.gif) no-repeat top left;
	padding: 2px 0 0 20px;
	height: 18px;
	margin: 0 0 10px 0;
}

a#btnVoltar:hover, a#limparAvancada:hover {
	background:url(../images/bt_voltar.gif) no-repeat bottom left;
}

a#ancoraRapida:hover, a#ancoraAvancada:hover {
	background: url(../images/busca_ancora.gif) no-repeat bottom left;
}

/*
Estado
*/

div#estado {
	background: url(../images/estado_title.gif) no-repeat 0 20px;
	float: right;
	height: 270px;
	width: 700px;
}

div#estado h2 {
	background: url(../images/estado_title.gif) right bottom no-repeat;
	display: block;
	padding: 20px 0 0 20px;
	height: 31px;
	width: 149px;
}

div#estado p {
	font-size: 1.1em;
	margin: 0 0 0 40px;
}

/*
Destaque
*/

div#destaques {
	height: 310px;
	margin: 10px 0 0 15px;
	width: 930px;
}

div#destaques div.topo {
	border-bottom: 1px solid #F0F1F5;
	display: block;
	height: 20px;
	margin: 0 0 15px 0;
}

div#destaques h2 {
	background: url(../images/destaques_title.gif) 35px 0 no-repeat;
	display: block;
	font-size: 1.0em;
	float: left;
	height: 20px;
	margin: 0 0 15px 0;
	text-indent: -5000px;
	width: 175px;
}

div#destaques p.qtd {
	color: #666;
	display: inline;
	float: left;
	padding: 1px 0 0 10px;
}

ul#destaquesTipo {
	float: right;
	list-style: none;
	margin: 0 30px 0 0;
}

ul#destaquesTipo li {
	float: right;
	height: 20px;
}

ul#destaquesTipo li a {
	display: block;
	height: 20px;
	text-indent: -5000px;
}

ul#destaquesTipo .todos {
	background: url(../images/destaques_todos.gif) no-repeat top left;
	width: 51px;
}

ul#destaquesTipo .construcao {
	background: url(../images/destaques_em-construcao.gif) no-repeat top left;
	width: 107px;
}

ul#destaquesTipo .prontos {
	background: url(../images/destaques_prontos.gif) no-repeat top left;
	width: 130px;
}

ul#destaquesTipo .lancamentos {
	background: url(../images/destaques_lancamentos.gif) no-repeat top left;
	width: 99px;
}

ul#destaquesTipo .breves {
	background: url(../images/destaques_breves.gif) no-repeat top left;
	width: 134px;
}

ul .tag,
ul .tag2 {
	background: url(../images/tag_vendido.gif) top right no-repeat;
	float: right;
	height: 54px;
	position: absolute;
	width: 130px;
}

ul .tag2 {
	background: url(../images/tag_promo.gif) top right no-repeat;
}

div#badge {
	cursor: pointer;
	height: 133px;
	left: 50%;
	margin: -60px 0 0 -160px;
	position: absolute;
	top: 50%;
	width: 334px;
	z-index: 49;
}

div#badge a#image {
	display: block;
	height: 100%;
	width: 100%;
}

div#badge #fechar {
	background: #f4f5f8;
	color: #999;
	display: block;
	font-weight: bold;
	height: 18px;
	margin: -115px 0 0 300px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 18px;
	z-index: 1000;
}

div#badgemcmv {
	cursor: pointer;
	height: 133px;
	left: 50%;
	margin: -60px 0 0 -160px;
	position: absolute;
	top: 50%;
	width: 334px;
	z-index: 49;
}

div#badgemcmv a#image {
	display: block;
	height: 100%;
	width: 100%;
}

div#badgemcmv #fechar {
	background: #f4f5f8;
	color: #999;
	display: block;
	font-weight: bold;
	height: 18px;
	margin: -115px 0 0 300px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 18px;
	z-index: 1000;
}



ul#destaquesTipo li.ui-tabs-selected a {
	background-position: bottom left;
}

#destaquematriz {
	display: none;
}

.listaEmpreendimento li {
	height: 285px;
}

.listaEmpreendimento p, .jcarousel-skin-direcional p {
	line-height: 1.3em;
	margin: 0;
}

.listaEmpreendimento a, .jcarousel-skin-direcional a {
	color: #666;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 4px 0 6px 4px;
	overflow: hidden;
	text-decoration: none;
	width: 134px;
}

.listaEmpreendimento li:hover, .listaEmpreendimento a:hover, .jcarousel-skin-direcional li:hover, .jcarousel-skin-direcional a:hover {
	background: #EBEDF2;
}

ul.listaEmpreendimento li em, .jcarousel-skin-direcional li em {
	height: 15px;
	left: -4px;
	position: relative;
	top: -3px;
	width: 138px;
}

.listaEmpreendimento li.construcao em, .jcarousel-skin-direcional li.construcao em {
	background: url(../images/destaque_em-construcao.gif) #AFBFD1 right center;
}

.listaEmpreendimento li.lancamentos em, .jcarousel-skin-direcional li.lancamentos em {
	background: url(../images/destaque_lancamentos.gif) #900 right center;
}

.listaEmpreendimento li.breves em, .jcarousel-skin-direcional li.breves em {
	background: url(../images/destaque_breves.gif) #CC8080 right center;
}

.listaEmpreendimento li.prontos em, .jcarousel-skin-direcional li.prontos em {
	background: url(../images/destaque_prontos.gif) #143672 right center;
}

.listaEmpreendimento strong, .jcarousel-skin-direcional strong {
	border-bottom: 1px dotted #E0E0E0;
	color: #23417C;
	display: block;
	margin: 0 0 2px 0;
	padding: 0 0 5px 0;
	width: 130px;
}

/*
Footer
*/

div#footer {
	background: url(../images/footer_bg.png) #FFF no-repeat left top;
	clear: both;
	display: block;
	height: 165px;
	left: -5px;
	position: relative;
	width: 970px;
	z-index: 1;
}

div#footer ul {
	list-style: none;
	padding: 15px 0 0 0;
	position: absolute;
	z-index: 11;
}

div#footer ul li {
	border-right: 1px solid #FFF;
	display: inline;
	font-size: 1.1em;
	float: left;
	height: 75px;
	line-height: 1.1em;
	margin: 0 0 0 18px;
	padding: 0 19px 0 0;
	width: 197px;
}

div#footer ul li a {
	color: #000;
	display: block;
	padding: 0 0 0 60px;
	text-decoration: none;
}

div#footer a:hover {
	color: #23417C;
}

div#footer ul li h2 {
	height: 20px;
	margin: 5px 0 0 0;
}

div#footer ul li.titleVendas h2 {
	margin: 0 0 20px 0;
	width: 168px;
}

div#footer ul li.titleVendas2 h2 {
	margin: 0 0 20px 0;
	width: 168px;
}

div#footer ul li.titleVendas a {
	background: url(../images/corretor_online_bottom_txt.png) bottom left no-repeat;

}

div#footer ul li.titleVendas2 a {
	background: url(../images/corretor_online_bottom_txt.png) bottom left no-repeat;

}

div#footer ul li.titleClientes h2 {
	background: url(../images/tit_canalcliente.gif) no-repeat top right;
	width: 156px;
}

div#footer ul li.titleClientes {
	display: none;
}

div#footer ul li.titleClientes a {
	background: url(../images/img_canalcliente.gif) bottom left no-repeat;
}

div#footer ul li.titleLancamentos h2 {
	background: url(../images/investidores.gif) no-repeat top left;
	width: 150px;
	padding-left:20px !important;
}

div#footer ul li.titleLancamentos a {
	background: url(../images/btipo2.png) bottom left no-repeat;
}

div#footer ul li.titleAtendimento h2 {
	background: url(../images/tit_atendimento.gif) no-repeat top right;
	width: 160px;
}

div#footer ul li.titleEndereco h2 {
	background: url(../images/tit_direcionaladress.gif) no-repeat top right;
	width: 146px;
}

div#footer ul li address {
	font-style: normal;
}

div#note {
	color: #23417C;
	padding: 140px 20px 5px 20px;
	overflow: hidden;
}

div#note p {
	float: left;
}

div#note a {
	background: url(../images/open.gif);
	float: right;
	height: 13px;
	width: 40px;
}

/*************************/
/*		Internas		*/
/*************************/
div#conteudo { /*background: pink;*/
	clear: both;
	float: none;
	padding: 0 0 25px 0;
	overflow: hidden;
}

div#miolo { /*background: cyan;*/
	float: left;
	font-size: 1.1em;
	text-align: justify;
	width: 720px;
}

div#miolo h3 {
	color: #0E5F85;
	font-size: 1.091em;
	margin: 20px 0 10px 0;
}

div#miolo h3.primeiro {
	margin: 0 0 10px 0;
}

a.seta {
	background: url(../images/link_seta.gif) no-repeat left center;
	padding: 0 0 0 20px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.interna div#sombra {
	background: url(../images/interna_body_topo.png) top left no-repeat;
}

div#ctl00_title {
	background: url(../images/interna_bg_title.gif) top;
	display: block;
	float: left;
	height: 51px;
	margin: 0 0 10px 0;
	width: 718px;
}

.interna {
	background: url(../images/body_bg_iternas.png) top center repeat-x;
}

.interna div#header {
	height: 185px;
}

.interna div#header div#spot {
	height: 155px;
}

.interna div#vitrine {
	background: url(../images/busca_interna.png) no-repeat;
	float: left;
	height: auto;
	overflow: hidden;
	width: 240px;
}

.interna fieldset#busca {
	background: none;
	width: 230px;
}

.interna fieldset#busca h2 {
	margin: 5px 0 15px 0;
	padding: 10px 0 0 15px;
}

.interna fieldset#busca a.brevesLancamentos {
	background: url(../images/busca_title_interna.gif) no-repeat top left;
	color: #FFF;
	display: block;
	font-size: 1.1em;
	height: 35px;
	margin: 1px 0 0 1px;
	padding: 29px 0 0 70px;
	text-decoration: none;
	width: 158px;
}

.interna fieldset#busca #rapida {
	clear: right;
	height: 155px;
	position: absolute;
}

.interna fieldset#busca #avancada {
	height: 275px;
	position: absolute;
}

.interna strong#escolha {
	background: url(../images/estado_title_interna.gif) no-repeat bottom right;
	height: 50px;
	margin: 0 0 0 -10px;
	padding: 0 0 0 1px;
	position: relative;
	top: 16px;
	width: 228px;
	z-index: 1;
}

.interna div#estado {
	background: none;
	clear: both;
	float: left;
	height: 310px;
	margin: 0;
	width: 230px;
}

div#final {
	border-top: 1px solid #D8DCE6;
	clear: both;
	display: block;
	float: none;
	width: 710px;
}

/*************************/
/*		Patch		*/
/*************************/
.interna.bigger {
	background: url(../images/home_bg.png) top center repeat-x;
}

.interna.bigger div#header {
	height: 265px;
}

.interna.bigger div#header div#spot {
	height: 235px;
	top: 60px;
}

/*
Coluna
*/
div#miolo div#bloco {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	width: 680px;
}

div#miolo div#bloco img#ctl00_cphConteudo_imgSede {
	float: right;
	padding: 0 0 20px 20px;
}

div#miolo div.coluna { /*background: orange;*/
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	width: 460px;
}

div#coluna { /*background: purple;*/
	display: inline;
	float: right;
	margin: 0 25px 0 0;
	padding: 0 0 1px 0;
	width: 180px;
}

div#coluna h2 {
	font-size: 1.0em;
}

/*
Trabalhe Conosco
*/
div#miolo.trabalhe div#coluna {
	margin: 0 15px 0 0;
	width: 220px;
}

/*
Contato
*/
div#miolo.contato div#final {
	width: 490px;
}

/*
Formluario
*/
fieldset#contato {
	border: none;
	overflow: hidden;
}

fieldset#contato legend {
	display: none;
}

fieldset#contato div label {
	display: block;
	padding: 0 0 3px 0;
}

fieldset#contato div.campo1, fieldset#contato div.campo2 {
	float: left;
}

fieldset#contato div.campo1 {
	margin-right: 24px;
}

fieldset#contato div.campo3 {
	clear: both;
	float: none;
}

fieldset#contato div.submit {
	margin: 10px 0 10px 0;
	width: 450px;
}
fieldset#contato div.goback {
	margin: 10px 0 10px 0;
	width: 180px;
}
/*
Paginacao
*/
ul#paginacao {
	clear: both;
	height: 10px;
	list-style: none;
	width: 300px;
}

ul#paginacao li {
	background: #FFF;
	border-top: 3px solid #D8DCE6;
	float: left;
	margin: 0 10px 0 0;
}

ul#paginacao li a {
	color: #0E5F85;
	display: block;
	padding: 5px;
	text-decoration: none;
}

ul#paginacao li a:hover {
	background: #D8DCE6;
}

ul#paginacao li.selected {
	background: #EAECF2;
	font-weight: bold;
}

/*
Imprensa
*/
div#miolo.imprensa div#coluna h2 {
	background: url(../images/imprensa_title.gif);
	height: 15px;
	margin: 0 0 10px 0;
	width: 153px;
}

div#miolo.imprensa div#coluna a {
	font-weight: bold;
	text-decoration: none;
}

ul#imprensa {
	color: #666;
	list-style: none;
	margin: -10px 0 0 0;
}

ul#imprensa li {
	border-bottom: 1px solid #D8DCE6;
	margin: 10px 0 0 0;
}

ul#imprensa h3 {
	margin: 0 0 10px 0;
}

ul#imprensa h3 a {
	color: #0E5F85;
	text-decoration: none;
	font-size:  0.909em;
}

div#miolo.imprensa #final {
	position: relative;
	top: -1px;
	width: 490px;
}

div#miolo.imprensaDetalhe h3 {
	margin: 0;
}

div#miolo.imprensaDetalhe .data {
	color: #666;
}

div#miolo.imprensaDetalhe #coluna {
	text-align: right;
	font-size: 0.909em;
	font-style: italic;
}

div#miolo.imprensaDetalhe #final a {
	background: #EAECF2;
	border-top: 4px solid #D8DCE6;
	color: #0E5F85;
	font-weight: bold;
	padding: 1px 5px 5px 5px;
	text-decoration: none;
}

/*
Empreendimentos
*/
div.subtitle {
	border-bottom: 1px solid #D8DCE6;
	color: #666;
	display: block;
	float: none;
	height: 17px;
	margin: 0 0 10px 0;
}

div.subtitle p {
	float: right;
}

div.subtitle a {
	background: url(../images/empreendimento_todos.gif) left bottom no-repeat;
	float: right;
	height: 17px;
	margin: 0 0 0 20px;
	width: 70px;
}

div.subtitle h3 {
	float: left;
	font-size: 1.0em;
	margin: 0 !important;
	height: 15px;
	width: 190px;
}

div.subtitle.lancamentos h3 {
	background: url(../images/empreendimento_lancamentos.gif) left top no-repeat;
}

div.subtitle.breves h3 {
	background: url(../images/empreendimento_breves.gif) left top no-repeat;
}

div.subtitle.construcao h3 {
	background: url(../images/empreendimento_construcao.gif) left top no-repeat;
}

div.subtitle.prontos h3 {
	background: url(../images/empreendimento_prontos.gif) left top no-repeat;
}

div.andamento {
	background: #E9ECF1;
	padding: 5px;
	margin: -5px -5px 5px -5px;
}

ul.listaEmpreendimento {
	overflow: auto;
	margin: 10px -20px;
	clear: both;
	width: 720px;
}

ul.listaEmpreendimento li {
	background: #FFF;
	border: 1px solid #E0E0E0;
	display: inline;
	float: left;
	font-size: 0.909em;
	list-style: none;
	margin: 0 17px 20px 17px;
	text-align: left;
}

ul.listaEmpreendimento li em {
	display: none;
}

ul.listaEmpreendimento.busca li em {
	display: block;
}

div#main.empreendimento {
	background: url(../images/body_bg2.png) top left repeat-y;
}

div#miolo.empreendimentoDetalhe h3 {
	color: #9E090C;
	font-size: 1.363em;
	margin: 0 0 10px 15px;
}

div#miolo.empreendimentoDetalhe #coluna {
	margin: -10px 0 0 0;
}

div#miolo.empreendimentoDetalhe #coluna a.seta {
	background: url(../images/empreendimento_conheca.gif) no-repeat left bottom;
	color: #9E090C;
	display: block;
	padding: 10px 10px 0 17px;
	text-align: left;
}

ul#empreendimentoMenu {
	list-style: none;
	margin: 10px 0 0 0;
}

ul#empreendimentoMenu a {
	height: 35px;
	width: 170px;
}

ul#empreendimentoMenu a.eFicha {
	background: url(../images/empreendimento_menu01.gif) top;
}

ul#empreendimentoMenu a.eFachada {
	background: url(../images/empreendimento_menu02.gif) top;
}

ul#empreendimentoMenu a.eLazer {
	background: url(../images/empreendimento_menu03.gif) top;
}

ul#empreendimentoMenu a.ePlantas {
	background: url(../images/empreendimento_menu04.gif) top;
}

ul#empreendimentoMenu a.eDecorado {
	background: url(../images/empreendimento_menu05.gif) top;
}

ul#empreendimentoMenu a.eLocalizacao {
	background: url(../images/empreendimento_menu06.gif) top;
}

ul#empreendimentoMenu a.eAndamento {
	background: url(../images/empreendimento_menu07.gif) top;
}

ul#empreendimentoMenu a.eHotsite {
	background: url(../images/empreendimento_menu08.gif) top;
}

ul#empreendimentoMenu a.ePromo {
	background: url(../images/empreendimento_menu09.gif) top;
}

ul#empreendimentoMenu a.erenda {
	background: url(../images/menu-rendafamiliar.gif) top;
}

ul#empreendimentoMenu a.eCartilha {
	background: url(../images/menu-cartilha.gif) top;
}
ul#empreendimentoMenu a.e1a3Salarios {
	background: url(../images/menu-de1a3salariosminimos.gif) top;
}
ul#empreendimentoMenu a.e3a6Salarios {
	background: url(../images/menu-de3a6salariosminimos.gif) top;
}
ul#empreendimentoMenu a.e6a10Salarios {
	background: url(../images/menu-de6a10salariosminimos.gif) top;
}
ul#empreendimentoMenu a.eDuvidasFrequentes {
	background: url(../images/menu-duvidasfrequentes.gif) top;
}
ul#empreendimentoMenu a.eMcmv {
	background: url(../images/menu-minhacasaminhavida.gif) top;
}
ul#empreendimentoMenu a.eSimulacao {
	background: url(../images/menu-simulacao.gif) top;
}

ul#empreendimentoMenu a.eCompromisso {
	background: url(../images/botao_compromisso.gif) top;
}

ul#empreendimentoMenu a.eTireDuvidas {
	background: url(../images/menu-tiresuasduvidas.gif) top;}
ul#empreendimentoMenu li.ui-tabs-selected a {
	background-position: bottom;
}

div#box {
	background: #FFF;
	border: 1px solid #E0E0E0;
	display: inline;
	color: #666;
	padding: 0 10px;
	width: 480px !important;
}

div#box h4 {
	border-bottom: 1px solid #E0E0E0;
	color: #23417C;
	font-size: 1.182em;
	padding: 5px 10px;
	margin: 0 -10px 10px -10px;
	width: 480px;
}

div#box ul {
	list-style: none;
	list-style-position: outside;
}

div#box ul li {
	margin: 0 0 10px 0;
}

div#box ul ul {
	list-style: square;
	list-style-position: inside;
	margin: 0 0 0 20px;
}

div#box ul ul li {
	margin: 0;
}

div#conteudoempreendimento {
	background: #FFF;
	border: 1px solid #E0E0E0;
	display: inline;
	color: #666;
	padding: 0 10px;
	width: 480px !important;
}

div#conteudoempreendimento h4 {
	border-bottom: 1px solid #E0E0E0;
	color: #23417C;
	font-size: 1.182em;
	padding: 5px 10px;
	margin: 0 -10px 10px -10px;
	width: 480px;
}

div#conteudoempreendimento ul {
	list-style: none;
	list-style-position: outside;
}

div#conteudoempreendimento ul li {
	margin: 0 0 10px 0;
}

div#conteudoempreendimento ul ul {
	list-style: square;
	list-style-position: inside;
	margin: 0 0 0 20px;
}

div#conteudoempreendimento ul ul li {
	margin: 0;
}

.jcarousel-skin-slider {
	text-align: center;
}

.jcarousel-skin-slider img {
	border: 1px solid #E0E0E0;
}

.jcarousel-skin-slider p {
	border-bottom: 1px solid #E0E0E0;
	display: block;
	padding: 5px 0;
	margin: 0 0 5px 0;
	width: 460px;
}

.jcarousel-skin-slider h5 {
	color: #23417C;
	font-size: 1.0em;
	text-transform: uppercase;
}

/*
Andamento da Obra
*/
ul#andamentoObra {
	padding: 0 0 20px 0;
	overflow: hidden;
}

ul#andamentoObra li {
	clear: both;
	display: block;
	height: 28px;
	list-style: none;
	padding: 0 0 5px 0;
}

ul#andamentoObra li div.barExt {
	background: url(../images/bg_barExt.gif) no-repeat center left;
	float: left;
	height: 13px;
	margin: 5px 0 0 0;
	padding: 1px 3px 1px 2px;
	width: 395px;
}

ul#andamentoObra li div.barIn {
	background: url(../images/bg_barIn.gif) no-repeat center right;
	height: 13px;
}

ul#andamentoObra li strong {
	display: block;
	text-align: left;
}

ul#andamentoObra li p.andamento {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	width: 50px;
}


/*
Portfolio
*/
ul#portfolio {
	list-style: none;
	margin: 0 -20px;
	overflow: auto;
}

ul#portfolio li {
	background: #FFF;
	border: 1px solid #E0E0E0;
	display: inline;
	float: left;
	margin: 0 15px 20px 20px;
	padding: 10px;
	overflow: auto;
	width: 300px;
}

ul#portfolio li img {
	float: left;
}

ul#portfolio li p {
	border-left: 1px dotted #E0E0E0;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: 148px;
}

/*************************/
/*		Extras		*/
/*************************/

.replaced {
	display: block;
	text-indent: -5000px;
}

.replaced2 {
	display: block;
	text-indent: -5000px;
}

/* listagem demonstrativos */
ul.listProdutosIn, ul.subLisProd {
	list-style: none
}
ul.subLisProd li a {
	color: #000;
	font-size: 1.0em;
	padding: 0 0 0 20px !important;
	text-decoration: none;
}
ul.subLisProd li a:hover {
	text-decoration: underline !important;
}
ul.listProdutosIn li.listTitulo {
	font-size: 1.1em;
	padding: 10px 0 0 0;
}
ul.listProdutosIn li a.link1 {
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 0 0 8px;
}

div#formChatOff {
	width: 250px;
	margin: 0 auto 8px auto;
}

div#formChatOff label {
	width: 100px !important;
	display: block;
}

div#formChatOff input {
	width: 250px;
}

div#formChatOff textarea {
	height: 70px;
	width: 248px;
}

div#formChatOff input#btnEnviarChat {
	width: auto;
}