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

#barra_topo{width: 780px;
			height:15px;
			position:absolute;
			left:1px;
			top: 0px;
			float:left;
			background-color:#ffcc00;
}

#logo{	width: 780px;
		height:155px;
		position:absolute;
		left:1px;
		top: 15px;
		float:left;
}

#barra_menu{
			width: 778px;
			height:40px;
			position: absolute;
			left:1px;
			top:170px;
			float:left;
			background:url(../arquivos_jpg/topo/fundo_menu.jpg);
			z-index:1;

}


#evento, #reserva, #contato{     
			width: 80px;
			height:40px;
			position:absolute;
			top:0px;
			cursor:hand;
			cursor: pointer;
}

#evento{ left:510px;
}		 
		 
		 
#reserva{ left:595px;
}
		
#contato{   left:680px;
			
		}
		
#endereco {
	width: 500px;
	height:15px;
	position: absolute;
	left:250px;
	top:50px;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:right;
		}

#form_reserva{
	position:absolute;
	left: 100px;
	top: 250px;
	width:200px;
	height:150px;
	z-index:20;
	visibility: hidden;
	border: 5px #990000 solid;
	background-color:#999999;
}


#form_contato{
	position:absolute;
	left: 400px;
	top:250px;
	width:200px;
	height:150px;
	z-index:21;
	visibility: hidden;
	border: 5px  #006633 solid;
	background-color: #CC33CC;
}
