/* common */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: Black;
	width: 100%;
}

html {
	height: 100%;
}

.hide {
	display: none;
}

img {
	border: 0;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	margin: 0;
}
.testoN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	margin: 0;
}
.testoT
{
	
	font-size: 13px;
	margin: 0px;
	vertical-align:top;
	color: #000;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.testo a {
	text-decoration: underline;
	color: #000;
}

.testo a:hover {
	text-decoration: underline;
	color: #A6A6A6;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.testo h5 {
	line-height: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

/* index */

#container {
	position: absolute;
	width: 760px;
	height: 440px;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -380px;
}

#centroindex {
	position: absolute;
	top: 40px;
	left: 0;
	background-image: url(../images/centroindex.jpg);
	background-position: top middle;
	background-repeat: no-repeat;
}

#chooselanguage{
	position:absolute;
	top: 422px;
	left:0;
	width: 760px;
	text-align:right;
}

	/* blanx in the world hp: flags */
		#chooselanguage ul{
			float:right;
			list-style-type:none;
			margin:0;padding:0;
			width: auto;
		}
		#chooselanguage ul li{
			padding: 0;margin: 0;
			font-family: Arial, Helvetica, sans-serif;
			color: #fff;
			font-size:11px;
		}
		#chooselanguage ul li, #chooselanguage ul li a{
			float: left;
			width: 22px;
			height: 17px;
		}
		#chooselanguage ul li a{
			text-indent: -10000px;
			text-decoration: none;
			padding: 0;
			margin:0;
			overflow: hidden;
			height: 13px;
		}
		#chooselanguage ul li#hu , #chooselanguage ul li#hu a{
			
			/*border:1px solid red;*/
			background-image: url(../images/phu.gif);
		}
		#chooselanguage ul li#hu, #chooselanguage ul li#uk{
			margin-left : 8px;
		}
		#chooselanguage ul li#uk , #chooselanguage ul li#uk a{
			
			/*border:1px solid red;*/
			background-image: url(../images/puk.gif);
		}
	
	/* end of blanx in the world hp: flags */

#bottomindex {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 40px;
	margin: 169px 0 0 -380px;
}


/*#bottomindex {
	position: absolute;
	top: 378px;
	left: 0;
}*/
/* fine index */


/* scelta lingua: menu index */
#language {
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 40px;
	background-image: url(../images/topindex.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

ul#sceglilingua {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 10px 0 0;
	width: 135px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

#sceglilingua li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	display: inline;
}

#sceglilingua li a {
	float: left;
	padding: 80px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px;
}
/*
#sceglilingua li a:hover {
	background-position: 0 -40px;
}
*/

#sceglilingua #ita a:hover {
	background-position: 0 -40px;
}

#sceglilingua #eng a:hover {
	background-position: 0 -40px;
}

#ita a  {
	width: 69px;
	background: url(../images/pita.jpg) top left no-repeat;
}

#eng a  {
	width: 66px;
	background: url(../images/peng.jpg) top left no-repeat;
}

/* fine menu scelta lingua */

#homecontent {
	position: absolute;
	top: 19px;
	right: 14px;
	width: 652px;
	height: 301px;
}

#movieint {
	position: absolute;
	bottom: 11px;
	left: 16px;
	width: 406px;;
	height: 78px;
}



/* home */

#containerbase {
	position: absolute;
	width: 764px;
	height: 422px;
	top: 50%;
	left: 50%;
	margin: -211px 0 0 -382px;
	background: url(../images/sfondo.gif) top left no-repeat;
}

/* fine home */

/* menu bottom */

#bottommenu {
	position: absolute;
	bottom: 11px;
	right: 16px;
	width: 343px;
	height: 78px;
	background: url(../images/bottommenu.jpg) bottom no-repeat;
}

#submenu {
	 position: absolute; 
	 right: 15px; 
	 bottom: 7px; 
	 margin-bottom: 0; 
	 margin-right: 0;
}

#submenu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	color: #fff;
}

#submenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	margin: 0;
}

#submenu li a:hover {
	text-decoration: underline;
}

/* fine menu bottom */

