

html,body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height:100%;
	margin:0;
	color: white;
	background-color: #000;
	background-image: url('../images/layout/bg.png');
	background-position: center 60%;
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ED1C24;
}
a:active {
	text-decoration: none;
}

h1 {
	font-weight: normal;
	color: red;
}

#container {
	height: 100%;
	width: 100%;
	margin:0;
	text-align: center;
	background-attachment: fixed;
}
#logo {
	background-image: url('../images/splash/redPixel.gif');
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
}

*html #logo {
	position: absolute; 
}

#colList {

	color: #000;
	background-color: #FFF;
	text-align: center;
	height: 22px;
	vertical-align: text-bottom;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-top: 7px;
}
#email {
	bottom: 20px;
	font-size: 11px;
	color: #FFF;
	width: 100%;
	width: 800px;
	margin: auto;
	padding-top: 10px;
}
#container #email a {
	color: #FFF;
}

div#contents {
	text-align: left;
	position: relative;
	width: 800px;
	margin: auto;
	top: 120px;
}

div#contents  a {
	color: red;
}

div#contents p {
	text-align: justify;
	font-size: 13px;
}

.box-news {
	background: url('../images/layout/box-bg.png');
	background-repeat: no-repeat;
	min-height: 182px;
	padding: 10px;
	color: #FFFFFF;
	clear: both;
}

*html .box-news {
	height: 182px;
}

.box-news-bis {
	background: url('../images/layout/box-bg-bis.png');
	background-repeat: no-repeat;
	min-height: 364px;
	padding: 10px;
	color: #FFFFFF;
	clear: both;	
}

*html .box-news-bis {
	height: 364px;
}

.box-news-contents {
	margin-left: 210px;
	margin-right: 10px;
	margin-top: -10px;
}

#contents img, object {
	margin: 10px;
	border: 2px solid #8E8E92;
	float: left;
}


.box-news-video {
	float:left;
	width: 190px;
	height: 135px;
	display:block;
	margin: 10px;
	border: 2px solid #8E8E92;
}

.box-news-contents h2 {
	text-align: left;
	font-weight: normal;
	color: #ED2B32;
	font-size: 22px;
	border-bottom: 2px solid #999999;
	margin-bottom: 5px;
}

*html .box-news-contents h2 {
	margin-top: 25px;
}

.box-news-contents h2 span {
	font-size: 18px;
	color: #FFFFFF;
}

.box-news-contents div {
	font-size: 11px;
}

.box-news-contents a {
	color: #ED2B32;
	text-align: right;
	display: block;
	margin-top: 10px;
}

.box-news-contents h2 a {
	text-align: left;
}

.scheda table {
	font-size: 12px;
}


#photogallery-container {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 6;
}

#photogallery-container img {
	position: absolute;
	z-index: 7;
	border: none;
	margin: none;
	padding: none;
	margin-left: 4px;
	margin-top: 4px;
}

#photogallery-overlay {
	display: none;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:5;
}

#photogallery-shadow-top-left {
	position:absolute;
	background:url('../images/photogallery/shadow-top-left.png');
	width: 40px;
	height: 40px;
	left: -20px;
	top: -20px;
	z-index: 6;
}

#photogallery-shadow-top-right {
	position:absolute;
	background:url('../images/photogallery/shadow-top-right.png');
	width: 100%;
	height: 100%;
	right: -20px;
	top: -21px;
	z-index: 6;
	background-position: right top;
}

#photogallery-shadow-bottom-left {
	position:absolute;
	background:url('../images/photogallery/shadow-bottom-left.png');
	width: 100%;
	height: 100%;
	left: -20px;
	bottom: -20px;
	z-index: 6;
	background-position: left bottom;
}

#photogallery-shadow-bottom-right {
	position:absolute;
	background:url('../images/photogallery/shadow-bottom-right.png');
	width: 40px;
	height: 40px;
	right: -20px;
	bottom: -19px;
	z-index: 6;
}

#photogallery-button-close {
	position:absolute;
	background:url('../images/photogallery/button-close.png');
	width: 30px;
	height: 30px;
	right: -18px;
	top: -18px;
	z-index: 9;
	cursor: pointer;
	background-position: right top;
}
