/* -------------------- Resets --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0; 
}
fieldset, table {
	border: none;
}
a {
	outline: 0;
	}
/* --------------- Document Defaults -------------- */
html {
	font-size: 100.01%;
	height: 100%;
}
body {
	margin: 0 auto;
	height: 100%;
	font: 62.5%/1 "Times New Roman", Times, serif;
	background-color: #ffffff;
	color: #333;
}

/* -------------------- Forms ---------------------- */ 
label, input {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 1em;
}
textarea {
	display: block;
	width: 300px;
	height: 140px;
	float: left;
	margin-bottom: 1em;
}	
label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}
input.submit {
   width: 5em; 
   float: none;
   margin-left: 171px;
}
br {
	clear: left;
}
form input, form submit, form textarea {
	background: #EEEEDF;
}  
input:hover, submit:hover, textarea:hover {
	background: #FEFEF8;
}  
input:focus, submit:focus, textarea:focus {
	background: #FEFEF8;
	outline: 0;
}  	
/* -------------------- Layout --------------------- */
* html #wrapper {
	height: 100%;
}
#wrapper {
	position: relative;
	margin: 15px auto 0;
	width: 800px;
	min-height: 100%;
	border: #666 solid 0px;
	/*background-color: #0EFEF8;*/
	background-image: url('../images/sfondo.jpg');
	background-repeat: repeat-y;
}
#header {
	margin: 6px 6px 0;
	background-color: #EEEEDF;
}
#nav {
	position: absolute;
    top: 114px;
    left: 35px;
    width: 80px;
}

/**/

#footer {
	position: absolute;
	bottom: 2em;
	left: 200px;
	height: 2em;
	width: 600px;
	background-color: #EEEEDF;
	text-align: center;
	overflow: none;
}
/* ------------------- Links ---------------------- */
#content a {
	color: #333;
	text-decoration: underline;
}
#content a:visited {
	color: #333;
}
#content a:active, #content a:focus, #content a:hover {
	text-decoration: none;
	background: #EEEEDF;
	padding: 0 0 2px;
}
/* --------------------- MENU LATERALI-----------------------AAAAAAAAAAAAAAAAAA-- */
/* Main Menu */
#nav li a {display:block;}

#nav ul {
padding:0px 0px 0px 0px;
	position:fixed;
	width: 126px;
	list-style: none;
	text-align: right;
/*
    border-top: #EEEEDF solid 3px;
    border-bottom: #EEEEDF solid 3px;
*/
	margin: 0em 0 0;
}
#nav li {
padding:0px 0px 0px 0px;
	font-size: 1.4em;
	margin: 8px 0 !important;
	margin: 0px 0 ;
}
#nav li a, #nav li a:visited {
	text-decoration: none;
/*	color: #333;*/
color:white;
font-weight: bold ;
}
#nav li a:active, #nav li a:focus, #nav li a:hover {
	text-decoration: none;
	background-color: #EEEEDF;
color: #333;
}

div.sitemap a, div.sitemap a:visited {
	text-decoration: none;
/*	color: #333;*/
color:white;
font-weight: bold ;
}
div.sitemap a:active, div.sitemap a:focus, div.sitemap a:hover {
	text-decoration: none;
	background-color: #EEEEDF;
color: #333;
}

/* Footer Menu */
#footer ul {
	padding: 0.4em 0 .4em;
	list-style: none;
}
#footer li {
	display: inline;
	word-spacing: 5px;
	font-size: 1.4em;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:active, #footer a:focus, #footer a:hover {
	text-decoration: underline;  
}
/* --------------- Global Classes --------------- */
.center {
	text-align: center;
}
.nomargin { 
	margin: 0;
}
.margin {
	margin: 1em 0;
}
.largerfont {
	font-size: 1.4em;
	} 
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: normal;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden {
	display: none;
	visibility: hidden;
}
.inline {
	display: inline;
}
/* ----------------- Content/Pages ----------------- */	
/* Contact Page */
#contact #content {
	margin: 91px 0 9em 80px;
	font-size: 1.2em;
} 
/* Thank You */
#thankyou #content p {
	margin: 150px 0 0;
	font-size: 2.4em;
}
