/*||==============================================================================||
								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: #6B6B6B;
	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, h3.blue {
	/*  CSS3  */ 
		/*TEXT shadow*/
	text-shadow: 1px 1px 1px #007488;
	filter: dropshadow(color=#007488, offx=1, offy=1);
}
h1 {
	font-size: 280%;
	color: #FFF;
	line-height: 1.3em;
	margin: 25px 0 0 0;
	padding: 0;
	font-weight: 900;
	float: left;
}
h2 {
	color: #0A0A0A;
	margin: 14px 0 17px 0;
	font-size: 190%;
	clear: both;
	font-weight: bold;
	line-height: 1.5em;
}
h2 span {
	color: #47C2D1;
}
h3 {
	color: #181317;
	font-size: 155%;
	margin: 20px 0px 7px;
	line-height: 130%;
}
h3 span {
	color: #47C2D1;
}
.blue {
	color: #FFF;
	border: 1px solid #74E3EA;
	background: #008197;
	padding: 14px;
	margin: 0;
	font-size: 200%;
	text-align: center;
	/*  CSS3  */ 
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
h4 {
	color: #008097;
	font-size: 100%;
	padding: 0 0px 2px 0;
	margin: 20px 0 0 0;
	font-weight: normal;
	background: #FFFFCC;
}
h4 span {
	font-weight: 900;
}
h5 {
	color: #333;
	font-size: 100%;
	padding: 5px 0px 2px;
}
/*||==============================================================================||
								<ELEMENTS
  ||==============================================================================||
*/
p {
	padding: 0px 0px 10px;
}
ul, ol {
	margin: 5px 0 5px 20px;
	padding: 0px 0px 5px 16px;
}
li {
	padding: 0px 30px 10px 4px;
	list-style: disc;
}
ol li {
	list-style: decimal;
}
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: #47C2D1;
	text-decoration: underline
}
a:visited {
	color: #47C2D1;
}
a:hover, a:focus {
	color: #47C2D1;
	text-decoration: none;
}
a:active {
}
/*||==============================================================================||
								<CALL
  ||==============================================================================||
*/
 
a.call:link, a.call:visited {
	font-size: 14px;
	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: #ADCEFF; /* old browsers */
	/*  CSS3  */ 
    /*  box shadow  */
    box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	/*  text shadow  */
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.9);
	filter: dropshadow(color=#ffffff, offx=0, offy=-1);
	/*  radius  */  
    -moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	/*  gradient  */
 	background: -moz-linear-gradient(top, #80BD23 0%, #609C1E 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80BD23), color-stop(100%, #609C1E)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80BD23', endColorstr='#609C1E', GradientType=0 ); /* ie */
}
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-size: 20px;
	font-weight: normal;
}
a.icon img {
	position: absolute;
	top:20%;
	left: 15px;
}
.cta {
	margin: 10px 0 15px 0;
	display: inline-block;
}
/*||==============================================================================||
								<STRUCTURE
  ||==============================================================================||
*/

#wrap {
	width: 960px;/* changewidth*/
	margin: 0 auto;
	position: relative;
}
/*||==============================================================================||
								<HEADER
  ||==============================================================================||
*/

#header {
	position: relative;
	padding: 10px;
}
#header .logo {
	display: block;
	float: right;
	margin: 20px 0 0 0;
}
/*||==============================================================================||
								<NAVIGATION
  ||==============================================================================||
*/
#nav {
	margin: 10px 0 0 0;
	padding: 0px 0 0;
	clear: both;
	background: #FFF4BD;
}
#nav li {
	background: none;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0;
}
#nav li a:link, #nav li a:visited {
	color: #7D7D7D;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 13px;
	margin-right: 15px;
	padding: 7px 8px 8px;
}
#nav li a:hover {
	background-color: #E4EEF8;
	border-bottom: none;
	text-decoration: none;
}
#nav li a.selected {
	color: #186DC7;
	text-decoration: none;
	font-weight: bold;
	background-color: #E4EEF8;
}
/*||==============================================================================||
								<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;
	width: 960px;  /* changewidth*/
}
/*======    <MAIN   =======*/
#main {
	float: left;
	width: 550px;/* changewidth*/
	padding: 10px 25px 35px 25px;
	background: #FFF;
	/*  CSS3  */ 

	  /*  radius  */  
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/*======    <SIDEBAR   =======*/
#sidebar {
	width: 340px;/* changewidth*/
	float: right;
	padding: 0;
	border: 1px solid #47C2D1;
	border-top: none;
	/*  CSS3  */ 
		    /*  opacity  */  
	background-color: rgba(255, 255, 255, 0.9);
	color: rgba(255, 255, 255, 0.9);
	/*  radius  */  
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #EDF9FA;
}
/*||==============================================================================||
								<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;
	background: #0A0A0A;
	overflow: hidden;
}
#footer-content {
	text-align: left;
	clear: both;
	margin: 0px auto;
	width: 920px;/* changewidth*/
	padding: 10px 20px 20px;
	overflow: hidden;
	color: #FFF;
	background: #000;
}
.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:#7AE3E9;
}
/*||==============================================================================||
								<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: 390px;
	float: right;
}
.text-left {
	width: 130px;
	float: left;
}
.sep {
	border-bottom: 5px solid #E2E2E2;
	clear: both;
	height: 10px;
	margin: 10px auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 100%;
}
/*||==============================================================================||
								<FORM
  ||==============================================================================||
*/

#nomesia_form {
	margin: 25px 15px 10px 20px;
	clear: both;
}
#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: 6px 0px 5px 0;
	float: left;
	width: 300px;
}
#nomesia_form div select {
	margin: 3px 0 3px 0px;
	width: 160px;
}
#nomesia_form label {
	float: left;
	color: #001C20;
	font-size: 115%;
	font-weight: bold;
	display: block;
	width: 125px;
	margin-bottom: 2px;
	font-family: 'Lato', arial, serif;
}
#nomesia_form textarea, #nomesia_form input, #nomesia_form select {
	color: #1C5789;
	background-color: #FFF;
	border: 1px #47C2D1 solid;
	font-size: 15px;
	width: 130px;
	padding: 5px 13px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
}
#nomesia_form textarea:focus, #nomesia_form input:focus, #nomesia_form select:focus {
	color: #FFF;
	border: 1px solid #B1C5CF;
	background: #47C2D1;
}
#nomesia_form textarea {
	width: 130px;
	height: 80px;
}
#nomesia_form #privacy_container {
	border: none;
	float: left;
	padding: 0 0 5px;
	width: 290px;
}
#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: 250px;
	font-size: 10px;
	clear: none;
}
#nomesia_form div#submit_container {
	float: none;
	clear: both;
	margin: 0 auto;
}
#nomesia_form .button_form {
	border: none;
	width: 286px;
	display: block;
	margin: 5px auto;
	height: 55px;
	font-size: 11px;
	/*  COLOR  */
	background: url(../images/submit.png) no-repeat left top;
	text-indent: -999px;
	color: #008197;
}
#nomesia_form .button_form:hover {
	cursor: pointer;
	background: url(../images/submit_hoover.png) no-repeat left top;
}
/*||==============================================================================||
								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;
}

