/* INIZIO CSS MASTER CROSS BROWSER! */
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,
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-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*text-align:center; togliere il commento se non si ottiene la centratura*/
	background: white;
	behavior: url(script/csshover2.htc);/*hack per ie6*/
}
ol, ul {
	list-style:none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
	border-collapse: separate;
	border-spacing: 1px;/*NORMALMENTE VA IMPOSTATO SU 0!!!!!!!!!!!!*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* FINE CSS MASTER CROSS BROWSER! */

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#000;
	background-color:#20222c;
	font-family:"Times New Roman", Times, serif;
	behavior: url(script/csshover2.htc);/*<!--hack per ie6-->*/
	}
#page{
	width:960px;
	margin:0 auto;
	position:relative;
}
header {
	width:960px;
	height:120px;
	background:url(../images/header.jpg);
	margin: 0 auto;	
	}
nav{
	width:960px;
	height:57px;
	background:url(../images/pattern_nav.png) repeat-x;
	margin: 0 auto;	
	}
nav ul {
		margin:0 0 0 45px;
	}
nav ul li{
	 display:inline;

	}
nav ul li a:link,
nav ul li a:active,
nav ul li a:visited{
	 color:#fff;
	 display:block;
	 float:left;
	 font-size:1.37em;
	 margin:0;
	 padding:20px 47px 4px 30px;
	 text-shadow:0 1px 1px #000;
	 text-transform:uppercase;
	 text-decoration:none;
	}
nav ul li a:hover{
	 text-decoration:underline;
	 color:#e7c79d;
	}
#gradient {
	width:960px;
	min-height:785px;
	height:auto !important;
	height:785px;
	background:url(../images/cont_centrale.png) no-repeat;
	margin:0 auto;
	float:left;
	}
#content {
	width:700px;
	min-height:700px;
	height:auto !important;
	height:700px;
	-moz-border-radius: 17px;
    -khtml-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
	background:#f8e7d0;
	margin:35px 0 0 130px !important;
	margin:35px 0 0 65px ;
	padding:0;
	float:left;
	border:2px solid #fff;
	}
#photodiv {
	background-repeat:no-repeat;
	position:relative;
	top:20px;
	right:0;
	bottom:0;
	left:20px;
	}
#photoimg {
	padding:0;
	margin:0;
	border:none;
	}
.unico {
	width:700px;
	float:left;
	}
.unico ul {
		margin:0 0 0 170px;
	}
.unico ul li{
	 display:inline;

	}
.unico ul li a,
.unico ul li a:visited{
	 color:#000;
	 display:block;
	 float:left;
	 font-size:0.90em;
	 margin:0;
	 padding:10px 20px 5px 10px;
	 text-shadow:0 1px 1px #fff;
	 text-decoration:underline;
	}
.unico ul li a:hover{
	 text-decoration:underline;
	 color:#4f5e6d;
	}
.unico h5 {
	color:#000;
	text-align:center;
	font-size:1.30em;
	margin:0;
	padding:10px 0 0 0;
	text-shadow:0 1px 1px #fff;
	}
.unico h6 {
	color:#000;
	text-align:center;
	font-size:0.95em;
	margin:0;
	padding:0 0 5px 0;
	text-shadow:0 1px 1px #fff;
	}
.unico img {
	padding:20px 0 0 20px;
	}
.left {
	width:350px;
	float:left;
	}
section h3 {
	color:#4f5e6d;
	text-align:left;
	font-size:1.3em;
	margin:0;
	padding:20px 0 0 25px;
	text-shadow:0 1px 1px #fff;
	text-transform:uppercase;
	}
section a:link, a:visited{
	color:#000;
	text-decoration:none;
}
section a:hover{
	color:#d5ab66;
	/*color:#d5ab66;*/
	text-decoration:underline;
}
.left p {
	text-align:justify;
	line-height:1.3em;
	font-size:1.17em;
	color:#000;
	text-shadow:0 1px 1px #fff;
	padding:10px 0 5px 25px;
	margin:0;
	}
.left h4 {
	color:#000;
	text-align:left;
	font-size:1.1em;
	margin:0;
	padding:10px 0 0 25px;
	text-shadow:0 1px 1px #fff;
	font-weight:bold;
	}
.left h5 {
	color:#000;
	text-align:left;
	font-size:1.1em;
	margin:0;
	padding:0 0 0 25px;
	text-shadow:0 1px 1px #fff;
	}
.left h6 {
	color:#000;
	text-align:left;
	font-size:1.1em;
	margin:0;
	padding:0 0 0 25px;
	text-shadow:0 1px 1px #fff;
	}
.left ul {
	/*list-style-type:none;
	padding:0 0 15px 25px;*/
	list-style-type:disc;
	padding:0 0 15px 50px;
	font-size:1.17em;
	line-height:1.3em;
	color:#000;
	margin:0;
	}
p.privacy {
	text-align:justify;
	color: #000;
	font-weight:normal;
	font-size:0.75em;
	padding:0 0 15px 25px;
	width:80%;
	}
aside h4 {
	color:#303742;
	text-align:left;
	font-size:1.3em;
	margin:5px 0 0 30px;
	padding:20px 0 0 60px;
	text-shadow:0 1px 1px #fff;
	background:url(../images/normative.png) no-repeat bottom left;
	font-weight:bold;
	}
.normative {
	width:290px;
	min-height:237px;
	height:auto !important;
	height:237px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background:#fdf9f4;
	margin:10px 0 0 30px !important;
	margin:10px 0 0 10px ;
	padding:0;
	float:left;
	border:2px solid #dfd2c0;
	}
aside img {
	cursor:pointer;
	margin:20px 0 0 110px;
	padding:0 0 0 0px;
	}
aside ul {
	margin:0 0 0 0;
	
	}
aside ul li {
	/*list-style-image:url(../images/icon_arrow_picc.png);*/
	list-style-type:disc;
	list-style-position: outside;
	 color:#000;
	 font-size:0.95em;
	 line-height:1.30em !important;
	 line-height:2.00em;
	 margin:10px 10px 0 25px;
	 padding:0;
}
aside a:link, a:active, a:visited{
	color:#000;
	text-decoration:none;
}
aside a:hover{
	color:#d5ab66;
	/*color:#d5ab66;*/
	text-decoration:underline;
}
.right {
	width:350px;
	float:right;
	}
.line{
	/* The dividing line: */
	width:90%;
	float:left;
	height:1px;
	background-color:#f0f0f0;
	border-bottom:1px solid #ccc;
	margin:0 0 0 20px !important;
	margin:0 0 0 10px;
	overflow:hidden;
}
footer {
	clear:both;
	width:960px;
	height:61px;
	background:url(../images/pattern_footer.png) repeat-x;
	/*background-color:#ff0000;*/
	margin: 0 auto;
	}
footer p {
	text-align:center;
	line-height:1.25em;
	font-size:0.80em;
	color:#fff;
	padding:15px 0 0 0;
	}
footer a:link, a:active, a:visited{
	color:#d5ab66;
	text-decoration:none;
}
footer a:hover{
	color:#fff;
	text-decoration:underline;
}


/* IMPOSTAZIONI FORM - inizio */	
form{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    width: 280px;
	margin:10px 0 0 25px !important;
	margin:10px 0 0 10px;
	padding:0px 0 10px 0;
	float:left;
}
/*fieldset{
	width:400px;
	margin:12px 0;
	padding:30px;
	display:block;
	float:left;
}
legend{
	font-weight:bold;
	margin-bottom:10px;
}*/
label{
	float:left;
	/*display:block;*/
	margin:0;
	padding:0 50px 0 0;
	text-align:left;
	font-weight:normal;
	width:280px;
	color:#000;
}
input{
	float:left;
	/*display:block;*/
	margin:0 5px 5px 0;
	width:260px;
	height:20px;
	/*background-image:url(../immagini/pattern_input.gif);*/
	background:#fdf9f4;
	border:1px solid #d5ab66;
	padding:0;
	}
input.check2{
	float:left;
	margin:10px 5px 5px 0;
	width:100px;
	padding:0;
	cursor:pointer;
	background:#d5ab66;
}
select{
	float:left;
	/*display:block;*/
	margin:5px 5px 5px 0;
	width:280px;
	height:20px;
	/*background-image:url(../immagini/pattern_input.gif);*/
	background:#f0f0f0;
	border:1px solid #d5ab66;
	padding:0;
	}
textarea {
	background:#fdf9f4;
	border:1px solid #d5ab66;
	float:left;
	margin:5px 5px 5px 0;
	padding:0;
	width:260px;
}

iframe {
	width:315px;
	height:380px;
	padding:0;
	}
a.cartina:link     {
	color: #4f5e6d;
	text-decoration: underline;
		}
a.cartina:visited  {
	color: #4f5e6d;
		}
a.cartina:hover    {
	color: #000;
	}
