@charset "UTF-8";
@import url("reset.css");
body {
	background-image: url(img/bground.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: #92c31c;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 22px;
}
strong {
	font-size: 18px;
	font-weight: bold;
}
#container {
	height: 1130px;
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(img/bground_container.jpg);
}
#container #box1 {
	height: 320px;
	width: 320px;
	position: absolute;
	background-color: #3e0155;
	left: 40px;
	top: 125px;
	padding: 15px;
}
#container #box2 {
	height: 320px;
	width: 320px;
	position: absolute;
	background-color: #620059;
	left: 40px;
	top: 510px;
	background-image: url(img/fiore_box_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#container #box3 {
	height: 300px;
	width: 432px;
	position: absolute;
	background-color: #300054;
	left: 450px;
	top: 510px;
	padding: 15px;
}
h2 {
	font-size: 30px;
	line-height: 34px;
}
h2.titoloHome {
	height: 330px;
	width: 432px;
	position: absolute;
	left: 437px;
	top: 125px;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#menu li {
	float: left;
	margin-right: 30px;
}
#menu a {
	color: #FFFFFF;
	font-size: 40px;
	text-decoration: none;
}
#menu a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#menu {
	margin-top: 35px;
	margin-left: 35px;
}
.grande1 {
	font-size: 64px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-bottom: 20px;
}
.grande2 {
	font-size: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-bottom: 20px;
}
.grande3 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-bottom: 20px;
}
.medio {
	font-size: 35px;
	line-height: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-bottom: 15px;
}
#container #boxContatti {
	height: 320px;
	width: 800px;
	position: absolute;
	background-color: #3e0155;
	left: 40px;
	top: 125px;
	padding: 15px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
em {
	font-style: italic;
}
