#header {
	height: 137px;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../imgs/bg_header.jpg);
	background-repeat: repeat-x;
	background-position:  top;
	margin: 0;
	padding: 0;
/*	color: #663300;*/
	color: #333;
	font-size: 14px;
}
p {
	margin: 0 0 20px 0;
	padding: 0;
}
p img {
	margin: 0 5px 0 0;
}
img {
	border: 0;
}
h1 {
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: 100;
	color: #663300;
}
h2 {
	padding: 0;
	margin: 0;
	letter-spacing: -1.5px;
	font-size: 24px;
	font-weight: 300;
	width: 100%;
/*	border-bottom: 3px solid #630;*/
	color: #630;

}
h3 {
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: 100;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
#containner {
	margin: 0 auto;
	height: auto;
	width: 762px;
}
#logo {
	width: 316px;
	margin: 0px;
	padding: 0px;
	height: 125px;
	float: left;
}
#logo img {
	margin: 10px 0 0 0;
}
#endereco {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	width: 300px;
	height: 100px;
	color: #663300;
}

#conteudo {
	margin-top: 35px;
}

#dhonishow {
	text-align: center;
	padding: 0;
	height: 305px;
	width: 100%;
	margin: 0;
	float: right;
}
#dhonishow img {
	margin: 0;
	padding: 0;
}
/* menu novo*/

#menu {
	float:left;
	width:100%;
	font-size: 20px;
	line-height:normal;
	height: 36px;
}
#menu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#menu li {
	float:left;
	display: block;
	margin: 0 8px;
	padding:0;
	height: 36px;
}
#menu a {
	display:block;
	float: left;
	padding: 3px 15px;
	height: 36px;
	text-decoration: none;
	color: #663300;
}
#menu a:hover {
	color: #000;	
}

#menu #ativo {
	background:url("../imgs/menu_right.png") no-repeat right top;
}
#menu #ativo a {
	background:url("../imgs/menu_left.png") no-repeat left top;
	color: #FFF;
}

#link_guia {
	font-size: 12px;
	margin-bottom: 20px;
}
#pag_head {
	width: 100%;
	height: 25px;
	margin-top: 50px;
	margin-bottom: 10px;
}


/* Menu das páginas */

#pag_nav {
	text-align: right;
	position:relative;
}

#pag_nav a {
	text-decoration: none;	
}

#pag_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#pag_nav li {
	height: 36px;
	line-height: 30px;
	font-size: 18px;
	width: 95%;
	margin-bottom: 1px;
	padding-right: 10px;
}

#pag_nav li#ativo {
	background:url("../imgs/menu_right.png") no-repeat right top;
	width: 100%;
}
#pag_nav #ativo a {
	background:url("../imgs/menu_left.png") no-repeat left top;
	color: #FFF;
}


#pag_nav a {
	width: 100%;
	height:100%;
	display: block;
}	



#footer {
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(../imgs/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 12px;
}

fieldset {
	float: left;
	border: none;
	margin-left: 50px;
}
fieldset#contato {
	width: 280px;
}

fieldset#reservas {
	width: 430px;	
}

#reservas label, #contato label {
	height: 25px;
	float: left;
	display: block;
	width: 430px;
}
#contato label {
	width: 285px;	
}

#reservas label.btn, #contato label.btn {
	float: none;
}

#reservas label.quebra_linha {
	height: 55px;	
}

#contato span, #reservas span {
	width: 100px;
	float: left;
	padding: 2px 0 0 2px;
	margin: 0;
}
#reservas span {
	width: 150px;	
}

#contato input, #reservas input {
	width: 170px;	
	padding: 1px 0;
	margin: 2px 0;
}
#reservas input {
	width: 270px;	
}


#reservas input#masculino, #reservas input#feminino {
	width: 30px;	
}

#contato .btn input, #reservas .btn input {
	width: 70px;	
	padding: 1px 0 5px;
	margin: 5px 0;
	float: right; 
	background: url("../imgs/fundo_botao.png") no-repeat scroll center center;
	border: none;
	height: 30px;
	width: 75px;
	font-weight:bold;
	color: #FFF;
}

#contato .btn input:hover, #reservas .btn input:hover {
	background: url("../imgs/fundo_botao_hover.png") no-repeat scroll center center;
}


#contato select, #reservas select {
	width: 174px;	
	padding: 1px 0;
	margin: 2px 0;
}

#contato textarea, #reservas textarea {
	width: 170px;	
	display: block;
	margin-bottom: 5px;
}

#dataIn, #dataOut {
	background:url("../imgs/calendar_22x22.png") no-repeat center #FFF;
	border: 0;
	width: 30px;
}

#reservas label.labelInfo, #contato label.labelInfo {
/*	background: #EEF; */
	border-bottom: 1px solid #CCC;
	height: 45px;
	margin-bottom: 3px;
	display: block;
}
#contato label.labelInfo {
	padding-top: 2px;
}

#reservas span.labelSpan {
	font-size: 11px;
	margin: -3px 0 0 155px;
	width: 260px;
	color: #666;
}

#contato label.txtArea {
	height: auto;
}
#reservas label.highHeight {
	height: 60px;
}

#reservas label.lowHeight, #contato label.lowHeight {
	height: 30px;	
}

#pag_nav {
	width: 170px;
	float: left;
}

#pag_cont {
	width: 580px;
	float: right;
}

small {
	color: #F00;
}
#info_mail td {
	width: 200px;
}

div.box_error {
	background: #FAA;	
	margin: 0;
}

#msg_erro_nome, #msg_erro_email, #msg_erro_emailError, #msg_erro_cpf, #msg_erro_telefone, #msg_erro_dataIn, #msg_erro_dataOut, #msg_erro_assunto, #msg_erro_mensagem {
	display: none;
}

div.box_error p {
	padding: 5px 5px 5px 2px;	
	margin: 2px 0;
}

.conheca_quartos {
	padding: 0;
	list-style: none;
	float: right;
	margin: 0;
	width: 160px;
}

#turismo img {
	border: 1px solid #333;
	padding: 3px;
}
