/* giapox 2007 for Justweb */

body {
	margin: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #FCFDFD url(../images/sfondo_body.jpg) top repeat-x;
	color: #666;
}

a:link, a:visited {
	text-decoration: underline;
	color: #9EA642;

}
a:hover, a:active {
	text-decoration: none;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, form, fieldset, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

/* ****** FLAGS ****** */

div#flags {
	float: right;
	margin: 18px 8px 0 0;
	width: 62px;
}

div#flags ul {
	list-style-type: none;
}

div#flags li#ita {
	float: left;
	width: 30px;
	background: url(../images/flag_ita.jpg) no-repeat top left;
}

div#flags li#eng {
	float: left;
	width: 30px;
	background: url(../images/flag_eng.jpg) no-repeat top left;
}

div#flags a{
	position: relative;
	display: block;
	height: 30px;
}

/*************** FORM **************/

input {
	vertical-align: middle;
}
.txtarea {
	font-family:Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #666;
}
	
.button {
	border: 0;
	font-size: 10px;
	font-weight: bold;
	background: url(../images/button.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	width: 60px;
	height: 21px;
	color: #fff;
	cursor: pointer;
}

/*************** varie **************/

.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nascondi {
	display: none;
}

#annanzearet {
	text-align: center;
	padding: 4px;
	margin: 10px 0;
}

#annanzearet a{
	color: #666;
	margin: 0 4px;
}

#annanzearet strong {
	margin: 0 4px;
	text-decoration: underline;
	color: #666;
}

/*************** contenitore **************/

#contenitore {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #fff url(../images/sfondo_contenitore.jpg) repeat-y;
	
}

/*************** sopra **************/

#sopra {
	margin: 0 auto;
	padding: 0;
	width: 956px;
	height: 66px;
	background: #fff url(../images/sfondo_sopra.jpg) repeat-x;
}

#sopra img {
	float: left;
}

#sopra h1 {
	margin: 0;
	padding: 32px 0 0 0;
	font-family: "Trebuchet MS";
	color: #B8C2DD;
	font-size: 125%;
}

/*************** flash **************/

#flash {
	margin: 0 auto;
	padding: 0;
	width: 956px;
	height: 268px;
	background: #fff url(../images/sfondo_flash.jpg) repeat-x;
	
}

/*************** menu_sopra **************/

#menu_sopra {
	margin: 0 auto;
	padding: 0;
	width: 956px;
	height: 36px;
	background: url(../images/sfondo_menu_sopra.jpg);
}

#menu_sopra ul {
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu_sopra li {	
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
}

#menu_sopra a {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	font-family: Georgia, "Trebuchet MS";
	font-size: 100%;
	padding: 0;
	margin: 0;
}

#menu_sopra a:link, #menu_sopra a:visited {
	padding: 0 10px;
	color: #999;
	text-decoration: none;
}

#menu_sopra a:hover {
	color: #9EA642;
	background: url(../images/sfondo_menu_sopra_attivo.jpg);
}

#menu_sopra a#activelink, #menu_sopra a:active {
	color: #9EA642;
	background: url(../images/sfondo_menu_sopra_attivo.jpg);
}

/*************** corpo **************/
#corpo_sopra {
	margin: 0 auto;
	height:12px;
	padding: 0;
	width: 956px;
	background: #fff url(../images/sfondo_corpo.jpg) top repeat-x;
}
#corpo {
	margin: 0 auto;
	padding: 0;
	width: 956px;	
	background: url(../images/sfondo_centro_sotto.jpg) bottom 68% no-repeat;
}

/*************** sinistra **************/

#sinistra {
	margin: 11px 0 0 0;
	padding: 0;
	width: 246px;
	height: 100%;
	float: left;
	background: #fff url(../images/sfondo_sinistra.jpg) top repeat-y;
}

#sinistra h3 {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 160%;
}

#sinistra p.esterni {
	margin: 0 0 0 20px;
	padding: 0 0 3px 0;
	font-family: Georgia, Tahoma;
	color: #A8B5D5;
	font-weight: bold;
	font-size: 90%;
}

#sinistra p.interni {
	margin: 0 0 0 20px;
	padding: 0 0 3px 0;
	font-family: Georgia, Tahoma;
	color: #ABB64E;
	font-weight: bold;
	font-size: 90%;
	float: left;
}

#sinistra img.linea {
	margin: 0 0 0 11px;
	padding: 0 0 5px 0;
	float: left;
}

#sinistra img.foto_sinistra {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}

#sinistra_sopra {
	margin: 0;
	padding: 0;
	width: 246px;
	height: 20px;
	background: #fff url(../images/sfondo_sinistra_sopra.jpg) no-repeat;
}
#sinistra_sopra h3{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sinistra_sotto {
	margin: 0;
	padding: 0;
	width: 246px;
	height: 24px;
	background: #fff url(../images/sfondo_sinistra_sotto.jpg) no-repeat;
}

/*************** centro **************/

#centro {
	margin: 11px 0 0 0;
	padding: 0;
	width: 464px;
	float: left;
	display:block;
	min-height:100%;
	height: auto !important; 
	height: 100%;
}

#centro p {
	line-height: 150%;
	font-size: 100%;
}

/*************** destra **************/

#destra {
	margin: 11px 0 0 0;
	padding: 0;
	width: 246px;
	height: 100%;
	float: right;
}
div.it {
	background: #fff url(../images/sfondo_box_destra_it.jpg);
}
div.en {
	background: #fff url(../images/sfondo_box_destra_en.jpg);
}
div.box_destra {
	margin: 0;
	padding-top: 55px;
	width: 246px;
	height: 254px;
}
div.box_destra h4 {
	margin: 0;
	padding: 15px 0 15px 20px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 160%;
}

div.box_destra img.foto {
	margin: 0 0 0 0;
	padding: 0 0 10px 16px;
}

div.box_destra img.linea {
	margin: 0 0 0 0;
	padding: 0 0 5px 11px;
	float: left;
}

div.box_destra p {
	margin: 0 0 0 0;
	padding: 0 5px 5px 15px;
}

#box_destra_fotogallery {
	margin: 0;
	padding: 0;
	width: 246px;
	height: 372px;
	background: #fff url(../images/sfondo_box_destra_fotogallery.jpg);
}

#box_destra_fotogallery img.foto {
	margin: 0 0 0 0;
	padding: 90px 0 10px 16px;
}

/*#box_destra_fotogallery img.linea {
	margin: 0 0 0 0;
	padding: 0 0 5px 0px;
	float: left;
}*/

#box_destra_fotogallery p {
	margin: 0 0 0 0;
	padding: 0 20px 15px 20px;
	line-height: 150%;
	background:url("../images/linea_orizzontale_sinistra.gif") no-repeat top center;
}

#box_destra_fotogallery a.video {
	margin: 0 0 0 80px;
	padding: 0;
	color: #999;
}

#box_destra_newsletter {
	margin: 0;
	padding-top:60px;
	width: 246px;
	height: 236px;
	background: #fff url("../images/sfondo_box_destra_newsletter.jpg");
}

#box_destra_newsletter p{
	padding:5px 20px 15px 20px;
	line-height: 150%;
	background:url("../images/linea_orizzontale_sinistra.gif") no-repeat top center;
}

/*************** menu_sotto **************/

#menu_sotto {
	margin: 0 auto;
	padding: 0;
	width: 956px;
	height: 36px;
	background: url(../images/sfondo_menu_sotto.jpg);
}

#menu_sotto ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu_sotto li {	
	float: right;
	padding: 0;
	margin: 0 0 0 2px;
}
#menu_sotto a {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	font-family: Georgia, "Trebuchet MS";
	font-size: 100%;
	padding: 0;
	margin: 0;
}

#menu_sotto a:link, #menu_sotto a:visited {
	padding: 0 10px;
	color: #999;
	text-decoration: none;
}

#menu_sotto a:hover {
	color: #fff;
	background: url(../images/sfondo_menu_sotto_attivo.jpg);
}

#menu_sotto a#activelink, #menu_sotto a:active {
	color: #fff;
	background: url(../images/sfondo_menu_sotto_attivo.jpg);
}

/*************** sotto **************/

#sotto {
	margin: 0 auto;
	padding: 0;
	width: 956px;
	height: 36px;
	background: url(../images/sfondo_sotto.jpg) top repeat-x;
}

#sotto p {
	margin: 30px 0 0 20px;
	padding: 0;
	float: left;
	font-family: Tahoma;
	font-size: 90%;
	color: #999;
	line-height: 140%;
}

#sotto a {
	color: #999;
	font-weight: bold;
}

#sotto img.grotta {
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
}

#sotto img.justweb {
	margin: 30px 10px 0 0;
	padding: 0;
	float: right;
}

/* ****** Richieste 01_01 ****** */

#rch_01_01 {
	height: 600px;
}

#rch_01_01 h2{
	margin: 11px 0 0 0;
	padding: 0 0 60px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	background: url(../images/sfondo_titolo_centro_linea.jpg) bottom no-repeat;
}

#rch_01_01 h3{
	/* display: inline; commentare tutta questa riga per avere titolo e sottotilo su due righe */
	font-weight: normal;
	font-size: 100%;
}

#rch_01_01 h4{
	line-height: 22px;
	line-height: 22px;
	margin-top: 10px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #ebebeb;
	font-size: 120%;
	color: #2F548C;
}

#rch_01_01 h4 span{
	padding: 0 8px;
	margin-right: 8px;
	font-size: 18px;
	color: #2F548C;
	background: #e1e1e1;
}


#rch_01_01 img{
	vertical-align: middle;
	border: 0;
}


#rch_01_01 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#rch_01_01 legend {
	margin: 0;
	padding: 0;
}

#rch_01_01 fieldset ul{
}

#rch_01_01 fieldset li{
	float: left;
	margin: 6px 10px 0 0;
}


#rch_01_01 label{
	display: block;
	font-weight: bold;
}

#rch_01_01 .rchTxtInput {
	width: 188px !important;
	width /**/: 190px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #666;
}

#rch_01_01 .rchInput {
	width: 88px !important;
	width /**/: 90px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #666;
}

#rch_01_01 .rchCodeInput {
	width: 58px !important;
	width /**/: 60px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #666;
}

#rch_01_01 .rchTxtarea {
	width: 438px !important;
	width /**/: 440px;
	height: 118px !important;
	height /**/: 120px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #666;
}

#rch_01_01 .rchButton {
	margin-top: 5px;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/button.gif) no-repeat;
	width: 94px;
	height: 32px;
	color: #9EA642;
	cursor: pointer;
	text-transform: uppercase;
}

#rch_01_01 .rchPrivacy {
	font-size: 9px;
	font-weight: normal;
}

/* ****** Guestbook 02_02 ****** */

#gtb_02_02 {
	margin: 0;
	padding: 0 0 20px 0;
}

#gtb_02_02 h2 {
	margin: 11px 0 0 0;
	padding: 0 0 60px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	background: url(../images/sfondo_titolo_centro_linea.jpg) bottom no-repeat;
}

#gtb_02_02 p {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#gtb_02_02 img {
	vertical-align: middle;
}

#gtb_02_02 fieldset {
	margin: 5px 0 0;
	padding: 0;
	border: none;
}

#gtb_02_02 fieldset li {
	float: left;
	margin-right: 0px;
}


#gtb_02_02 label {
	display: block;
	font-weight: bold;
}

#gtb_02_02 .gtbTxtInput {
	width: 188px !important;
	width /**/: 190px;
	margin: 0 15px 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #FFF url(../images/sfondo_txt_input.gif) top repeat-x;
	color: #666;
}

#gtb_02_02 .gtbCodeInput {
	width: 58px !important;
	width /**/: 60px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #FFF url(../images/sfondo_txt_input.gif) top repeat-x;
	color: #666;
}

#gtb_02_02 .gtbTxtarea {
	width: 458px !important;
	width /**/: 460px;
	height: 118px !important;
	height /**/: 120px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #FFF url(../images/sfondo_txt_input.gif) top repeat-x;
	color: #666;
}

#gtb_02_02 .gtbButton {
	margin-top: 5px;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/button.gif) no-repeat;
	width: 94px;
	height: 32px;
	color: #9EA642;
	cursor: pointer;
	text-transform: uppercase;
}

#gtb_02_02 .gtbPrivacy {
	font-weight: normal;
	color: #666;
	font-size: 90%;
}

#gtb_02_02 a {

}

/* ****** Guestbook 03_01 ****** */

#gtb_03_01 {
	margin: 0;
	padding: 0 0 20px 0;
}

#gtb_03_01 h2 {
	margin: 11px 0 0 0;
	padding: 0 0 60px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	background: url(../images/sfondo_titolo_centro_linea.jpg) bottom no-repeat;
}

#gtb_03_01 p.verde {
	color: #959E41;
}

/* ****** Photogallery 01_01 ****** */

#ptg_01_01 {
}

#ptg_01_01 h2{
	margin: 11px 0 0 0;
	padding: 0 0 60px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	background: url(../images/sfondo_titolo_centro_linea.jpg) bottom no-repeat;
}

#ptg_01_01 h3{
	display: inline;  /*commentare tutta questa riga per avere titolo e sottotilo su due righe */
	font-weight: normal;
	font-size: 90%;
}

#ptg_01_01 h4{
	padding: 10px;
	margin-top: 10px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #ebebeb;
	font-size: 120%;
	color: #2F548C;
}

#ptg_01_01 dl {
	float: left;
	width: 145px;
	margin: 10px 5px 0 4px;
	padding: 0;
	background: #fff;
	display:inline;
}

#ptg_01_01 dd{
	margin: 0 ;
	padding: 0;
}

#ptg_01_01 .ptgFoto{
	width: 143px !important;
	width /**/: 145px;
	height: 143px !important;
	height /**/: 145px;
	line-height: 148px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
}


#ptg_01_01 img {
	border: 1px solid #ccc;
	padding: 4px;
	vertical-align: middle;
}


#ptg_01_01 dt{
	height: 75px;
	line-height: 150%;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#ptg_01_01 dt h4{
	font-size: 100%;
}

#ptg_01_01 dt span {
	display: block;
	padding-top: 3px;
	color: #666;
}

#ptg_01_01 dt a:link,  #ptg_01_01 dt a:visited{
	font-weight: bold;
	color: #5F75B1;
}

#ptg_01_01 .ptgSotto{
	line-height: 25px;
	border: 1px solid #ccc;
	padding: 0;
	background: #E3E6C3;
}

#ptg_01_01 .ptgSotto a:link, #ptg_01_01 .ptgSotto a:visited{
	display: block;
	padding: 0 10px;
	color: #9EA642;
}

#ptg_01_01 .ptgSotto a:hover {
	background: #fff;
}

/* ****** Photogallery 02_01 ****** */

#ptg_02_01 {
}

#ptg_02_01 h2{
	margin: 11px 0 0 0;
	padding: 0 0 60px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	background: url(../images/sfondo_titolo_centro_linea.jpg) bottom no-repeat;
}

#ptg_02_01 h3{
	display: inline;  /*commentare tutta questa riga per avere titolo e sottotilo su due righe */
	font-weight: normal;
	font-size: 90%;
}

#ptg_02_01 h4{
	padding: 10px;
	margin-top: 10px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #ebebeb;
	font-size: 120%;
	color: #2F548C;
}

#ptg_02_01 dl {
	float: left;
	width: 145px;
	margin: 10px 5px 0 4px;
	padding: 0;
	background: #fff;
	display:inline;
}

#ptg_02_01 dd{
	margin: 0 ;
	padding: 0;
}

#ptg_02_01 .ptgFoto{
	width: 143px !important;
	width /**/: 145px;
	height: 143px !important;
	height /**/: 145px;
	line-height: 148px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
}


#ptg_02_01 img{
	border: 1px solid #ccc;
	padding: 4px;
	vertical-align: middle;
}


#ptg_02_01 dt{
	height: 75px;
	line-height: 150%;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#ptg_02_01 dt h4{
	font-size: 100%;
}

#ptg_02_01 dt span {
	display: block;
	padding-top: 3px;
	color: #666;
}

#ptg_02_01 dt a:link,  #ptg_02_01 dt a:visited{
	font-weight: bold;
	color: #5F75B1;
}

#ptg_02_01 .ptgSotto{
	line-height: 25px;
	border: 1px solid #ccc;
	padding: 0;
	background: #E3E6C3;
	font-size:90%;
}

#ptg_02_01 .ptgSotto a:link, #ptg_02_01 .ptgSotto a:visited{
	display: block;
	padding: 0 10px;
	color: #9EA642;
}

#ptg_02_01 .ptgSotto a:hover {
	background: #fff;
}

/* ****** Newsletter 01_02 ****** */

#nsl_01_02 {
	height: 600px;
}

#nsl_01_02 h2{
	margin: 11px 0 0 0;
	padding: 0 0 60px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	background: url(../images/sfondo_titolo_centro_linea.jpg) bottom no-repeat;
}

#nsl_01_02 p{
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#nsl_01_02 img{
	vertical-align: middle;
}

#nsl_01_02 fieldset{
	border: none;
	margin-top: 5px;
}

#nsl_01_02 fieldset li{
	float: left;
	margin-right: 10px;
}

#nsl_01_02 label{
	display: block;
	font-weight: bold;
}

#nsl_01_02 .nslTxtInput {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #FFF;
	color: #666;
}

#nsl_01_02 .nslButton {
	margin-top: 5px;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/button.gif) no-repeat;
	width: 94px;
	height: 32px;
	color: #9EA642;
	cursor: pointer;
	text-transform: uppercase;
}

#nsl_01_02 .nslPrivacy {
	font-size: 9px;
	font-weight: normal;
}
hr {
	height:1px;
	border-bottom:1px dotted #DDD;
	width:95%;
}
#percorso_content{
	margin:30px;
}
.titolo_percorso {
	margin: 11px 0 0 0;
	padding: 0 0 60px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	background: url(../images/sfondo_titolo_centro_linea.jpg) left bottom no-repeat;
	
}