/*HOME*/
body {
	background-color:#061d2b;
	margin:0;
}
.clrfloat{
    clear:both;
}

.container {
	margin:0 auto;
	width:1000px;
}
.boxTopo {
	width:1000px;
	height:94px;
}
.boxMenu {
	background-image:url(../../images/bgMenu.jpg);
	width:1000px;
	height:33px;
	text-align:center;
}
.boxMenuul {
	list-style-type:none;
	text-align:center;
	padding-left:128px;
}
.boxMenuul div {
	display:block;
	float:left;
}
/* MENU */
.local a{
	display:block;
	cursor:pointer;
	width:89px;
	height:34px;
	background:url(../../images/menu/local.jpg) no-repeat top right;
	border:0px solid red;
}
.local a:hover{
	background-position: bottom;
}
.apartamento a{
	display:block;
	cursor:pointer;
	width:144px;
	height:34px;
	background:url(../../images/menu/apartamento.jpg) no-repeat top right;
	border:0px solid red;
}
.apartamento a:hover{
	background-position: bottom;
}
.lazer a{
	display:block;
	cursor:pointer;
	width:145px;
	height:34px;
	background:url(../../images/menu/lazer.jpg) no-repeat top right;
	border:0px solid red;
}
.lazer a:hover{
	background-position: bottom;
}
.implantacao a{
	display:block;
	cursor:pointer;
	width:123px;
	height:34px;
	background:url(../../images/menu/implantacao.jpg) no-repeat top right;
	border:0px solid red;
}
.implantacao a:hover{
	background-position: bottom;
}
.localizacao a{
	display:block;
	cursor:pointer;
	width:135px;
	height:34px;
	background:url(../../images/menu/localizacao.jpg) no-repeat top right;
	border:0px solid red;
}
.localizacao a:hover{
	background-position: bottom;
}
.contato a{
	display:block;
	cursor:pointer;
	width:87px;
	height:34px;
	background:url(../../images/menu/contato.jpg) no-repeat top right;
	border:0px solid red;
}
.contato a:hover{
	background-position: bottom;
}

/* FIM MENU */
.boxSombra{
	width:1000px;
	height:16px;
	background-image:url(../../images/topo_sombra.jpg);
	background-repeat: no-repeat;
}
.boxConteudo {

}
.boxSombraRodape{
	width:1000px;
	height:16px;
	background-image:url(../../images/rodape_sombra.jpg);
	background-repeat: no-repeat;
}
.boxHome {
	width:1000px;
}
.boxHome img{
	margin:0;
	padding:0;
	float:left;
}
.boxContato{
	width:800px;
	padding-left:100px;
}

.boxRodape {
	width:1000px;
	height:60px;
}
/*FIM HOME*/