/* CSS Document */

html,body{
	width: 100%;
	margin:0;
	padding:0;
	background: #401611;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

form, p {
	margin:0;
	padding:0;
}


* {
	outline: none;
}


img {
	border: 0;
}


/*************************************************************
		STILE BASE HOMEPAGE
**************************************************************/

#pagina {
	width: 980px;
	margin: 0 auto 0 auto;
	color: #FFF;
}

#pagina_home {
	width: 996px;
	margin: 0 auto 0 auto;
	color: #FFF;
}

#contenuto {
	width: 100%;
	float: left;
	text-align: left;
}

#travel_concept {
	font-size: 12px;
	width: 100%;
	float: left;
	text-align: center;
	line-height: 18px;
}


#fondopagina_intro {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 11px;
	margin-top: 30px;
	border-top: 1px solid #8C7370;

}

#fondopagina_intro a:link, #fondopagina_intro a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#fondopagina_intro a:hover {
	text-decoration: underline;
}


/*************************************************************
		STILE BASE ALTRE PAGINE
**************************************************************/

#fascia_logo {
	width: 100%;
	float: left;
	text-align: center;
	height: 135px;
}

#fascia_int {
	width: 100%;
	float: left;
	text-align: center;
	height: 230px;
}

.standard {
	background: #896F6C;
}

.area1 {
	background: #BD9C46;
}

.area2 {
	background: #98141B;
}

.area3 {
	background: #E05115;
}

.area4 {
	background: #102A65;
}

.area5 {
	background: #348813;
}

.area6 {
	background: #1597AA;
}


#fascia_fondo {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

#fascia_fondo a:link, #fascia_fondo a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#fascia_fondo a:hover {
	text-decoration: underline;
}


.parte_centrale { 
	width: 960px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.parte_centrale .contenuto {
	width: 100%;
	height: 100%;
	float: left;
	text-align: left;
}

#fascia_testo {
	width: 100%;
	float: left;
	background: #FFF;
	text-align: center;
}

.cont_testuale {
	width: 100%;
	float: left;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #561C05;
	padding: 15px 0 30px 0;
	line-height: 17px;
	text-align: justify;
	border-bottom: 1px solid #DCD1BF;
}

.cont_testuale a:link, .cont_testuale a:visited {
	color: #401611;
	text-decoration: none;
	font-weight: bold;
}

.cont_testuale a:hover {
	text-decoration: underline;
}

.contenuto_s a:link, .contenuto_s a:visited {
	color: #401611;
	text-decoration: none;
	font-weight: bold;
}

.contenuto_s a:hover {
	text-decoration: underline;
}


a.back:link, a.back:visited {
	color: #401611;
	text-decoration: none;
	font-weight: bold;
}


.titolo {
	width: 100%;
	float: left;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #DCD1BF;
}

h4, .titolo h1 {
	padding: 0;
	margin: 0;
	float: left;
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
}

.percorso {
	float: right;
	text-align: right;
	font-size: 11px;
	padding-top: 6px;
}

.percorso a:link, .percorso a:visited {
	color: #401611;
	text-decoration: none;
}

.percorso a:hover {
	text-decoration: underline;
}

.percorso a.attivo:link, .percorso a.attivo:visited, .percorso a.attivo:hover {
	font-weight: bold;
}


/*************************************************************
		STILE VARIABILE COLORI
**************************************************************/


h4.standard, h1.standard {color: #896F6C;background: none;}

h4.area1, h1.area1 {color: #BD9C46;background: none;}

h4.area2, h1.area2 {color: #98141B;background: none;}

h4.area3, h1.area3 {color: #E05115;background: none;}

h4.area4, h1.area4 {color: #102A65;background: none;}

h4.area5, h1.area5 {color: #348813;background: none;}

h4.area6, h1.area6 {color: #1597AA;background: none;}

/*************************************************************
		COLORI
**************************************************************/

.colore1 {
	color: #BD9C46;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.colore1on {
	color: #BD9C46;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}


.colore2 {
	color: #98141B;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.colore2on {
	color: #98141B;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.colore3 {
	color: #E05115;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.colore3on {
	color: #E05115;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.colore4 {
	color: #102A65;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.colore4on {
	color: #102A65;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.colore5 {
	color: #348813;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.colore5on {
	color: #348813;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.colore6 {
	color: #1597AA;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.colore6on {
	color: #1597AA;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}



/*************************************************************
		STILE MENU
**************************************************************/

#menu_aree {
	width: 100%;
	float: right;
	margin-top: 20px;
}

#menu_aree ul, #menu_aree ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu_aree ul li {
	display:inline;
	float: left;
	margin-left: 20px;
}

#menu_aree ul li a.cont{
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
}

#menu_aree ul li a.cont img{
	vertical-align: middle;
	padding-right: 2px;
}


#menu_aree ul li ul li {
	display:inline;
	float: left;
	margin: 0;
}

#menu_etnia {
	width: 580px;
	float: right;
	margin-top: 70px;
	text-align: right;
}


#menu_etnia ul, #menu_etnia ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu_etnia ul li {
	display:inline;
	float: left;
}

#menu_etnia ul li a:link,  #menu_etnia ul li a:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu_etnia ul li a:hover {
	text-decoration: underline;
}
.menu_etnia {
	width: 680px;
	float: right;
	text-align: right;
}

.menu_etnia a:link,  .menu_etnia a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu_etnia a:hover {
	text-decoration: underline;
}

.menu_etnia a.cataloghi {
	
	font-size: 12px;
	font-weight: bold;
}

/*************************************************************
		STILE HOME
**************************************************************/

#travel_concept h1 {
	font-size: 17px;
	text-align: center;
	line-height: 20px;
	color: #FFF;
	display: block;
	padding-bottom: 10px;
	font-family: "Century Gothic", Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
}

/*************************************************************
		STILE AREA GEOGRAFICA
**************************************************************/

#testo_introduttivo {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #401611;
}

#testo_introduttivo p {
	display: block;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #561C05;
	padding: 15px 0 20px 0;
	line-height: 17px;
	text-align: justify;
}



#testo_introduttivo a {
	text-decoration:none;
}

#testo_introduttivo a:hover {
	text-decoration: underline;
}



/*************************************************************
		STILE BOX HOTEL
**************************************************************/

.box_lungo{
	width: 100%;
	float: left;
	height: 100px;
	margin-top: 10px;
	border-bottom: 1px solid #DCD1BF;
	cursor: pointer;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #401611;
}

.box_lungo h3{
	padding: 0;
	margin: 0;
	float: left;
	font-size: 11px;
}

.box_lungo .imm{
	width: 150px;
	float: left;
	height: 90px;
	overflow: hidden;
}

.box_lungo .testo{
	width: 100%;
	float: left;
	height: 45px;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	color: #795B58;
}

/*************************************************************
		STILE TESTO HOTEL
**************************************************************/

#testo_hotel {
	color: #401611;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

#testo_hotel h2{
	margin: 0;
	padding: 0px 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #401611;
}

#testo_hotel p{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	color: #795B58;
	text-align: justify;
}



#testo_hotel a {
	font-weight: bold;
	text-decoration:none;
}

#testo_hotel a:hover {
	text-decoration:underline;
}

#testo_hotel p a {
	font-weight: bold;
	text-decoration:underline;
}

#testo_hotel p a:link,  #testo_hotel p a:visited { color: #795B58; }


#testo_hotel p.area1, #testo_hotel p.area2, #testo_hotel p.area3, #testo_hotel p.area4, #testo_hotel p.area5 {
	background: none;
}
#testo_hotel p.area1 a:hover { color: #BD9C46; }

#testo_hotel p.area2 a:hover { color: #98141B; }

#testo_hotel p.area3 a:hover { color: #E05115; }

#testo_hotel p.area4 a:hover { color: #102A65; }

#testo_hotel p.area5 a:hover { color: #348813; }

#testo_hotel p.area6 a:hover { color: #1597AA; }

#immagini_piccole {
	width: 270px;
	float: left;
	height: 260px;
	overflow: hidden;
}

#immagini_piccole img{
	cursor: pointer;
}

.dati_azienda {
	font-size: 11px;
	line-height: 15px;
	color: #795B58;
	text-align: left;
}


/*************************************************************
		STILE MENU HOTEL
**************************************************************/

.sottomenu_hotel {
	float: right;
}

.sottomenu_hotel ul, .sottomenu_hotel ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.sottomenu_hotel ul li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	font-family:Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
	margin: 8px 0 0 5px;
}

.sottomenu_hotel ul li a:link, .sottomenu_hotel ul li a:visited {
	text-decoration: none;
}

.sottomenu_hotel ul li .spaziopulsante {
	
}

a.pul_richiedi_info:link, a.pul_richiedi_info:visited {
	margin:0;
	padding: 0;
	width: 170px;
	height: 28px;
	float: left;
	line-height: 28px;
	background: none;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

a.pul_tariffe:link, a.pul_tariffe:visited {
	margin:0;
	padding: 0;
	width: 60px;
	height: 28px;
	float: left;
	line-height: 28px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
	background: url(../images/clear.gif) top left repeat;
}

a.pul_stampa:link, a.pul_stampa:visited {
	margin:0;
	padding: 0;
	width: 70px;
	height: 28px;
	float: left;
	line-height: 28px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
	background: url(../images/clear.gif) top left repeat;
}


a.pul_richiedi_info:hover, a.pul_tariffe:hover, a.pul_stampa:hover {
	text-decoration: none;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


/*************************************************************
		STILE SOTTOMENU STANDARD
**************************************************************/

.sottomenu_standard ul, .sottomenu_standard ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.sottomenu_standard ul li {
	display: block;
	width: 100%;
	float: left;
}

.sottomenu_standard ul li a {
	display: block;
	color: #896F6C;
	padding: 5px 10px 6px 20px;
	text-decoration: none;
	font-weight: bold;
	background: #FFF url(../images/quadratino_s.gif) top left no-repeat;
	border-bottom: 1px solid #D7CECD;
	
}


.sottomenu_standard ul li a:hover {
	color: #411610;
	background: #EBE6E6 url(../images/quadratino_s.gif) top left no-repeat;
}


/*************************************************************
		STILE FORM CONTATTI
**************************************************************/

.form_contatti {
	width: 100%;
	float: left;
	font-size: 12px;
	font-family:Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #795B58;
	padding: 20px 0 25px 0
}


.form_contatti label {
	width: 180px;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 10px;
	padding-top: 3px;
}

.form_contatti input.inpcont {
	font-size: 12px;
	width: 180px;
	margin-bottom: 6px;
	padding: 3px 5px 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form_contatti textarea {
	width: 220px;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 5px;
}

.form_contatti input.check {
	float: left;
	margin-bottom: 10px;
}

.form_contatti select {
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form_contatti #conferma, .form_contatti_agenzia #conferma {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.pul_conferma {
	color: #FFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/pul_conferma.gif) top left no-repeat;
	border:0;
	padding:0;
	margin:0;
	width: 80px;
	height: 24px;
	cursor: pointer;
	font-weight: bold;
	vertical-align: top;
}


/* --- CONTATTI AGENZIA --- */

.form_contatti_agenzia {
	width: 100%;
	float: left;
	font-size: 12px;
	font-family:Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #795B58;
	padding: 20px 0 25px 0
}

.form_contatti_agenzia .divisione {
	width: 340px;
	float: left;
	height: 28px;
}

.form_contatti_agenzia label {
	width: 170px;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 10px;
	padding-top: 3px;
}

.form_contatti_agenzia input.inpcont {
	font-size: 12px;
	width: 140px;
	float: left;
	margin-bottom: 6px;
	padding: 3px 5px 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form_contatti_agenzia input.num_persone {
	width: 65px;
	margin-right: 5px;
}

.form_contatti_agenzia textarea {
	width: 480px;
	float: left;
	height: 100px;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 5px 3px 5px;
}

.form_contatti_agenzia select {
	width: 155px;
	float: left;
	margin-bottom: 6px;
	padding: 0px;
	height: 22px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form_contatti_agenzia input.check {
	float: left;
	margin-bottom: 10px;
}



/*************************************************************
		STILE FORM PROPOSTE DI VIAGGIO
**************************************************************/

.proposte_viaggio {
	width: 100%;
	float: left;
	font-size: 11px;
	font-family:Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #795B58;
	padding: 20px 0 25px 0;
}

a.link_pag:link, a.link_pag:visited {
	font-weight: bold;
	color: #795B58;
	text-decoration: none;
}

a.link_pag:hover {text-decoration: underline;}

.v_align {
	vertical-align:middle;
}

/*************************************************************
		STILE MENU NAZIONI LATERALE
**************************************************************/

#menu_nazioni ul, #menu_nazioni ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu_nazioni ul li {
	width: 100%;
	float: left;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
}


/*************************************************************
		STILE SOTTOMENU HOTELS - TOURS - ESCRURSIONI ECC.
**************************************************************/



#menu_sx ul, #menu_sx ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu_sx ul li {
	width: 100%;
	float: left;
	cursor: pointer;
	margin-top: 10px;
	
}

#menu_sx ul li h2 {
	margin:0;
	padding:0;
	font-size: 15px;
	text-transform: lowercase;
	font-family: "Century Gothic", Arial, Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	
}


#menu_sx ul li ul li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 2px 0 3px 0;
	cursor: pointer;
	font-size: 13px;
	line-height: 14px;
	text-transform: lowercase;
	font-weight: normal;
	font-family: "Century Gothic", Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, sans-serif;
}

#menu_sx ul li ul li a{
	text-decoration: none;
}


/********************************************************
			OVERLAY
*********************************************************/

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}


#finestra {
	position: absolute;
	z-index: 9999;
	width: 400px;
	height: 300px;
	background: #FFF;
	display: none;
	border: 1px solid #000;
	cursor: pointer;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	color: #555;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/****************************************************
				STILE LIGHTSLIDE
****************************************************/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0;
}
.highslide:hover img {
	border: 0;
}


.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
    background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	visibility: hidden;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

