@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	/*background-image: url(immagini/background01.jpg);*/
}
body#trailer {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(immagini/background01.jpg);*/
}
.clear {
	clear:both;
}
#menu {
	width:100%;
	height:66px;
	background-image:url(immagini/sfondo-menu.png);
	background-repeat:repeat-x;
}
#menu-logo {
	float:left;
	width:497px;
	height:66px;
}
#menu-voci {
	float:right;
	width:468px;
	height:66px;
	margin:0 5px 0 0;
	padding:0;
}
#menu-voci ul, #menu-voci li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#contenitore {
	width:990px;
	margin:15px 0 0px 0;
}
#titolo {
	text-align:center;
}
p.trailer-credits {
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
}
#download {
	width:990px;
	height:auto;
	font-size:13px;
	color:#FFFFFF;
}
#download a {
	color:#9B9B9B;
	text-decoration:none;
}
#download a:hover {
	color:#9B9B9B;
	text-decoration:underline;
}
/* #footer {
	position:absolute;
	width:100%;
	height:66px;
	background-image:url(immagini/sfondo-menu.png);
	background-repeat:repeat-x;
	z-index:20;
	left:0;
	bottom:0;
} */

/* CREDITS */
.credits {
	width:700px;
	height:auto;
	margin:10px 0 0 0;
}
.credits-munchies {
	float:left;
	width:307px;
	height:auto;
	text-align:left;
}
.credits-horizon {
	float:right;
	width:307px;
	height:auto;
	text-align:left;
}
.credits-munchies p, .credits-horizon p {
	margin:10px 0 0 0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
}
.credits-munchies p a, .credits-horizon p a {
	color:#FFF;
	text-decoration:none;
}
.credits-munchies p a:hover, .credits-horizon p a:hover {
	color:#FFF;
	text-decoration:underline;
}
.credits-titoli {
	color:#999;
	font-style:italic;
}
.credits-nomi {
	color:#CCC;
	font-style:normal;
}

/* PRESS AREA */
.press {
	width:750px;
	height:auto;
	margin:10px 0 0 0;
	text-align:center;
}
.dati-news {
	float:left;
	width:307px;
	height:auto;
	text-align:left;
	margin:0;
}
.testo-news{
	float:right;
	width:407px;
	height:auto;
	text-align:justify;
}
.dati-news p, .testo-news p {
	margin:0px 0 0 0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:14px;
}
.dati-news p a, .testo-news p a {
	color:#FFF;
	text-decoration:none;
}
.dati-news p a:hover, .testo-news p a:hover {
	color:#FFF;
	text-decoration:underline;
}
.press-titoli {
	color:#999;
	font-style:italic;
}
.press-nomi {
	color:#CCC;
	font-style:normal;
}

/* CONTACTS */
.contacts {
	width:750px;
	height:auto;
	margin:0px 0 0 0;
}
.contacts-sx {
	float:left;
	width:307px;
	height:auto;
	text-align:left;
}
.contacts-dx {
	float:right;
	width:407px;
	height:auto;
	text-align:left;
}
.contacts-dx a {
	color:#CCC;
	text-decoration:none;
}
.contacts-dx a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.contact-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color:#999;
	text-align:left;
	padding: 8px 0 0px 0;
}
.contact-field {
	width:350px;
	height:20px;
	text-align:left;
	padding: 2px 0 2px 4px;
	background-color:#333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #FFF;
	border:none;
}
.contacts-sx p, .contacts-dx p {
	margin:10px 0 0 0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
}
.contacts-sx p a, .contacts-dx p a {
	color:#FFF;
	text-decoration:none;
}
.contacts-sx p a:hover, .contacts-dx p a:hover {
	color:#FFF;
	text-decoration:underline;
}
.contacts-titoli {
	color:#999;
	font-style:normal;
}
.contacts-nomi {
	color:#CCC;
	font-style:normal;
}

#bottom{
	height:40px;
	position: absolute;
	bottom:0px;
	text-align:left;
	width:100%;
	background-color:#333;
	background-image:url(immagini/bg-footer.jpg);
	background-repeat:repeat-x;
}
html > body #bottom { position:fixed;}

p.pulsanti-bottom {
	float:right;
	width:77px;
	height:20px;
	padding:0;
	margin:10px 10px 0 0;
}