html * {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
	line-height: 18px;
}

body {
  text-align: center;
}

#ext {
  position: relative;
  margin: 0 auto;
	width: 966px;
}

#ext2 {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
	width: 906px;
}

#ext:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#testata {
  position: absolute;
  width: 906px;
  height: 162px;
  z-index:1;
}

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 222px;
	height: 94px;
	background: url(../img/logo.jpg) no-repeat;
}

#mondo {
  position: absolute;
  top: 20;
  left: 400px;
  width: 290px;
  height: 90px;
  background: url(../img/mondo.jpg) top left no-repeat;
}

#menu {
	position: absolute;
	top: 114px;
	left: 282px;
	width: 624px;
	height: 30px;
	background: url(../img/bg-menu-principale.jpg) top left no-repeat #a71b23;
	z-index:10;
}

#menu ul {
	margin-left: 24px;
	padding:0;
	position: relative;
	display: block;
	width: 600px;
	height: 30px;
	background-color: #A71B23;
}

#menu li {
	list-style: none;
	float: left;
}

#menu ul ul {
	position: absolute;
	width: 624px;
	height: 29px;
	top: 30px;
	left: -48px;
	visibility: hidden;
	background-color: #666666;
}

#menu li a {
	width: 150px;
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	line-height: 29px;
	font-size: 11px;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/link_bg.jpg) no-repeat top;
} 

#menu li a:hover {
	background-position: bottom;
}
 
#menu ul li:hover ul {
	visibility:visible;
	z-index:2;
}

#menu li li a {
	width: 155px;
	height: 26px;
	line-height: 12px;
	font-size: 9px;
	background: transparent center center;
	border-right: 1px solid #A71B23;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	display: compact;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
}

#menu li li a:hover {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A71B23;
	background-color: #A71B23;
}

#separatore {
	position: absolute;
	top: 144px;
	left: 0;
	width: 906px;
	height: 18px;
	background: #a71b23;
	z-index:9;
}

#pannello-home {
	z-index:0;
	position: absolute;
	top: 162px;
	left: 0;
	width: 906px;
	height: 326px;
	background: url(../img/pannello-home.jpg) top left no-repeat;
}

#map {
  position: absolute;
  top: 25px;
  left: 320px;
  width: 180px;
  height: 260px;
}

#immagine {
  position: absolute;
  top: 25px;
  left: 540px;
}

#click {
  position: absolute;
  top: 304px;
  left: 540px;
}

#click span {
  font-size: x-small;
}

#news-box {
	position: absolute;
	top: 530px;
	left: 0;
	width: 350px;
	height: 150px;
	border-right: solid 4px #cccccc;
}

#news-box h1 {
	font-size: large;
	font-weight: bold;
	color: #9f2727;
	line-height: 25px;
}

#focus-box {
	position: absolute;
	top: 530px;
	left: 400px;
	width: 350px;
	height: 150px;
}

#focus-box h1 {
	font-size: large;
	font-weight: bold;
	color: #9f2727;
	line-height: 25px;
}


#news-menu {
	position: absolute;
	top: 600px;
	left: 750px;
	width: 130px;
	height: 50px;
	text-align: center;
}

#news-menu a {
	display: block;
	width: 130px;
	height: 25px;
	background: url(../img/link-news.png) top left no-repeat;
	text-align: center;
	text-decoration: none;
	color: #333333;
	line-height: 25px;
}

#news-menu a:hover {
	display: block;
	width: 130px;
	height: 25px;
	background: url(../img/hover-news.png) top left no-repeat;
	text-align: center;
	text-decoration: none;
	color: #333333;
	line-height: 25px;
}

#bottom-line {
	position: absolute;
	top: 680px;
	left: 0;
	width: 906px;
	height: 25px;
	background: url(../img/bottom-line.jpg) top left no-repeat;
}

#firma {
	position: absolute;
	top: 708px;
	left: 350px;
	width: 506px;
	height: 22px;
/*	background: url(../img/keyria-division.png) top right no-repeat; */
	font-size: x-small;
}

