/*====== BROWSERS NORMALIZATION ======*/

body, div, ul, ul li, ul li a, p {
	margin:0;
	padding:0;
}
a img {
	border:0;
}
img {
	border:0;
}
p {
	margin:8px 0px;
}

/*====== STRUCTURE ======*/

body {
	font:11.5px 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Helvetica,Arial,sans-serif;
	width:100%;
	height:100%;
	color:#333;
	background: url(../img/right.jpg) repeat-y 100% 164px;
}
#container {
	width:100%;
	height:auto;
	min-height:100%;
	min-width:760px;
}
#header {
	clear:both;
	width:100%;
	height:164px;
	background:#b26f34 url(../img/header.jpg) repeat-x top center;
}
#logosmallsx {
	top:12px;
	left:6%;
	position:absolute;
	width:102px;
	height:109px;
	background: url(../img/logo_s.jpg) no-repeat center center;
}
#logosmalldx {
	top:12px;
	right:6%;
	position:absolute;
	width:102px;
	height:109px;
	background: url(../img/logo_s.jpg) no-repeat center center;
}
a#logo {
	display: block;
	width:445px;
	height:134px;
	margin:0 auto;
	background:url(../img/logo.jpg) no-repeat bottom center;
}
#menu {
	display: block;
	width:100%;
	height:30px;
	margin:0 auto;
	background:#d4af8f;
	text-align: center;
	list-style: none;
}
#menu ul {
	padding-top:6px;
	width:auto;
}
#menu ul li {
	display: inline;
	border-right:1px solid #744019;;
}
#menu ul li a, #menu ul li a:visited {
	color:#744019;
	font-size:110%;
	text-align: center;
	padding:0 8px;
	margin-right:4px;
}
#menu ul li a:hover, #menu ul li a:active {
	color:#b26f34;
}
#container2 {
	float:left;
	width:100%;
	height:auto;
	padding-bottom:42px;
}
#left {
	float:left;
	width:192px;
	height:400px;
	font-size:15px;
	background:#b26f34 url(../img/left.jpg) no-repeat bottom right;
}
ul#leftmenu {
	width:95%;
	list-style: none;
	text-align: right;
	margin-top:10px;
}
ul#leftmenu li a, ul#leftmenu li a:visited {
	width:92%;
	display:block;
	padding:2.5% 4%;
	color:#fff;
}
ul#leftmenu li a:hover, ul#leftmenu li a:active {
	color:#b26f34;
	background:#fff url(../img/leftmenu.jpg) no-repeat bottom right;
}
#right {
	width:auto;
	height:auto;
	line-height:135%;
	margin-left:212px;
	padding-right:2%;
	padding-bottom:20px;
	text-align: justify;
}
#right .sx {
	float:left;
	margin:12px 20px 20px 0;
}
#footer {
	display: block;
	width:100%;
	clear:both;
	height:5%;
	color:#6c6c6c;
	font-size:92%;
	text-align: center;
	padding:8px 0;
}
#footer a, #footer a:visited {
	color:#6c6c6c;
}
#footer a:hover, #footer a:active {
	color:#6c6c6c;
	text-decoration: underline;
}
#newsfooter {
	text-align: right;
	font-style: italic;
	line-height: 180%;
}

/*====== TYPOGRAPHY ======*/

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
h1 {
	padding:24px 0 14px 0;
	letter-spacing:-0.5px;
	font-size:240%;
}
h2 {
	font-size:133%;
	padding:12px 0;
	line-height: 110%;
	text-align: left;
}
h3 {
	color:#b26f34;
	font-size:150%;
	padding:6px 0;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	color:#743f11;
	font-weight: normal;
	letter-spacing:2px;
	text-transform: uppercase;
	font-size:94%;
	padding:0px 0 0px 0;
}
h5 {
	font-size:120%;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ef9544;
}
a:hover, a:active {
	color: #b26f34;	
}
#right #chooser ul {
	padding: 8px 0px 8px 0px;
	list-style-image:url(../img/chooser.jpg);
}
#right #chooser li {
	font-size:160%;
	line-height: 130%;
}
.breaker {
	height: 1px;
	width: 100%;
	background-color: #969696;
	margin: 20px 0px 13px 0;
}
#right ul {
	margin-left: 30px;
}
ul#comuni {
	margin-left: 20px;
	padding-top:4px;	
	list-style: none;
}
ul#comuni li {
	font-size: 13px;
	line-height: 140%;
	font-weight: bold;
}
table.risto {
}
table.risto tr td {
	vertical-align:top;
	width: auto;
	min-width:80px;
}
.pdf {
	display: block;
	height: 16px;
	background: url(../img/pdf.jpg) no-repeat left center;
	padding-left: 24px;
}
.video {
	display: block;
	height: 16px;
	background: url(../img/video.jpg) no-repeat left center;
	padding-left: 24px;
}
.popup {
	display: none;
}