html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
strong{
	color:#333;
	}	
a{
	color:#6C2BAA;
	text-decoration:none;
	}
a:hover{}
a:active{
	outline:none;
	}
a:focus{
	-moz-outline-style:none; 
	}	
a img {
	border:0px;
	}
#container{
	width:952px;
	margin:10px auto;
	background-color:#FFF;
	}
#wrapper{
	width:930px;
	padding:10px;
	background-color:#FFF;	
	}
#header{
	width:930px;
	height:115px;
	margin-bottom:10px;
	/*padding-top:35px;*/
	background-position:right;
	background-repeat:no-repeat;
	}
 h1{
	font-size:30px;
	text-align:center;
	width:187px;
	color:#CA0A49;
	font-weight:normal;
	}
 #header h2{
	font-size:21px;
	text-align:center;
	width:187px;
	font-weight:normal;
	}	
 #header h2 a{	
 	color:#CA0A49;
 }
#content{
	float:right;
	width:750px;
	margin-left:10px;
	}
/* Visualizzazione Prodotti Start */	
.box_prodotto{
	border:1px solid #FFFFFF;
	display:inline;
	float:left;
	height:260px;
	margin-bottom:15px;
	overflow:hidden;
	padding:1px 10px;
	position:relative;
	text-align:center;
	width:120px;
	}
.nome_prodotto{
	color:#526C04;
	font-size:11px;
	font-weight:bold;
	height:45px;
	margin:0 0 5px;
	overflow:hidden;
	padding:0;
	line-height:normal;
	}
.piccolo{
	color:#444444;
	font-size:11px;
	margin:0 5px 5px 0;
	padding:0;
	}
.totale{
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	}
.importi{
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
.importo_tot{
	color:#6C2BAA;
	font-weight:bold;
	margin:0;
	padding:0;
	}	
/* Visualizzazione Prodotti End */		
#navigation{
	float:left;
	width:170px;
	}
#navigation ul{
	list-style:none;
	}
#navigation li{
	border-bottom:1px solid #E7E7E7;
	}
#navigation ul a{
	display:block;
	font-weight:bold;
	height:20px;
	padding:2px 0;
	text-decoration:none;
	}
#navigation ul a:hover{
	display:block;
	text-decoration:none;
	}	
#footer{
	text-align:center;
	margin:10px 0;
	background-color:#F9F9F9;
	padding:8px;
	font-size:10px;
	color:#666;
	}
.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	}
.claim{
	margin-bottom:10px;
	}	
h2 {
	font-size:23px;
	font-weight:bold;
	color:#6C2BAA;
	margin:7px 0;
	text-align:center;
	}
#testocitta p {
	line-height:18px;
	margin-bottom:5px;
	}	
.navigationSeparator{
	height:15px;
	}
.over{
	cursor:pointer;
	}	



