/* CSS Document */

/* TUDO */


body{
	margin:0;
	background-color:#A68720;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	line-height:1.3em;
	}

/* layout */
#container { 
	width: 1000px; 
	margin: 0; 
	text-align: left;
	background-image:url(imagens/faux.gif);
	background-repeat:repeat-y; 

}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #A68720; 
	margin: 0;
	padding: 0;
}
#mainContent { 
	position:absolute;
	top:0px;
	left:0px;
	width:480px;
	*width:705px;
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background-color: #BB9624;
} 

#conteudo {
	padding:20px;	
	background-image:url(imagens/home_bg_texto.jpg);
	background-repeat:repeat-x;
	width:675px;
	line-height:1.5em;
	margin:0;
	}


/* geral */

.fltleft {	float:left;}
.fltright {	float:right;}
.clear {clear:both;}

.foto {
	float:left;
	margin-right:10px;
}

	
.texto {
	width:530px;
	padding: 10px 0px;
	padding-bottom:30px;
	}

/* menu */

#mainnavi {
	position:relative; 
	top:0px;
	margin:0px;
	padding:0px;

	}

#mainnavi ul {
	margin:					0;
	padding:             0;

}

#mainnavi li {
	margin:					0;
	padding:             0;
	list-style:				none;
	display:block;
}

#mainnavi li a {

	margin:					0;
	padding:             0;
	text-indent: 			-20000px;
	text-decoration: 		none;
	height:21px;
	width:280px;	
	display:block;
}

#mainnavi li a.mm_02 {
	background-image: 	url(imagens/home_bt_condo1.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a:hover.mm_02 {
	background-image: 	url(imagens/home_bt_condo2.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a.mm_03 {
	background-image: 	url(imagens/home_bt_natureza1.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a:hover.mm_03 {
	background-image:  	url(imagens/home_bt_natureza2.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a.mm_04 {
	background-image: 	url(imagens/home_bt_lazer1.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a:hover.mm_04 {
	background-image: 	url(imagens/home_bt_lazer2.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a.mm_05 {
	background-image: 	url(imagens/home_bt_seguranca1.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a:hover.mm_05 {
	background-image:  	url(imagens/home_bt_seguranca2.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a.mm_06 {
	background-image: 	url(imagens/home_bt_fotos1.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a:hover.mm_06 {
	background-image:  	url(imagens/home_bt_fotos2.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a.mm_07 {
	background-image: 	url(imagens/home_bt_local1.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a:hover.mm_07 {
	background-image:  	url(imagens/home_bt_local2.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a.mm_08 {
	background-image: 	url(imagens/home_bt_info1.gif);
	background-repeat: 	no-repeat;
}
#mainnavi li a:hover.mm_08 {
	background-image:  	url(imagens/home_bt_info2.gif);
	background-repeat: 	no-repeat;
}


/* links */


/* forms */


