/* CSS Document */
* { margin:0; padding:0; }
body { background:url(imagens/background.gif); }
#geral {
	width:750px;
	height:100%;
	min-height:550px;
	background:#FFFFFF url(imagens/fundo.jpg) no-repeat;
	margin:0 auto;
}
h1 { display:none; }

/* *************** MENU *************** */
#menu { 
	width:750px;
	margin-top:115px; float:left; 
}
#menu ul { 
	list-style:none;
	text-align:center;
}
#menu li, #menu li a, #menu li a:link, #menu li a:visited {
	display:inline;
	padding:8px;
	font-family:Trebuchet MS;
	color:#000000;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}
#menu li a:hover {	color:#0066CC; }

/* *************** MEIO *************** */
#meio {
	width:635px;
	float:left;
	padding:20px 50px;
}
#meio p.imagemhome {
	background:url(imagens/fotoshome.gif) top left no-repeat;
	width:347px;
	height:269px;
	float:left;
	margin:10px 20px 0 0;
	text-indent:-9999px;
}
#meio p.textohome {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#003399;
	width:265px;
	margin-top:20px;
}
#meio p.titulo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003399;
	font-weight:bold;
	padding:10px 0;
}
#meio li, .texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left:20px;
}
#meio ul { float:left; }
p.desc1 { 
	background:url(imagens/desc2.jpg) no-repeat top left;
	float:left;
	width:256px;
	height:245px;
	margin-left:190px;
}
p.desc2 { 
	background:url(imagens/desc1.jpg) no-repeat top left;
	float:left;
	width:256px;
	height:245px;
	margin-left:190px;
}
#fotos { text-align:center; }
#fotos img { margin:5px; }
input, textarea, select {
	border:1px solid #333333;
	padding:3px;
	font-family:Trebuchet MS;
	font-size:14px;
	color:#333333;
}
#contato { margin-left:20px; }
#reservas { margin-left:70px; }


/* *************** RODAPE *************** */
#rodape { clear:both; padding-top:40px; }
#rodape p { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
}
p.ralphalmeida a {
	padding-right:5px;
	text-indent:-9999px;
	float:right;
	background:url(imagens/ralphalmeida.gif) top left no-repeat;
	width:149px;
	height:16px;
}