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

html,body,#site {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color:#000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#firstblock {
	width:100%;
	background-color:#DDD;
	color:#000;
}
#firstcontent {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height: auto !important;  /* per i browser moderni */
	height: 50px;      /* per IE5.x e IE6 */
	min-height: 50px;  /* per i browser moderni */
	vertical-align: bottom;
}
#chiusura {
	width:100%;
	background-color:#DDD;
	background-image:url(../img/bg_level_1.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	height:100px;
}
#secondblock {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	width:100%;
	height: 150px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	text-align:center;
}
#menucontent {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	height: 22px;
	margin-top:25px;
}
#footercontent{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.rightDesc{
	vertical-align:middle;
	float:left;
	font-size:14px;
	text-align: justify;
	width:600px;
	height: 50px;
}
.leftTitle{
	vertical-align:middle;
	float:left;
	width:960px;
}
.partnerBox,.serviceBox {
	float: left;
	width:20%;
}
.crewBox {
	float: left;
	width:20%;
	height:80px;
}
#thumbnails {
	width: 250px;
	float:left;
	positino:relative;
}
#article {
	float: left;
	width: 700px;
}
#blognews {
	clear:both;
}
#article h1{
	margin-top:-2px;
}
#thumbnails img {
	float: right;
	position:relative;
	margin-bottom: 5px;
	margin-right: 5px;
	border:solid 1px #FFF;
}
h2{
	color: #F00;
}
.clearfix:after {
	content: �.�;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.posted {
	font-style:italic;
	font-size:10.5px;
}
.rightlink {
	float: right;
}
.orange {
	color: #F00;
}
.videoThumb{
	margin-bottom:2px;
	margin-right:2px;
	margin-top:0px;
	margin-left:0px;
}
.videoThumb:hover{
	margin-bottom:1px;
	margin-right:1px;	
	margin-top:-2px;
	margin-left:-1px;
	border:1px solid #F00;
	opacity: .6;
	filter: alpha(opacity=60);
}

