/* DESENVOLVIDO POR DIEGO ROHDEN: diegorroo@gmail.com */
#topo{
	width: 934px;
	height: 203px;
}
#logo{
	width: 163px;
	height: 185px;
	float: left;
	margin-top: -10px;
}
#logo h1{
	background: url(../img/logo.gif);
	width: 162px;
	height: 183px;
}
#logo span{
	visibility:hidden;
}
#form_reservas{
	float: right;
	width: 240px;
	height: 121px;
    background: url(../img/fundo_reservas.gif);
	font-size: 12px;
}
#form_reservas fieldset{
	border: 0px;
}
#form_reservas label{
	display: block;
	margin-top: 7px;
}
#form_reservas b{
    font-size: 14px;
    margin-left: 9px;
    text-transform: uppercase;
    margin-top: 10px;
}
#form_reservas select{
	width: 208px;
}
input#okk{
	height: 20px;
}
#form_reservas a{
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
#form_reservas a:hover{
	background: #333;
	color: #fff;
}
#form_reservas span{
	color: #7b0000;
	font-size: 10px;
}
#disp{
	width: 205px;
	padding: 2px;
}
#disp b{
	color: #9c0b00;
	font-size: 10px;
}
#menu{
	width: 750px;
	float: right;
	margin-top: 35px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	float: left;
	list-style: none;
}
#menu li a{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #505050;
	margin-left: 8px;
	padding: 8px;
}
#menu li a:hover{
	color: #d9bb64;
}