/*  
Autore:  Jgor Buzziol - website http://jgorbuzziol.altervista.org/blog/
sito: www.jmmaginario.it
*/

/* ===================== STRUTTURA =========================== */

	Body	{ font-family: Verdana, helvetica, Arial, Georgia, Sans-seriff;
	color: #000000;
}


	#areavisibile	{
			/*border: 1px dashed #036;*/
			padding: 0px;
			display: block;
			width:  740px;
			height:  420px;
			position: absolute;
 			top: 50%;
			left: 50%;
			margin: -210px 0 0 -376px;
				}
				
		#areavisibile_about	{
							
			padding: 0px;
			display: block;
			width:  600px;
			position: absolute;
 			top: 0%;
			left: 50%;
			margin: 20px 0 0 -376px;
				}			
		.ornamento_small	{
		position: relative;
		top: 26px;
		z-index: -5;
				}	
						ul.exp	{list-style-type:  square;	
						font-size: 80%;			}	
						ul	{list-style-type:  none;				}	
						
						hr	{height: 1px;
						color: #000000;}	

						#comando	{
							border-left: 1px dashed #036;
							display: block;
			padding: 0px;
			position: fixed;
			top:60px;
			left: 50%;
			padding-left: 3px;
			margin-left:230px 
		}	
		#comando a	{ display: block;}	
						
						

/* =============== ELEMENTI GRAFICI =========================== */

	#logo_big	{
			position: absolute;
 			top: 50%;
			left: 50%;
			margin: -45px 0 0 -225px;
			display: block;
				}
			
.contatti	{
			position: absolute;
 			top: 30%;
			left: 30%;
			margin: -60px 0 0 160px;
			width: 200px;
			display: block;
			text-align: right;
				}

					
		#ornamento	{
			position: absolute;
 			top: 20%;
			left: 35%;
			z-index:-100;
			display: block;
			margin-left: 92px;
			margin-top:-62px;
				}
									
/* =============== NAVIGAZIONE =========================== */
		
.menu	{
/*position: relative;
width: 50%;
top:220px;
left:390px;
*/
}
				
	.menu li a span {display: none;}

	.menu li a:hover span.about,.menu li a:hover span.contact {
	/*display: inline;
	width: 333px;
	position: absolute;
	z-index: 2;
	padding-left: 5px;
	color: #000;
	top:  -57px;
	font-weight: normal;*/
	{display: none;}

	}

	.menu li a:hover span.about {

	left: -216px;

	}

	.menu li a:hover span.contact {
	left: 50px;
	}



				.menu li	{
			display: inline;
			list-style: none;
				}		




/* =================== ANCORARE ============================= */





				
	 a:link, a:visited {	color: #000;
				text-decoration: none;
				font-weight: bold;
				display: inline;
				font-size: 12px;}

	a:hover { color: #f00; font-size: 12px; }
	


	
