/* CSS Layout by Alberto Pironi */

body, html
	{font-size:76%;   /*dimensionamento percentuale del font */
    text-align:center;   /*centra in IE 5.x */
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;}

a,
a:visited
	{color:#333333;
	text-decoration:none;}

a:hover
	{text-decoration:underline}

h1
	{font-size:13px;}
	
h2
	{font-size:13px;}	

div#containerhome
	{text-align:left;
   position:absolute;
   top:3%;
   left:0px;
   width:100%;
   height:100%;
   margin:-275px, -300px;}

div#container
	{text-align:left;
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   margin:-275px, -300px;}

div#headerhome
	{height:3em;
	width:100%;
	margin:0px auto;}

div#header
	{height:124px;
	width:750px;
	margin:0px auto;
	background:url(../images/header.jpg) no-repeat;}

div#rightnav
	{float:right;
	height:30px;
	width:60px;}

div#barheader
	{height:5px;
	font-size:5px;
	width:100%;
	background:#FF6600}

div#bar
	{height:15px;
	font-size:15px;
	width:750px;
	margin:0px auto;
	background:#FF6600}
	
div#main
	{height:367px;
	width:100%;
	background:#343636;}	

div#mainpage
	{height:100%;
	width:750px;
	min-height:450px;
	height:100px !important;
	margin:0px auto;
	background:#CECECE;
	background:url(../images/back_piola.jpg) no-repeat;}

div#navigation
	{height:15px;
	width:auto;}

div#navigation a
	{font-weight:bold}

div#menuleft
	{float:left;
	height:400px;
	width:160px;
	padding:20px 10px 10px 10px;}

div#mainright
	{float:left;
	height:400px;
	width:500px;
	padding:25px 30px 10px 10px;
	text-align:justify;
	line-height:15px;}

div#downlinehome
	{height:16px;
	width:100%;
	background:url(../images/downhome.jpg) repeat-x;}
	
div#downline
	{height:16px;
	width:750px;
	margin:0px auto;
	background:url(../images/downhome.jpg) repeat-x;}

div#language
	{height:30px;
	width:100%;
	text-align:center;
	padding-top:30px;}
	
div#footerhome
	{height:80%;
	width:auto;
	min-height:200px;
	height:100px !important;}
		