body {
	font-family:Verdana, Arial, Helvetica, Tahoma;
	color: #666666;
	background-color:#fff;
	margin:0px;
	padding:0px;
	behavior: url(css/csshover.htc);
	letter-spacing:1px;
}
a {
	color:#333333;
	font-weight:bold;
}
a:hover {
	color:#8a81b2;
}
img {
	border:none;
}
blockquote{
	margin-bottom:5px;
	margin-top:5px;
}
.imgBordoRosso{
	border:#CC0000 1px solid;
	padding:10px;

}
.red {
	color:#CC0000;
}
.bianco{
	color:#FFFFFF;

}
.grigioCorsivo {
	color: #666666;
	font-style:italic;
}

.bordoRosso {
	border-bottom-color:#CC0000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left:#CC0000 solid 1px;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:30px;
}
.grigiolino {
	color: #666666;
	/*color:#8a81b2*/;
}

.corsivo{
	font-style:italic;

}
.spazioLettere{
	letter-spacing:normal;
	line-height:15px;

}
.pulisci {
	clear:both;
}
.puliscisx {
	clear:left;
}
.puliscidx {
	clear:right;
}
.nascondi {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for the benefit of IE5 Mac */
}
.centra {
	text-align:center;
}
.grassetto {
	font-weight:bold;
}
.noteRight {
	float:right;
	font-size:11px;
	font-style:italic;
}
.margin0 {
	margin:0;
}
hr {
	display:none;
}
select {
	margin-bottom:3px;
	font-size:10px;
}
select.lastselect {
	margin-bottom:0px;
	font-size:10px;
}
input {
	font-size:10px;
}
input.inhid {
	margin:0;
	padding:0;
}
#1 {
	width:100%;
	text-align:center;
	background-color:#ffffff;
}
h2, h3, h4, h5, h6, h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	letter-spacing:2px;
}
h1{
	color:#CC0000;
	font-size:26px;
	font-weight:bold;
}
h2 {
	color:#CC0000;
	font-size:19px;
}
h3 {
	font-size:17px;
}
h4 {
	color:#CC0000;
	font-size:17px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
	color:#CC0000;
	margin:5px 0;
}
#corpocentrale {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	background-color:#CC0000;
}
#primofoot {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	background-color:#CC0000;
}
#foot {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#ffffff;
}
.content {
	width:797px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#ffffff;
}
#testata {
	border:0px;
}

.barragrigia {
	width:797px;
	height:38px;
	background-color:#3d3d3d;
}
.logosx {
	float:left;
	margin:0px;
	padding:0px;
}
.corpopagina {
	background-color:#ffffff;
	padding:10px;
	font-size:12px;
	color:#333333;
	text-align:left;
	height:inherit;
	line-height:18px;
}
/****************MENU******************/
/*********************************/
#menu {
	float:right;
	width:661px;
	height:38px;
	text-align:left;
	padding:0px;
	margin:0px;
}
ul {
	width:auto;
	text-align:left;
	height:37px;
	padding:0px;
	margin:0px;
	font-size:10px;/*color:#fff;*/
}
li {
	/*padding:0px 10px;*/
	padding:0px 13px;

	/*float:left;*/
	list-style-type: none;
	/*width:110px;*/
		height:37px;
	color:#fff;
	text-align:center;
	/*border-right:1px solid #525151;*/
		line-height:23px;
}
#currentMenu {
	font-size:12px;
	/*padding: 6px 0px 0px 0px;*/
	/*width:110px;*/
	text-align:center;
	color:#CC0000;
	/*font-weight:bold;*/
	line-height:35px;
}
#currentLingua {
	font-size:12px;
	width:45px;
	text-align:center;
	color:#999999;
	padding:0;
	line-height:35px;
}

.currentMenu2 {
	font-size:12px;
	text-align:center;
	color:#CC0000;
	font-weight:bold;
}
.currentMenu2 :hover {
	color:#CC0000;
}
#menu #listmenu a {
	padding: 6px 0px 0px 0px;
	/*width:110px;*/
		display:block;
	text-align:center;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
div#listmenu {
	width:100%; /* makes the div full width */
	/*float:left;*/
	/*border-top:1px solid #069;	/* draws line on top edge of div */
	/*border-bottom:1px solid #069;	 /* draws line on bottom edge of div */
	font-size:.8em;	/* SET FONT-SIZE HERE *//*background-color:#CCF; /* colors the div *//*margin-top:20px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
}
div#listmenu ul {
	margin:0 0 0 15px;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */
}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#3d3d3d; /*sets the background of the menu items */
	border-right:1px solid #525151; /* creates dividing lines between the li elements *//*width:110px;*/
}
/*div#listmenu li:first-child {
	border-left:1px solid #525151; /*the first vertial line on the menu */
	/*}*/

/*div#listmenu li:hover { 
	background-color:#525151; /*sets the background of the menu items */
	/*}*/
div#listmenu a {
	display:block;
	/*padding:1px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link *//*color:#069;	/* sets the type color */
}
#menu div#listmenu a:hover {
	color:#8a81b2;
}
#menu div#listmenu #red {
	color:#CC0000;
}
/* the menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0;
	z-index:10; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:250px; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-right:0; /* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	left:-1px; /*aligns the drop exactly under the menu */
	top:37px;
	height:17px;
}
div#listmenu ul li ul li {
	padding:0 0 6px 0;
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #525151; /*  three sides of each drop-down item */
	border-bottom:1px solid #525151;
	border-right:1px solid #525151;
	height:17px;
	line-height:10px;
}
div#listmenu ul li ul li a {
	padding:1px .5em;
}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #525151; /*the top edge of the dropdown */
}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {
	display:none;
} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {
	display:block;
} /* shows the drop-down when the menu is hovered */
/* pop-out starts here */
body div#listmenu ul li ul li ul {
	position:absolute;
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:150px;
}
div#listmenu ul li ul li:hover ul {
	visibility:visible;
	left:150px;
} /* same effect as display:block in this situation */
/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {
	visibility:hidden;
	left:150px;
}
div#listmenu ul li ul li ul li:hover ul {
	visibility:visible;
	left:150px;
} /* same effect as display:block in this situation */
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	/*border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:5px; /* IE doubles the given value above - why? */
}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div#listmenu ul li ul {
	border-top:1px solid #525151;
	border-left:0px; /* stops the drop inheriting the ul border */
}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html div#listmenu ul li ul li ul {
	left:9.85em;
	voice-family: "\"}\"";
	voice-family:inherit;
	left:10em;
}
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
	left:10em;
}

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px) {
 body div#listmenu ul li ul {
padding-bottom:100px;
}
 body div#listmenu ul li ul li ul {
padding-bottom:22px;
}
 ul li ul li ul li ul li:hover {
visibility:visible;
} /* same effect as display:block in this situation */
}
#menu #listmenu .last {
	border:none;
	/*border-right:#FF0000 1px solid;*/
	/*color:#FF0000;*/
}
/*end Opera hack */
/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */
/***********FINE MENU**************/
/***************************************/

/***************************************/
/****************CORPO HOME************/
/**************************************/
.textHome {
	width:407px;
	padding:30px 50px 0 40px;
	float:left;
}
.textHomePage {
	width:407px;
	padding:40px 50px 0 40px;
	float:left;
}
#colRightHome {
	float:left;
	height:386px;
	width:250px;
	margin-top:75px;/*background:#0000FF;*/
}
#newsHome {
	background-image:url(../img/bkgNews.gif);
	background-repeat:no-repeat;
	height:135px;
	width:250px;
}
#textNew {
	padding-top:12px;
	color:#FFFFFF;
	width:220px;
	
	margin:0 auto;
	font-size:11px;
}
#textNew p {
	margin:0;
}
#textNew p a, #textNew a{
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;

}
#fotoHome {
	background:url(../img/bkgFotoHome.gif) no-repeat;
	height:206px;
	width:250px;
	margin-top:36px;
	padding-top:11px;
}
#fotoHome img {
	clear:left;
	width:235px;
	height:161px;
	margin-left: 7px;
}
#fotoHome #titoloFoto {
	margin-left:11px;
	margin-bottom:7px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
/**************FINE HOME***********************/
/**********************************************/
/************SCHEDA FILM***********************/
/***********************************************/
#colLeft {
	float:left;
	width:250px;
	margin: 36px 15px;
}
#bkgLinkScheda {
	background:url(../img/bkgLinkScheda.gif) no-repeat;
	width:213px;
	height:396px;
	margin:0 auto;
}
#bkgLinkScheda img {
	clear:left;
	width:149px;
	height:214px;
	margin: 13px 32px 5px;
}
#bkgLinkScheda ul {
	padding:4px 28px;
}
#bkgLinkScheda ul li {
	background:url(../img/frecciaLista.gif) no-repeat;
	line-height:13px;
	/*border:#FF0000 1px solid;*/
	height:15px;
	padding-left:15px;
	padding-bottom:5px;
	font-size:12px;
	width:140px;
	
}
#bkgLinkScheda ul li a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	text-align:left;
}
#bkgLinkScheda ul li a:hover {
	color:#8a81b2;
}
#current {
	color:#8a81b2;
	text-align:left;
}
#textScheda {
	float:left;
	width:430px;
	margin-left:20px;
	margin-top:75px;
}
dt {
/*float:left;
width:180px;*/
}
dd {
	font-weight:bold;
}
/**************FINE SCHEDA FILM********************************/
/*************************************************************/
/****************GALLERIA************************************/
#gallery {
	width:100%;
}
#gallery img {
	border:1px solid #FFFFFF;
}
#gallery img:hover {
	border: 1px solid #CC0000;
}
td {
	padding-bottom:5px;
}
/*****************FINE GALLERIA****************************/
/**********************************************************/
/************INTEREVISTE*******************************/

#intervista dt {
	float:none;
	clear:left;
	font-weight:bold;
	width:auto;
}
#intervista dd {
	font-weight:normal;
}
/***********************************************/
/*************CONTACT US*********************/
#colsixContact {
	width:213px;
	/*height:396px;*/
	margin:0 auto;
}
/*********************************************/
.contentfoot {
	width:797px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#CC0000;
}
.foottxt, .foottxt a{
	padding:3px;
	font-size:9px;
	color:#fff;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
}
#logo{
	vertical-align:bottom;
	}
.titoloIntervisteVarie{
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	letter-spacing:2px;
	font-size:14px;
	font-weight:bold;
	display:block;
	
	
}
.marginComingSoon{
	margin-left:145px;
	
}
.marginComingSoonIta{
	/*margin-left:145px;*/
	margin-left:140px;
}
