@import url('./reset.css');

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 76%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url('./img/pattern.png') repeat top center;
}

a {
	color: #37641D;
	text-decoration: underline;
}

#root {
	width: 100%;
	min-height: 100%;
}

#page {
	width: 900px;
	margin: 0px auto;
}


#head {
	width: 900px;
	height: 440px;
	position: relative;
}


#topimage {
	width: 900px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 1;
}

#topdeco {
	width: 900px;
	height: 440px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: url('./img/top_over.png') no-repeat top left;
	border-bottom: 1px solid #4C5E34;
}
#topdeco h1 {
	width: 204px;
	height: 58px;
	position: absolute;
	left: 20px;
	top: 17px;
}
#topdeco h1 a {
	display: block;
	width: 204px;
	height: 58px;
	text-indent: -9999px;
}

#topmenu {
	width: 484px;
	position: absolute;
	top: 20px;
	right: -11px;
	z-index: 3;
}
#topmenu ul {
	width: 484px;
}
#topmenu li {
	position: absolute;
	top: 0px;
	height: 50px;
}
#topmenu li a {
	display: block;
	width: 100%;
	height: 50px;
	background-image: url('./img/sprites.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

li#tm_osteria {
	width: 80px;
	left: 0px;
}
li#tm_osteria a {
	background-position: -30px -5px;
}
li#tm_osteria a:hover {
	background-position: -30px -59px;
}


li#tm_menu {
	width: 88px;
	left: 80px;
}
li#tm_menu a {
	background-position: -110px -5px;
}
li#tm_menu a:hover {
	background-position: -110px -59px;
}


li#tm_itinerari {
	width: 125px;
	left: 168px;
}
li#tm_itinerari a {
	background-position: -198px -5px;
}
li#tm_itinerari a:hover {
	background-position: -198px -59px;
}

li#tm_shopping {
	width: 101px;
	left: 293px;
}
li#tm_shopping a {
	background-position: -323px -5px;
}
li#tm_shopping a:hover {
	background-position: -323px -59px;
}

li#tm_contatti {
	width: 90px;
	left: 394px;
}
li#tm_contatti a {
	background-position: -424px -5px;
}
li#tm_contatti a:hover {
	background-position: -424px -59px;
}

#body {
	float: left;
	clear: both;
	width: 900px;
}

#contents {
	width: 450px;
	padding: 30px 20px;
	margin-right: 410px;
	float: left;
	min-height: 100px;
	line-height: 1.5em;
	text-align: justify;
}
#contents h2 {
	margin: 10px 0px;
	font-size: 2.8em;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
}

#contents_cover {
	border: 1px solid #4C5E34;
	width: 448px;
	height: 110px;
	overflow: hidden;
}

#gallery {
	margin: 20px 0px;
	width: 100%;
	float: left;
}
#gallery li {
	float: left;
	padding: 4px;
}
#gallery li img {
	border: 1px solid #4C5E34;
}

#newslist {
	width: 210px;
	margin-left: -410px;
	float: left;
	min-height: 100px;
	padding: 15px 0px;
}
#newslist a {
	width: 210px;
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 0.9em;
	overflow: hidden;
	padding-bottom: 5px;
}
#newslist a strong {
	width: 190px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: url('./img/sprites.png') no-repeat -15px -368px;
	padding: 0px 10px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#newslist a:hover strong {
	background-position: -230px -368px;
}
#newslist a span {
	display: block;
	width: 190px;
	padding: 0px 10px;
}

#rightmenu {
	width: 200px;
	margin-left: -200px;
	float: left;
	min-height: 100px;
	padding: 15px 0px;
}

#rightmenu li {
	width: 200px;
}
#rightmenu li a {
	width: 200px;
	height: 100%;
	display: block;
	background-image: url('./img/sprites.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#rm_diario {
	height: 50px;
}
#rm_diario a {
	background-position: -8px -120px;
}
#rm_diario a:hover {
	background-position: -210px -120px;
}

#rm_stampa {
	height: 50px;
}
#rm_stampa a {
	background-position: -8px -170px;
}
#rm_stampa a:hover {
	background-position: -210px -170px;
}

#rm_legambiente {
	height: 44px;
}
#rm_legambiente a {
	background-position: -8px -220px;
}
#rm_legambiente a:hover {
	background-position: -210px -220px;
}

#rm_consigli {
	height: 50px;
}
#rm_consigli a {
	background-position: -8px -264px;
}
#rm_consigli a:hover {
	background-position: -210px -264px;
}


#foot {
	clear: both;
	min-height: 259px;
	border-top: 1px solid #4C5E34;
	background: url('./img/footer.jpg') no-repeat bottom center;
	position: relative;
}


#foot_left {
	position: absolute;
	left: 20px;
	top: 50px;
	font-size: 0.85em;
	width: 450px;
	color: #4E4E4E;
	line-height: 1.1em;
}
#foot_left p {
	margin: 5px 0px;
}
#foot_left a {
	color: #000000;
	text-decoration: none;
}
#foot_left ul {
	position: absolute;
	line-height: 1.6em;
}
#foot_left ul.left {
	top: 40px;
	left: 0px;
}

#foot_left ul.right {
	top: 40px;
	left: 250px;
}

#foot_legambiente {
	position: absolute;
	right: 250px;
	top: 50px;
	width: 130px;
	height: 80px;
}
#foot_legambiente a {
	display: block;
	width: 130px;
	height: 80px;
	text-indent: -9999px;
}

#foot_right {
	position: absolute;
	right: 20px;
	top: 50px;
	font-size: 0.85em;
	width: 200px;
	color: #4E4E4E;
	line-height: 1.2em;
}
#foot_right p {
	margin: 5px 0px;
}

#foot_right a {
	color: #4E4E4E;
	text-decoration: none;
}