html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	font-weight:normal;
}
/*
div div, div header, div section, div footer, div nav, div article, div aside  {
	margin:-1px;
}*/
/****************************/
html,body {
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#000000;
}
div, header, section, nav, footer, aside, article, hgroup, figure, canvas {
	display:block;
}
a,img,object {
	text-decoration:none;
	outline:none;
	border:0px none;
}
a:hover {
	text-decoration:underline
}
a:active {
	position:relative;
	top:1px;
}
input[type="text"], input[type="password"], textarea {
	padding:1px;
	margin:0px;
	border:1px solid #cccccc;
	height:18px;
}
input[type="submit"], input[type="button"], input[type="reset"], button {
	margin:0px;
}


/************************************* HEADER WRAPPER ***************************************/
div#headerWrapper {
	width:100%;
	background:#333333 url(img/headerWrapperBackground.png) repeat-x top left;
}
div#headerWrapper > header {
width: 1000px;
margin: auto;
height: 481px;
/*padding-top: 25px;*/
position: relative;
overflow: hidden;
}
/*headerBar*/
div#headerWrapper div#headerBar {
	/*headerBar ed ul sono 20px più lunghi del dovuto, per evitare che
	 * la diversa interpretazione dei pixel di altri browser faccia andare
	 * il menu a capo e contemporaneamente si riempie tutta la barra*/
	width:1020px;
	height:40px;
	line-height:40px;
	padding:3px 0px;
	background-color:#333333;
	float:left;
	display:inline;
	/*overflow:hidden;*/
}
div#headerWrapper div#headerBar div {
	width:133px;
	height:40px;
	line-height:40px;
	padding-left:8px;
	float:left;
	background-color:#474747;
	margin-right:3px;
	color:#7a7a7a;
	font-size:16px;
}
div#headerWrapper div#headerBar div#overflowCover {
	background-color:#333333; 
	position:absolute; 
	right:-20px; 
	width:20px; 
	height:40px;
	margin:0px;
	padding:0px;
	float:none;
}
div#headerWrapper div#headerBar div span {
	height:40px;
	line-height:40px;
	color:#74ac00;
}
div#headerWrapper div#headerBar ul {
	margin:0px;
	padding:0px;
	width:857px;
	height:40px;
	list-style:none;
	float:left;
	/*overflow:hidden;*/
}
div#headerWrapper div#headerBar ul li {
	margin:0px 0px 0px 3px;
	padding:0px 0px 0px 0px;
	float:left;
	height:40px;
	position:relative;
}
div#headerWrapper div#headerBar ul li:nth-child(1) {
	margin-left:0px;
}
div#headerWrapper div#headerBar ul li:last-child a {
	background:#81B811;
}



div#headerWrapper div#headerBar ul li a {
	line-height:40px;
	display:block;
	height:40px;
	margin:0px;
	padding:0px 25px;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	background-color:#666666;
	text-align:center;
	white-space: nowrap;
}

div#headerWrapper div#headerBar ul li a:hover  {
	background-color:#81b811;
}

div#headerWrapper div#headerBar ul li ul {
	display:none;
	background-color:#333333;
	z-index: 100;
	position: absolute;
	margin: 0px;
	margin-left:-3px;
	float: none;
	padding: 3px;
	min-width:100%;
	height:auto;
	width:auto;
}
div#headerWrapper div#headerBar ul li ul li {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	clear:both;
	min-width:100%;
	margin:0px 0px 3px 0px;
}
div#headerWrapper div#headerBar ul li ul li a {
	background-color:#999999;
	font-size:12px;
	padding:0px 10px;
}
div#headerWrapper div#headerBar ul li ul li:nth-last-child(1) {
	margin-bottom:0px;
}
div#headerWrapper div#headerBar ul li:hover ul {
	display:block;
}

/************************************* slidetop *********************/
header div#slideshowTopWrapper {
	float:left;
	width:1000px;
	height:300px;
/*	margin-top:6px;*/
	position:relative;
	overflow:hidden;
}
header div#slideshowTop {
	float:left;
	width:1000px;
	height:300px;
	position:relative;
	overflow:hidden;
}
/************************************* OUTER WRAPPER ***************************************/
/*div#outerWrapper {
	width:1000px;
	margin:auto;
}*/
div#outerWrapper {
width: 100%;
min-height: 670px;
background: #333333 url(img/outerWrapperBackground.png) repeat-x bottom left;
}

/************************************* HEADER ***************************************/
div#outerWrapper > header {
	overflow:hidden
}
/*logo*/
h1#logo, h1#logo a {
	position:relative;
	display:block;
	width:305px;
	height:135px;
	top:0px;
	left:0px;
	float:left
}
h1#logo span {
	position:absolute;
	display:block;
	width:305px;
	height:135px;
	top:0px;
	left:0px;
	float:left;
	background:url('img/logo.jpg') no-repeat

}
h2#logo, h2#logo a {
	position:relative;
	display:block;
	width:305px;
	height:135px;
	top:0px;
	left:0px;
	float:left
}
h2#logo span {
	position:absolute;
	display:block;
	width:305px;
	height:135px;
	top:0px;
	left:0px;
	float:left;
	background:url('img/logo.jpg') no-repeat

}
/*lingua*/
div#lingua {
	float:right
}
/*menu header*/
/*menu header*/
/*
div#headerWrapper > header > nav {
	overflow:hidden;
	float:left;
	width:630px;
	margin-top:40px;
	height:30px;
	margin-left:370px;
}
div#headerWrapper > header > nav ul {
	margin:0px auto;
	padding:0px;
	width:630px;
	height:30px;
	list-style:none;
}
div#headerWrapper > header > nav ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	height:30px;
}
div#headerWrapper > header > nav ul li a {
	line-height:30px;
	display:block;
	height:30px;
	padding:0px 23px;
	margin:0px 1px;
	color:#ffffff;
	font-size:17px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}

div#headerWrapper > header > nav ul li:hover a {
	background-color:#346f1e;
}


div#headerWrapper > header > nav ul li:nth-child(1) a {
	color:#74ac00;
	text-transform:lowercase;
}
div#headerWrapper > header > nav ul li:hover a,
div#headerWrapper > header > nav ul li.active1 a {
	background-color:#346f1e;
}
div#headerWrapper > header > nav ul li ul {
	display:none;
}

*/

/*div#headerWrapper > header > nav {
overflow: hidden;
float: left;
width: 630px;
margin-top: 40px;
height: 30px;
margin-left: 370px;
}
div#headerWrapper > header > nav ul {
margin: 0px auto;
padding: 0px;
width: 630px;
height: 30px;
list-style: none;
}
div#headerWrapper > header > nav ul li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
height: 30px;
}
header > nav ul li.active1 a {
background-color: #346f1e;
}
div#headerWrapper > header > nav ul li:nth-child(1) a {
color: #74ac00;
text-transform: lowercase;
}
div#headerWrapper > header > nav ul li a {
line-height: 30px;
display: block;
height: 30px;
padding: 0px 23px;
margin: 0px 1px;
color: #ffffff;
font-size: 17px;
font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
}




div#outerWrapper > header > nav {
	clear:both;
	overflow:hidden;
}
div#outerWrapper > header > nav ul {
	margin:0px auto;
	padding:0px;
	width:400px;
}
div#outerWrapper > header > nav ul li {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	float:left;
}
div#outerWrapper > header > nav ul li a {
}
*/
/************************************* CONTENT WRAPPER ***************************************/

div#contentWrapper {
overflow: hidden;
width: 960px;
margin: auto;
background-color: #d0d0d0;
min-height: 445px;
padding: 25px 20px 20px 20px;
}
/************************************* SIDEBAR ***************************************/
aside#sidebar {
	float:left;
	width:36%
}
/*
#textdata {
	width:210px;
	padding:10px;
	font-size:14px;
	padding-top:20px;
	
}*/
h4#sidebartext {
	width:228px;
	height:93px;
	padding-left:120px;
	padding-top:10px;
	background:url(/images/certificazione.png) no-repeat center;
	font-size:16px;
	margin-top:40px;
}
/************************************* CONTENT ***************************************/
section#content {
	float:left;
	width:62%;
	margin-right:2%;
}
section#content h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	
}
section#content h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}
section#content h3 {
	margin-bottom:10px;
}
section#content h4 {
	margin-bottom:30px;
	font-size:16px;
}
section#content h3 a {
	font-size:20px;
	font-weight:bold;
	color:#000;
}
section#content p {
	margin:0px 0px 12px 0px;	
	font-size:14px;
	text-align:justify;
	line-height:20px;
}
section#content img[align="left"], section#content img[style*="float: left"], section#content img[style*="float:left"] {
	clear:both;
	margin:8px 12px 8px 0px;
	float:left;
}
section#content img[align="right"], section#content img[style*="float: right"], section#content img[style*="float:right"] {
	/*clear:right;*/
	margin:8px 0px 8px 12px;
	float:right;
}
/**************************************************/
#descbottom {
	color:#ffffff;
	text-align:center;
}

/************************************* FOOTER ***************************************/
div#outerWrapper > footer {
	text-align:center;
	color:#ffffff;
}
/*menu footer*/
div#outerWrapper > footer > nav {
	clear:both;
	overflow:hidden;
}
div#outerWrapper > footer > nav ul {
	margin:0px auto;
	padding:0px;
	width:400px;
}
div#outerWrapper > footer > nav ul li {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	float:left;
}
div#outerWrapper > footer > nav ul li a {
}
p#copyright {
	font-size:10px;
}
div.campoform {
	height:60px;
}
div.campo input {
	height: 30px;
	width: 260px;
	border:1px #aaa solid;
	border-radius:5px;
}
div.campo textarea {
	height:159px;
	width:275px;
	border:1px #aaa solid;
	border-radius:4px;
}
div.campoprivacy input {
	vertical-align:middle;
	width:30px;
}