@import url("css/comuns.css");
@import url("css/menu.css");
@import url("css/forms.css");
@import url("css/casas.css");
@import url("css/tables.css");
@import url("css/ads.css");

.bordasArr{
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	/* Firefox, etc */
	-khtml-border-radius:5px;
	-khtml-border-radius:5px;
	/* Konqueror, etc */
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	/* Safari, Google Chrome, etc */
	-opera-border-radius:5px;
	-opera-border-radius:5px;
	/* Opera */	
	behavior:url(border-radius.htc);
	
	border-top-right-radius:5px;
	border-top-left-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
	border-top-left-radius:5px;
}





/* Estilos Comuns e Classes*/
#content p.voltar a {
	color: #fff;
	width: 90px;
	clear: both;
	padding: 3px 0;
	margin: 10px 0;
	display: block;
	text-align: center;
	background: url("img/voltar.png");
}
/* Elementos */
body {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	background: #162732 url("img/bg.png") repeat-x top;
}
/* Principais */
#wrp {
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
	background: url("img/corpo.png") repeat-y;
}
#corpo {
	background: url("img/header.png") no-repeat top left;
}
/* [#header] Topo */
#header {
	height: 160px;
	background: url("img/headerbg.png") no-repeat 10px 10px;
}
#header h1 {
	float: left;
	width: 290px;
	height: 64px;
	overflow: hidden;
	padding: 70px 0 0 30px;
}
#header h1 a {
  height: 64px;
  display: block;
  text-indent: -99999px;
}
#header #divUm {
	float:right;
	width:540px;
	height:157px;
	overflow:hidden;
}
#header #divDois {
}

#header #fone {
	width:300px;
	float: right;
	color:#3C746B;
	overflow:hidden;
	text-align:right;
	margin-top: 14px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Trebuchet MS", Serif;
	font-size: 20px;
}
#header #fone span {
	color:#666;
}

#promoHouse{
      width:600px;
      height:50px;
      background-color:#F21A01;
font-size:14px;
    color:#FFF;
text-align: center;
margin:20px auto;
}

#promoHouse h4{
    font-size:14px;
    color:#FFF;
text-align: center;
margin: 0 auto;
padding-top:4px;
}



/*Menu*/
/*Correto on-line*/
#corretor {
	float:left;
	display:inline;
	margin-top:30px;
	margin-left:10px;
	width: 225px;
	height:73px;
}
/*Conteudo */
#content {
	float: left;
	width: 700px;
	margin-left: 10px;
}
#content #page {
	padding: 10px;
	background: url("img/page.png") no-repeat top left;
}
#content #page .botao_comum a {
	clear: both;
	color: #fff;
	width: 150px;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
	margin: 10px 0 10px 0;
	background: #ddd url("img/botao_comum.png") no-repeat top left;
}

/* Pagina Inicial */
#content .resultado a {
	color: #666;
	margin: 5px 0;
	padding: 5px 0;
	display: block;
}
#content .resultado a:hover {
	color: #000;
}
#content .navigation a {
	color: #000;
}
.logoInicio{
	margin:30px 0 0 0;
}




/* Titulos */
#content #page h1 {
	padding: 10px 0 10px 20px;
	color: #2E5758;
	font-size: 120%;
	font-style: italic;
	text-decoration: none;
	font-family: Georgia, Serif;
}
#content h2 {
	clear: both;
	color: #555;
	font-size: 100%;
	font-style: italic;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	font-family: Georgia, Serif;
}

#content div h2 a small {
	font: normal 13px Tahoma;
}

#content h3 {
	clear: both;
	color: #555;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	padding: 0 10px 10px 20px;
	font-family: Georgia, Serif;
}
#content div h1 {
	font-size: 13px;
}
#content div h1 a {
	color: #4D9388;
}
#content div h2 a {
	color: #2E5758;
	font-size: 110%;
	font-style: italic;
	text-decoration: none;
	font-family: Georgia, Serif;
}
#content div h2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #AEB4B8;
}
#content h3 {
	color: #000;
	font-size: 90%;
	text-decoration: none;
	padding: 0 10px 10px 20px;
}
/* Paragrafos */
#content div p {
	font-size: 13px;
}
#content p a {
	color: #4D9388;
}
#content p .floatleft, #content p .alignleft {
	margin: 0 10px 5px 0;
}
#content p .floatright, #content p .alignright {
	margin: 0 0 5px 10px;
}
/*Listas*/
#content ul {
	font-size: 13px;
	margin: 0 0 15px 30px;
}
#content ul li {
	color: #555;
	list-style-type: disc;
}
#content ul li p {
	font-size: 100%;
}
#content ul li li {
	font-size: 120%;
}
/* Listas personalisadas */
#content .visto li {
	list-style-image: url("img/marcador3.png");
}
/* Listas Ordenadas */
#content ol {
	padding:0 30px;
}

#content ol li, #content ol ul li {
	font-size:12px;
	color: #555;
}
#content ol li {
	font-weight:bold;
    list-style-type: decimal;
}
#content ol ul li {
	font-weight:normal;
    list-style-type: circle;
}
/* Quotes - Condominios */
#content .quoteCondominio h2 {
	margin: 0;
	border: 0;
	padding: 10px 0 0 10px;
}
#content .quoteCondominio img {
	float: left;
	margin-right: 10px;
}
#content #CondFoto {
	height: 365px;
	overflow: hidden;
	margin: 0 0 5px 10px;
}
#content #CondFoto ul {
	margin: 0;
	width: 665px;
	height: 30px;
	background: url("img/barra1.png");
}
#content #CondFoto ul li {
	display: inline;
	list-style: none;
}
#content #CondFoto li a {
	color: #666;
	float: left;
	height: 30px;
	display: block;
	padding: 0 20px;
	line-height: 30px;
}
#content #CondFoto li a:hover {
	color: #000;
}
#content .listaImagem blockquote {
	height: 190px;
}
#content .pdf {
	float: right;
	margin: 0 0 100px 10px;
}
#CondEspec {
	padding: 0;
	width: 665px;
	margin-left: 10px;
}
#content #CondEspec p {
	margin: 0;
	margin: 0 0 15px 0;
}
/**/
#content em.importante {
	display: block;
	padding: 5px 10px;
	border: 1px dashed #ccc;
}
/**/
#content #image {
	height: 300px;
	overflow: hidden;
	padding-top: 8px;
	padding-left: 4px;
	margin-bottom: 5px;
	background: url("img/imagem.png") no-repeat top;
}
#content #image #descricao {
	display:none;
}
/* Paragrafos */
#content p {
	color: #555;
	font-size: 13px;
	margin: 0 10px 15px 10px;
}
/* Destaque */
#content #destaque {
	float: left;
	width: 400px;
	padding: 0 15px;
	display: inline;
	padding-top: 20px;
/* alt */
	margin-bottom: 40px;
	background: url("img/box.png") no-repeat top left;
}
#content #destaque h2 {
	margin: 0 0 10px 0;
}
#content #destaque h1 {
	padding: 0 10px 10px 10px;
}
#content #destaque img {
	float: left;
	margin: 0 10px 20px 0;
}
#content #destaque p {
	margin: 0;
	padding: 0;
}
a.thumb_destaque {
	float: left;
	width: 114px;
	height: 84px;
	display: block;
	padding: 4px 0 0 4px;
	background: url("img/destaque.png") no-repeat left top;
}
/* Adquira seu lote */
#content #adquira {
	float: right;
	width: 270px;
	height: 205px;
	overflow:hidden;
	background: url("img/adquira.jpg") no-repeat;
}
#content #adquira a {
	display:block;
	width: 270px;
	height: 180px;
	text-indent:-999px;
}
/*Brunch*/
#content #brunch {
	float: left;
	width: 410px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 10px 5px;
	background: #F5F5F5;
}
#content #brunch h2 {
	border: 0;
	margin: 0;
	padding: 10px 0;
}
#content #brunch span {
	font: normal 13px Tahoma, Arial, Helvetica, Sans-serif;
}

/* Golf News */
#content #news {
	float: left;
	width: 400px;
	padding: 0 15px;
	display: inline;
	padding-top: 20px;
	margin-bottom: 20px;
	background: url("img/box.png") no-repeat top left;
}

#content #news .mais {
	clear: both;
	height: 25px;
	display: block;
	line-height: 22px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 5px;
	background: url("img/marcador4.png") no-repeat left center;
}

#content #news ul {
	margin: 0;
	padding: 0;
}
#content #news ul li {
	clear: both;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
#content #news ul a {
	color: #333;
	clear: both;
	width: 325px;
	float: left;
	display: block;
	text-indent: 30px;
	text-decoration: none;
	background: url("img/marcador2.png") no-repeat left center;
}
#content #news ul .data {
	padding: 3px 2px;
	font-weight: bold;
	background: #ECF3F2;
}
#content #news ul .last {
	border: none;
}
#content #news p {
	margin: 0;
	padding: 0;
}
/*Galeria de imagens*/
.galeria {
	width: 645px;
	margin: 0 20px;
}
.galeria .item {
	height: 120px;
	margin: 0 0 10px 0;
	background: url("img/galeria-itens.png") no-repeat top left;
}
.galeria .item img {
	float: left;
	margin: 10px 10px 0 10px;
}
.galeria .item strong {
	color: #444;
	display: block;
	font-weight: 17px;
	padding: 10px 0 10px 0;
}
.galeria .thumb {
	float: left;
	width: 160px;
	height: 130px;
	text-align: center;
	padding: 10px 0 0 0;
	background: url("img/galeria-thumb.png") no-repeat;
}
.ngg-navigation {
	clear: both;
	height:30px;
	margin: 0 0 10px 15px;
}
.ngg-navigation a, .ngg-navigation span {
	color: #666;
	float: left;
	display: block;
	font-size: 13px;
	padding: 1px 4px;
	margin: 0 3px 0 0;
	border: 1px solid #ccc;
}
.ngg-navigation span {
	background: #F5F5F5;
}
/* Pagina Golf News */
#content .lista_noticias {
	padding: 0;
	margin: 0 10px;
}
#content .lista_noticias li {
	clear: both;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
#content .lista_noticias a {
	color: #333;
	clear: both;
	width: 570px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: 30px;
	text-decoration: none;
	background: url("img/marcador2.png") no-repeat left center;
}
#content .lista_noticias a:hover {
	background: url("img/marcador2hover.png") no-repeat left center;
}
#content .lista_noticias .data {
	padding: 3px 2px;
	font-weight: bold;
	background: #ECF3F2;
}
/*Video*/
#video {
	float: right;
	width: 250px;
	height: 210px;
	display: inline;
	overflow: hidden;
	padding: 20px 10px 0 10px;
	background: url("img/videobg.png") no-repeat top left;
margin:20px 0;
}
#video p {
	margin: 0;
}
#video img {
	margin: 10px 5px;
}
#video .play {
	color: #333;
	width: 77px;
	float: right;
	height: 18px;
	font-size: 13px;
	display: block;
	text-align: center;
	background: url("img/assista.png") no-repeat right center;
}
/*5 motivos*/
#content .motivos {
	float: left;
	width: 330px;
	height: 300px;
	display: inline;
	margin: 0 0 10px 10px;
	background: url("img/motivos-bottom.png") no-repeat bottom left;
}
#content .motivos h2 {
	border: 0;
	margin: 0;
	padding: 10px 0 5px 10px;
	background: url("img/motivos-top.png") no-repeat top left;
}
#content .motivos p {
	margin: 0 10px;
}
#content .motivos img {
	margin-bottom: 5px;
}
/*Obras*/
#content .obras {
	margin: 0;
}
#content .obras .obraLabel {
	float: left;
	width: 205px;
	display: block;
	font-size: 75%;
	padding: 0 10px;
	text-align: right;
}
#content .obras .obraPorcet {
	height: 20px;
	cursor: pointer;
	padding-top: 5px;
	margin-bottom: 3px;
	background: #F7F7F7;
}
#content .obras .obraPorcet small {
	font-size: 75%;
	padding: 0 10px;
	font-weight: bold;
}
#content .obras .obraBarra {
	float: left;
	color: #fff;
	width: 350px;
	font-size: 75%;
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px inset #666;
}
#content .obras .obraBarra span {
	color: #ADD1CC;
	display: block;
	text-align: center;
	background: url("img/cronog.gif");
}
#content .obras div.selected {
	background: url("img/cronog_bg_infos.png") no-repeat top;
	margin: 0;
	color: #fff;
}
#content .obras div.selected p {
	color: #fff;
}
#content .obras img {
	border: 3px solid #fff;
}
#content .obras .obraInfos {
	color: #000;
	padding: 10px 0;
	margin-bottom: 5px;
	background: url("img/cronog_bg_infos.png") no-repeat bottom;
}
/*--------------*/
#content .projetos-lista blockquote {
	float: left;
	width: 320px;
	height: 240px;
	margin: 0 5px;
}
#content .projetos-lista blockquote p {
	margin: 0;
}
#content .projetos-lista blockquote h3 {
	padding: 0 0 10px 0;
}
#content .projetos-lista blockquote h3 a {
	color: #000;
}
#content .projetos-lista blockquote h3 a:hover {
	color: #888;
}
/*Memorial Descritivo*/
#content .memoriais {
	height:120px;
	padding-left:95px;
	background:url("img/memorial.png") no-repeat left top;
}
#content .memoriais h2 {
	border:0;
	font-size:15px;
}
#content .memoriais li a {
	color:#444;
	font-size:16px;
	font-weight:bold;
}
/*Mapa*/
#page #map {
	clear: both;
	margin: 0 0 20px 0;
}
/*footer*/
#footer {
    clear: both;
	height: 130px;
	font-size: 13px;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
	background: url("img/footer.png") no-repeat bottom left;
}
#footer p {
	width: 700px;
	margin: 0 auto;
}
#footer a {
	color: #666;
}

#content .torneios { margin: 20px;}

/*paginacao*/
.wp-pagenavi {
	clear: both;
	height: 30px;
	margin: 20px 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
	float: left;
	display: block;
	font-size: 13px;
	padding: 2px 4px ;
	margin: 0 5px 0 0;
	border:1px solid #ccc;
}
/*Developer*/
#developer{overflow:hidden;width:930px;clear:both;margin:auto;padding-bottom:10px;} #developer a{color:#365F7A;font-size:75%;} #developer a:hover {color:#fff;}
/*obrasentregues*/
#obrasentregues {
	float:left;
	width:610px;
}
#paginas .entregues {
	float:left;
	width: 200px;
	height: 300px;
	display:inline;
	overflow:hidden;
	margin-left:13px;
	margin-bottom:13px;
	text-align:left;
	background: url("img/bloco.png") repeat-x;
}
#paginas #textos .entregues h3 {
	border:0;
	margin:0;
	color:#444;
	font-size:10px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#paginas #textos .entregues .titulo {
	border:0;
	margin:0;
	color: #000066;
	font-size:11px;
	text-align:center;
	line-height:120%;
	padding:5px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#paginas #textos .entregues p {
	color:#555;
	margin:0 10px;
	line-height:110%;
	text-align:left;
	font-size:12px;
}
#paginas .entregues img {
	margin-top:7px;
}
#paginas .entregues .more {
	color:#354430;
	display:block;
	padding:10px 0;
	font-weight:bold;
}
#paginas .entregues .more a:hover {
	
}

