/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	background: #EFF3FA url(../images/bg_body.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {margin-top:7px; margin-bottom:10px;}



h1 { 
	font-size: 22px;
	font-weight:normal;
	color:#333;
	margin:0px;
}

h2 {
	font-size: 18px;
	font-weight:normal;
	color:#000;
	margin-bottom:15px;	
}


/*collegamenti ipertestuale*/
a {
	color:#04c;
	text-decoration:none;
}

a:hover {
	color:#028;
	text-decoration: none;
}
	

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/
#layout {

}

#sito {
	width:982px;
	margin:0px auto;
}

#header {
	height:356px;
	width:982px;
	position:relative;
}

	#header #logo {
		display:block;
		position:absolute;
		left:0px;
		top:0px;
		width:460px;
		height:90px;
		background: url(../images/logo.jpg);
	}
	
		#header #logo span { 
			display:none;
		}
	#header #lingue {
		display:none;
	}
	
	#menu1 {	
		position:absolute;
		right:0px;
		top:29px;	
	}
		#menu1 ul{
			list-style:none;
			margin:0px;
			padding:0px;
		}

		#menu1 li{		
			margin:0px 0px 0px 10px;
			padding:0px;
			float:left;
		}
		
		#menu1 a {
			display:block;
			line-height:32px;
			height:32px;
			width:92px;
			color:#000;
			background: url(../images/menu0.gif) no-repeat;			
			font-size:12px;
			text-transform:uppercase;
			text-align:center;
		}
		#menu1 a:hover,
		#menu1 a.attivo {
			color:#FFF;
			background: url(../images/menu1.gif) no-repeat;			
		}
		
	#header #movie {
		position:absolute;
		left:0px;
		top:94px;
	}
	
	#header #head_box {
		position:absolute;
		right:0px;
		top:94px;
		width:230px;
		padding: 22px 10px;
		background: url(../images/bg_headbox.jpg) top no-repeat;
		overflow: hidden;
	}

#container {
	margin-top: 10px
}
	#titolo_pagina {
		margin: 10px 10px 5px 10px;
	}

	#percorso {
		margin: 5px 10px;
		font-size: 12px;
		color:#666;
	}	
		#percorso a {
			color:#666;
		}
		#percorso a:hover {
			color:#600;
		}
		
#footer {
	background:url(../images/bg_bottom.jpg) top repeat-x;
	clear:both;	
	text-align:right;
	color: #888;
	font-size: 12px;
	width:962px;
	margin:0px auto;
	margin-top: 20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
}



/*------ DIVERSI LAYOUT -------*/
.layout_page {}

	.layout_page #col_left {
		float:left;
		width: 200px;
		padding: 22px;
	}
	
	.layout_page #col_right {
		float:left;
		width: 688px;
		padding: 22px;
		border-left: 1px #e2e2e2 solid;
	}

	.layout_page #header #head_box {
		height:218px;
	}

	.layout_page #bottom {
		clear:both;
		background: url(../images/bg_menu_p.jpg) top repeat-x;
	}
	
.layout_home {}

	.layout_home #header #head_box {
		height:398px;
	}
