@font-face {
	font-family: 'MyLucidaCallig';
	src: url('../fonts/lcallig-webfont.eot');
	src: local('?'), url('../fonts/lcallig-webfont.ttf') format('truetype'), url('../fonts/lcallig-webfont.svg#webfontDNf0h7HZ') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyLucidaBright';
	src: url('../fonts/lbrite-webfont.eot');
	src: local('?'), url('../fonts/lbrite-webfont.ttf') format('truetype'), url('../fonts/lbrite-webfont.svg#webfontDNf0h7HZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	background: white url(../img/pattern.gif) center 195px repeat-x;
	margin:0px;
	height:100%;
	color:#666666;
}
body {
	font-family: "MyLucidaBright";
	font-size: 14px;
	line-height: 20px;
}

a:link {
    color:#3399ff;
    text-decoration: none;
	border-bottom: dotted 1px #3399ff;
}
a:visited {
    color:#336699;
    text-decoration: none;
	border-bottom: dotted 1px #336699;
}
a:hover {
	border-bottom-style: solid;
}
a:active {
	position:relative;
	top:1px;
	left:1px;
}

h1 {
	color:#516647;
	font-size:34px;
	margin-bottom:15px;
	line-height:34px;
}

h2 {
	color:#516647;
	font-size:26px;
	line-height:26px;
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

	ul {
		margin:1em;
		padding-left:1em;
		display: block;
    	list-style-type: disc; 
	}
	
	ol {
		margin:1em;
		padding-left:1em;
		display: block;
    	list-style-type: decimal; 
	}
	
	li {
		display:list-item;
		list-style-type: disc; 
	}

.dati td {
	margin-right:10px;
	padding:10px;	
}

.modulo td {padding:0 0 10px 5px;}

.separatore {
	display:block;
	height:33px;
	background: white url(../img/separatore.gif) 0px 0px no-repeat;
	clear:both;
}

#ombra {
	background: transparent url(../img/ombra.png) top center no-repeat;
}

#contenitore {
	width:960px;
	margin:auto;
}

#pagina {
	background: white;
}

#header {
	background: url(../img/logo.gif) top center no-repeat;
	margin-top:20px;
	padding-top:168px;
	margin-bottom:40px;
	position:relative;
}

ul#lingue {
	display:block;
	position:absolute;
	top:0px;
	right:20px;
	width:100px;
	padding-right:0px;
	height:15px;
	text-align:right;
}
ul#lingue li {
	display:inline;
	padding-left:5px;
}
ul#lingue a:link {
	border:none;
}
ul#lingue a:visited {
	border:none;
}

ul#menu {
	margin:0;
	padding:0;
	display:block;
	background: white url(../img/pattern.gif) 0px 0px repeat-x;
	text-align:center;
	height:35px;
}
ul#menu li {
	display:inline;
	color:white;
	font-family:"MyLucidaCallig";
	font-size: 16px;
	padding-right:25px;
	position:relative;
	top: 9px;
}
#menu a:link {
    color:white;
    text-decoration: none;
	border:none;
}
#menu a:visited {
    color:white;
    text-decoration: none;
	border:none;
}
#menu a:hover {
    text-decoration: underline;
	border:none;
}

#contenuti {
	padding:0px 70px;
}

#footer {
	color:#888888;
	font-family:"verdana";
	font-size:12px;
	padding-bottom:40px;
	margin-top:70px;
	text-align:center;
	clear:both;
}
#footer a:link {
    color:#888888;
    text-decoration: underline;
	border:none;
}
#footer a:visited {
    color:#888888;
    text-decoration: underline;
	border:none;
}

#box-immagini {
	margin-bottom: 20px;
}

#presentazione {
	text-align:center;
	padding:0px 100px;
	margin-bottom:50px;
}

#news {
	float:left;
	width:498px;
	margin-top:10px;
}
#news ul li {
	padding: 6px 70px 10px 50px;
	background: url(../img/news.gif) 5px 0px no-repeat;
}

#newsletter {
	border: solid 1px #c6c6c6;
	background: url(../img/letterina.gif) 20px 20px no-repeat;
	float:left;
	width:320px;
	margin-top:10px;	
}

#newsletter #intestazione{
	color:#516647;
	font-size:18px;
	line-height:23px;
	margin:25px 0px 5px 105px;
}

#newsletter #intestazione a,#newsletter #intestazione a:link,#newsletter #intestazione a:visited, #newsletter #intestazione a:hover {
	color:#516647;
	text-decoration:none;
	border-bottom:none;
	display:block;
	height:70px;
}


#newsletter #form{
	padding:20px 0px;
	text-align:center;
}
#newsletter #input-email{
	font-family: "MyLucidaBright";
	font-size:14px;
	border: solid 1px #c6c6c6;
	padding:8px 10px;
	width:258px;
	color:#666666;
	text-align: center;
}
#newsletter #input-iscriviti{
	border: none;
	width:89px;
	height:31px;
	overflow: hidden;
	padding-top:31px;
	margin: 10px 0px 0px 0px;
	background: url(../img/iscriviti.gif);
	cursor:pointer;
}

