@charset "utf-8";
body {
	padding: 0px;
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/img/sfondo.jpg);
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 13px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #2BCFDA;
	font-size: 22px;
}
h2 {
	color: #1FA5AF;
	font-size: 18px;
	margin-bottom: -15px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(/img/header1.png);
	background-repeat: no-repeat;
	height: 90px;
}
#nav {
}
#nav ul {
	width: 520px;
	float: right;
}
#nav li {
	height: 33px;
	width: 125px;
	list-style-type: none;
	display: inline;
	background-image: url(/img/pulsante-rosa.png);
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}
#nav li:hover {
	background-image: url(/img/pulsante-azzurro.png);
	color: #FFFFFF;
}
#nav li.select {
	background-image: url(/img/pulsante-azzurro.png);
	color: #FFFFFF;
}
#nav a {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	height: 25px;
	width: 125px;
	display: block;
	padding-top: 7px;
}
#testo {
	width: 960px;
	height: auto;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	text-align: justify;
	background-color: #FFF;
}
#margine {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
#titolo {
	background-image: url(/img/h1.png);
	height: 30px;
	background-repeat: no-repeat;
}
.box {
	float: left;
	height: 90px;
	width: 90px;
	border: 1px solid #CCC;
	margin-right: 20px;
	margin-top: 20px;
}
.box-contatti {
	text-align: left;
	float: left;
	margin-right: 22px;
	margin-bottom: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DE0072;
	padding-left: 6px;
}
.box-contatti-last {
	text-align: left;
	float: left;
	margin-bottom: 15px;
	padding-left: 6px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D8006F;
}
#marchi li {
	height: 90px;
	width: 90px;
	float: left;
	border: 1px solid #CCC;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
}
#marchi {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}
.box-contatti-last a {
	font-weight: normal;
	color: #E20074;
}
.box-contatti strong {
	color: #333;
}
#mappa {
}
#footer {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 30px;
	text-align: left;
}
.footer-testo {
	width: 260px;
	float: left;
	font-size: 11px;
	height: 50px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 6px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

