@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}

html, body{
	height: 100%;
}

body {
	font:12px Arial, Helvetica, sans-serif;
	color: #FFF; 
	background-color: #FFF; 
	background-image: url(../images/background.jpg); 
	background-position:top center;
	background-repeat:repeat-x;
}

/* Main Divs */
/***********************************************************************/
#wrapper {
	position: relative;
	width: 914px;
	min-height: 100%; 
	margin: 0 auto -176px auto;
}

#top {
	position: relative; 
	float: left; 
	width: 914px; 
	padding: 0; 
	margin: 0;
}

#menu {
	float:left;
	position: relative; 
	width: 902px; 
	height:35px;
	margin: 12px 0 0 7px; 
	padding: 0;
	background-color:#584528;
}

#submenu {
	float:left;
	position: relative; 
	width: 275px; 
	margin: 115px 0 0 41px; 
	padding: 0;
	background-image:url(../images/submenuBack.gif);
}

#main {
	position: relative; 
	float: left;
	width: 914px; 
	padding:7px 0 75px 0; 
	margin: 0;
	
}

#footer {
	position: relative; 
	margin: 0 auto;
	height:175px;
	width:100%;
	background-image:url(../images/footerBack.jpg);
}

#footerHome {
	position: relative; 
	margin: 0 auto;
	height:275px;
	width:100%;
	background-image:url(../images/footerHomeBack.jpg);
}

/* Navigation */
/***********************************************************************/
#menu ul {
	margin: 0; 
	padding: 0;
}

#menu li {
	display: inline;
	float: left;
	height:35px;
	background-color:transparent;
	margin: 0; 
	padding: 0; 
}

#menu li a {
	float: left;
	overflow: hidden;
	height: 35px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
}

#menu .menuSep {
	float: left;
	background-image: url(../images/menuSep.gif); 
	background-position:0 0;
	background-repeat:no-repeat;
	width:30px;
	margin:0 0 0 10px;
}

/* Sub Navigation */
/***********************************************************************/
#submenu ul {
	margin: 25px 0 0 0; 
	padding: 0; 
}

#submenu li {
	width:275px;
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
}

#submenu li a {
	width:200px;
	float: left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#584528;
	text-decoration:none;
	padding: 7px 10px 7px 33px;
	margin: 0;
	background-image:url(../images/submenuLink.gif);
	background-repeat:no-repeat;
	background-position:15px 7px;
}

#submenu li a:hover {
	background-image:url(../images/submenuLink.gif);
	background-repeat:no-repeat;
	background-position:15px 7px;
	color:#281D0F;
}

#submenu li a.activeArea {
	background-color:#584528;
	background-image:url(../images/submenuActive.gif);
	background-repeat:no-repeat;
	background-position:15px 7px;
	color:#FFF;
}

#submenu .sepSubMenu {
	background-image:url(../images/sepSubMenuBack.gif);
	background-repeat: no-repeat;
	height:1px;
	margin:5px 0 5px 15px;
	padding:0;
}

/* Top Sub Divs */
/***********************************************************************/
.logo {
	position: relative;
	float: left; 
	width: 915px; 
	height: 147px; 
	padding: 0; 
	margin: 3px 0 0 2px;
}

.folhaHeader {
	background-image: url(../images/headerFundo.jpg); 
	background-position:380px 3px;
	background-repeat:no-repeat;
}

/* Main */
/*********************************************************************/
.mainLeft {
	position: relative;
	float: left; 
	width: 552px;
	margin:0 0 0 13px;
}

.mainRight {
	position: relative;
	float: left; 
	width: 316px;
	margin:0 0 0 20px;	
}

.mainTitles {
	float:left;
	width:528px;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	color:#7D633D;
	margin:0;
	padding:0 0 0 24px;
	background-image:url(../images/mainTitleImg.jpg);
	background-repeat:no-repeat;
}

.contentTitles {
	width:528px;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#766C59;
	margin:0 0 15px 20px;
}

.mainText {
	width:528px;
	font-size:13px;
	color:#4C3D1E;
	margin:25px 0 0 0;
}

.listTitle {
	width:528px;
	font-size:14px;
	color:#4C3D1E;
	margin:25px 0 0 0;
}

.listText {
	width:528px;
	font-size:13px;
	color:#4C3D1E;
	margin:5px 0 0 0;
}

.secLink {
	float:left;
	width:902px;	
	margin:5px 0 20px 0;
	color:#4C3D1E;	
}

.secLink a{
	font:12px Arial, Helvetica, sans-serif;
	color: #A08254;
	text-decoration:none;
}

.secLink a:hover{
	text-decoration:underline;
}

.contentSep {
	position: relative;
	float: left;
	width:552px;
	height:22px;
	background-image:url(../images/contentSep.gif);
	background-repeat:no-repeat;
	margin:25px 0 25px 0;
}

/* Homepage */
/*********************************************************************/
.homeAgenda {
	position: relative;
	float: left;
	width:296px;
	height:152px;
	margin:0;
	padding:40px 0 0 20px;
	background-image:url(../images/backAgenda.gif);
	background-repeat:no-repeat;
}

.homeNoticia {
	width: 260px;
	float:left;
	position:relative;
	padding: 0 0 15px 0; 
	margin: 10px 0 0 0; 
	border-bottom:1px dotted #4C3D1E;
}

.homeNoticia h1{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #4C3D1E;	
	padding: 0; 
	margin: 0; 
}

.homeNoticia p{
	font:12px Arial, Helvetica, sans-serif;
	color: #FFF;	
	padding: 0; 
	margin: 5px 0 0 0; 
}

.homeNoticia a{
	font:12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration:none;	 
}

.homeNoticia a:hover{
	text-decoration:underline;	 
}

.bannerExecutivo {
	position: relative;
	float: left;
	width:296px;
	height:100px;
	margin:50px 0 0 0;
	padding:45px 0 0 15px;
	background-image:url(../images/bannerMenuExecutivo.jpg);
	background-repeat:no-repeat;	
}

.bannerCartao {
	position: relative;
	float: left;
	width:296px;
	height:100px;
	margin:60px 0 0 0;
	padding:45px 0 0 15px;
	background-image:url(../images/bannerCartaoCliente.jpg);
	background-repeat:no-repeat;	
}

.bannerExecutivo p, .bannerCartao p {
	float:left;
	width:150px;
}

.bannerExecutivo a, .bannerCartao a {
	float:left;
	width:150px;
	margin:10px 0 0 0;
	color: #4C3D1E;
	text-decoration:underline;
}

/* Ambiente */
/*********************************************************************/
.ambienteFotos {
	float:left;
	margin:130px 0 0 45px;
}

.ambienteFotos img {
	float:left;
	margin:15px 0 0 0;
}

/* Galeria */
/*********************************************************************/
#galeria .holdNormal {
	margin:10px 0 0 0;
}

#normalFoto {
	margin:9px 0 0 9px;
	border:10px solid #FFF;
}

#galeria .holdNormalF {
	height:30px;
	margin:0 0 0 9px;	
}

#galeria .holdNormalF img{
	position: relative;
	float: left;
	margin:4px 0 0 0;
}

#galeria .holdNormalF p{
	position: relative;
	float: left;
	background-color:#584528;
	margin:4px 9px 0 0;
	padding:2px 10px 2px 4px;
}

#galeriaThumbs {
	float:left;
}

.jcarousel-skin-cais .jcarousel-container-horizontal {
      width: 548px;
      padding: 0 0 0 2px;
}

.jcarousel-skin-cais .jcarousel-clip-horizontal {
      width: 548px;
      height: 110px;
}

.jcarousel-skin-cais .jcarousel-item {
      width: 134px;
      height: 110px;
      padding:0 0 0 3px;
}

.jcarousel-skin-cais .jcarousel-item-placeholder {
      background: #fff;
      color: #000;
}

.galControls {
	position: relative;
	float: left;	
	margin: 10px 0 0 5px;
}

.galControls a {
	font-size:12px;
	color:#FFF;
	background-color:#584528;
	text-decoration:none;
	padding:0 9px 0 9px;
}

.galControls a:hover{
	text-decoration:none;
}

.clickThumb {
	cursor:pointer;
}

/* Ementa */
/*********************************************************************/
.ementaList {
	width: 548px;	
	float:left;
}

.ementaList p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 13px;
	margin: 5px 0 5px 0;
	padding: 0 10px 0 30px;
	color:#584528;
	background-image:url(../images/ementaBullet.jpg);
	background-repeat:no-repeat;
	background-position:15px 5px;
}

.ementaList a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin:8px 0 8px 0;
	text-decoration: none;
	font-size: 14px;
	color: #584528;
	border-top:#907348 1px dotted;
	border-bottom:#907348 1px dotted;
	background-color:#D7CAAA;
}

.ementaList a:hover {
	background-color: #C8B48E;
}

.ementaList a.selected {
	border-top:#907348 1px dotted;
	border-bottom:#907348 1px dotted;
	background-color:#584528;
	color:#FFF;
}

/* Contactos */
/*********************************************************************/
.contactosContent {
	position: relative;
	float: left;
	width:316px;
	height:445px;
	margin: 115px 0 0 0; 
	background-image:url(../images/backContactos.gif);
	background-repeat:no-repeat;	
	padding:50px 0 0 20px;
}

.contactosText {
	float: left;
	width:528px;
	font-size:13px;
	color:#4C3D1E;
	margin:25px 0 0 0;
}

.contactosContent h3 {
	font-size:13px;
	color:#4C3D1E;
	font-weight:bold;
	margin:0 0 5px 0;
}

.contactosContent p {
	font-size:12px;
	color:#4C3D1E;
}

.contactosContent a {
	color:#281D0F;
	text-decoration:none;
}

.contactosContent a:hover {
	text-decoration:underline;
}

.mapaLocal {
	position: relative;
	float: left;
	width:275px;
	height:125px;
	margin:20px 0 20px 0;
	background-color:#FFF;
	padding:4px 0 0 4px;
}

.infoTitle {
	float: left;
	position: relative;
	margin:18px 0 0 0;
	width:510px;
}

/* Reservas */
/*********************************************************************/
.reservasContent {
	position: relative;
	float: left;
	width:316px;
	height:150px;
	margin: 115px 0 0 0; 
	background-image:url(../images/backReservas.gif);
	background-repeat:no-repeat;	
	padding:50px 0 0 20px;
}

.reservasContent p {
	font-size:12px;
	color:#4C3D1E;
	width:275px;
}

.reservaTitle {
	position: relative;
	float: left;
	margin:18px 0 10px 0;
}

/* Formulários */
/************************************************************************/
.formBox {
	float:left;
	width:510px;
	margin:0;
	padding:0;
}

.mainForm {
	margin: 0;
	padding: 0;
}

.mainForm fieldset {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}

.mainForm ol.formSection {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainForm ol.formSection li {
	float:left;
	margin: 10px 0 0 0;
	padding: 0;
}


.mainForm ol.formSection li label.fieldName {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight:bold;
	color:#7D633D;
}

.mainForm ol.formSection li.submitArea{
	float:left;
	margin: 25px 0 0 0;
	padding: 0;
}


input.textBox{
	color:#212B32;
	font:12px Arial, Helvetica, sans-serif;
	width:510px;
	height: 20px;
	border: none;
	background-color:#F5F1D8;
	vertical-align:middle;
}

textarea{
	color:#212B32;
	font:12px Arial, Helvetica, sans-serif;
	width:510px;
	height: 100px;
	border: none;
	background-color:#F5F1D8;
}

select.selBox{
	color:#212B32;
	width: 75px;
	border: none;
	background-color:#F5F1D8;
	margin-left:15px;
	font:12px Arial, Helvetica, sans-serif;
}

#enviar {
	width:73px;
  	height:25px;
  	padding: 25px 0 0;
  	margin: 0;
  	border: 0;
  	background: transparent url(../images/btEnviar.gif) no-repeat center top;
  	overflow: hidden;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#limpar {
	width:73px;
  	height:25px;
  	padding: 25px 0 0;
  	margin: 0;
  	border: 0;
  	background: transparent url(../images/btLimpar.gif) no-repeat center top;
  	overflow: hidden;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

/* Calendar */
a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 0 0 10px;
	background: url(../images/calendar.png) no-repeat;
}

a.dp-choose-date{
	text-decoration:none;
}


a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/* Footer */
/***********************************************************************/
#footerHome .parcerias {
	margin: 0 auto; 
	padding: 0; 
	width: 902px;
	height:100px;
}

#footerHome .parcerias h1{
	float:left;
	font-size:14px;
	color:#4C3D1E;
	font-weight:bold;
	margin:10px 0 10px 0;
}

#footerHome .parceriasLogos{
	float:left;
	width: 902px;
}


#footer .fContent, #footerHome .fContent {
	margin: 0 auto; 
	padding: 0; 
	width: 902px;
}

#footer .bannerReservas, #footerHome .bannerReservas {
	float:left;
	width: 500px;
	height:120px;
	margin:10px 0 0 0;	
}

#footer .bannerReservas p, #footerHome .bannerReservas p {
	font-size:13px;
	color:#584528;
}

#footer .fInfo, #footerHome .fInfo {
	float:right;
	width:185px;
	margin:25px 0 0 0;	
}

#footer .fAddress, #footerHome .fAddress {
	font-size:11px;
	color:#4C3D1E;
	text-align:right;
	margin:5px 0 0 0;
}

#footer .fNumber, #footerHome .fNumber {
	float:right;
	background-color:#584528;
	font-size:11px;
	margin:5px 0 0 0;
	padding:0 2px 0 2px;
	text-align:right;
	width:172px;
}

#footer .fNumberSep, #footerHome .fNumberSep {
	width:3px;
	background-color:#F7F2DC;
	margin:0 5px 0 0;
}

#footer .fDev, #footerHome .fDev {
	float:right;
	font-size:11px;
	color:#4C3D1E;
	text-align:right;
	margin:15px 0 0 0;
}

#footer .fDev a, #footerHome .fDev a {
	color:#7F6C4C;
	text-decoration:none;
}

#footer .fDev a:hover, #footerHome .fDev a:hover {
	text-decoration:underline;
}

/* Others */
/***********************************************************************/
.clearfix {
	clear: both;
}

.push {
	height:175px;
	clear: both;
}

a.linkLight {
	color:#766C59;
	text-decoration:underline;
}

a:hover.linkLight {
	color:#584528;
	text-decoration:underline;
}

