* {
	margin: 0px;
	padding: 0px;	
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #000000;	
}
body {
	margin: 0px;
	padding: 0px;
	background: #F0F0F0;
	// background: url('../background/background.jpg') repeat-x 0 0;
	text-align: justify;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover	{
	color:#101010;
}

h1 {
	font-size: 1.7em;
	line-height: 1.2em;
	margin: 5px 0px 20px 0px;
	font-weight: normal;
	
	font-weight: bold;
	text-align: center;
	color: #802010;
}
h2 {
	font-size: 1.3em;
	margin: 15px 0px 30px 0px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #802010;
}
h3 {
	font-size: 1em;
	margin: 14px 0 10px 0;
	font-weight: bold;
	color: #802010;
}
h4 {
	font-size: .8em;
	margin: 10px 0px 5px 0x;
	font-weight: normal
}
p {
	margin: 0px;
	font-size: .8em;
	line-height: 1.5em;
	text-align: justify
}

td, th {
	background: #FFFFFF;
	padding: 2px 1px 2px 1px;
}

img{
	border: 0px;
}

/************* BARRA TOP IN ALTO ***************/
#top {
	height: 40px;
	min-width: 960px;
	width: 100%;
	margin: 0px;
	text-align: right;
	background-color: #802010;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 5px 10px 0px 10px;
	border-bottom: 1px solid black;
	position: fixed;
}

#top * {
	color: #FFFFFF;
}

/************ PAGINA **************/
#pagina {
	width: 960px;	
	text-align: left;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 35px 0px 0px 0px;
	height: 100%;
	border-left: 1px solid black;	
	border-right: 1px solid black;
}
/******* HEADER ***********/
#header {
	margin: 0px;
	display: block;
	width: 960px;
	height: 200px;
	background: url('../background/bg_header_01.png') no-repeat 0 0;
}
/************** MENU ******************/
#menu {
	clear: both;
	font-size: 16px;
	color: #000000;
	height: 40px;
	width: 900px;
	margin: 0px;
	padding: 0px 0px 0px 60px;
	text-align: center;
	font-variant: small-caps;
	background: url('../background/bg_menu.png') repeat-x 0 0;
}
#menu a {
	color: #000000;
	display: block;
	width: 119px;
	float: left;
	border-right: 1px dotted #802010;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.attivo {
	color: #802010;
}
#menu a.ultimo {
	border-right: 0px solid #C0C0C0;
}

/*************** ELEMENTI DELLA PAGINA *******************/
#contenuto {
	margin: 0px;
	padding: 5px 5px 20px 0px;
	width: 940px;
	margin-left: 9px;
	text-align: left;
	background: transparent;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#contenuto ul {
	list-style: none;
	margin: 5px 10px 10px 0px;
	padding: 0px;
	font-size: .8em;
}
#contenuto  li {
	padding: 0px 0 5px 12px;
	background: transparent url('../background/quadratinorosso.jpg') no-repeat 0 6px;
	line-height: 1.2em;
	margin-left: 10px;
	text-align: justify
}
#contenuto-sx {
	float: left;
	width: 680px;
	min-height: 300px;
	height: auto!important;
	height: 300px;
	padding: 0px 0px 5px 0px;
	margin: 0px 5px 0px 0px;
}
#contenuto-dx {float:right;
    width:240px;
    margin:10px 0px 0px 10px;
    height:100%;
    padding:0;
}
#contenuto-dx a {text-decoration:none;}
#contenuto-dx a:hover {text-decoration:underline}
#contatto_box {
	width: 240px;
	padding: 1px;
	border: 1px solid #401005;
}

#contatto_box h3 {
	padding: 10px 2px;
	margin: 0px;
	font-size: 1.2em;
	background: #802010;
	color: #FFFFFF;
	text-align: center;
}
#contatto_box_inner {
	background: #F0F0F0;
	width: 234px;  
	margin: 0px;
	padding: 5px 2px 5px 2px;
	border: 1px solid #401005;
	border-top: 0px;
}
#contatto_box_inner a, #contatto_box_inner a:hover {
	color: #000000;
	text-decoration: none;
}
/********************************************************/
#footer {
	margin: 0px;
	clear: both;
	display: block;
	width: 956px;
	min-height: 40px;
	background-color: #802010;
	text-align:center;
	color: #FFFFFF;
	padding: 20px 2px 2px 2px;
}
#footer * {
	color: #FFFFFF;
	font-variant: small-caps;
}
#footer p {
	text-align: center;
	line-height: 15px;
	font-size: 80%;
}
#footer p, #footer a, #footer p a, #footer a:hover, #footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}





.align-left {text-align:left}
.align-center { text-align:center; }
.align-right { text-align: right; }
.float-left { float: left; }
.float-right { float: right; }

.downloadpdf {background:url('../background/pdf.gif') no-repeat 0px 0px;margin-top:5px;margin-bottom:5px;padding:1px 0 3px 20px;}
.downloadword {background:url('../background/word.gif') no-repeat  0px 0px;margin-top:5px;margin-bottom:5px;padding:1px 0 3px 20px}

.phone{ margin:5px 0 5px 0;padding-left:15px;background:url('../background/phone.gif') no-repeat 0px 4px}
.fax{margin:5px 0 5px 0;padding-left:15px;background:url('../background/fax.gif') no-repeat 0px 2px}
.email{ padding:0 0 0 18px;margin:5px 0 5px 0;background:url('../background/email.gif') no-repeat 0px 2px}

.clear {clear:both}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;margin:0}
/* End hide from IE-mac */  





input.pulsante {
	background: #fff url('../background/submit.png') no-repeat;
	height: 32px;
	width: 140px;
	padding-bottom:5px;
	margin-top: 5px;
	text-align:center;
	border: none;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}
input.pulsante:hover {
	color: #FFFFFF;
	background: #FFFFFF url('../background/submit_on.png') no-repeat;
}
label {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
input, select {
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.submit input {
	color: #000000;
	background: #FFA010;
	border: 2px outset #E0C0D0;
} 
fieldset {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	display: block;
	margin: 10px 0px 20px 0px;
}
legend {
	font-weight:bold;
	color: #FFFFFF;
	background: #802010;
	padding: 4px 10px 4px 10px;
	margin-left: 30px;
	text-align: center;
}
textarea {
    border: 1px solid #FFFFFF;
    background: #202020;
}