* {
	margin:0; padding:0;
	border:0; list-style:none;
}

body {
	font: 12px/1.4em Arial, verdana, sans-serif;
	text-align:center;
	background:#88bf3f url(../img/body-bg.gif) 0 0 repeat-x;
}

.stop {
	clear:left;
	height:0;
}

#wrap {
	width:970px;
	text-align:left;
	margin:0 auto;
	background:#88bf3f;
}

#top-level {
	padding:20px 40px 0;
	color:#483318;
	height:162px;
	background:#FFF url(../img/top-other.jpg) 0 0 no-repeat;
}

#top-level.index {
	height:485px;
	background:#FFF url(../img/top-index.jpg) 0 0 no-repeat;
}

#top-level h1 {
	position:relative;
	width:367px;
	height:101px;
	overflow:hidden;
}

#top-level h1 span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#FFF url(../img/maggiolinsieme.gif) 0 0 no-repeat;
}

#top-level p, #top-level ul {
	width:340px;
}

#top-level ul li {
	background:#FFF url(../img/ul-point.gif) 0 0 no-repeat;
	padding-left:30px;
	margin-bottom:2px;
}

#top-level p.quote {
	position:relative;
	width:367px;
	height:110px;
	overflow:hidden;
	margin:20px 0;	
}

#top-level p.quote span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#FFF url(../img/quote.gif) 0 0 no-repeat;
}

ul#main-menu {
	text-transform:uppercase;
	color:#FFF;
	text-align:right;
	font-size:1.2em;
	margin-right:50px;
}

ul#main-menu li {
	display:inline;
}

ul#main-menu li a,
ul#main-menu li a:visited {
	color:#FFF;
	text-decoration:none;
	margin-right:10px;
	padding-bottom:20px;
}

ul#main-menu li a:hover,
ul#main-menu li a:active,
ul#main-menu li.selected a {
	margin-right:10px;
	padding-bottom:20px;
	background:url(../img/menu-bg.gif) center bottom no-repeat;
}

#content {

}

#content div.top {
	height:20px;
	background:url(../img/top-corner.gif) center bottom no-repeat;
}

#content div.middle {
	
	background:url(../img/middle-bg.gif) center 0 repeat-y;
	padding:20px 60px;
}

	#content div.middle h2 {
		color:#496f22;
		text-transform:uppercase;
		font-size:1.2em;
		font-weight:bold;
		margin:10px 0;
	}
	
	#content div.middle h2 a,
	#content div.middle h2 a:visited {
		color:#496f22;
		text-decoration:none;
	}
	
	#content div.middle h2 a:hover,
	#content div.middle h2 a:active {
		color:#333;
	}

	#content div.middle p {
		margin-bottom:10px;
	}
	
	#content div.middle a.button,
	#content div.middle a.button:visited {
		display:block;
		text-align:center;
		width:80px;
		padding:3px;
		background:#d6f3af;
		color:#496f22;
		text-decoration:none;
		font-size:0.9em;
		margin-top:20px;
	}
	
	#content div.middle a.button:hover,
	#content div.middle a.button:active {
		padding:3px;
		background:#d6f3af;
		color:#333;
	}

#content div.bottom {
	height:40px;
	background:url(../img/bottom-corner.gif) center 0 no-repeat;
}

.colonna {
	float:left;
	width:195px;
	margin-right:23px;
}

.nospace {
	margin:0;
	padding:0;
}

#footer {
	margin:20px 0;
	text-align:center;
	font-size:0.9em;
}

	#footer a,
	#footer a:visited {
		color:#000;
	}
	
	#footer a:hover,
	#footer a:active {
		text-decoration:none;
	}
	
.shadow-sx {
	width:80px;
	height:360px;
	background:url(../img/shadow-sx.jpg) 0 0 no-repeat;
	position:relative;
	margin-left:-80px;
	margin-top:273px;
	float:left;
}

.shadow-dx {
	width:80px;
	height:360px;
	background:url(../img/shadow-dx.jpg) 0 0 no-repeat;
	position:relative;
	margin-right:-80px;
	margin-top:273px;
	float:right;
}


hr {background-color:#88bf3f; height:1px; margin-bottom:7px}