/*

	STILI PRINCIPALI

*/
*, html, body, form, input, img, ul, li, a, div {margin:0; padding:0}
h1, h2, h3, table, th, tbody, fieldset, legend, input {margin:0; padding:0}
img{margin:0; padding:0; border:0;}
dl, dd, dt {text-indent:0}
html, body {border:0; font-family: Verdana, sans-serif; font-size: 100%}
html {
	width:100%;
}
body {
	margin:0 auto;
	padding:0;
	border:0; /* This removes the border around the viewport in old versions of IE */

	font-family: Verdana, sans-serif;
	text-align: center;
	
	font-size:100%;
	background-image: url(../img/template/sfondo_body.gif);
}
/*

	STRUTTURA PAGINA

*/
div#container{
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../img/template/sfondo_pagina.gif) repeat-y center;
}
div#sfondo_superiore{
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../img/template/fascia_orizzontale_top.gif) 0px 74px repeat-x;
}
div#sfondo_inferiore{
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../img/template/fascia_orizzontale_bottom.gif) bottom repeat-x;
}
div#pagina{
	width: 774px;
	width: "776px";

	margin:0 auto;
	padding:0;

	border-left: 1px solid #000;
	border-right: 1px solid #000;

	color: #000000;
	background-color:#FFFFFF;

	text-align: left;
}
div#corpo {

}
div#spalla {
	float: right;
	width: 196px;
	color: #000000;
	background:#CCDAE2 url(../img/template/spalla_sfondo.gif) repeat-y -200px 0px;
}
div#contenuti {
	float:left;
	width: 578px;
	color:#000;
	background: #F5F8FA;
}
div#footer{
	width: 100%;
	bottom: 0;
	margin-bottom:0;
	
	font-size:12px;
	color:#000;
	background-color:#DDD;
}
/*

	STILI TEMPLATE

*/
div#testata{
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../img/template/sfondo_titolo.gif);
	padding: 5px;
	height:59px;
	height:"69px";
}
div#spalla_sfondo {
	padding-left:1px;
	padding-bottom:10px;
	background-image: url(../img/template/spalla_sfondo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#footer_fascia {
	padding:4px;
	display: block;
	font-size:12px;

	color:#FFF;
	background: #036;
}
div#contenuti_copertina img{
	vertical-align:bottom;
}
.float_cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.nascondi {
	display:none;
}
.fake_space {
	display:block;
	height:50px;
}
/*

		NAVIGAZIONE & MENU

*/
div#menu_top {
	width:100%;
	overflow:hidden;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000;
	background: #FFF url(../img/menu/menuSPRITE.gif) repeat-x center top;
}
div#menu_top ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#menu_top li{
	display: inline;
	float:left;
}
div#menu_top li a {
	display: block;

	width: 126px;
	width: "128px";
	height: 30px;
	line-height:28px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

	border-left: 1px solid #FFF;
	border-right: 1px solid #666;
}
div#menu_top li a:link,
div#menu_top li a:visited,
div#menu_top li a:hover,
div#menu_top li a:active {
	color: #000;
	text-decoration: none;
	background: #FFF url(../img/menu/menuSPRITE.gif) repeat-x center top;
}
div#menu_top li a:hover {
	color: #000;
	background: #FFF url(../img/menu/menuSPRITE.gif) repeat-x center bottom;
}
div#menu_top .bigger{
	width: 128px;
	width: "130px";
}
div#menu_bottom {
	display:block;
	overflow: hidden;
}
div#menu_bottom .box h1{
	font-size: 10px;
	padding: 2px;
}
div#menu_bottom .box{
	width: 250px;
	float: left;
	margin: 5px;
	padding: 0px;
}
div#menu_bottom .box ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
div#menu_bottom .box li{
	margin: 1px;
	padding: 0px;
}
div#menu_bottom .box li a {
	display: block;
	margin: 0px;
	padding: 3px;
	
	width:239px;
	width:"250px";

	color:#0000FF;
	background:#EEEEEE;
	border-bottom: 1px dotted #000;
	border-left: 5px solid #003366;

	font-size:10px;
	text-decoration:none;
}
div#menu_bottom .box li a:hover {
	color:#0000FF;
	background:#EEEEEE;
	border-left: 5px solid #036;
}
div#menu_bottom .box li a:hover {
	border-left: 5px solid #09C;
	color:#003366;
	background:#FFFFFF;
}
div#footer_ragione_sociale {
	padding: 4px;
	font-size: 10px;
	text-align:center;
}
.bottone_big:link,
.bottone_big:hover,
.bottone_big:active,
.bottone_big:visited {
	width: 130px;
	height: 24px;
	line-height:24px;
	display:block;
	margin:auto;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;

	color: #000000;
	background-image: url(/img/bottoni/bottone-big-SPRITE.gif);
	background-position: center 1px;
	background-repeat:no-repeat;
}
.bottone_big:hover {
	background-position: center -23px;
}
.bottone_big:active {
	background-position: center -47px;
}
.bottone_small:link,
.bottone_small:hover,
.bottone_small:active,
.bottone_small:visited {
	width: 55px;
	height: 24px;
	line-height:24px;
	display:block;
	margin:auto;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;

	color: #000000;
	background-image: url(/img/bottoni/bottone-small-SPRITE.gif);
	background-position: center 1px;
	background-repeat:no-repeat;
}
.bottone_small:hover {
	background-position: center -23px;
}
.bottone_small:active {
	background-position: center -47px;
}