/* Copyright 2009 Lightage */ 
html, body {
	background: #ffffff url("images/back_body.jpg") repeat-x; 
	margin: 0; 
	padding: 0;
	font-family: Verdana;
	color: #1B1B1F;
} 

input, select, textarea {
	border: 1px solid #e6ead5;
	background: #ffffff;
	font: 12px arial, sans-serif;
	padding: 0 3px;
	color: #6f777a;
	margin-bottom: 6px;
}

input:hover, select:hover, textarea:hover {
	border: 1px solid #e10340;
	background: #ffffff;
}

input:focus, textarea:focus {
	border: 1px solid #e10340;
	background: #eeeeee;
}

#pagina {
	width: 892px;
	padding: 0;
	margin: 0 auto 0 auto; 
}

#top {
	background: url("images/back_top.jpg") no-repeat; 
	width: 892px;
	height: 132px;
	padding: 0;
	margin: 0;
}

#top img {
	border: 0;
	float:right;
	margin-right: 46px;
}

#top ul {
	float: left;
	margin: 108px 0 10px 65px;
	padding: 0;
	list-style-type:none;
	position: relative;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
}

#top ul li {
	color:#ffffff;
	text-align: center;
	display: inline;
	margin:0;
	padding: 0 4px 0 4px;
}

#top ul li a {
	text-align: center;
	color:#ffffff;
	text-decoration:none;
	padding:0;
	border-bottom: none;
}

#top ul li a:hover{
	color: #ddd;
	border-bottom: none;	
}


#banner {
	background: url("images/back_banner.jpg") repeat-y; 
	width: 892px;
	height: 350px;
	padding: 0;
	margin: 0;
}

#news {
	float: left;
	background: url("images/back_news.jpg") no-repeat; 
	width: 166px;
	height: 209px;
	padding: 10px 8px 0 8px;
	margin: 0 10px 0 68px;
	font-family: Georgia;
	font-size: 11px;
}

#news h3 {
	font-size: 14px;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
}

#news ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	position: relative;
}

#news ul li {
	color:#1B1B1F;
	margin:0;
	padding: 0;
}

#news ul li a {
	color:#1B1B1F;
	text-decoration:none;
	padding:0;
	border-bottom: none;
}

#news ul li a:hover{
	color: #777;
	border-bottom: none;	
}

#contenuto {
	float: left;
	width:545px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-align: justify;
}

#contenuto h3 {
	margin: 10px 0 6px 0;
	font-weight: normal;
	font-size: 18px;
	font-family: Georgia;
}

#contenuto h4 {
	margin: 10px 0 6px 0;
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia;
}

#contenuto a, #footer a {
	color:#1B1B1F;
	text-decoration:none;
}

#contenuto a:hover, #footer a:hover{
	color: #777;
}

#contenuto img {
	border: none;
}

#footer{
	width:550px;
	margin: 0;
	margin-left: 250px;
	padding: 0;
	font-size: 10px;
	font-family: Verdana;
}

#footer hr {
	border: 0;
	width: 100%;
	color: #CECECF;
	background-color: #CECECF;
	height: 1px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	position: relative;
	display: inline;
}

#footer ul li {
	color:#1B1B1F;
	text-align: center;
	display: inline;
	margin:0;
	padding: 0 4px 0 4px;
}

#footer ul li a {
	text-align: center;
	color:#1B1B1F;
	text-decoration:none;
	padding:0;
	border-bottom: none;
}

#footer ul li a:hover{
	color: #777;
	border-bottom: none;	
}


 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#top, #banner, #news{display:none;} 
#contenuto{width:100%; float:none;}
}

