@charset "utf-8";
/* CSS Document */

/* Desenvolvida por Luiz Fabiano da Silva Oliveira */
/* E-Mail: contato@luizfabiano.com.br              */
/* URL: http://www.luizfabianoo.com.br             */
/* Messenger: msn@luizfabiano.com.br               */
/* Tel: (83) 8808-0002                             */

/** Configurações gerais **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address { margin: 0px; padding: 0px; }
img { border: 0px; }
body {
    background: #FFFFFF;
    text-align: center; /* IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	background-image: url(../imagens/fundo_praia.jpg);
	background-repeat: inherit;
	background-attachment:fixed;
	background-repeat: no-repeat;
	padding-top: 100px;
	
}
#website {
	padding: 0px;
	margin: 0px auto;
	width: 777px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid #878684;
}
    /* Lado Esquerdo */
	#ladoEsquerdo {
	   width: 216px;
	   float: left;
	   margin-bottom: 10px;
	}
	    #logomarca {
		    width: 216px;
			background-image: url(../imagens/fundo_lado_logo.jpg);
			background-repeat: repeat-y; 
			height: 150px;
		}
		#praiaEsquerdo {
		   width: 216px;
		   height: 243px;
		   background-image: url(../imagens/praia_esquerdo.jpg);
		   background-repeat: no-repeat;
		   margin-bottom: 20px;
		}
		#newsletter {
		   width: 188px;
		   padding-left: 3px;
		   padding-right: 3px;
		   padding-bottom: 10px;
		   padding-top: 10px;
		   background-color: #912A2F;
		   margin-left: 19px;
		   color: #FFFFFF;
		}
	    
	/* Lado Esquerdo */
    
	
	/* Lado Direito */
	#ladoDireito {
	    width: 542px;
		float:  right;
		margin-right: 19px;
		background-color: #FFFFFF;
		margin-bottom: 10px;
	}
	    #fundo {
		    width: 542px;
			height: 48px;
		}
		#conteudo {
		    width: 542px;
			background-image: url(../imagens/praia_direito.jpg);
			background-repeat: no-repeat;
			background-position: 0px 102px;
		}
		    #menu {
			    width: 474px;
				height: 40px;
				padding-top: 20px;
				margin-bottom: 20px;
				margin-left: 45px; 
			}
			#aConstrutora {
				width: 415px;
				margin-left: 110px;
				line-height: 15px;
				margin-bottom: 90px;
			}
			#predio {
			    width: 542px;
				height: 267px;
				padding-top: 10px;
				background-image: url(../imagens/predio.jpg);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			    #descricaoPredio {
				    width: 274px;
					margin-left: 260px;
				}
	/* Lado Direito */


#conteudoOutros {
	width: 415px;
	margin-left: 110px;
	line-height: 15px;
	margin-bottom: 50px;
}


#rodape {
    padding: 5px;
	width: 767px;
	background-color: #878684;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

.formulario {
    border: 1px solid  #FFFFFF;
	background-color: #838280;
	color: #000000;
}
	
.link {
    color: #838280;
	text-decoration: none;
}
.link:a {
    color: #838280;
	text-decoration:  none;
}
.link:hover {
    color: #912A2F;
	text-decoration: nome; 
}	

.linkVermelho {
    color: #912A2F;
	text-decoration: none;
}
.linkVermelho:a {
    color: #912A2F;
	text-decoration: none;
}
.linkVermelho:hover {
    color: #838280;
	text-decoration: none;
}	
.linkBranco {
    color: #FFFFFF;
	text-decoration: none;
}
.linkBranco:a {
    color: #FFFFFF;
	text-decoration: none;
}
.linkBranco:hover {
    color: #000000;
	text-decoration: none;
}	

.linkPreto {
    color: #000000;
	text-decoration: none;
}
.linkPreto:a {
    color: #000000;
	text-decoration: none;
}
.linkPreto:hover {
    color: #000000;
	text-decoration: underline;
}	
	   
		
		





