
/* override: solo sulla home page le posizione dei contenitori sono invertite */

#colonna {
    float:left;
    }

#content {
    float:right;
    }

/* Top Menu HOME */

.topmenu {
	height:84px;
	}

.topmenu div {
	float:left;
	padding:58px 0px 0px 23px;
	vertical-align:baseline;
	width:459px;
	color:#046ebc;
	}

.topmenu div a {
	color:#046ebc;
	text-decoration:none;
	font-weight:bold;
	}


#logohome {
    text-align:center;
    }

/* news home */

.news_home {
	float:right;
	padding-top:10px;
	width:366px;
	height:253px;
	background-color:#f5f6f1;
	}

.news_home ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-left:24px;				
	}	
	
.news_home ul li {
	background-image:url(Images/bg_news_item_home.png);
	background-repeat:no-repeat;
	font-size:10px;
	width:334px;
	height:71px;
	margin-bottom:5px;
	padding:8px 0px 0px 2px;
	color:#848483;
	line-height:14px;
	}	

.news_home ul li div {
	background-image:url(Images/bullet_home.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
	margin-left:102px;
	}

.news_home ul li a, .news_home ul li strong {
	color:#ca4c26;
	}

.news_home ul li a:hover {
	text-decoration:none;
	color:#CCCCCC;
	}
	
.news_home ul li img {
	float:left;
	margin-right:10px;
	}	
	
/* VIDEO HOME */

.video_home {
	float:left;
 	background-color:#e7e7e5;
	width:227px;
	margin-right:2px;
	height:263px;
	}	
	
.video_home div {
	padding-left:23px;
	font-size:10px;
	padding-top:5px;
	color:#7e7979;
	line-height:20px;
	}	
	
.video_home div a {
	color:#7e7979;
	text-decoration:none;	
	}

.video_home strong {
	color:#cb4b28;
	font-weight:normal;
	}	