

html{
	/*background: #68CDF2 url(img/bg_html.png) repeat-x;*/
}
/*allineamento body index*/
body {
	margin: 0px;
	padding: 0px;
	font: 13px "Arial", Helvetica, sans-serif;
/*	background: #60C659 url(img/image006_2.gif);*/
/*	background:url(img/bg_main-green.png) center repeat-y;*/
/*	background:url(img/bg_main.png) center repeat-y;*/
	/*background-color:#c5c5c5;*/
	background-color:#3D3D3F;
}

marquee{
	color:red;
	font-weight: bold;
}

/*AED1F1*/
#container{
	width: 900px;
	height: 900px;
	margin: 0px auto;
}
/* Logo */

#logo {
	width:100%;
	height: 215px;
	float: left;	
}

#bottom_logo {
    background: url("gferraris-graphic/top.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 178px;
    width: 900px;
    box-shadow: 0 0 14px black;
}

#img{
	width: 100%;
	height: 50%;
}

p.scuolaperta{
	text-align:left;
}

li.scuolaperta{
	text-align:left;
}

img.browser{
	width: 31px;
	height: 31px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top:3px;
}
img.validator{
	padding-top:3px;
	border:0;
	width:88px;
	height:31px; 
	float:left;

}
img.t_gite{
	width:100px;
	padding-top:0px;
}


img.img_avvisi{
	width:50px;
	padding-top:2px;
}
a.avvisi1{
	padding-top:0px;
	padding-bottom:10px;
	padding-left:15px;
	font-size:14px;
	text-align:center;
}
img.validator1{
	padding-top:3px;
	border:0;
	width:88px;
	height:31px; 
	float:right;

}
/* modificare per dimensione immagione logo */

#logo h1 {
	display:inline;
	margin: 0;
	letter-spacing: 0px;
	font-size: 4.6em;
	font-weight: normal;
	font-family:Times New Roman;
	color: black;
}
/*
#logo h2 {
	display:inline;
	margin: 0;
	font-size: 28px;
	color: black;
	padding: 0 0 0 5px;
	font-family: Times New Roman;
	font-style: bold;

}*/
#logo a {
	display:inline;
	text-decoration: none;
	color: black;
}
/* Menu */




#nav {
	margin: 0;
	padding-top: 2px;
	line-height: 100%;
	clear: both;
    float: left;
    height: 37px;
    text-align: center;
    width: 100%;
}

#nav li {
	padding: 0 0 8px;
	float: left;
	width: 128px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	background: url(gferraris-graphic/menu.png) no-repeat;
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	height: 30px;
        width: 132px;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height: 25px;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	text-shadow: 0 2px 8px rgba(255, 255, 255, .9);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-moz-transition: all 0.2s ease-in-out 0s;
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	z-index: 30;
	display: none;
	margin: 0;
	padding: 0;
	width: 135px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	text-align:left;
}
#nav ul a {
	padding-left: 3px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
#nav {
	display: block;
}
#nav {
	height: 1%;
}

#menu {
	
}

a.active {
	background: url("img/button_menu.png") no-repeat scroll center center transparent;
	padding: 4px 35px 5px 35px;
	color: #000000;
	font-weight: Bold;
	text-decoration: None;
	width: 100px;
}
a{
	color: #000000;
	font-weight: Bold;
	text-decoration: None;
}
a:focus {
	color: #000000;
	font-weight: Bold;
	text-decoration: None;
}
a:hover{
	color:BLUE;
	font-weight: Bold;
	text-decoration: None;
}
a img{
	border: 0;	
}

ul.dispense{
	display:inline;
	list-style: none;
	text-align:left;
}

img.gite_left{
	width:150px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
}
img.gite_right{
	width:150px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
}

img.attention{
	width:18px;
	margin: 0 px;
}

img.c_info{
	width: 70px;
	padding-top:20px;
	padding-left:20px;
	padding-right:50px;
	clear:both;
}

li.c_info2{
	list-style:none;
}

h2{
	font: 23px Helvetica;
	font-style:italic;
}

a.autori{
	font: 20px italic;
}

a.blue{
	color:blue;
}

a.menu1{
	padding: 4px 35px 5px 35px;
	color: #000000;
	font-weight: Bold;
	text-decoration: None;
	width: 100px;	
}

a.active2 {
	background: url("img/button_submenu2.png") no-repeat scroll center center transparent;
	padding: 4px 40px 5px 40px;
	color: #000000;
	font-weight: Bold;
	text-decoration: None;
	width: 100px;
}
a:hover.active2 {
	background: url("img/button_submenu_hover2.png") no-repeat scroll center center transparent;
	padding: 4px 40px 5px 40px;
	color: #000000;
	font-weight: Bold;
	text-decoration: None;
	width: 100px;
}
a.active3 {
	background: url("img/button_submenu2.png") no-repeat scroll center center transparent;
	padding: 4px 40px 5px 40px;
	color: #000000;
	font-weight: Bold;
	text-decoration: None;
	width: 100px;
}
a:hover.active3 {
	background: url("img/button_submenu_hover2.png") no-repeat scroll center center transparent;
	padding: 4px 40px 5px 40px;
	color: #000000;
	font-weight: Bold;
	text-decoration: None;
	width: 100px;
}
/* Parte centrale*/
#page {
	width: 100%;
	height:689px;
	margin: 0px auto;
        padding:0;
	color: black;
	clear: both;
	box-shadow: 0 0 14px black;
}
.up {
	padding: 0px;
	margin: 0 auto;
	width:695px;
	height: 30px;	
}
.left {
	float: left;
	width: 225px;
	height:100%;
	overflow:auto;
	background:url(gferraris-graphic/left.jpg);
}
.left ul{
	padding-left: 0px;
	text-align: center;
	list-style: none;
	font-size: 13px;
}
.right {
	float: right;
	width: 675px;
	height:100%;
	text-align:center;
	overflow: hidden;
	background:url(gferraris-graphic/right1.jpg);
}
.right2{
	float: right;
	width: 675px;
	height:100%;
	text-align:center;
	overflow: hidden;
}

.right3{
	margin-top:10px;
	float: right;
	width: 575px;
	height:100%;
	text-align:center;
	overflow: auto;
	padding-right: 50px;
	padding-left: 50px;
}

.right4{
	margin-top:10px;
	float: right;
	width: 100%;
	height:100%;
	text-align:center;
	overflow: auto;
}

/* Footer */
#footer {
	width:900px;
	/*height:55px;*/
	height:30px;
}
#foot1{
	background-color: #4b8dc1;
	border-radius: 0 0 10px 10px;
	float: left;
	height: 15px;
	width: 900px;
}

#foot2{
	width:100%;
	height:15px;
	clear:both;
	margin:0 auto;	
	text-align: center;
	font-size:10px;
}
.link{
	list-style: none;
	text-align:left;
	float:left;
}





*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
 
.container {
	width: 500px;
	margin: 0 auto;
}

h1 span { color: #666; }
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(img/h2_trigger_a.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(img/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(img/toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}


/*pop up iscrizioni*/

#sfondo_pubblicita_popup{
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background:url(img/bg_white2.png) repeat;
}

#popup_pubblicita {
	 color:#313131;
	 background:url(img/postit.png);
	 width:350px;
	 height:340px;
	 margin-top:110px;
	 margin-right:auto;
	 margin-left:auto;
	 border:0;
	z-index:10;
}

/*stile principale del div*/
#popup_pubblicita #chiudi{
	 float:right;
	 width:100%;
	 /*background-color:#dedede;*/
	 font-weight:bold;
	 font-size:12px;
	 color:#000000;
	 text-align:right;
 }
 
/*stile dei link di chiusura*/
#popup_pubblicita #chiudi a{
	 font-weight:bold;
	 color:#ff0000;
	 text-decoration:none;
	 text-align:right;
	 padding-left:3px;
	 padding-right:3px;
 }
 #popup_pubblicita #chiudi a:hover{
	 /*background-color:#FFFFFF;*/
	 font-weight:bold;
	 color:#0000ff;
	 text-decoration:none;
	 text-align:right;
 }
 
/*evita la comparsa del bordo nelle immagini inserite all'interno della popup*/
	 #popup_pubblicita img{
	 border:0;
 }
 
 #popup_pubblicita p{
	padding-left: 50px;
	padding-right: 50px;
 }
 img.logo_popup {
	width:220px;
	padding-top:5px;
}

/*page curl avvisi */
#pageflip {
	position: relative;
}
#pageflip img {
	width: 90px; height: 92px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 90px; height: 90px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(img/back_curl2.png) no-repeat right top;
	text-indent: -9999px;
}

.prova{

    background-image: url("gferraris-graphic/bollino.png");
    height: 102px;
    margin-left: 25px;
    margin-top: 7px;
    padding-left: 3px;
    padding-top: 3px;

}
.prova1{
    height: 99px;
    width: 99px;
    border-radius: 50px 50px 50px 50px;
    float:left;
}

img.prova1{
    max-height: 99px;
    max-width: 99px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;	
	transition:all 0.3s ease-in-out;
}

img.prova1:hover{
    max-height: 99px;
    max-width: 99px;
    box-shadow: 5px 5px 5px #000;
}

.prova3{
    height: 99px;
    width: 99px;
    border-radius: 50px 50px 50px 50px;
    float:left;
}

img.prova3{
    max-height: 99px;
    max-width: 99px;
    box-shadow: 0px 0px 5px 4px #FFF;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;
}

img.prova3:hover{
    max-height: 99px;
    max-width: 99px;
    box-shadow: 0 0 15px 9px #FFFFFF;
}

.prova2 a {
	color: snow;
	float: left;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	width: 80px;
	font-size: 11px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;
}


.prova a:hover{
	color: white;
	text-decoration:underline;
	text-shadow: 5px 5px 5px #000;
}

.menu_left_testo_piccolo a{
	color: snow;
	float: left;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 27px;
	width: 80px;
	font-size: 11px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;
	
}
.menu_left_testo_medio a{
	color: snow;
	float: left;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 14px;
	width: 80px;
	font-size: 11px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;
	
}
.menu_left_testo_grande a{
	color: snow;
	float: left;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	width: 80px;
	font-size: 11px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;	
}

.menu_left_testo_piccolo a:hover{
	color: white;
	text-decoration:underline;
	text-shadow: 5px 5px 5px #000;
}
.menu_left_testo_medio a:hover{
	color: white;
	text-decoration:underline;
	text-shadow: 5px 5px 5px #000;
}
.menu_left_testo_grande a:hover{
	color: white;
	text-decoration:underline;
	text-shadow: 5px 5px 5px #000;
}

#news2 {
	background: url("gferraris-graphic/home.jpg") no-repeat scroll 0 0 #F0F3F7;
    clear: both;
    display: block;
    float: left;
    overflow: auto;
    position: relative;
    width: 666px;
    height:330px;
    padding-left: 5px;
   /* margin-top: 5px;*/
    padding-top:1px
}

#news_show {
    background: url("gferraris-graphic/news.jpg") no-repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    float: left;
    height: 359px;
    padding-top: 35px;
    position: relative;
    width: 675px;
}	

.img_news {
	float: left;
	width: 150px;
    height: 150px;
    margin-left: 15px;
    margin-top: 110px;
    overflow: hidden;
	border-radius: 5px 5px 5px 5px;
}

.img_news > a >img{
	height: 150px;
}

.img_text > p{
	width: 150px;
	color: black;
	padding-bottom:5px;
}

/* popup home_news */

#text {
	margin:50px auto;
	width:500px
}
.hotspot {
	/*color:#900; */
	color:#ffad1f;
	padding-bottom:1px; 
	/*border-bottom:1px dotted #900;*/
	border-bottom:1px dotted #ffad1f; 
	cursor:pointer;
}

#tt {
	position:absolute; 
	display:block; 
	/*background:url(gferraris-graphic/tt_left.gif) top left no-repeat;*/
}

#tttop {
	display:block;
	height:5px; 
	margin-left:5px; 
	/*background:url(gferraris-graphic/tt_top.gif) top right no-repeat;*/ 
	overflow:hidden;
}

#ttcont {
	display:block; 
	padding:2px 12px 3px 7px; 
	margin-left:5px; 
	background:url(gferraris-graphic/right1.jpg)/*no-repeat*/ transparent; 
	background-position:1% 1%;
	color: black;
	font-weight: bold;
	border-radius: 10px 10px 10px 10px;
}

#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	/*background:url(gferraris-graphic/tt_bottom.gif) top right no-repeat; */
	overflow:hidden;
}

font.title{
	font-style: Italic;
	color: #252164;
	font-size: 18pt;
	font-weight: bolder;
	
}


#popup1 {
    -webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;	
	transition:all 0.2s ease-in-out;
    background: url("gferraris-graphic/left.jpg") repeat scroll center bottom transparent;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 14px black;
    font-size: 15px;
    height: 120px;
    left: 0;
    padding-left: 2px;
    padding-right: 12px;
    position: absolute;
    top: 230px;
    visibility: hidden;
    width: 50px;
    z-index: 99;
	color: #e7e5e5;
	text-shadow: 0 2px 8px rgba(255, 255, 255, .9);
}

#popup1:hover{
	  box-shadow: 0 0 15px 9px #FFFFFF;
}

#popup1>a>img {
	display:block;
}

#popup2{
	width: 50px;
	height:120px;
	position: absolute;
	right: 0px;
	top: 230px;
	background: url("gferraris-graphic/left.jpg") bottom transparent;
	visibility: hidden;
	border-radius: 10px 0px 0px 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;	
	transition:all 0.2s ease-in-out;
	z-index:99;
	box-shadow: 0 0 14px black;
	padding-left: 2px;
    padding-right: 25px;
	font-size: 15px;
	color: #e7e5e5;
	text-shadow: 0 2px 8px rgba(255, 255, 255, .9);
}
#popup2:hover{
	  box-shadow: 0 0 15px 9px #FFFFFF;
}

#popup2>a>img {
	display:block;
}

#popup3{
	width: 50px;
	height:130px;
	position: absolute;
	right: 0px;
	top: 450px;
	background: url("gferraris-graphic/left.jpg") bottom;
	visibility: hidden;
	border-radius: 10px 0px 0px 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;	
	transition:all 0.2s ease-in-out;
	z-index:99;
	box-shadow: 0 0 14px black;
	padding-left: 2px;
    padding-right: 25px;
	font-size: 15px;
	color: #e7e5e5;
	text-shadow: 0 2px 8px rgba(255, 255, 255, .9);
}

#popup3:hover{
	  box-shadow: 0 0 15px 9px #FFFFFF;
}

#popup3>a>img {
	display:block;
}

#text1{
	visibility: hidden;
	font-size: 20px;
	padding-top: 30px;
}

#text1>img{
	width:150px;
}

#text2{
	visibility: hidden;
	font-size: 20px;
	padding-top: 30px;
}

#text2>img{
	width:150px;
}

#text3{
	visibility: hidden;
	font-size: 20px;
	padding-top: 30px;
}

#text3>img{
	width:150px;
}

.scuola_aperta{
	float: right; 
	line-height: 300px; 
	margin-right: 20px; 
	/*color: OrangeRed; 
	font-weight: normal;*/
}

