@charset "utf-8";
/* CSS Document */
* {
	font-family:Lucida Grande, Segoe UI, Arial, Verdana, Lucida Sans Unicode, Tahoma, Sans Serif;
}
body {
	background:url('images/header_bg.png') #333 repeat-x;
        background-position:0 62px;
        color:#666;
	margin:0;
	padding:0;
	font-size:1em;
}
input, textarea, select, textarea {
	padding:5px;
	border:1px solid #493F0B;
	color: #1E1903;
	background:#F5F6D4;
}
fieldset {
	margin:10px 0 0 0;
	padding-bottom:10px;
	border:none;
	border:1px solid #493F0B;
}
fieldset legend {
	margin-left:1em;
	background:#493F0B;
	color: #F5F6D4;
	text-transform:uppercase;
}
fieldset ol {
	padding:10px 10px 0px 10px;
	list-style:none;
}
fieldset li {
	padding-bottom:1em;
	position:relative;
}
fieldset #submitform {
	margin-top:20px;
	background-image:none;
	border-style:none;
}
label {
	position:relative;
	clear:left;
	float:left;
	width:15em;
	margin-right:5px;
	text-align:right;
}
#centrale {
	font-size:1em;
	color:#666666;
        margin:0 auto;
        width:900px;
}
#header {
	margin:auto;
	height:210px;

        border:none;
        border-bottom:2px dotted #AAA;
}
#header img{
       padding:20px 0 20px 30px;
       border:none;
}

#topmenu ul{
        position:absolute;
        top:170px;
        right:0px;
        width:600px;
        height:25px;
	list-style-type:none;
        text-align:right;
}
#topmenu ul li{
	float:left;
	margin-left:15px;
}
#langmenu {
	float:right;
	padding:0px;
}
.bandiere {
	height:23px;
    margin:25px 5px 0 0;
 	float:right;
    width:43px;
	background:url('images/sfondi.png') 0 0 no-repeat;     

}

.bandiere#eng{	
	background-position:-44px 0;
}

.bandiere#ita {
	background-position:0 0;
}


h1 {
        color:#DEDA00;
        line-height:25px;
	font-size:2.2em;
        font-weight:bold;
}
h2 {
	font-size:1.6em;
        line-height:22px;
	font-weight:bold;
        color:#fff;


}
h3 {
	font-size:1.2em;
	font-style:italic;
	line-height:1.0em;
}

a {
	text-decoration:none;
	color:#CCC;
}
a:hover {
	text-decoration:none;
        color:#DEDA00;
}
#centrale-contents {
	width:760px;
        min-height:400px;
	padding:0;
        margin:auto;
        margin-bottom:70px;

}
#centrale-contents-text {
	font-size:0.9em;
	width:300px;
	padding:0;
        margin:auto;
        float:left;
	font-size:0.9em;
}
#centrale-contents-img {
        text-align:center;
        margin:20px 0 20px 0;
	width:400px;
	float:right;
        border:0px solid #EEE;
        box-shadow:5px 5px 3px #000;
        -webkit-box-shadow:5px 5px 3px #000;

}

#footer {
        width:900px;
	border:none;
	border-top:2px dotted #AAA;
	border-bottom:2px dotted #AAA;
	padding:15px 0px 15px 0px;
	margin: auto;
	height:350px;
	clear: both;
	font-size:0.8em;
        background:url("images/footer.png") repeat-x top #222;
}
#footer-contents {

        color:#666;
	width: 760px;
	text-align: left;
	margin:20px auto;
}
#footer-contents strong {
	padding-left:0px;
	text-transform:capitalize;
        color:#999;
}
.colonna {
	width:220px;
	padding:0px 35px 0px 0px;
	float: left;
	text-align: left;
}

td {
	border-top:1px solid #999999;
}
#copyright {
        width:900px;
        margin:auto;
	text-align:left;
	font-size:0.7em;
	padding:20px;
}

#copyright #directory {
	font-size:0.9em;
}
#copyright .ritch a {
	margin-left:3em;
	color:#DEDA00;
	font-weight:bold;
}


