/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com/ . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jan 29, 2007) */

body {
margin:0 auto;
background:url(../img/bkg_body.gif) repeat-x; 
font:76% Verdana,Tahoma,Arial,sans-serif; 
}

/* Main layout and header */
#wrap {
background:#fff;
color:#404040;
margin-top:3px;
margin-left:auto;
margin-right:auto;
margin-bottom:3px;;
padding-top:3px;
padding-left:3px;
padding-right:0px;
width:764px;
border:1px solid #000;
}

#header {
background:#565656;
width:759px;
height:auto;
margin:0 0 2px 0; 
padding-left:0px;
padding-right:0px;
border:1px solid #333;
}
#header h1 {font-size:2.5em; font-weight:400; letter-spacing:-2px; margin:0 0 4px 15px; padding:15px 0 0;}
#header h1 a,#header h1 a:hover {font-weight:400; padding:0;}
#header p {font-size:1.1em; letter-spacing:-1px; margin:0 0 20px 15px; padding:0 0 0 3px;}
#flash_header {
width:760px;
height:340px; 
margin:0 0 2px 0; 
padding:0;
}
#menu_header {
width:758px;
margin:0px 0 2px 0px;; 
padding-left:1px;
padding-right:0px;
height:31px;
border:1px solid #ccc;
background:url(../menu/steelbg1.jpg);
background-position:left top;
background-repeat:repeat-x;
border:1px solid #333;
}
#clear {
clear:both;
}

/* Main content variations */
#contenuto_principale {
background:#dddce4;
width:759px;
min-height: 80px;
height:510px;
padding-left:0px;
padding-right:0px;
padding-bottom:3px;
border:1px solid #333;
}

#immagini{
float:left;
padding-top:7px;
padding-bottom:2px;
padding-right:2px;
margin-left:6px;
margin-top:12px;
width: 150px;
height:auto;
border-right:1px dashed;
color:#CCCCCC;
font-size:11px;
}
#immagini_main{
float:left;
padding-top:7px;
padding-bottom:2px;
padding-right:4px;
margin-left:10px;
margin-right:6px;
margin-top:25px;
width: 215px;
height:auto;
}
#intestazione {
margin-bottom:5px;
padding-top:5px;
}

/*/ nuovo codice /*/
#subnav {
	margin: 4px;
	padding: 3px;
	width: 125px;
	float: left;
}
#subnav ul {
	margin: 0;
	padding: 0;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #565656;
	text-align: right;
	list-style:none;
}
#subnav ul li {
	margin: 0;
	padding: 0em 0em .8em 0em;
}
#subnav ul li a, #content p a, .url a, .email a, #column1 ul li a, #column2 ul li a, #column3 ul li a {
	color: #9EB966;
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}
#subnav ul li a:hover, #content p a:hover, .url a:hover, .email a:hover, #column1 ul li a:hover, #column2 ul li a:hover, #column3 ul li a:hover {
	color: #565656;
	text-decoration: none;
	border-bottom: 1px dotted #444444;
}

#content {
	margin: 4px;
	padding: 0px 0px 0px 20px;
	width: 580px;
	float: right;
	display:inline;
	border-left: 1px dotted #777777;
}
#content h1 {
	margin: 0;
	padding: 0em 0em 1em 0em;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #AAAAAA;
}
#content h2 {
	margin: 0;
	padding: 0em 0em .7em 0em;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #565656;
}
#content p {
	margin: 0;
	padding: 0em 0em 1em 0em;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 94%;
	line-height: 1.6em;
	color: #565656;
}
#content p img {
	margin: 0em 1.5em 1em 0em;
	padding: 0;
	float: left;
	border: 0px;
}
#content ul {
	margin: 0;
	padding: 0em 0em 1em 1.5em;
	list-style: square;
}
#content ul li {
	margin: 0;
	padding: 0;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.6em;
	color: #CCCCCC;
}
#content ul li a {
	color: #CCCCCC;
	text-decoration: none;
}
#content ul li a:hover {
	color: #9EB966;
	text-decoration: underline;
	}
	
/*/ fine nuovo codice /*/
blockquote {
	font: 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
	width: 405px;
	background: url(../img/close-quote.png) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
}
blockquote:first-letter {
	background: url(../img/open-quote.png) no-repeat left top;
	padding-left: 18px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

/* Footer */
#footer {
background:#dddce4; 
clear:both;
height:56px; 
font-size:0.8em; 
margin-top:4px;
margin-bottom:3px;
padding-left:0px;
padding-right:0px;
text-align:center; 
color:#565656;
width:759px;
border:1px solid #333;
}
#footer p {
margin-top:8px; 
padding:0;
line-height:1.4em;
}
#footer a {
background:inherit; 
color:gray; 
font-weight:400; 
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}

