/* ZetaGraphics.it © */
h3{
font-family:"trebuchet MS";
font-size:20px;
color:#333333;
padding-top:12px;
margin:0px;
}

h2{
font-family:"trebuchet MS";
font-size:15px;
color:#333333;
}



html,body{
	margin: 0;
	padding:0;
}

body{
	text-align: center;
	font-family:"trebuchet MS";
	font-size:12px;
}

div#container{
	width: 782px;
	margin: 0 auto;
	text-align: left;
}

div#header{
	background:url(../img/testa2.jpg);
	background-repeat:no-repeat;
	width:782px;
	height:86px;
	margin:0px;
}

div#menu{
	position:relative;
	padding-left:270px;
	padding-top:55px;
	width:520px;
	height:25px;
	color:#FFFFFF;
}

#menu a{
	DISPLAY: block;
	font-family:"trebuchet MS";
	font-size:11px;
	text-align:center;
	width:65px;
	line-height:25px;
	height:25px;
	background-image:url(../img/menu/inactive.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	float:left;
}
#menu a:hover{
	tex-decoration:none;
	background-image:url(../img/menu/over.jpg);
	background-repeat:no-repeat;
}

div#corpo{
	width: 782px;
	height:100%;
	margin:0px;
}

div#navigation{
	float:right;
	width:256px;
}
div#navigationtop{
	width:256px;
	height:40px;
	background-image:url(../img/navitop.jpg);
	background-repeat:no-repeat;
}
div#navigationcentre{
	width:256px;
	height:100%;
	background-image:url(../img/navicentre.jpg);
	background-repeat:repeat-y;
}
div#navigationbottom{
	width:256px;
	height:17px;
	background-image:url(../img/navibottom.jpg);
	background-repeat:no-repeat;
}


.box {

	margin: 0 auto;
	height:100%;
	width:256px;
	margin-bottom:10px;
}

#corpobox {
	background-color:#FF0000;
	margin-right:256px;
	background:url(../img/corpocentro.jpg);
/*	width:526px;*/
}
#corpobox_head {
	background:url(../img/corpotop.jpg) no-repeat;
	height:64px;
/*	line-height:64px;*/
	padding-left:1em;
}

#corpobox_testo {
	padding-left:1em;
	padding-right:2em;
}
#corpobox_foot {
	background:url(../img/corpobottom.jpg);
	height:29px;
}
div#footer{
	clear:right;
	text-align:center;
	padding: 0.5em;
    background-color:#FFFFFF;
	color: #aaaaaa;
}

div#partners{
	width:470px;
	height:60px;
    background-image:url(../img/partners.jpg);
	background-repeat:no-repeat;
}



/*STILI FONT*/
.Stileprezzi {color: #FF0000; font-weight: bold }

a:link {
	color:#FF6600;
	text-decoration:none;
}
a:visited {
	color:#FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}