@charset "UTF-8";
body,* {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	margin: 0;
	padding: 0;
}

body {
	background-color: #BFC738;
}

h1 {
	font-size: 18px;
	padding: 20px;
}

#title {
	position: relative;
	left: 50%;
	margin-left: -485px;
	width: 970px;
	height: 80px;
}

#center {
	position: relative;
	left: 50%;
	margin-left: -485px;
	width: 970px;
	background-color: #FFFFFF;
	/*height: 450px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#bottom {
	position: relative;
	left: 50%;
	margin-left: -485px;
	width: 970px;
	font-size: 12px;
	color:#59613E;
	padding-top: 10px;
	text-align:center;
}

#bottom a {
	font-size: 12px;
	font-weight: bold;
	color:#59613E;
}

#logo {
	position: relative;
	float: left;
	width: 250px;
	height: 80px;
}

#menu {
	position: relative;
	float: left;
	width: 720px;
	height: 80px;
	text-align: right;
	line-height: 80px;
}

#menu a {
	text-decoration: none;
}

#menu a span {
	padding: 6px;
}

#menu a span:hover {
	background-color:#E8F244;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#ecoeco {
	margin: 10px 0;
	float: left;
	width: 670px;
	height: 400px;
	background-image: url(bmp/siti-economici-ecologici.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contacts {
	float: left;
	margin: 10px 0;
	width: 300px;
	height: 400px;
}

#contacts p {
	padding: 12px 10px 10px 10px;
	text-align:center;
}

#contacts form select {
	width: 200px;
}

#contacts a.mail {
	color:#FF6600;
	font-size: 22px;
	font-weight: bold;
}

#contacts a.mail:hover {
	color: #FF8800;
}

#butlistino {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 10px;
}

#butmodulo {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 35px;
}

#butlistino a, #butmodulo a {
	text-decoration: none;
}

#butlistino a span, #butmodulo a span {
	padding: 8px;
	display:block;
	background-color:#FF6600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#butlistino a span:hover, #butmodulo a span:hover {
	background-color:#FF8800;
}

.leftcol, .rightcol {
	float: left;
	width: 250px;
	height: 240px;
}

.textsep {
	float: left;
	width: 160px;
	height: 240px;
}

.leftcol p {
	padding: 100px 0 0 18px;
	text-align: left;
}

.rightcol p {
	padding: 100px 18px 0 0;
	text-align: right;
}

.clear {
	clear: both;
}

/* Oltre alla home */

.greybox {
	margin: 0 10px;
	background-color:#EEEEEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.greybox h1 {
	padding: 10px 0 0 10px;
	font-size: 18px;
}

.greybox h2 {
	padding: 10px 0 0 10px;
	font-size: 16px;
}

.greybox p {
	text-align: left !important;
	padding: 10px;
}

.offerbox {
	position: relative;
	float: left;
	margin: 10px 10px 10px 10px;
	width: 190px;
	height: 190px;
	background-color:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:#bfc738 1px solid;
}

.offer {
	position: relative;
	margin: 10px 10px 10px 20px;
	
}

.offer strong {
	padding: 0 10px 0 10px;
	font-size: 25px ;
	color:#bfc738;
}

.offerbox h2 {
	padding: 10px 0 0 0;
	font-size: 13px;
	text-align: center;
}

.offer  h2 {
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	color:#FF6600;
}
.offer p {
	text-align: left !important;
	padding: 0 20px;
}

.butoffer {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 10px;
}

.butoffer a {
	text-decoration: none;
}

.butoffer a span {
	padding: 8px;
	display:block;
	background-color:#FF6600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.butoffer a span:hover {
	background-color:#FF8800;
}

#main {
	margin: 10px 0;
	float: left;
	width: 670px;
}

.fieldname, .fieldcontent {
	float: left;
	padding: 8px;
	line-height:30px;
}

.fieldname {
	width:170px;
}

.error {
	color: #FF3300;
}

.imgcenter {
	text-align: center;
	margin: 30px 0;
}
