/*||==============================================================================||
								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: #222222;
	margin: 0px;
	font-size: 13px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #eee;
}

/*||==============================================================================||
								<TIPOGRAPHY
  ||==============================================================================||
*/
h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 200%;
	color: #000;
	line-height: 1.3em;
	margin: 10px 0px;
	padding: 0;
	font-weight: bold;
}
h2
{
	color: #333;
	margin: 15px 0px 15px;
	font-size: 130%;
	clear: both;
	font-weight: bold;
	line-height: 1.3em;
}
h3
{
	color: #017AB3;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 10px;
}
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;
} 
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: #F28B02;text-decoration: none} 

a:visited {color: #F28B02; }

a:hover,a:focus {color: #F99E17;text-decoration: underline;}

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: 796px;/* changewidth*/
	margin: 0 auto;
	position: relative; 
	background: #fff;
	padding: 2px;
}

/*||==============================================================================||
								<HEADER
  ||==============================================================================||
*/

#header
{ 
	position: relative; 
	height: 85px; 
	background: #FFF4BD;
}
#header .logo
{
	display: block;
}

/*||==============================================================================||
								<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
{ 
	float: left;
	width: 796px; 
	background: url(../images/content.jpg) 0 0 no-repeat;
	height: 324px;
	position: relative;
}

.benefit{
	padding: 20px 0 0 350px; 
	height: 200px; 
	color: #fff;
}

.benefit h3{
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	text-shadow: 0px -1px 1px #333;
	word-spacing: 5px;
	letter-spacing: 1px;
}

.benefit ul{
	margin: 0;
	padding: 0;
}

#overview .cta{
	position: absolute;
	bottom: -40px;
	left: 43%;
	z-index: 9999;
}

#overview .services{
	position: absolute;
	bottom: -20px;
	right: 10px;
	background: url(../images/arrow.png) 0 10px no-repeat;
	padding: 0 0 0 20px; 
	z-index: 9999;
}

#overview .badge{
	position: absolute;
	top: 10px;
	right:0px;
}


.iconic{
padding: 0;
	margin: 0;
}


.iconic li{
	padding: 10px 0 10px 50px;
	list-style: none;
	font-size: 16px;
	margin-bottom: 5px;
}

.analysis{
	background: url(../images/analysis.png) 0 0 no-repeat;
}

.domain{
	background: url(../images/domain.png) 0 0 no-repeat;
}

.cms{
	background: url(../images/cms.png) 0 0 no-repeat;
}

.assist{
	background: url(../images/assist.png) 0 0 no-repeat;
}

.design{
	background: url(../images/design.png) 0 0 no-repeat;
}

.adwords{
	background: url(../images/google.png) 0 0 no-repeat;
}

.yes{
	background: url(../images/yes.png) 0 0 no-repeat;
}

.mail{
	background: url(../images/mail.png) 0 0 no-repeat;
}

.social{
	background: url(../images/social.png) 0 0 no-repeat;
}

/*||==============================================================================||
								<CONTENT
  ||==============================================================================||
*/
#content
{
	clear: both;
	position: relative;
	padding: 10px 20px;
	width: 760px;  /* changewidth*/
}

/*======    <MAIN   =======*/
#main
{
	float: left;
	width: 400px;/* changewidth*/
	padding: 30px 25px 10px; 
}

.contatti #main
{ 
	padding: 0px 25px 10px; 
}

/*======    <SIDEBAR   =======*/
#sidebar
{
	width: 290px;/* changewidth*/
	float: left; 
	padding: 10px 0px;
	margin-right: 20px;
}

#sidebar h3
{
	color: #ccc;
	font-size: 25px;
}

/*||==============================================================================||
								<MORE CONTENT
  ||==============================================================================||
*/
#more_content
{
	margin: 10px 0 0 0; 
	padding:25px;
	clear: both;
	border-top: 1px solid #ccc;  
}


#benefit { 
}

#benefit li{
	float: left;
	width: 40%;
	margin:0 0 30px 20px;
}

/*||==============================================================================||
								<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;   
}

#footer-content
{
	text-align: left;
	clear: both;
	margin: 0px auto; 
	width: 760px;/* changewidth*/
	padding: 10px 20px 20px;
	overflow: hidden;
	color: #ccc;
	background: url(../images/footer.jpg)0 0 repeat-x;
	 
}

.copy
{
	float: left;
	width: 60%;
	text-align: left;  
}

.reserved
{
	float: right;
	width: 35%; 
	font-size: 11px; 
}

.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:#F58627; 
}

/*||==============================================================================||
								<CLASS
  ||==============================================================================||
*/

.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.sep
{ 
	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;
}

.center{
	display: block!important;
	margin: 0 auto!important;
	clear: both;
	text-align: center;
}
 
/*||==============================================================================||
								<FORM
  ||==============================================================================||
*/

#nomesia_form
{
	font-size: 11px;
	margin: 10px 0px 10px 0px;
	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: 5px 0px 5px 0;
	float: left;
	width: 400px;
}
#nomesia_form div select
{
	font-size: 12px;
	margin: 3px 0 3px 0px;
	width: 248px;
}
#nomesia_form label
{
	float: left;
	color: #333;
	font-size: 14px; 
	display: block;
	width: 150px;
	margin-bottom: 12px;
}
#nomesia_form textarea, #nomesia_form input, #nomesia_form select
{
	color: #333; 
	background-color: #FFF;
	border: 1px solid #999;
	font-size: 15px;
	width: 220px;
	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: 1px solid #000;
}
#nomesia_form textarea
{
	width: 220px;
	height: 80px;
}
#nomesia_form #privacy_container
{
	border: none;
	float: left;
	padding: 0 0 5px;
	width: 400px;
}
#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: 360px;
	font-size: 10px;
	clear: none;
}
#nomesia_form div#submit_container
{
	float: none;
	clear: both;
	margin: 0 auto;
}
#nomesia_form .button_form
{
	background: #DBBB28;
	color: #000;
	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: #ADD512; 
}

/*||==============================================================================||
								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;
}



