@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#page {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #F00;
	background-image: url(IMMAGINI/header2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	height: 250px;
	text-indent: -9000px;
	overflow: hidden;
}
#sidebar {
	width: 970px;
	float: left;
	margin-bottom: 75px;
}
#pmenu, #pmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
#pmenu {
	position:relative;
	z-index:1;
	margin-right: 0;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 55px;
}
#pmenu li {
	float:left;
	position:relative;
}
#pmenu a, #pmenu a:visited {
	display:block;
	width:107px;
	font-size:10px;
	color:#FFF;
	height:23px;
	line-height:22px;
	text-decoration:none;
	text-indent:5px;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
}
#pmenu li:hover > a {
	color:#F93;
	background-color: #666;
}
#pmenu li ul {
	display: none;
}
#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:0;
	left:101px;
}
#pmenu > li:hover > ul {
	left:0;
	top:24px;
}
#content {
	color: #FFF;
	width: 970px;
	float: left;
	background-image: url(IMMAGINI/VIDEO/sfondovideo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


.titolo {
	text-align: center;
}
#introduzione {
	width: 470px;
	display: block;
	text-align: center;
	margin-left: 250px;
	margin-top: 25px;
	margin-bottom: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 25px;
}
.video {
	width: 450px;
	display: block;
	text-align: center;
	float: left;
	margin-left: 24px;
	height: 650px;
	margin-bottom: 45px;
	overflow: hidden;
}
.video p {
	font-family: Tahoma, Geneva, sans-serif;
	width: 350px;
	text-align: justify;
	padding-left: 50px;
	margin-top: 20px;
	line-height: 18px;
	margin-bottom: 20px;

}



#footer {
	height: 45px;
	width: 970px;
	color: #FFF;
	background-image: url(IMMAGINI/Footer970.gif);
	float: left;
	font-size: 10px;
	display: block;
}
.webdesigner {
	display: block;
	float: left;
	margin-top: 30px;
	padding-left: 15px;

}
#freccia {
	width: 35px;
	float: left;
	margin-left: 110px;
	overflow: hidden;
}
#freccia .home img {
	border-top-color: #fab600;
	border-right-color: #fab600;
	border-bottom-color: #fab600;
	border-left-color: #fab600;
}
