body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #CC0000;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #000000;
	/*margin-top:0px;*/
}
.testoCentrato{
 text-align:center;
}
.testoNews{
 
 vertical-align:middle;
}

#container { /* Holds it all in the center of the page */
	width: 900px;
	height:auto;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(images/container_back.gif) top left repeat-y;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC0000;
/*	border-top-width: 5px;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
}
#header { /* The top or header of the page */
	width: 900px;
	height: 130px;
	background:url(images/top_header.png) top right no-repeat #000000; /* styles combined. Watch, edit and learn! */
	float: no; /* Stick that header on the right side of #container */
	text-align: right;
}
	/*#header h1 { /* Line 1 in the header: OSWD 4: SHE */
	/*	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 10px;
		margin-top: 10px;
		line-height: 65px;
	}
	/*#header span { /* "SHE" is a bit darker. That's done here. */
	/*	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		color: #666666;
	}
		
	/*#header h2 {  /* Line 2 in the header: Ain't she beautiful? */
	/*	font-family: "Times New Roman", Times, serif;
		font-size: 20px;
		color: #CACACA;
		letter-spacing: -1px;
		font-style: italic;
		line-height: 0px;
		margin-right: 10px;
	}*/
#left_black {
	width: 180px;
	height: 450px;
	background: #000000 url(images/left_black.jpg) top no-repeat;
	float: left;
	
	
}
	#navcontainer {
	width: 180px;
	height:450px;
	/*margin-top: auto;*/
		visibility:hidden;
	overflow:hidden;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
		
	}
	#navcontainer ul li ul{	/* Stili per i browser senza Javascript  - item dei sottomenu*/
		padding-left:10px;
		padding-top:-115px;
	}

	#navcontainer ul {
	margin-left: 0;
	margin-top: 15px;
	padding-left: 3px;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	padding-top:115px;
	font-weight: bolder;
	}

	#navcontainer a {
	display: block;
	padding: 3px;
	width: 171px;
	font-size: 19px;
	line-height: 24px;
	}
	#navcontainer a:link, #navlist a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	}
	.active{
		background: #000000;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #E6F0FC;
		display: block;
		padding: 3px;
		width: 171px;
		font-size: 19px;
		line-height: 24px;
	}
	
	#navcontainer a:hover {
	background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #FFFFFF;
	}
	.navcontainer_subMenu{
		visibility: hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
		background-color:#333333;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		text-align:left;
	
	}
	.navcontainer_subMenu ul{
		margin:0px;
		padding:0px;
		width:130px;	
	}
	.navcontainer_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;
	}
	.navcontainer_subMenu ul li a{	/* Voci dei sottomenu */
		white-space:nowrap;	/* Il testo non va a capo */
		text-decoration:none;	/* Toglie la sottolineatura */
		color:#fafafa;	
		font-weight: bold;		
		height:20px;	/* Altezza di 16 pixels height */
		line-height:20px;	/* interlinea */
		padding:1px;	/* 1px di padding */
		
		display:block;	/* Display come block - non cambiare! */
	}
	.navcontainer_subMenu ul li a:hover{	/* Mouse over sulle voci dei sottomenu  */
		background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #FFFFFF;
	}
	
	.map{
	 text-align:left;
	 width:400px;
	 height:280px;
	 color:#666666;
	 font-size:12px;
	}
		
	/*	.navcontainer2 { 
	 	width: 150px; 
		margin-top: 10px;
	}

	.navcontainer2 ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer2 a {
		display: block;
		padding: 3px;
		width: 174px;
		font-size: 0.7em;
	}
	
	.navcontainer2 a:link, #navlist2 a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
	.navcontainer2 a:hover {
		background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #FFFFFF;
	}*/
	img.left {
	float: left;
	margin: 3px 10px 3px 0px;
	border: 2px solid #434343; 
	
}	
img.gallery {
	border: 2px solid #434343; 
}	
div.video {
	float: left;
	margin: 0px 10px 0px 0px;											/* up   dx dwn  sx*/
	/*border: 2px solid #434343; */
	text-decoration:none;
	vertical-align:text-top;
	text-align:left;
	background-color: #FFFFFF;
}			
#core_prevendita { /* Holds it all in the center of the page */
	min-height: 600px;
	width: 900px;
	float: right;
	background-color: #CCCCCC;
	/*background-image: url(images/core_back.jpg);
	background-repeat: none;
	background-position: left top fixed;
	background-attachment: ;*/
	border-top-width: 0px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
}		
#core {
	min-height: 600px;
	width: 720px;
	float: right;
	background-color: #CCCCCC;
	/*background-image: url(images/core_back.jpg);
	background-repeat: none;
	background-position: left top fixed;
	background-attachment: ;*/
	border-top-width: 0px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	
}
#box_a {
			float: left;
			width: 120px;
			height:361px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 100px 0px;
			
			font: normal small "Comic Sans MS", "MS Sans Serif", Geneva, sans-serif;
		}
#divFixed{
position:fixed;
width:110px; 
height:360px;
margin-bottom:100px;
text-align: left;
}
.eventi{
	font-size:14px;
	color:#CC0000;
	/*font-weight:bold;*/
	padding-top:20px;
	border-bottom: 1px #666666 groove;
}
 h3{
	font-weight:bold;
	font-size:14px;
	
}
.core_text {
	font-size: 18px;
	width: 565px;
	float: right;
	padding: 10px;
	margin-right: 15px;
	_margin-right: 8px; /* IE HACK */
	margin-top: 10px;
	margin-bottom:0px;
	/*background: #FFFFFF url(images/pink_core_back.jpg) top left no-repeat;*/
}
.core_text_prevendita {
	font-size: 18px;
	width: 850px;
	float: right;
	padding: 10px;
	margin-right: 15px;
	_margin-right: 8px; /* IE HACK */
	margin-top: 10px;
	margin-bottom:0px;
	/*background: #FFFFFF url(images/pink_core_back.jpg) top left no-repeat;*/
}
 .tabListino {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	border:1px solid #7C7A02;
	color:#666666;

}
.noDecoration {
text-decoration:none;
color:#FFFFFF;
}
.core_text2 {
	margin-bottom: 50px;
	border-bottom: 1px #666666 dashed;
	font-size: 18px;
	width: 553px;
	float: right;
	/*padding: 10px;*/
	margin-right: 13px;
	_margin-right: 13px; /* IE HACK */
	margin-top: 10px;
	margin-bottom:0px;
	/*background: #FFFFFF url(images/pink_core_back.jpg) top left no-repeat;*/
}
.core_text2 td {
	font-size: 12px;
	color:#666666;
}
.core_text2 tr {
	font-size: 12px;
	color:#666666;
}
h
	.core_text_prevendita h1, .core_text h1, .core_text2 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	/*letter-spacing: -2px;*/
		color: #CC0000;
	padding: 0px 0px 0px 0px;
	background-color: #F9F9F9;
	}
	.core_text_prevendita h2, .core_text h2, .core_text2 h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	/*font-weight: bold;
	/*letter-spacing: -1px;*/
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	border:#666666 double solid;
	}
	.materia {
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
	.core_text_prevendita p, .core_text p {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	}
	.core_text_prevendita a, .core_text a {
	color: #CC0000;
	}
		


#footer {
	width: 900px;
	background: #CC0000;
	clear: both;
	text-align: center;
	
		
}
#footer_small {
	width: 720px;
	background: #CC0000;
	clear: both;
	text-align: center;
	
		
}

	#footer p, #footer_small p {
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	}
	#footer a, #footer_small a {
		color: #000000;
		text-decoration: none;
	}
	.thumbnail{
	position: relative;
}

.thumbnail:hover{
	background-color: transparent;
}

/*CSS for enlarged image*/
.thumbnail span{
	position: absolute;
	background-color: White;
	'padding: 5px 5px 0px 5px;/* up   dx dwn  sx*/
	'margin: 5px 5px 5px 5px;
	border: 1px solid Navy;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ 
	padding: 1px 1px 1px 1px;
	border: 0px solid Navy;
	text-decoration: none;
}

.thumbnail:hover span{ 
	visibility: visible;
	left: 5px; 
	'bottom: 20px;
	
}

