/* geral */
* {
	margin:0;
	padding:0;
}

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;	
	font: 13px "Trebuchet MS", Arial;
	color: #006699;
	background: #FFFFFF url(imagens/bgSite.jpg) top repeat-x;
}

#geral{
	width: 100%;
	height: 465px;
	background: url(imagens/nuvem.jpg) top center repeat-x;
	margin:0 auto;
	padding:0;
	text-align: center; /*hack para IE*/
}

td {
	vertical-align: top;
	font-size: 12px;
}

/* layout */

#topo{
	width: 902px;
	height: 103px;
	background:url(imagens/topo.png) top center no-repeat;
	display: block;
	margin: 0 auto;	
	padding: 0;
}

#menu{
	width: 515px;
	height: 40px;
	display: block;
	margin-left: 345px;
	padding: 10px;
	padding-top: 20px;
}


/*INICIO ITENS MENU*/
#itensMenu ul {
padding:0px;
margin:0px;
float: left;
width: 100%;
list-style:none;
}

#itensMenu li { 
display: inline;
text-transform:uppercase;
}

#itensMenu a {
padding: 5px 15px;
float:left;
color: white;
text-decoration: none;
}

#itensMenu a:hover {
color: #FFFF00;
}
/*FIM ITENS MENU*/

#topoDois{
	width: 902px;
	background: url(imagens/topo-dois.jpg) top center no-repeat;
	height:	341px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

#topoInt{
	width: 902px;
	background: url(imagens/fnd_conteudoInt.png) top center no-repeat;
	height:	500px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

#bannersEsq{
	width: 635px;
	height: 300px;
	display: block;
	margin-left: 30px;
	margin-top: 22px;
	padding: 0;
	float: left;
	color: #666666;	
}

#bannersDir{
	width: 180px;
	height: 300px;
	display: block;
	margin-right: 30px;
	margin-top: 22px;	
	padding: 0;
	float: right;
	color: #666666;
}

#anuncios{
	width: 902px;
	height: 147px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#conteudo{
	background: url(imagens/fnd_conteudo.jpg) top center no-repeat;
	width: 902px;
	height: 245px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

#conteudoInt{
	width: 835px;
	height: 100%;
	display: table;
	margin-left: 30px;
	margin-top: 22px;
	padding: 0;
	float: left;
	color: #666666;
}

#itens{
	width: 850px;
	height:200px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#noticias{
	width: 275px;
	height: 200px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: justify;
	padding-left: 2px;
	_padding-left: 28px;	
}

#dicas{
	width: 285px;
	height: 200px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: justify;
	_padding-left: 38px;	

}

#siganos{
	width: 270px;
	height: 200px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	_padding-left: 54px;	
}

#copyright {
	width: 850px;
	height: 36px;
	display: block;
	font:  11px "Trebuchet MS", Arial;
	color: #999999;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.clear{
	clear: both;
}

#rodape{
	width: 100%;
	height: 65px;
	background: url(imagens/fnd_rodape.jpg) bottom center repeat-x;
	display: block;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.pimagem{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	float: left;
}

.psiganos{
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

/* formulario */

#formulario{
	width: 280px;
	display: block;
	clear: both;
	text-align: left;
	font-size: 13px;
	color: #0066CC;
}

#contato{
	margin: 0;
	padding:0;
	width: 280px;
	text-align: left;
}

fieldset{
	border: none;
	text-align: left;
}

form fieldset label{
	display: block;
	float: left;
	padding: 3px;
	width: 280px;	
}

form fieldset label input{
	/*width: 280px;*/
	height: 26px;
	background:#FFFFFF;
	font: 13px "Trebuchet MS", Arial;
	cursor:text;
	letter-spacing: 1px;
	padding: 4px 0px 2px 5px;
	color: #666666;
	border: 1px solid #B2B2B2;
}

.campo{
	width: auto;
	min-width: 50px; /*minimo de largura do campo*/
	height: 26px;
	background:#FFFFFF;
	font: 13px "Trebuchet MS", Arial;
	padding: 4px 0px 2px 5px;
	color: #666666;
	border: 1px solid #B2B2B2;
}

form fieldset label textarea{
	cursor:text;
	letter-spacing: 1px;
	padding: 5px 0px 2px 5px;	
	color: #666666;
	font: 13px "Trebuchet MS", Arial;	
}

.input{
	width: 140px;
	height: 26px;
	background:url(imagens/input.jpg) top left no-repeat;
	font-size: 12px;
	cursor:text;
	letter-spacing: 1px;
	padding: 5px 0px 2px 5px;	
	color: #666666;
	border: 0px;
	
}

/* botoes */

.btnEnviar{
	width: 29px;
	height: 25px;
	border: 0px;
	background:url(imagens/btnEnviar.jpg) top center no-repeat;
}

.btnContato{
	width: 60px;
	height: 25px;
	border: 0px;
	background:url(imagens/btnContato.png) top center no-repeat;
	text-align: left;
	cursor:pointer;
}

.btnVoltar {
	background: #FFF;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 5px;
}

/* texto escondido */

#content {
	font-size: 1px;
	color: #000000;
}


.parceria a {
	font-family: "Trebuchet MS", Arial;
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
}

.fone{
	font-size: 15px;
	color:#2756A8;
	text-align:justify;
}

/* links */

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:active{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #0066FF;
	text-decoration: none;
}

/*TOOL TIP*/

#demotip {
	display:none;
	background:transparent url(imagens/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* Noticias */

.noticiaData{
	width:72px;
	height: 16px;
	background:url(imagens/noticiaData.jpg) no-repeat;
	color: #FFFFFF;
	font-size:12px;
	text-align: center;
}

ul, li{
	list-style:none;
	padding-bottom: 3px;
}

/* logomarca */
.imgreplace {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

h1 a {
	background: url(imagens/logomarca.png) no-repeat;
	width: 313px;
	height: 80px;
	float: left;
	clear: left;
	margin-left: 20px;
	margin-top: 10px;
}
.reservas a {
	background: url(imagens/reservas_hidden.png) no-repeat;
	width:180px;
	height:40px;
	float: right;
	clear: right;
}
.paragrafos{
	text-align: justify;
	font-size: 13px;
	margin-top: 10px;

}
#link_reservas {
	height: 48px;
	width: 150px;
	position: absolute;
	left: 801px;
	top: 120px;
	cursor:pointer;
	/*border: 1px solid #000000;*/
}
