@charset "utf-8";
/* CSS Document */
body
{
	background: url(images/bg.png) fixed;
	background-repeat: repeat-x;
	text-align: center;
}

#page
{
	width: 990px;
	margin: 0 auto;
}

#header 
{
	background: url(images/header.png);
	width: 990px;
	height: 160px;
}

#logo
{
	float: left;
	margin: 25px;
}

#menu {
	width: 500px;
	height: 25px;
	padding-top: 135px;
	margin-left: -290px;
	float: left;
}

#menu li {
	width: 120px;
	height: 25px;
	list-style:none;
	float:left;
	font-weight:bold;
	display:block;
	margin-top: -3px;
	padding-top:2px;
}

#menu li a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu li:hover {
	width: 120px;
	height: 25px;
	color:#333333;
    text-decoration:none;
	background-color:#ebf0ff;
	margin-top: -3px;
	padding-top:2px;
}

#menu li:hover a {
	color:#333333;
}

#contenuto 
{
	width: 100%;
	margin-top: 5px;
}

#top
{
	background: url(images/top.png);
	width: 990px;
	height: 36px;
}

#centro
{
	background: url(images/centro.png);
	background-repeat: repeat-y;
	width: 990px;
}

#bottom
{
	background: url(images/bottom.png);
	width: 990px;
	height: 22px;
}

#footer
{
	background: url(images/footer.png);
	width: 990px;
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
}

#block1
{
	width: 800px;
	float: left;
}

#block2
{
	width: 190px;
	float: right;
}

#side-left
{
	width: 214px;
	margin-left: -10px;
	float: left;
}

#centrale
{
	width: 575px;
	float: right;
	margin-right: 15px;
}

#side-right
{
	width: 214px;
	float: right;
}

#title
{
	background: url(images/title.png);
	width: 575px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
}

#side-title
{
	background: url(images/side-bar.png);
	width: 170px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.bordo-sotto
{
	border-bottom: 1px #CCCCCC dashed;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
}

.list
{
	color: #000000;
	text-decoration: none;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
