 {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif; 
	font-size: 0.7em;
	color: #737373;
}

a, a:Active, a:Visited {
	color: #B72323;
	text-decoration: none;
}

a:Hover {
	color: #9C9C9C;
	text-decoration: none;
}

/*
-------------------------------------------------
DEFINIZIONE STRUTTURA
-------------------------------------------------
*/

#Site {
	margin: 0px auto;
	width: 860px;
	background: #FFFFFF;
}

#Header {
	position: relative;
	width: 860px;
	height: 120px;
	min-height: 120px;
	background: url(../Images/New/Header.jpg) no-repeat;
}

#Header .BannerAnmco {
	position: absolute;
	width: 340px;
	height: 82px;
	left: 60px;
	top: 16px;
}

#Header .BannerTuoCuore {
	position: absolute;
	width: 370px;
	height: 82px;
	left: 460px;
	top: 16px;
}

#AnmcoBox, #PerIlTuoCuore {
	float: left;
	width: 405px;
}

#AnmcoBox {
	margin-right: 24px;
	margin-left: 12px;
}

#BtnAnmco, #BtnPerIlTuoCuore {
	display: block;
	width: 384px;
	height: 38px;
}

#BtnAnmco span, #BtnPerIlTuoCuore span {
	visibility: hidden;
}

#BtnAnmco {
	background: #FFFFFF url(../Images/Splash/pulsante_rosso_off.jpg);
	float: right;
}

#BtnAnmco:hover {
	background: #FFFFFF url(../Images/Splash/pulsante_rosso_on.jpg);
}

#BtnPerIlTuoCuore {
	background: #FFFFFF url(../Images/Splash/pulsante_verde_off.jpg);
	float: left;
}

#BtnPerIlTuoCuore:hover {
	background: #FFFFFF url(../Images/Splash/pulsante_verde_on.jpg);
}

#Footer {
	margin-top: 30px;
	clear: both;
	padding-top: 10px;

	text-align: center;
	font-size: 10px;
	border-top: 2px solid #D0D0D0;
}

#Footer .ANMCO {
	float:left;
	margin-left: 10px;
	margin-right: 10px;
}

#Footer .HCF {
	float:right;
	margin-left: 10px;
	margin-right: 10px;
}

/*
--------------------------------------------------------------
SPLASH
--------------------------------------------------------------
*/

.news_slider {
	float: left;
	width: 833px; 
	margin: 20px 0px 20px 13px; 
	text-align: left;
	background: url(../Images/Splash/bg_news.jpg);
	padding: 10px 0px;
	height: 138px;
}

.news_slider h2 {
	float: left;
	font-size: 1.4em;
	color: #B72323; 
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;	
}

.news_slider h3 {
	margin-bottom: 2px;
	margin-top: 0px;
	font-size: 1.2em;
	text-transform: uppercase;
}
 
.news_items {
	float: left;
}

.news_items .prev {
	float: left;
	margin-left: 10px;
	margin-top: 35px;
}

.news_items .prev, .news_items .next {
	float: left;
	margin-right: 10px;
	margin-top: 35px;
}

.news_items .prev img , .news_items .next img {
	border: 0px;
}


.news_items .conteiner {
	float: left;
	padding-left: 10px;
}

.news_slider ul li {
	width: 243px; 
	margin-right: 9px;
	border-right: 1px solid #CDCDCD;
	min-height: 90px;
	height: 90px;
}

/*
------------------------------------------
DISCLAIMER
------------------------------------------
*/

#Disclaimer {
	position: fixed;
	background: #FFFFFF url(../Images/pop_up.jpg) no-repeat;
	z-index: 3002;
	color:#FFFFFF;
	text-align:left;
	top:50%;
	left:50%;
	width: 292px;
	height: 179px;
	height/**:/**/ 150px;	
	min-height: 157px;
	margin-left: -150px;
	margin-top: -98px;
	padding: 4px;
	
	display: none;	
	
	font-size: 1.3em;
	text-align: center;
}

* html #Disclaimer { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#Disclaimer p{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
}

#Disclaimer #CongressoLink{
	width:72px;
	height:150px;
	float:left;
}

#Disclaimer #Timer{
	width:220px;
	height:150px;
	float:left;
}

#Disclaimer #Chiudi{
	width:292px;
	height:22px;
	float:left;
}

#Disclaimer #Chiudi a{
	width:292px;
	height:22px;
	display:block;
	cursor:pointer;
}

#Disclaimer #CongressoLink a{
	width:80px;
	height:150px;
	display:block;
	cursor:pointer;
}


