@charset "utf-8";
/* CSS Document */

/*Layout*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(img/backg.png);
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header {
	margin: auto;
	width: 960px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #06C;
	border-bottom: 2px solid #03C;
	height: 35px;
	width: 960px;
	margin: auto;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding-left: 15px;
}
#current {
	background-color: #03C;
	color: #FFF;
	font-weight: bold;
}
#menu li {
	float: left;
	line-height: 35px;
	padding: 0 9px 0;
}
#menu li:hover {
	background-color: #03C;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#videoindex {
	margin: auto;
	width: 960px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333;
}
#container {
	background-color: #FFF;
	margin: auto;
	width: 944px;
	text-align: justify;
	padding: 8px;
}
#container2 {
	background-color: #FFF;
	margin: auto;
	width: 960px;
	text-align: justify;
	padding: 20px;
}
#footer {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: auto;
	width: 960px;
	height: 35px;
	border-bottom-right-radius: 20px;
	text-align: center;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
}
div.split2 div {
    float: left;
    width: 49%;
    width: 46%;
	padding: 0 2%;
}
div.clearer {
    float: none;
	clear: left
}
#video {
	box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	border: 8px solid rgba(255,255,255,1);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

/*Elementi*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted;
	text-shadow: 1px 1px 1px #999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 1px #999;
}
#header img {
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
.rosso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	text-shadow: 1px 1px 1px #999;
}
.blu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #03C;
	text-shadow: 1px 1px 1px #999;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03C;
}
a:hover h2 {
	text-decoration: none;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #03C;
}
a:visited {
	text-decoration: none;
	color: #03C;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #03C;
}
div.split2 div li {
	list-style: square;
}