/* Copyright 2008 Lightage */ 
html, body{
	background: #ffffff; 
	margin: 0; 
	padding: 0;
	font-family: Arial, Verdana;
} 

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;
}

blockquote {
	font-style: italic;
}

blockquote:before { content: open-quote; color:#FE5F1D; font-size:xx-large; font-weight: bold; }
blockquote:after { content: close-quote; color:#FE5F1D; font-size:xx-large; font-weight: bold; }

legend {
	border: 1px solid grey;
	background: red;
	padding: 5px;
}

#pagina{
	background: #dddddd;
	width: 760px;
	padding: 0;
	margin: 0 auto 0 auto; 
}

#sotto{
	background: #606060 url("images/back_footer.jpg") repeat-x; 
	width: 750px;
	height: 60px;
	padding: 40px 10px 0 0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #dddddd;
}

#sotto a {
	color: #dddddd;
	text-decoration: none;
}

#sotto a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#colonnasx{
	background: url("images/back_left.jpg") no-repeat; 
	width: 225px;
	height: 700px;
	padding: 0;
	float: left;
	margin: 0;
}

#colonnadx{
	background: url("images/back_right.jpg") no-repeat; 
	float: left; 
	width:510px;
	margin: 0;
	padding: 55px 15px 10px 10px;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
 	text-align: justify;
	color: #222222;
}

#colonnadx h1 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px dotted #333333;
}

#colonnadx h1:first-letter {color:#FE5F1D;font-size:xx-large}

#colonnadx h2 {
	font-size: 16px;
	font-weight: bold;
}

#colonnadx a {
	color: #FE5F1D;
	text-decoration: underline;
}

#colonnadx a:hover {
	color: #000000;
	text-decoration: none;
}

#colonnadx a img {
	padding: 2px;
	border: 1px solid #676767;
}

#colonnadx a img:hover {
	padding: 2px;
	border: 1px solid #ababab;
	opacity: .9;
	filter: alpha(opacity=90);
}

#colonnadx hr {
	border: 0;
	width: 100%;
	color: #999999;
	background-color: #999999;
	height: 1px;
}

#colonnadx ul {
	list-style-type: disc;
	display:block;
	margin: 0 0 0 15px;
	padding: 0;
}

#colonnadx li {
	margin: 0;
	padding: 0 0 4px 0;
}

#menu ul{
	float: right;
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type:none;
	position: relative;
	display: inline;
	height: 30px;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}

#menu ul li{
	text-align: center;
	display: inline;
	float:left;
	margin:0;
	padding: 0 2px 0 2px;
}

#menu ul li a{
	text-align: center;
	color:#000000;
	text-decoration:none;
	padding:0;
	height:40px;
	border-bottom: none;
}

#menu ul li a:hover{
	color: #ddd;
	border-bottom: none;	
}

#menu ul li a.current,ul#menu li a.current:hover{
	color:#dddddd;
	border-bottom: none;
}




 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#colonnasx, #sotto{display:none;} 
#colonnadx{width:100%; float:none;}
}

