div.clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
body{
	text-align: center;
	background-color: #89A1B7;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
}
#container{
	text-align: left;
	width: 960px;
	margin: 25px auto;
	background: #FFFFFF url(../res/bg_container.png) repeat-y center;
}
#header{
	height: 167px;
	position: relative;
	background: url(../res/bg_header.png) no-repeat center;
}
div#menu,h1#logo,p#profile{
	position: absolute;
}
h1#logo{
	left: 85px;
	top: 23px;
	width: 138px;
	height: 137px;
}
p#profile{
	right: 32px;
	top:23px;
	text-align: right;
	font-family: Georgia,Times,serif;
	font-size: 13px;
	color: #E85D00;
}
div#menu{
	top:119px;
	right: 16px;
}
div#menu ul{
	width: 362px;
	height: 48px;
	overflow: hidden;
	position: relative;
	background: #FFAC00 url(../res/menu.png) no-repeat 0 -48px;
}
div#menu ul li a{
	position: absolute;
	top: 0;
	text-indent: -9000px;
	text-decoration: none;
	padding: 48px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:48px; /* IE5/Win */
	background: #FFAC00 url(../res/menu.png) no-repeat 0 0;
}
div#menu ul li#mhome a{
	left: 0;
	width: 113px;
}
div#menu ul li#mhome a:hover{
	background-position: 0 -48px;
}
div#menu ul li#mcontatti a{
	left: 113px;
	width: 131px;
	background-position: -113px 0;
}
div#menu ul li#mcontatti a:hover{
	background-position: -113px -48px;
}
div#menu ul li#mnews a{
	left: 244px;
	width: 103px;
	background-position: -244px 0;
}
div#menu ul li#mnews a:hover{
	background-position: -244px -48px;
}
#wrapper{
	width: 960px;
	margin-top: 2px;
	background: url(../res/bg_wrapper.jpg) repeat-y 17px;
}
#content{
	float: right;
	width: 650px;
}
div.innertube_content{
	margin-right: 16px;
	background-color: #D3D3D3;
}
div.box,div.box_blocks{
	padding:15px 14px 15px 15px;
}
div.box{
	border-top: 1px solid #FFFFFF;
}
div.box_left{
	float: left;
	width: 292px;
	height: 204px;
	background: url(../res/box_left.png) no-repeat center;
}
div.box_right{
	float: right;
	width: 292px;
	height: 204px;
	background: url(../res/box_right.png) no-repeat center;
}
#sx{
	float: left;
	width: 309px;
}
div.innertube_sx{
	margin-left: 17px;
	background-color: #D3D3D3;
}
img.banner{
	display: block;
	margin: 6px 6px 15px 6px;
}
div.box_sx{
	border-top: 1px solid #FFFFFF;
	padding: 15px 6px 0 6px;
	margin-bottom: 15px;
}
#footer{
	height: 72px;
	background: url(../res/bg_footer.png) no-repeat;
}
div#gmap_wrap{
	width: 260px;
	height: 180px;
	margin: 12px 0 0 17px;
}



strong{
	font-weight: bold;
}
div.box h2{
	height: 82px;
	text-indent: -9000px;
	margin-bottom: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #D3D3D3;
}
h2#t_listino{
	width: 550px;
	background-image: url(../res/t_listino.jpg);
}
h2#t_complementari{
	width: 462px;
	background-image: url(../res/t_complementari.jpg);
}
h2#t_note{
	width: 268px;
	background-image: url(../res/t_note.jpg);
}
h2#t_codici{
	width: 336px;
	background-image: url(../res/t_codici.jpg);
}
h2#t_contatti{
	width: 292px;
	background-image: url(../res/t_contatti.jpg);
}
h2#t_news{
	width: 328px;
	background-image: url(../res/t_news.jpg);
}
div.box p,div.box ul{
	padding-left: 81px;
	margin-bottom: 20px;
}
div.box ul li{
	padding-left: 20px;
	background: url(../res/bullett.png) no-repeat left 4px;
}
div.box ol{
	padding-left: 100px;
	margin-bottom: 20px;
}
div.box ol{
	list-style-type: decimal;
}
table{
	width: 524px;
	float: right;
}
table,td{
	border: 1px solid Gray;
}
td{
	padding: 5px;
}
tbody,td{
	background-color: #E2E2E2;
}
thead,tfoot,thead td, tfoot td{
	background-color: #B9B9B9;
	font-weight: bold;
	text-align: center;
}
div.box_blocks p, div.box_blocks h2{
	padding: 0 20px;
} 
div.box_blocks h2{
	margin: 20px 0 10px 0;
	font-weight: bold;
}
div.box_blocks p{
	margin-bottom: 5px;
}
a:link,a:visited{
	color:#007854;
}
a:hover,a:active{
	color:#E85D00;
	text-decoration: none;
}
div.box_sx ul{
	margin-bottom: 15px;
}
div.box_sx ul li{
	padding-left: 20px;
	line-height: 20px;
	background: url(../res/bullett.png) no-repeat left 5px;
}
#footer p{
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	padding-top:8px;
}
em{
	font-style: italic;
}
.aligncenter{
	text-align: center;
}
