@charset "utf-8";
/* CSS Document */
/**********************LAYOUT******************/
body {
	margin: 0px;
	padding: 0px;	
}
#container2 {
	/* estensione sfondo colore header */     
    background-repeat: repeat-x;
	background-image: url(../assets/Header/estensioneSfondo.jpg);
	height:770px;
	overflow:hidden;
	min-width:1093px;
}
#container {
	/*centra il layout*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1093px;
}

/****************************MENU HEADER******************/
#menuHeader {
	height: 114px;
	width: 1093px;
	position: relative;
	top: -50px;
	z-index: 2;
	background-image: url(../assets/Header/ombraHeader.png);
	background-repeat: no-repeat;
}

#menu {
	position:relative;
	top:54px;
	position:relative;
	left:183px;
	font-family: Helvetica;
	font-size: 11px;
	letter-spacing: 2px;	
}

#menu .loginCMS{
	color:#FFF;
	position:relative;
	top:-33px;
	left:-115px;
}
#menu .lingua{
	color:#ff6600;
	position:relative;
	top:-33px;
	left:-95px;
}

#menu a{
	color: #6b5e4f;
	margin-right:35px;
	text-decoration: none;
	
}

#menu a:hover{
	color:#ff6600;
}

#menu .attivoHeader {
	color:#ff6600;
}
#menu .attivoHeaderCMS{
	position:relative;
	left:-80px;
	color:#ff6600;
}
#logo {
	background-image: url(../assets/Header/logo2.png);
	background-repeat:no-repeat;
	height: 129px;
	width: 177px;
	position: relative;
	top: -153px;	
	left:66px;
	z-index: 3;
}

#flash {
	position: relative;
	left: 47px;
	top: -221px;
	
	width:1000px;
	height:307px;
}
/* IMG PRINCIPALI */
.indexIMG {
	background:url(../assets/Hotel/homeImg.jpg);
}
.camereIMG {
	background:url(../assets/camere/camere.jpg);
}
.gourmetIMG {
	background:url(../assets/gourmet/gourmet.jpg);
}
.ischiaIMG {
	background:url(../assets/ischia/ischia.jpg);
}
.lifestylesIMG {
	background:url(../assets/lifestyles/lifestyles.jpg);
}
.termeIMG {
	background:url(../assets/terme/terme.jpg);
}
/* HOTEL IMG */
.grandeTradizioneIMG {
	background:url(../assets/Hotel/grandeTradizioneImg.jpg);
}
.acquaTermaleIMG {
	background:url(../assets/Hotel/acquaTermale.jpg);
}
.luogoSpecialeIMG {
	background:url(../assets/Hotel/luogoSpecialeImg.jpg);
}
.shoppingIMG {
	background:url(../assets/Hotel/shopping.jpg);
}
/* ISCHIA IMG */
.comeRaggiungerciIMG {
	background:url(../assets/ischia/comeRaggiungerci.jpg);
}
.mareIMG {
	background:url(../assets/ischia/mare.jpg);
}
.meteoIMG {
	background:url(../assets/ischia/meteo.jpg);
}
.naturaIMG {
	background:url(../assets/ischia/natura.jpg);
}
.storiaIMG {
	background:url(../assets/ischia/storia.jpg);
}
/* CAMERE IMG */
.doppiaGiardinoIMG {
	background:url(../assets/camere/DoppiaGiardino.jpg);
}
.doppiaMareStandardIMG {
	background:url(../assets/camere/doppiaMareStd.jpg);
}
.doppiaMareSuperiorIMG {
	background:url(../assets/camere/DoppiaMareSuperior.jpg);
}
.doppiaRoyalIMG {
	background:url(../assets/camere/doppiaDeLuxe.jpg);
}
.imperialSuiteIMG {
	background:url(../assets/camere/imperialSuite.jpg);
}
.juniorSuiteIMG {
	background:url(../assets/camere/juniorSuite.jpg);
}
.riSuiteIMG {
	background:url(../assets/camere/RiSuite.jpg);
}
.royalSuiteIMG {
	background:url(../assets/camere/royalSuite.jpg);
}

.singolaMareStandardIMG {
	background:url(../assets/camere/singolaMareStandard.jpg);
}
.singolaMareSuperiorIMG {
	background:url(../assets/camere/singolaMareSuperior.jpg);
}
/* TERME IMG */
.acqueMultiattiveIMG {
	background:url(../assets/terme/acqueMultiattive.jpg);
}
.trattamentiIMG {
	background:url(../assets/terme/trattamenti.jpg);
}
.percorsiIMG {
	background:url(../assets/terme/percorsi.jpg);
}
/* GOURMET IMG */
.barIMG {
	background:url(../assets/gourmet/bar.jpg);
}
.indacoIMG {
	background:url(../assets/gourmet/indaco.jpg);
}
.ristorantiIMG {
	background:url(../assets/gourmet/ristoranti.jpg);
}
/* LIFESTYLE IMG */
.belliIMG {
	background:url(../assets/lifestyles/belli.jpg);
}
.gourmetLifestyleIMG {
	background:url(../assets/lifestyles/gourmet.jpg);
}
.mareLifestyleIMG {
	background:url(../assets/lifestyles/mare.jpg);
}
.oggiSposiIMG {
	background:url(../assets/lifestyles/oggiSposi.jpg);
}
.parentesiRomanticaIMG {
	background:url(../assets/lifestyles/parentesiRomantica.jpg);
}
.sportivoIMG {
	background:url(../assets/lifestyles/sportivo.jpg);
}
/* CMS IMAGES */
.comingSoonIMG {
	background:url(../assets/CMS/comingSoon.jpg);
}
.escursioniIMG {
	background:url(../assets/CMS/escursioni.jpg);
}
.eventsIMG {
	background:url(../assets/CMS/events.jpg);
}
.newsletterIMG {
	background:url(../assets/CMS/escursioni.jpg);
}
.pressReleasesIMG {
	background:url(../assets/CMS/pressRoom.jpg);
}
.pressReviewIMG {
	background:url(../assets/CMS/pressRoom.jpg);
}
.pressRoomIMG {
	background:url(../assets/CMS/pressRoom.jpg);
}
.weekendsIMG {
	background:url(../assets/CMS/weekends.jpg);
}

/****************************CONTENT******************/
#content{
	font-family: Helvetica;
	font-size: 11px;
	color: #6b5e4f;
	letter-spacing: 2px;
	line-height: 17px;
}

#content {
	position:relative;
	left:47px;
	top:-221px;
	padding: 0px;
	width: 1000px;
	position: relative;
	margin: 0px;
}

/****************************CONTENT LEFT******************/

#left {
	width: 213px;
	float: left;
	height:347px;
	background-image: url(../assets/MenuLaterale/Bg.jpg);
	background-repeat: no-repeat;
}

#menuLaterale {
	position:relative;
	left:18px;
	background-color: #ff6600;
	width:176px;
	text-align: right;
	font-family: Helvetica;
	font-size: 1px;
	color: #FFF;
	letter-spacing: 2px;
}

#menuLaterale img{
	padding-top:15px;
}
#menuLaterale p{
padding-right:20px;
	position:relative;
	top:12px;
	font-family: Helvetica;
	font-size: 12px;
	display: block;
	color:#6b5e4f;
	margin:0;
}
#menuLaterale a{
	padding-right:20px;
	position:relative;
	top:5px;
	font-family: Helvetica;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	z-index:6;
	display: block;
	
}
#menuLaterale a:hover{
	color:#6b5e4f;
}
#menuLaterale .attivoLaterale{
	color:#6b5e4f;
}

/****************************CONTENT CENTER******************/

#center{
	float:left;
	width:467px;
	height:347px;
	margin-left:63px;
	margin-right:44px;
	text-align: left;	
}

#center p {
	margin-top: 60px;
}

#center h3 {
	font-family: Helvetica;
	color: #ff6600;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
	padding-left:30px;
	position:relative;
	top:40px;
}
#googleMaps
{
		width:1000px;
		height:307px;
}

/****************************CONTENT RIGHT******************/
#right{
	float: right;
	width: 213px;
	height:347px;
	background-image: url(../assets/BoxHL/boxRightBG.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#copiaRight{
	float: left;
	width: 213px;
	height:347px;
	background-image: url(../assets/BoxHL/boxRightBG.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#copiaRight h4{
	font-family: Helvetica;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 20px;
	margin-top:0;
}
#copiaRight a{
	text-decoration: none;
	color: #6b5e4f;
}

#copiaRight a:hover{
	color: #ff6600;
}

#copiaRight #boxHL {
	position: relative;
	top: 45px;
}

#copiaRight #boxHL img {
	margin-bottom:20px;
	position:relative;
	top:10px;
	left:-5px;
}

#copiaRight #boxHL {
	position: relative;
	top: 30px;
}
#right h4{
	font-family: Helvetica;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 20px;
	margin-top:0;
}

#right a{
	text-decoration: none;
	color: #6b5e4f;
}

#right a:hover{
	color: #ff6600;
}

#right #boxHL {
	position: relative;
	top: 45px;
}

#right #boxHL img {
	margin-bottom:20px;
	position:relative;
	top:10px;
	left:-10px;
}

#right #boxHL {
	position: relative;
	top: 30px;
}

/****************************FOOTER******************/
#footer {
	clear: both;
	height: 65px;
	width: 1052px;
	background-image: url(../assets/Footer/footer.png);
	background-repeat: no-repeat;
	position: relative;
	top: -236px;
	left:27px;
	z-index: 50;
	font-family: Helvetica;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: left;
}

#footer #menuFooter {
	position: relative;
	left: 60px;
	top:26px;
}

#footer a{
	color: #6b5e4f;
	margin-right:20px;
	text-decoration: none;
	
}

#footer a:hover{
	color: #ff6600;
}
#footer .attivoGallery {
	color:#ff6600;
}

#footer .attivoFooter{
	/* EX color: #a8301d; */
	color: #6b5e4f;
}

#footer #footerLeft{
	float: left;
	width:213px;
	position:relative;
	left:15px;
	
}

#footer #footerCenter {
	float: left;
	width:595px;
	position:relative;
	left:20px;
}

#footer #footerRight {
	float: left;
}

/************************* OTHER **********************/

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#validator{
	position:relative;
	top:-230px;
	font-family: Helvetica;
	font-size: 10px;
	color: #6b5e4f;	
	display:none;
}
#illustrazione{
	background-repeat:no-repeat;
}

#labelMenu{
	position:relative;
	top:58px;
	left:40px;
	font-family: Helvetica;
	font-size: 10px;	
}
#menuLabel{
	width:499px;
	height:38px;
	background-image:url(../CMS/tassello.png);
	display:none;
	position:relative;
 	left:300px;
}
#menuLabel a{
	margin-right:5px;
	text-decoration: none;	
	position:relative;
	top:10px;
	color: #6b5e4f;
	font-size: 8px;	
	
}
#menuLabel a:hover{
	color: #ff6600;
	
}

#primoP{
	position:absolute;
	top:40px;
	width:467px;
	height:200px;
}
#primoP a{
	color: #ff6600;
	text-decoration: none;	
}
#primoP h3{
	position:relative;
	top:0px;
}
#secondoP{
	position:absolute;
	/*se senza titolo, altrimenti 40*/
	top:85px;
	width:467px;
	height:200px;
	display:none;
	
}
#secondoP a{
	color: #ff6600;
	text-decoration: none;	
}
#secondoP h3{
	position:relative;
	top:0px;
	
}
#terzoP{
	position:absolute;
	/*se senza titolo, altrimenti 40*/
	top:85px;
	width:467px;
	height:200px;
	display:none;
	
}
#terzoP a{
	color: #ff6600;
	text-decoration: none;	
}
#terzoP h3{
	position:relative;
	top:0px;
	
}

#avanti{
	position:relative;
	left:400px;
	top:15px;
}
#avanti2{
	position:relative;
	left:330px;
	top:15px;
}
#indietro{
	position:relative;
	top:15px;
}
#avantiCMS{
	position:absolute;
	left:400px;
	top:250px;
}
#indietroCMS{
	position:absolute;
	top:250px;
}
#data{
	color: #6b5e4f;
	font-size:9px;
	margin-bottom:5px;
}
#jquery img{
	display:none;
	
}
#viewPiantinaIMG{
	position:relative;
	left:400px;
	top:15px;
}
#nav{
	position:relative;
	top:193px;
}
#container2 #container #content #nav .dir .attivoGallery{
	color:#6b5e4f;
}
#container2 #container #content #nav .last .attivoGallery{
	color:#6b5e4f;
}
#attivoGallerySub{
	color:#f60;	
	
}
#attivoGallerySubSfondo{
	background-color:#FFF;
}