@charset "utf-8";
/* CSS Document */


body {
	background: #E5E5E5 url(../images/taglio/background.jpg) left top repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 942px;
	}
#header {
	width: 912px;
	padding: 0 0 30px 30px;
	background: #E6EAED;
	border-bottom: solid 7px #B6CF71;
	margin: 0 0 30px 0;
	float: left;
	position: relative;
		}
#top {
	background: url(../images/taglio/top.jpg) no-repeat left top;
	height: 15px;
	width: 942px;
	margin: 14px 0 0 0;
	padding: 0;
	}
/*-----------------------HEADER-----------------------*/
#header a.logo {
	background: url(../images/taglio/logo.jpg) left bottom no-repeat;
	width: 483px;
	height: 115px;
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}
#header h1 {
	font-size: 160%;
	font-weight:lighter;
	color: #539301;
	width: 483px;
	padding: 10px 0 0 0;
	margin: 0;
	line-height:135%;
	}

#header h2 {
	font-size: 110%;
	font-weight: lighter;
	color: #555553;
	width: 483px;
	padding: 10px 0 0 0;
	margin: 0;
	line-height:135%;
	}
#header h3 {
	font-size: 110%;
	font-weight: lighter;
	font-style: italic;
	color: #555553;
	margin: 15px 0 0 5px;
	padding: 0;
	}
#header p {
	font-size: 80%;
	color: #262D34;
	width: 483px;
	padding: 10px 0 0 0;
	margin: 0;
	}
#header a.header_call {
	background: url(../images/taglio/header_call.jpg) no-repeat left top;
	width: 235px;
	height: 45px;
	padding-top: 18px;
	margin-top: 40px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	color: #333;
	}
#header span.img_header {
	width: 399px;
	height: 432px;
	background: url(../images/taglio/contatti_header.jpg) no-repeat top left;
	float: right;
	display: block;
	}

/*------------------FLOAT IMG-----------------------*/
.float_left  {
	float: left;
	margin: 0 20px 10px 0;
	}
/*------------------FLOAT IMG-----------------------*/

#footer {
	font-size: 75%;
	color: #FFF;
	width: 942px;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	height: 100px;
}
#footer ul {
	padding: 10px 0 20px 0;
	margin: 0 auto;
	list-style-type: none;
	width: 100%;
	text-align: center;
}
#footer li {
	display: inline;
	line-height: 23px;
}
#footer li a {
	text-decoration: none;
	color: #262C33;
	padding: 0 8px 0 8px;
	border-right: 1px solid #262C33;
}
#footer li a:hover {
	color: #262C33;
}
#footer p {
		color: #262C33;
		margin: 0 0 20px 0;
		display: block;
		height: 30px;
}
#footer p a {
	color: #262C33;
	text-decoration: none;
	font-weight: bold;
}


/*----------------FORM BOX------------------------------*/
#left {
	float: left;
	width: 450px;
	}
fieldset {
	border: 0;
	float: left;
}
#nomesia_form {
	font-size:13px;
	clear:both;
	margin: 30px 0 0 20px;
	width: 433px;
}
#nomesia_form div {
	margin:7px 0 7px 0;
	clear:both;
}
/*#nomesia_form #tipologia_lead_container {
	visibility:hidden;
	display:none;
}*/
#nomesia_form label {
	display:block;
	width:160px;
	float:left;
}
#nomesia_form textarea, #nomesia_form input, #nomesia_form select {
	color:#333;
	border: 1px solid #CCC;
	background-color:#FFFFFF;
	border:1px solid #B9B9B9;
	width:230px;
	margin-bottom:10px;
	padding: 3px;
}
#nomesia_form input:focus, #nomesia_form select:focus {
	color:#333;
	border: 1px solid #CCC;
	background-color: #DAEBBF;
	border:1px solid #CCC;
	width:230px;
	margin-bottom:10px;
}
#nomesia_form textarea {
	width: 230px;
	height: 100px;
}
#nomesia_form textarea:focus {
	background: #FFF;
}
#nomesia_form #privacy_container {
	border:none;
	float:left;
}
#nomesia_form #privacy_container input {
	margin:10px 20px 0 0;
	padding:0;
	background:none;
	border:none;
	width:15px;
	float:left;
}
#nomesia_form #privacy_container label {
	float:left;
	display:block;
	width:330px;
	font-size: 80%;
}
#nomesia_form #privacy_container label a {
	color: #333;
	}
#nomesia_form .button_form {
	margin:20px auto;
	background: url(../images/taglio/invia.jpg) no-repeat;
	width: 145px;
	height: 45px;
	display: block;
	border: 0;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	color: #333;
	letter-spacing: 1px;
}
#nomesia_form input:focus.button_form {
	background: url(../images/taglio/invia.jpg) no-repeat;
	width: 145px;
	height: 45px;
	display: block;
	border: 0;
}
#messaggio_container label {
	padding-bottom: 15px;
}


