/* topo */
#cabeca .direito {
	float:right;
	background:url(../img/bg-topo.gif) left top no-repeat;
	width:405px;
	text-align:right;
}

#cabeca .direito .cliente {
	background:url(../img/areacliente1.gif);
	float:right;
	width:88px;
	height:67px;
	display:block;
	margin:20px 0 0 0;
}

#cabeca .direito .cliente:hover {
	background:url(../img/areacliente2.gif);
}

/* menu */

#cabeca .menu .reservas {
	background:url(../img/b-reservas.gif) top no-repeat;
	width:127px;
}

#cabeca .menu .reservas:hover {
	background:url(../img/b-reservas.gif) bottom no-repeat;
}

#cabeca .menu .tarifario {
	background:url(../img/b-tarifario.gif) top no-repeat;
	width:71px;
}

#cabeca .menu .tarifario:hover {
	background:url(../img/b-tarifario.gif) bottom no-repeat;
}

#cabeca .menu .promocoes {
	background:url(../img/b-promocoes.gif) top no-repeat;
	width:88px;
}

#cabeca .menu .promocoes:hover {
	background:url(../img/b-promocoes.gif) bottom no-repeat;
}

#cabeca .menu .frota {
	background:url(../img/b-frota.gif) top no-repeat;
	width:50px;
}

#cabeca .menu .frota:hover {
	background:url(../img/b-frota.gif) bottom no-repeat;
}

#cabeca .menu .servicos {
	background:url(../img/b-servicos.gif) top no-repeat;
	width:69px;
}

#cabeca .menu .servicos:hover {
	background:url(../img/b-servicos.gif) bottom no-repeat;
}

#cabeca .menu .parceiros {
	background:url(../img/b-parceiros.gif) top no-repeat;
	width:73px;
}
	
#cabeca .menu .parceiros:hover {
	background:url(../img/b-parceiros.gif) bottom no-repeat;
}

#cabeca .menu .empresas {
	background:url(../img/b-empresas.gif) top no-repeat;
	width:72px;
}

#cabeca .menu .empresas:hover {
	background:url(../img/b-empresas.gif) bottom no-repeat;
}

#cabeca .menu .pp {
	background:url(../img/b-pp.gif) top no-repeat;
	width:118px;
}

#cabeca .menu .pp:hover {
	background:url(../img/b-pp.gif) bottom no-repeat;
}

#cabeca .menu .contactos {
	background:url(../img/b-contactos.gif) top no-repeat;
	width:86px;
}

#cabeca .menu .contactos:hover {
	background:url(../img/b-contactos.gif) bottom no-repeat;
}

/* zona do centro */


/* promoções */

#centro .direita .promocoes {
	background:url(../img/bg-promocoes.gif) top center no-repeat #dd750f;
	width:440px;
	margin:20px 0 0 0;
	padding:1px 0;
}

