/* Questo è il foglio di stile utilizzato per il sito www.norbello.net */
/* Questo foglio di stile non può essere riprodotto e utilizzato in altri siti */
/* senza autorizzazione scritta da parte dell'autore e del proprietario del sito*/
/* (c) 2010 - Sa Tanchitta */

/* Questo foglio di stile è testato funzionante sui seguenti browser: */
/* Internet Explorer 6 */
/* Internet Explorer 7 */
/* Mozilla Firefox 2.0*/
/* Opera 9.23 */


html, body {
	margin: 0px;
    padding: 0px;
	height: 100%;
}

body {
  	text-align: center; /* per centrare in IE5.x*/
	background: #cd8262;
}

/* HOME PAGE */
/* C O N T E N I T O R E */

div#contenitore {
	position: relative;
	width: 951px;
	height: 100%;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: left; /* ripristina l'allineamento */
	padding-bottom: 25px;
	background: #FFFFFF;
}



body>div#contenitore {
	height: auto;
	min-height: 100%;
}

/* INIZIO TESTATA */


div#logo_sito {
	position: absolute;
	width: 951px;
	height: 93px;
	left: 0px;
}

div#animazione{
	position: absolute;
	width: 951px;
	height: 341px;
	left: 0px;
}

div#testata {
	position: relative;
	top: 0px;
	left: 0px;
	height: 484px;
	background: #FFFFFF;
}



div#menu_alto {
	position: absolute;
	width: 951px;
	height: 40px;
	top: 446px;
	padding-left: 10px;
	vertical-align: middle;
}


/* FINE INTESTAZIONE */

/* INIZIO MENU'*/
div#menu{
	position: relative;
	top: 210px;
	left: 0px;
	height: 78px;
	width: 950px;
	background: #711000;
}

div#logo_menu {
	position: absolute;
	width: 80px;
	height: 78px;
	left: 0px;
	text-align: left;
}
div#testi_menu {
	position: absolute;
	width: 600px;
	height: 78px;
	left: 80px;
	text-align: left;
	padding-top: 10px;
}
/* FINE MENU'*/

/* INIZIO CORPO*/
div#Corpo_home {
	position: absolute;
	width: 951px;
	left: 0px;
	top: 499px;
	height: 656px;
	background-color:#FFFFFF;
	}
	
	div#Corpo_marchio {
	position: absolute;
	width: 951px;
	left: 0px;
	top: 499px;
	height:1100px;
	background-color:#FFFFFF;
	}
	
		div#Corpo_territorio {
	position: absolute;
	width: 951px;
	left: 0px;
	top: 499px;
	height: 956px;
	background-color:#FFFFFF;
	}
	
div#agriturismo_home {
	position: absolute;
	width: 432px;
	height: 563px;
	left: 30px;
	}
	
	div#fattoria_home {
	position: absolute;
	width: 201px;
	height: 345px;
	left: 490px;
	background: #feefe4;
	line-height: 18px;
	}
	
	div#territorio_home {
	position: absolute;
	width: 201px;
	height: 345px;
	left: 721px;
	background: #feefe4;
	line-height: 18px;
	}
	
	div#evento_home {
	position: absolute;
	width: 429px;
	height: 181px;
	left: 490px;
	background: #feefe4;
	line-height: 18px;
	top: 358px;
	}
	
	div#contatti_basso_home {
	position: absolute;
	width: 890px;
	height: 65px;
	left: 32px;
	top: 576px;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: center; /* ripristina l'allineamento */
	}
	
	div#contatti_basso_marchio {
	position: absolute;
	width: 890px;
	height: 65px;
	left: 32px;
	top: 996px;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: center; /* ripristina l'allineamento */
	}
	
	div#contatti_basso_territorio {
	position: absolute;
	width: 890px;
	height: 65px;
	left: 32px;
	top: 886px;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: center; /* ripristina l'allineamento */
	}
	
	
	
/* Sezione pagine interne*/	
div#corpo_interno {
	position: absolute;
	width: 889px;
	height: 563px;
	left: 30px;
	}	
		
/* Sezione crediti e navigazione basso*/

div#contenitore_sotto {
	position: absolute;
	width: 849px;
	height: 50px;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: center; /* ripristina l'allineamento */
	padding-bottom: 25px;
	top: 996px;
	left: 120px;
}


div#contenitore_sotto_Dove{
	position: absolute;
	width: 849px;
	height: 50px;
	margin: 0 auto; /* per centrare sugli altri browser */
	text-align: center; /* ripristina l'allineamento */
	padding-bottom: 25px;
	top: 1216px;
	left: 120px;
}



/* SEZIONE ASPETTO FORM */

INPUT.ricerca_nel_sito {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c35c5b;
}

INPUT.login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: black;
	background-color: #ffffff;
	border-right: #c35c5b 1px solid; 
	border-left: #c35c5b 1px solid; 
	border-top: #c35c5b 1px solid;
	border-bottom: #c35c5b 1px solid; 
}

SELECT.login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: black;
	background-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #c35c5b;	
}

.textarea_login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em; 
	color: black;
	background-color: #FFFFFF; 
	border-right: #c35c5b 1px solid; 
	border-left: #c35c5b 1px solid; 
	border-top: #c35c5b 1px solid;
	border-bottom: #c35c5b 1px solid; 
}


/* Rollover su login */
a.login, a.login:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #c35c5b;
	text-decoration: none;
	background-color: #e5e5e5;
	border: 1px solid #c35c5b;
	padding-top: 1px;
	padding-bottom: 1px; 
}

a.login:hover {
	background-color: #ffffff;
}


/* SEZIONE ASPETTO CARATTERI */
.nero12Bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.nero12 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
	.nero11 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.mattone12{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cd8262;

}

/* Sezione aspetto LINK bianco e nero*/
a.menu, a.menu:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	}

a.menu:hover {
	text-decoration: underline;
	color: #cd8262;
}

a.LinkEntra, a.LinkEntra:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cd8262;
	text-decoration: none;
	font-weight: bold;
}

a.LinkEntra:hover {
	text-decoration: underline;
	color: #000000;
}

a.nerobold, a.nerobold:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #878787;
	text-decoration: none;
}

a.nerobold:hover {
	text-decoration: underline;
	color: Black;
}



/* INGRANDISCI CARATTERI */
img.ingrandisci_testo {
	padding-bottom: 1px;
	border: 1px solid white;
}

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
