/*||==============================================================================||
								TEMPLATE START
  ||==============================================================================||
*/
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}/* remember to define focus styles! */
:focus {
	outline: 0;
}/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}/* IE6 */
* html .clearfix {
	height: 1%;
}/* IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}
/*+clearfix {*/
#header:after, #nav:after, #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#header, #nav, #content {
	display: inline-block;
}
#header, #nav, #content {
	/*\*/
	display: block;
	/**/
	_height: 1px;
}
/*+}*/

/*||==============================================================================||
								<GENERAL
  ||==============================================================================||
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #4D4D4D;
	margin: 0px;
	font-size: 13px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #fff url(../images/body.jpg) repeat-x 0 0;
}
/*||==============================================================================||
								<TIPOGRAPHY
  ||==============================================================================||
*/
h1, h2, h3 {
	font-family: 'Lato', arial, serif;
}
h1 {
	font-size: 210%;
	color: #202835;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h2 {
	color: #7A7A7A;
	margin: 0 0px 7px;
	font-size: 140%;
	clear: both;
	font-weight: bold;
	line-height: 1.3em;
}
h3 {
	color: #DA4028;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 7px;
}
#sidebar h3 a {
	color: #7FA717;
	border-bottom: 8px solid #7FA717;
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 20px 0 15px 0;
	text-decoration: none;
	display: block;
	line-height: 130%;
}
h4 {
	color: #444;
	font-size: 100%;
	padding: 5px 0px 2px;
}
h5 {
	color: #333;
	font-size: 100%;
	padding: 5px 0px 2px;
}
/*||==============================================================================||
								<ELEMENTS
  ||==============================================================================||
*/
p {
	padding: 0px 0px 10px;
	line-height: 135%;
}
/*p strong {
	color: #222;
}*/
ul, ol {
	margin: 5px 0 5px 20px;
	padding: 0px 0px 5px 16px;
}
li {
	padding: 0 0 10px 0;
	list-style: disc;
}
ol li {
	list-style: decimal;
}
ul.moduli li span {
	font-size: 140%;
	color: #1879BD;
}
ul.moduli li {
	margin: 10px 0 10px 0;
}
ul.double {
	margin: 20px 0 20px 0;
}
ul.double li {
	float: left;
	margin: 5px 40px 0 0;
	width: 230px;/*	font-size: 140%;
	color: #1879BD;*/
	list-style-type: none;
	font-size: 120%;
}
ul.double li a {
	color: #1879BD;
	padding: 10px 0 0 0;
}
ul.double li img {
	float: left;
	margin: 0 10px 0 0;
}
#sidebar ul {
	font-size: 85%;
	margin: 10px 0 0 20px;
	padding: 0;
}
small {
	font-size: 10px;
}
ins {
	background: #f60;
	color: #000;
	text-decoration: none;
}
.mark {
	font-style: italic;
	font-weight: bold;
}
abbr[title], dfn[title] {
	cursor: help;
}
input, select {
	vertical-align: middle;
}
html {
	overflow-y: scroll; /* always force scrollbar in IE */
	-webkit-font-smoothing: antialiased;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th, td {
	padding:5px;
}
caption {
	white-space: nowrap;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
blockquote {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
	font: italic 110%/1.4 georgia, serif;
	padding: 20px 20px 10px;
}
#main table {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	width: 99%;
}
#main table tbody tr:nth-child(2n+1) {
 background: none repeat scroll 0 0 #eee;
}
#main table caption, #main table th {
	text-align: left;
}
#main table td, #main table th {
	border: 1px solid #ddd;
}
hr {
	background: #eee;
	margin: 20px 0 10px 0;
}
/*||==============================================================================||
								<LINKs
  ||==============================================================================||
*/
 
a:link {
	color: #9BBC47;
	text-decoration: underline
}
a:visited {
	color: #9BBC47;
}
a:hover, a:focus {
	color: #9BBC47;
	text-decoration: none;
}
a:active {
}
/*||==============================================================================||
								<CALL
  ||==============================================================================||
*/
 
a.call:link, a.call:visited {
	font-size: 115%;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px 5px;
	margin: 10px 0;
	font-weight: bold;
	/*  COLOR  */
    color: #fff;
	border: 1px solid #609C1E;
	background: #78A936; /* old browsers *//*  CSS3  */ 
	/*  text shadow  */
/*   text-shadow: 1px 1px 1px #494a48;
	filter: dropshadow(color=#494a48, offx=1, offy=1);*/
}
a.call:hover {
	/*  COLOR  */
    color: #fff;
	background: #003399; /* old browsers */
	/*  gradient  */
 	background: -moz-linear-gradient(top, #609C1E 0%, #80BD23 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #609C1E), color-stop(100%, #80BD23)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609C1E', endColorstr='#80BD23', GradientType=0 ); /* ie */
}
/*a.call:active {
	margin-top: 12px;
}*/
a.icon:link, a.icon:visited {
	padding: 10px 5% 10px 11%;
	font-weight: normal;
	font-size: 115%;
	font-weight: bold;
}
a.icon img {
	position: absolute;
	top:20%;
	left: 15px;
}
.cta {
	margin: 10px 0 15px 0;
	display: inline-block;
}
/*||==============================================================================||
								<STRUCTURE
  ||==============================================================================||
*/

#wrap {
	width: 980px;/* changewidth*/
	margin: 0 auto;
	position: relative;
	background: #fff;
}
/*||==============================================================================||
								<HEADER
  ||==============================================================================||
*/

#header {
	position: relative;
	padding: 0;
	border: 1px solid #B4CACF;
	border-top: 10px solid #202835;
	background: url(../images/bg_header.jpg) no-repeat 240px top;
	height: 120px;
}
#header .logo {
	display: block;
	margin: 15px 0 0 10px;
}
/*||==============================================================================||
								<NAVIGATION
  ||==============================================================================||
*/
#nav {
	margin: 0 auto;
	padding: 0;
	margin-left: 3px;
	clear: both;
	width: 980px;
}
#nav li {
	background: none;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a:link, #nav li a:visited {
	color: #FFF;
	font-family: 'Lato', arial, serif;
	font-size: 170%;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 4px;
	padding: 10px 38px 10px 38px;
	/*TEXT shadow*/
	text-shadow: 1px 1px 1px #423e3e;
	filter: dropshadow(color=#423e3e, offx=1, offy=1);
	/*gradient*/
	background: #1879BD; /* old browsers */
	background: -moz-linear-gradient(top, #1879BD 0%, #175282 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1879BD), color-stop(100%, #175282)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1879BD', endColorstr='#175282', GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #1879BD 0%, #175282 100%); /* opera */
}
#nav li a:link span, #nav li a:visited span {
	font-size: 70%;
	display: block;
	font-weight: normal;
	margin: 10px 0 0 0;
}
#nav li a:hover {
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	background: #E24956; /* old browsers */
	background: -moz-linear-gradient(top, #E24956 0%, #CF051D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E24956), color-stop(100%, #CF051D)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E24956', endColorstr='#CF051D', GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #E24956 0%, #CF051D 100%); /* opera */
}
#nav li a.selected {
	color: #fff;
	text-decoration: none;
	background: #E24956; /* old browsers */
	background: -moz-linear-gradient(top, #E24956 0%, #CF051D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E24956), color-stop(100%, #CF051D)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E24956', endColorstr='#CF051D', GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #E24956 0%, #CF051D 100%); /* opera */
}
/*||==============================================================================||
								<OVERVIEW
  ||==============================================================================||
*/
#overview {
	margin: 10px 0 0 0;
	padding:25px;
	clear: both;
	background: #FFF4BD;
	height: 70px;
}
/*||==============================================================================||
								<CONTENT
  ||==============================================================================||
*/
#content {
	clear: both;
	position: relative;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	width: 980px;/* changewidth*/
}
/*======    <MAIN   =======*/
#main {
	float: left;
	width: 565px;/* changewidth*/
	padding: 25px;
	border: 1px solid #AFAFAF;
}
/*======    <SIDEBAR   =======*/
#sidebar {
	width: 340px;/* changewidth*/
	float: right;
	padding: 0;
}
div.box {
	border: 1px solid #AFAFAF;
	padding: 20px;
	margin: 0 0 20px 0;
}
div.box p {
	font-size: 90%;
}
/*||==============================================================================||
								<MORE CONTENT
  ||==============================================================================||
*/
#more_content {
	margin: 10px 0 0 0;
	padding:25px;
	clear: both;
	background: #FFF4BD;
	height: 70px;
}
/*||==============================================================================||
								<EXTRA WRAP
  ||==============================================================================||
*/
#extra_wrap {
	clear: both;
	background: #ddd;
}
.extra_wrap_content {
	margin: 0 auto;
	width: 910px;/* changewidth*/
	background: #fff;
	height: 100px;
	padding: 25px;
}
/*||==============================================================================||
								<FOOTER
  ||==============================================================================||
*/
#footer {
	clear: both;
	overflow: hidden;
	margin: 30px 0 30px 0;
}
#footer-content {
	text-align: left;
	clear: both;
	margin: 0px auto;
	width: 930px;/* changewidth*/
	padding: 10px 20px 20px;
	overflow: hidden;
	color: #FADFC4;
	background: #202835;
	border-top: 8px solid #FADFC4;
}
.copy {
	float: left;
	width: 60%;
	text-align: left;
}
.reserved {
	float: right;
	width: 35%;
}
.reserved span {
	line-height: 20px;
	display: inline-block;
}
.reserved a {
	background: aqua;
	display: inline-block;
	height: 20px;
	position: relative;
}
.reserved a img {
	position: absolute;
	top:1px;
}
#footer a:link, #footer a:visited {
	color: #FADFC4;
}
/*||==============================================================================||
								<CLASS
  ||==============================================================================||
*/

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.sep {
	background: url(../images/taglio/sep.png) repeat-x 0 0;
	width: 100%;
	height: 2px;
	margin: 10px auto;
	clear: both;
}
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.img-right {
	float: right;
	margin: 0 0px 10px 10px;
}
.text-right {
	width: 320px;
	float: right;
}
.text-left {
	width: 320px;
	float: left;
}
/*||==============================================================================||
								<FORM
  ||==============================================================================||
*/

#nomesia_form {
	font-size: 11px;
	margin: 30px 10px 10px 80px;
	padding: 50px 0 0 0;
	clear: both;
	background: url(../images/arrow.png) no-repeat left -3px;
	border-top: 8px solid #9BBC47;
}
#nomesia_form #tipologia_lead_container {
	visibility: hidden;
	display: none;
}
#nomesia_form img {
	padding: 20px 0;
	border: 0;
	float: left;
}
#nomesia_form div {
	padding-bottom: 5px;
	margin: 5px 26px 5px 0;
	float: left;
	width: 400px;
}
#nomesia_form div select {
	font-size: 12px;
	margin: 3px 0 3px 0px;
	width: 238px;
}
#nomesia_form label {
	float: left;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 150px;
	margin-bottom: 12px;
}
#nomesia_form textarea, #nomesia_form input, #nomesia_form select {
	color: #333;
	background-color: #FFF;
	border: 3px solid #ccc;
	font-size: 15px;
	width: 210px;
	padding: 5px 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
#nomesia_form textarea:focus, #nomesia_form input:focus, #nomesia_form select:focus {
	color: #000;
	border: 3px solid #ccc;
	background: #FADFC4;
}
#nomesia_form textarea {
	width: 210px;
	height: 80px;
}
#nomesia_form #privacy_container {
	border: none;
	float: left;
	padding: 0 0 5px;
	width: 390px;
}
#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;
	font-weight: normal;
	display: block;
	width: 340px;
	font-size: 10px;
	clear: none;
}
#nomesia_form div#submit_container {
	float: none;
	clear: both;
	margin: 0 auto;
}
#nomesia_form .button_form {
	background: #78A936; /* old browsers */
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	width: 150px;
	display: block;
	margin: 5px auto;
	padding-bottom: 3px;
	height: 45px;
	font-size: 20px;
}
#nomesia_form .button_form:hover {
	cursor: pointer;
	background: #202835;
}
/*||==============================================================================||
								CLASS HEADER EXPOPAGE
  ||==============================================================================||
*/
.expo_header3 {
	vertical-align:middle;
	z-index: 1000;
	background-image:url(../start/core/img/dot.jpg);
	background-repeat: repeat-x;
	height: 70px;
	position: relative;
	display:block;
	padding-top: 3px;
}

