html, body{
	margin: 0;
}

body{
	background: #addfff url(/img/structure/bg_main.gif) repeat-x;
	text-align: center;
}

#total_page{
	width: 960px;
	text-align: left;
	margin: 0 auto;
	font: 11px Arial, Helvetica, verdana;
}

#head{
	padding-left: 20px;
}


h1{
	font: 24px Arial Black, Arial, Helvetica, Verdana;
	color: #396274;
	line-height: 18px;
}

h2{
	font: 16px Arial, Helvetica, Verdana;
	color: #0f3c55;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
}

h3{
	font: 19px Arial, Helvetica, Verdana;
	color: #f63;
	line-height: 18px;
	font-weight: bold;
	margin:30px 0 10px 0;
}

#box{
	float:left;
	/*width: 45%;*/
}

.bigbottone{
	background: url(../img/structure/button_negozi.png) no-repeat;
	padding: 18px 0px 0 80px;
	font: 24px Arial Black, Arial, Helvetica, Verdana;
	color: #fff;
	line-height: 18px;
	text-decoration: none;
	display: block;
	height: 108px;
	width: 290px;
	margin-top: 30px;
}

.bigbottone:hover{
	background: url(../img/structure/button_negozi_on.png) no-repeat;

}


.righter{
	text-align: right;
	padding-right: 15px;
	
}


#footer{
	clear: both;
	background: #1e7caf url(/img/structure/bg_bottom.png) repeat-x;
	padding: 1px 15px 0px 15px;
	margin-top:15px;
	color: #fff;
}

.cleaner{
	clear:both;
}

.bottom{
	font-size: 20px;
	text-decoration: none;
	color: #fff;
		border: 1px solid transparent;
	padding: 2px;
	height: 16px;
}

a.bottom:hover{
	border: 1px solid #fff;
}

a{
	color: #396274;
	padding: 0 3px;
}

a:hover{
	background: #396274;
	color: #fff;
}

a.normal:hover{
	background: none;
}

#negozio{
	padding:10px 5px;
	border-bottom: 1px dotted #369;
}

.backhome{
	float:left;
	margin: 320px 0 0 35px;
	text-decoration: none;
}