body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(images/body.jpg) top repeat-x #121212;
	background-attachment:fixed;
	color: #BDBDBD;
	margin-top: 0px;
	
}
.caricamento{
	background-image: url(images/indicator_bar.gif);
	background-position: center;
	background-repeat: no-repeat;

}
.bgtesta_home{
	background-image: url(images/bg_testa.jpg);
	background-repeat: no-repeat;
	height: 333px;
}
.bgtesta_foto{
	background-image: url(images/bg_testa.jpg);
	background-repeat: no-repeat;
}
.bgtesta_video{
	background-image: url(images/bg_testa.jpg);
	background-repeat: no-repeat;

}
.bgtesta_contatti{
	background-image: url(images/bg_testa.jpg);
	background-repeat: no-repeat;
	height: 333px;
}
.bgtesta_mi_presento{
	background-image: url(images/bg_mi_presento.JPG);
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 9px;
}
.bgtesta_dove_sono{
	background-image: url(images/bg_testa.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
.bglatosx{
	background-image: url(images/lato_sx.jpg);
	background-repeat: repeat-y;
}
.bglatodx{
	background-image: url(images/lato_dx.jpg);
	background-repeat: repeat-y;
}
.bggenerale{
	background-image: url(images/abstract_bg.gif);
	background-repeat: no-repeat;
	
}
.bgmenu{
	background-image: url(images/portbg.gif);
	background-repeat: no-repeat;
}
.bgpuntini{
	background-image: url(images/dotline.gif);
		background-repeat: repeat-y;
}
.text {
	font-size: 11px;
}
.testo_titolo_home{
	font-size: 14px;
}
.testo_titolo_home2{
	font-size: 12px;
}
a.navigazione_gallerie{
	color: #09F;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
a{
	font-size: 15px;
	color: #E1E1E1;
	text-decoration: none;
	font: bolder;
}
a:hover{
	font-size: 15px;
	color: #B0B0B0;
	font: bolder;
}
h1{
font-size:24px;
color:#FFFFFF
}
.titolo{
	font-size: 15px;
}
.testo{
	font-size: 13px;
}

#overlay {
	/* REQUIRED */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	/* REQUIRED */

}

	/* REQUIRED */
	#overlay[id] {
   		position: fixed;
	}
	/* REQUIRED */

#lightWindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	/* REQUIRED */
}

	/* REQUIRED */
	#lightWindow[id] {
		position: fixed;
	}
	/* REQUIRED */

#lightWindow-contents {
	/* REQUIRED */
	display: none;
	position: absolute;
	overflow: hidden;
	/* REQUIRED */

	background-color: #ffffff;
	/* Of Note - If you specify a padding or border be sure to adjust the 'cushion' option, by default its set to 10 */
	border: 10px solid #ffffff;
}
	
#lightWindow-loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999; 
	/* REQUIRED */
	
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightWindow-loading-message {
    	font-size: 14px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightWindow-loading-options {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		border-left: 2px solid #cccccc;
		padding: 0 0 0 10px;
	}	

	#lightWindow-loading-options a, 
	#lightWindow-loading-options a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightWindow-loading-options a:hover {
		text-decoration: underline;
	}


	#lightWindow-loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightWindow-navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
	/* REQUIRED */

	height: 100%;
	width: 100%;
}

	#lightWindow-navigation a { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightWindow-previous, 
	#lightWindow-next {
		width: 49%;
		height: 100%;
		background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}

	#lightWindow-previous { 
		float: left;
		left: 0px;
	}

	#lightWindow-next { 
		float: right;
		right: 0px;
	}

	#lightWindow-previous:hover, 
	#lightWindow-previous:visited:hover { 
		background: url(images/prevlabel.gif) left 50% no-repeat; 
	}

	#lightWindow-next:hover, 
	#lightWindow-next:visited:hover { 
		background: url(images/nextlabel.gif) right 50% no-repeat; 
	}

#lightWindow-photo-galleries {
	/* REQUIRED */
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999; 
	/* REQUIRED */
}

	#lightWindow-photo-tab-container {
		width: 100%;
		height: 20px;
	}
		
	#lightWindow-photo-galleries-tab {
		display: block;
		height: 20px;
		width: 70px;
		float: right;
		-moz-opacity:  0.70;
		opacity: .70;
		filter: alpha(opacity=70);
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 7px;
		font-size: 11px;
	}

	a:hover#lightWindow-photo-galleries-tab	{
		color: #ffffbe;
	}

	.up	{
		background: url(images/arrow-up.gif) no-repeat 60px 5px #000000;
	}

	.down {
		background: url(images/arrow-down.gif) no-repeat 60px 6px #000000;
	}

	#lightWindow-photo-galleries-list {
		background-color: #000000;
		-moz-opacity:  0.70;
		opacity: .70;
		filter: alpha(opacity=70);
		overflow: hidden;
	}

	.lightWindow-photo-gallery-listing {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightWindow-photo-gallery-listing h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		margin: 5px 0 10px 0;
		font-size: 16px;
	}

	.lightWindow-photo-gallery-listing li {
		margin: 0 0 5px 0;
	}

	.lightWindow-photo-gallery-listing a {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightWindow-photo-gallery-listing a:hover {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightWindow-data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
	
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

	#lightWindow-data-slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightWindow-data-title {
		width: 75%;
		padding: 0 0 0 10px;
		font-weight: bold;
		color: #666666;
		line-height: 1.4em;
	}
	
	#lightWindow-data-caption {
		width: 75%;
		padding: 0 0 0 10px;
		color: #666666;
		line-height: 1.4em;
	}
	
	#lightWindow-data-author {
		position: absolute;
		width: 100px;
		top: 0px;
		right: 10px;
		text-align: right;
		color: #666666;
		line-height: 1.4em;
	 	font-style: italic;
		font-size: 9px;
	}
	
	#lightWindow-data-image {
		position: absolute;
		font-size: 9px;
		width: 100px;
		top: 15px;
		right: 10px;
		text-align: right;
		color: #666666;
		line-height: 1.4em;
	}
	
#lightWindow-title-bar
{
	/* REQUIRED */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/* REQUIRED */
	

}
	
	#lightWindow-title-bar-title
	{
		float: left;
		color: #ffffbe;
		font-size: 14px;
		width: 80%;
		line-height: 25px;
		
		z-index: 50;
	}
	
	#lightWindow-title-bar-close
	{
		float: left;
		width: 20%;
		text-align: right;
		line-height: 25px;
			z-index: 50;
	}
	
	
	a#lightWindow-title-bar-close-link
	{
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightWindow-title-bar-close-link
	{
		color: #ffffff;
	}
ul { 
	list-style: disc url(images/B_DOTS10.gif);
	margin:0;padding: 0 1em;
}
li{
	margin: 1em 0em;
	
}
li.menu { 
list-style: square url(images/cartellachiusa.gif);
 }
ul.submenu a{
	font-size: 13px;
	color: #B4B4B4;

}
ul.submenu a:hover{
	font-size: 13px;
	color: #B4B4B4;
}

li.home { 
list-style: square url(images/home.png);
 }
li.present { 
list-style: square url(images/present.png);
 }
li.email { 
list-style: square url(images/email.png);
 }
.posiz{position:absolute;top:0;left:-3000px;width:100%}
#loading{
	width:600px;
	height:100%;
	position:absolute;
	top:40%;
	left:46%;
	margin:-100px 0 0 -175px;
	background-image: url(images/black-70.png);
	cursor: wait;
}
a.collegamento{
	font-size: 12px;
	color: #09F;
	text-decoration: underline;
	
}
/*img {
	background-color: #000000;
	background-image: url(images/ajax-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
*/