/********************************************************************
 ######################         RESET         #######################
*********************************************************************/
*
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: none;
	display: inline;
}
a img
{
	cursor: pointer;
}
body 
{
	background: #fff url(../imagens/bg-page.png) center top no-repeat;	
}
/********************************************************************
 ####################         ESTRUTURA         #####################
*********************************************************************/
#header, #body, #footer, #copyright 
{
	margin: auto;
}
#header
{

	width: 905px;
	height:180px;
	position: relative;
}
	#company
	{
		position: absolute;
		top: 20px;
		left: 63px;
	}
	
	
	#header .banner
	{
		position: absolute;
		padding-bottom: 15px;
		top: 5px; 
		right: 50px;
		background: url(../imagens/bg-banner.png) bottom repeat-x;
	}
		#header .banner .item
		{
			border: 2px solid #fff;
			width: 656px;
			height: 136px;
			overflow: hidden;
		}
		
		
	#header .menu
	{
		background: url(../imagens/bg-menu.png) bottom no-repeat;
		position: absolute;
		width: 728px;
		height: 26px;
		padding: 0px 55px;
		bottom: 0px;
		left: 34px;
	}
		#header .menu li
		{
			float: left;
			list-style: none;
		}

			#header .menu li a
			{
				text-transform: uppercase;
				font: bold 12px Arial, Helvetica, sans-serif;
				color: #fff;
				display: block;
				float: left;
				padding: 8px 15px 2px 15px;
				height: 16px;
			}
			#header .menu li a.hover
			{
				background: url(../imagens/bg-menu-hover.png) top no-repeat;
			}
			#header .menu li a:hover
			{
				text-decoration: none;	
			}	

#body
{
	background: url(../imagens/bg-body.png) no-repeat;
	height: 315px;
	padding: 10px;
	width: 885px;
}	
body > #body
{
	height: auto;
	min-height: 315px;
}
	#body .painel
	{
		padding: 10px 7px;	
		position: relative;
	}
		#body .painel .prev, #body .painel .next
		{
			cursor: pointer;
			top: 10px;
			position: absolute;
			z-index: 4;
		}
		#body .painel .prev
		{
			left: 18px;	
		}
		#body .painel .next
		{
			right: 17px;	
		}
		#body .painel .carrossel
		{
			margin: auto;
			height: 415px;
			width: 820px
		}
			#body .painel .carrossel ul li
			{
				float: left;
				list-style: none;
			}
			
			
	#body .imovel
	{
		padding: 10px;
		background: #fff;
		border: 1px solid #ccc;
		width: 163px;
		position: relative;
		margin: 10px;
		float: left;
		display: inline;
	}
		#body .imovel .lancamento
		{
			position: absolute;
			top: -1px;
			right: -2px;
		}
		
		#body .imovel .titulo {
			line-height: 16px;
			overflow: hidden;
			display: block;
			padding: 0px 5px;
			text-align: center;
			font-style: normal;
			font-weight: bold;
			height: 34px;
		}
		
		#body .imovel .release
		{
			line-height: 16px;
			overflow: hidden;
			display: block;
			padding: 0px 5px;
			text-align: center;
			font-style: normal;
			font-weight: bold;
			height: 47px;
		}
		#body .imovel .titulo
		{
			margin: 1px 0px;
			background: #ccc;
			color: #666;
		}
		#body .imovel .release
		{
			color: #993333;	
		}
		
		
	#body .head
	{
		background: url(../imagens/bg-body-head.png) no-repeat;
		width: 891px;
		height: 62px;
		position: relative;
		z-index: 2;
	}
		#body .head .buscar, #body .head .teleatendimento, #body .head .atendimento, #body .head .titulo
		{
			position: absolute;	
		}
		#body .head .buscar
		{
			top: 5px;
			left: 10px;
		}
			#body .head .buscar label
			{
				margin-top: 3px;
				margin-right: 7px;
				float: left;
			}
			#body .head .buscar input
			{
				border: 1px solid #abadb3;
				color: #666;
				padding: 2px;
				width: 300px;
				margin-top: 1px;
				float: left;
			}
			#body .head .buscar button
			{
				background: none;
				padding: 0px;
				border: none;
				float: left;
			}
		#body .head .teleatendimento
		{
			top: 9px;
			right: 20px;
		}
		#body .head .atendimento
		{
			bottom: 5px;
			right: 45px;
		}
		#body .head .titulo
		{
			bottom: 7px;
			left: 45px;
			font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #fff;
			text-transform:uppercase;
		}

		
	#body .body
	{
		background: url(../imagens/bg-body-body.jpg) top no-repeat;
		height: 217px;
		margin-top: -30px;
		padding-top: 30px;
		position:relative;
		z-index: 1;
	}
	#body > .body
	{
		height: auto;
		min-height: 245px;
	}
	
		#body .body .submenu
		{
			background:url(../imagens/bg-submenu.png) no-repeat;
			height: 26px;
			width: 813px;
			margin: auto;
		}
			#body .body .submenu ul
			{
				display: block;
				float: right;
				list-style: none;
			}
				#body .body .submenu ul li
				{
					float: left;	
				}
					#body .body .submenu ul li a
					{
						display: block;
						padding: 3px 15px;
						font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
						color: #330033;
					}
		#body .body .descricao
		{
			padding: 20px 32px;
		}
			
			#body .body .descricao .titulo2 {
				line-height: 16px;
				overflow: hidden;
				display: block;
				padding: 0px 5px;
				text-align: center;
				font-style: normal;
				font-weight: bold;
				height: 34px;
				margin: 1px 0px;
				background: #ccc;
				color: #666;
			}
			
			#body .body .descricao .titulo
			{
				float:left;
				background: url(../imagens/bg-seta.png) left 5px no-repeat;
				padding-left: 12px;
				color: #666;
				font-size: 12px;
				text-transform: uppercase;
			}
			#body .body .descricao .release
			{
				margin: 0px 8px;	
			}
		#galeria 
		{
			position: relative;	
			width: 830px;
			height: 147px;
			margin-top: 3px;
			margin: auto;
		}
		#galeria .titulo
		{
			position: absolute;
			top:0px;
			left: 37px;
		}
		#galeria .prev, #galeria .next
		{
			position: absolute;
			bottom: 40px;
			cursor: pointer;
		}
		#galeria .prev
		{
			left: 0px;	
		}
		#galeria .next
		{
			right: 0px;
		}	
		#galeria .bg
		{
			width: 772px;
			height: 78px;
			background: url(../imagens/bg-galeria.png) no-repeat;
			position: absolute;
			left: 20px;
			bottom: 0px;
			padding: 22px 11px;
		}
			#galeria .bg .carrossel ul li
			{
				list-style: none;
				float: left;
			}
			#galeria .imagem
			{
				margin: 0px 7px;
			}
		
#footer
{
	width: 980px;
	padding-top: 15px;
	margin-top: -18px;
	background: url(../imagens/bg-footer.png) top no-repeat;
	position: relative;
	z-index: 2;
}
	#parceiros
	{
		width: 770px;
		margin: 10px auto;
		text-align: center;
	}
	#parceiros img
	{
		margin: 10px 40px;
	}
	#parceiros .titulo
	{
		background: url(../imagens/bg-footer-parceiros-title.png) bottom no-repeat;
		text-align: left;
	}
	#parceiros .titulo img
	{
		margin: 0px 10px;
	}
	#enderecos
	{
		background: url(../imagens/bg-footer-address.png) no-repeat;
		padding: 10px 0px;
	}
	#enderecos address 
	{
		display: block;
		font-style: normal;
		text-align: center;
		padding: 3px 0px;
	}
	#enderecos address, #enderecos address strong
	{
		color: #666666;
		font-size: 10px;
	}
	
#copyright
{
	width: 905px;
	clear:both;
	text-align: right;
	padding: 0px 15px;
	margin: 15px auto;
}
	#copyright .logo
	{
		width: 130px;
		height: 35px;
		float: left;
		display: inline;
	}
	#copyright .text
	{
		padding: 11px 0px;
		display: block;
		margin-right: 10px;
	}
	#copyright .text, #copyright .text a 
	{
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
	}
	
.clear
{
	clear: both;	
}
.imagem
{
	float: left;
	margin-right: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #d0d0d0;
}
.release
{
	color: #666;
}
.back
{
	color: #999;
	font-weight: bold;
	float: right;
	padding: 2px;
	display: block;
}
/** HOME **/	
#home
{
	background: url(../imagens/bg-home.png) bottom no-repeat;
	width: 810px;
	height: 302px;
	margin-left: 50px;
	position: relative;
	z-index: 1;
}
#home .apresentacao
{
	height: 180px;
	position: relative;
	width: 790px;
	margin-right: 20px;
}
#home .apresentacao .botoes 
{
	position: absolute;
	top: -10px;
	left: 30px;
}
#home .apresentacao .botoes .item
{
	float: left;
}
#home .apresentacao .orca
{
	position: absolute;
	bottom: 20px;
	left: 25px;
}
#home .apresentacao .release, #home .apresentacao .saibamais
{
	position: absolute;	
	right: 25px;
}
#home .apresentacao .release
{
	top: 15px;
	width: 350px;
	height: 130px;
	overflow: hidden;
}
#home .apresentacao .saibamais
{
	bottom:0px;
}
#home .newsletter, #home .acontece
{
	position: absolute;
	bottom: 0px;
	padding: 15px;
	height: 92px;
}
#home .newsletter
{
	width: 366px;
	left: 13px;
}

#home .newsletter .titulo
{
	position: absolute;
	top: 15px;
	left: -8px;
}
#home .newsletter .window
{
	width: 300px;
	background: #FFFFFF;
	position: absolute;
	left: 20px;
	margin: auto;
	display: none;
	border: 1px solid #999999;
	z-index: 3;
}
#home .newsletter .window .window-title
{
	height: 20px;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	background:#FFCC33;
}
#home .newsletter .window .window-close
{
	position: absolute;
	right: 0px;
	cursor: pointer;
	padding: 3px;
}
#home .newsletter .window .window-message
{
	padding: 10px 10px 10px 80px;
	background: 5px center no-repeat;
	height: 60px;
	font-size: 13px;
	display: table;
	vertical-align: middle;
}
#home .newsletter .release
{
	color: #fff;
	padding: 30px 0px 10px 0px;
}
#home .newsletter input, #home .newsletter button
{
	float: left;
}
#home .newsletter input
{
	color: #666;
	border: 1px solid #a8acad;
	padding: 3px 2px;
	margin-right: 8px;
	margin-top: 2px;
	width: 150px;
}
#home .newsletter button
{
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
#home .acontece
{
	width: 351px;
	right: 20px;
}
#home .acontece .titulo
{
	color: #330033;
	font-weight: normal;
	padding-bottom: 10px;
	display: block;
}
#home .acontece .release
{
	color: #747474;
	height: 52px;
	overflow: hidden;
}
#home .acontece .leiamais
{
	position: absolute;
	right: 15px;
	bottom: 0px;
}

/** Acontece e obras **/

.new
{
	margin: 0px 30px;
	border-top: 1px dotted #979797;
	padding: 15px 5px;
	position: relative;
	height: 130px;
}
.new.z1
{
	background: none;	
}
.new.z2
{
	background: #e5e5e5;
}
.new .link
{
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.new .titulo
{
	float:left;
	background: url(../imagens/bg-seta.png) left 5px no-repeat;
	padding-left: 12px;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
}
.new .release
{
	display: block;
	float: left;
	height: 65px;
	overflow: hidden;
	width: 590px;
	margin: 5px 0px;
}

/** obra **/

.blocos
{
	margin: 0px 40px;	
}
	.blocos img
	{
		margin-left: 25px;	
	}
	.blocos .bloco
	{
		border-top: 1px dotted #979797;
		padding: 5px 15px;
	}
		.download
		{
			background: url(../imagens/bg-download.png) left top no-repeat;
			height: 70px;
			width: 260px;
			padding-left: 107px;
			float: left;
			margin: 5px 10px;
			overflow: hidden;
			display: block;
		}
		.download:hover
		{
			text-decoration: none;	
		}
			.download .titulo
			{
				background: url(../imagens/bg-seta.png) left 5px no-repeat;
				padding-left: 12px;
				color: #666;
				padding-bottom: 5px;
				display: block;
			}

		.grafico
		{
			width: 780px;
			margin: 10px auto;
		}
			.grafico .label, .grafico .linha, .grafico .valor, .grafico .rotulo
			{
				height: 20px;
				line-height:20px;
				display: block;
				float:left;
			}
			.grafico .label, .grafico .linha
			{
				padding: 5px 0px;
				border-top: 1px dotted #666;
				border-left: none;
				border-right: none;
			}
			.grafico .label
			{
				width: 174px;
				padding-right: 5px;
				text-align: right;
				font-weight: bold;
				color: #666;
			}
			.grafico .valor
			{
				background: #3e5368;
				color: #fff;
				text-align:right;
			}
			.grafico .linha
			{
				width: 601px;
				background: url(../imagens/bg-linha.png);
			}
			.grafico .rotulo
			{
				width: 60px;	
				text-align: center;
				color: #666;
			}


/** Central de Vendas **/
#central
{
	background: url(../imagens/img-central-vendas.png) left bottom no-repeat;
	margin: 0px 8px;
	padding-left: 185px;
	height: 120px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
body > #central
{
	height: auto;
	min-height: 120px;
}
#central .titulo
{
	float: none;	
}
#central .tele
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#contato
{
	width: 540px;
	text-align:center;
	margin: 20px auto;
}
#contato .fieldset
{
	background: #ededed;	
	padding: 30px 40px;
	width: 460px;
	margin-bottom: 20px;
	text-align: left;
}
