/* Escolher Lingua */
/***********************************************************************/
.chooseEng {
	position: relative;
	float: left; 
	width: 84px; 
	height: 23px;
	background-image:url(../images/chooseEng.gif);
	padding: 0; 
	margin: -88px 0 0 817px;
	font:11px Arial, Helvetica, sans-serif;
}

.chooseEng a {
	position: relative;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	color: #BFCFDB;
	text-decoration:none;
	padding: 0; 
	margin:3px 0 0 10px;
}

.chooseEng a:hover {
	color:#FFF;
	text-decoration:none;
}

/* Navigation */
/***********************************************************************/
/* Home */
#menu li.menuHome  {
	background-image: url("../images/btHome_on.gif") ;/* Hack way of preloading the hover image  */
	background-repeat:no-repeat;
	width: 59px;
}

#menu li.menuHome a  {
	background-image: url("../images/btHome_off.gif") ;
	background-repeat:no-repeat;
	width: 59px;
}

#menu li.menuHome a:hover {
	background-image: url("../images/btHome_on.gif");
	background-repeat:no-repeat;
	width: 59px;
}

#menu li.activeHome a {
	background-image: url("../images/btHome_active.gif");
	width: 59px;
}

/*  O Cais da Estação  */
#menu li.menuCais {
	background-image: url("../images/btCais_on.gif") ;/* Hack way of preloading the hover image  */
	background-repeat:no-repeat;
	width: 144px;
}

#menu li.menuCais a  {
	background-image: url("../images/btCais_off.gif") ;
	background-repeat:no-repeat;
	width: 144px;
}

#menu li.menuCais a:hover {
	background-image: url("../images/btCais_on.gif");
	background-repeat:no-repeat;
	width:144px;
}

#menu li.activeCais a {
	background-image: url("../images/btCais_active.gif");
	background-repeat:no-repeat;
	width: 144px;
}

/*  Ementa  */
#menu li.menuEmenta {
	background-image: url("../images/btEmenta_on.gif") ;/* Hack way of preloading the hover image  */
	background-repeat:no-repeat;
	width: 70px;
}

#menu li.menuEmenta a  {
	background-image: url("../images/btEmenta_off.gif") ;
	background-repeat:no-repeat;
	width: 70px;
}

#menu li.menuEmenta a:hover {
	background-image: url("../images/btEmenta_on.gif");
	background-repeat:no-repeat;
	width: 70px;
}

#menu li.activeEmenta a {
	background-image: url("../images/btEmenta_active.gif");
	background-repeat:no-repeat;
	width: 70px;
}

/*  Novidades e Eventos  */
#menu li.menuNovidades {
	background-image: url("../images/btNovidades_on.gif") ;/* Hack way of preloading the hover image  */
	background-repeat:no-repeat;
	width: 160px;
}

#menu li.menuNovidades a  {
	background-image: url("../images/btNovidades_off.gif") ;
	background-repeat:no-repeat;
	width: 160px;
}

#menu li.menuNovidades a:hover {
	background-image: url("../images/btNovidades_on.gif");
	background-repeat:no-repeat;
	width:160px;
}

#menu li.activeNovidades a {
	background-image: url("../images/btNovidades_active.gif");
	background-repeat:no-repeat;
	width: 160px;
}

/*  Contactos  */
#menu li.menuContactos {
	background-image: url("../images/btContactos_on.gif") ;/* Hack way of preloading the hover image  */
	background-repeat:no-repeat;
	width: 186px;
}
#menu li.menuContactos a  {
	background-image: url("../images/btContactos_off.gif") ;
	background-repeat:no-repeat;
	width: 186px;
}

#menu li.menuContactos a:hover {
	background-image: url("../images/btContactos_on.gif");
	background-repeat:no-repeat;
	width: 186px;
}

#menu li.activeContactos a {
	background-image: url("../images/btContactos_active.gif");
	background-repeat:no-repeat;
	width: 186px;
}

/*  Reservas  */
#menu li.menuReservas {
	background-image: url("../images/btReservas_on.gif") ;/* Hack way of preloading the hover image  */
	background-repeat:no-repeat;
	width: 66px;
}

#menu li.menuReservas a  {
	background-image: url("../images/btReservas_off.gif") ;
	background-repeat:no-repeat;
	width: 66px;
}

#menu li.menuReservas a:hover {
	background-image: url("../images/btReservas_on.gif");
	background-repeat:no-repeat;
	width: 66px;
}

#menu li.activeReservas a {
	background-image: url("../images/btReservas_active.gif");
	background-repeat:no-repeat;
	width: 66px;
}

/* Geral Top Content */
/***********************************************************************/
.homeBanner {
	float:left;
	position: relative; 
	width: 914px; 
	height:492px;
	margin: 1px 0 0 0; 
	padding: 0;
	background-image: url("../images/topHome.jpg");
	background-repeat:no-repeat;
}

.contentBanner {
	float:left;
	position: relative; 
	width: 914px; 
	height:349px;
	margin: 1px 0 0 0; 
	padding: 0;
	background-image: url("../images/topContent.jpg");
	background-repeat:no-repeat;
}

.ementaBanner {
	float:left;
	position: relative; 
	width: 914px; 
	height:349px;
	margin: 0; 
	padding: 0;
	background-image: url("../images/topEmenta.jpg");
	background-repeat:no-repeat;
}

.galeriaBanner {
	float:left;
	position: relative; 
	width: 914px; 
	height:349px;
	margin: 0; 
	padding: 0;
	background-image: url("../images/topGaleria.jpg");
	background-repeat:no-repeat;
}


