/* Copyright 2008 Lightage */ 
html{
	background: #E9E6DB url("images/back_body.jpg");
	margin: 0; 
	padding: 0;
	text-align: center;
	font: 100% verdana, arial, helvetica, sans-serif;
}

#body2{
	background: #E9E6DB url("images/back_body.jpg");
	margin: 0; 
	padding: 0;
	text-align: center;
	font: 100% verdana, arial, helvetica, sans-serif;
}


hr {
	display:none;
}


#header2 {
	background: url("images/logo.gif") no-repeat;
	width: 860px;
	padding: 100px 0 0 0;
	margin: 0 auto 0 auto; 
}

#header2 h1, #header2 h2 {
	display:none;
}



#footer2 {
	background: #B6AA86 url("images/back_footer.jpg");
	font-family: Arial, Verdana;
	padding: 0px 0 10px 0;
	margin: 20px auto 0 auto;
	width: 100%;
	height: 230px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #333333;
}




/* TABS */

#tabs2 {
	margin: 10px auto 0 auto;
	width: 860px;
	height: 550px;
	font-size: 12px;
	font: verdana, arial, helvetica, sans-serif;
}


.mootabs_title2 {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 26px;
	text-transform: uppercase;
	font-size: 12px;
	font: verdana, arial, helvetica, sans-serif;
}

.mootabs_title2 li {
	width: auto;
	border: 0;
	cursor: pointer;
	display: inline;
	color: #680001;
	padding: 5px 7px;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font: verdana, arial, helvetica, sans-serif;
}

.mootabs_title2 li.active {
	color: white !important;
	background: black;
	font: verdana, arial, helvetica, sans-serif;
	padding: 5px 7px;
	margin-bottom: 10px;
	cursor: pointer;
	display: inline;
	width: auto;
}

.mootabs_panel {
	padding: 7px;
	display: none;
	position: relative;
	top: -1px;
	clear: both;
	overflow: auto;
	font: 100% "lucida sans", verdana, arial, helvetica, sans-serif;
}

.mootabs_panel.active {
	width: 600px;
	display: block;
	padding: 10px;
	border: 10px solid #ffffff;
	background: #E2DDCF;
	float: left;
	text-align: left;
	font: 100% "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

.mootabs_panel.active a, #popup a, #news a {
	color: #333333;
	border-bottom: 1px dashed grey;
	text-decoration: none;
}

.mootabs_panel.active a:hover, #popup a:hover, #news a:hover {
	color: #555555;
	border-bottom: 1px solid grey;
}

.mootabs_panel.active img {
	border: 0;
	text-decoration: none;
}

#popup {
	background: #E2DDCF;
	text-align: left;
	font: 100% "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#news {
	width: 180px;
	float: right:
	border: 10px solid #ffffff;
	background: #E2DDCF;
	font: 100% "lucida sans", verdana, arial, helvetica, sans-serif;
}

#news h3 {
	color: #680001;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#news ul, #news li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	text-align: left;
}


/* FINE TABS */



 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#header, #menu, #footer{display:none;} 
#contenuti{width:100%; float:none;}
}
