/* genoni - home */

div.main {
	background: #252324 url(../images/sfondo_home_main.png) top left repeat-y;
	color: #ffffff;
}
div.main a {
	color: #ffffff;
}

div.col_left {
	margin-right: 150px;
}

div.col_paleo,
div.col_archeo,
div.col_labo {
	float: left;
	width: 150px;
}

div.col_right {
	float: right;
	width: 150px;
}

div.row_top {
	height: 300px;
	overflow: hidden;
}

div.row_bottom {
	min-height: 289px;
	height: auto !important;
	height: 289px;
	padding-bottom: 10px;
	overflow: hidden;
}

/* colonne */

div.col_paleo div.row_top {
	background: #252324 url(../images/home_tit_paleo.png) top left no-repeat;
}
div.col_paleo div.row_bottom {
	background: #6e8a1e;
}

div.col_archeo div.row_top {
	background: #343031 url(../images/home_tit_archeo.png) top left no-repeat;
}
div.col_archeo div.row_bottom {
	background: #98a918;
}

div.col_labo div.row_top {
	background: #252324 url(../images/home_tit_itinerari.png) top left no-repeat;
}
div.col_labo div.row_bottom {
	background: #cccc00;
	color: #4a4640;
}

div.col_right div.row_top {
	background: #98a918;
}
div.col_right div.row_bottom {
	background: #4a4640;
}

/* colonne centrali */

div.col_paleo div.row_top a,
div.col_archeo div.row_top a,
div.col_labo div.row_top a {
	display: block;
	width: 130px;
	height: 280px;
	margin: 10px;
}

div.col_paleo div.row_bottom,
div.col_archeo div.row_bottom,
div.col_labo div.row_bottom {
	width: 120px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}

div.secdescr {
	padding-top: 10px;
}

div.seclink {
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
}

div.col_paleo div.seclink,
div.col_labo div.seclink {
	background-color: #98a918;
}

div.col_archeo div.seclink {
	background-color: #6e8a1e;
}

/* colonna destra */

div.col_right div.row_top h1 {
	display: block;
	width: 81px;
	height: 46px;
	margin: 10px 0px 12px 10px;
	background: url(../images/home_tit_news.png) top left no-repeat;
}

div.col_right div.ultime_news {
	width: 150px;
	height: 200px;
}

div.col_right div.news {
	width: 130px;
	margin-top: 10px;
	margin-left: 10px;
}

div.col_right div.news div.data {
	padding-left: 10px;
	background-image: url(../images/1square_white.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	font-size: 10px;
}

div.col_right div.news div.pic img {
	margin-top: 2px;
	border: 1px solid #ffffff;
}

div.col_right div.news div.txt {
	margin-top: 2px;
	font-size: 11px;
	font-weight: bold; 
	text-transform: uppercase;
}

div.col_right div.link_archivio {
	width: 114px;
	margin-top: 8px;
	margin-left: 10px;
	padding-right: 16px;
	text-align: right;
	background-image: url(../images/4squares_white.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
}

div.col_right div.photogallery h1,
div.col_right div.videogallery h1 {
	display: block;
	width: 120px;
	height: 31px;
	margin: 40px 0px 8px 15px; 
	background-position: top left;
	background-repeat: no-repeat;
}

div.col_right div.photogallery h1 {
	background-image: url(../images/home_tit_photogallery.png);
}

div.col_right div.videogallery h1 {
	background-image: url(../images/home_tit_videogallery.png);
}

div.col_right div.link_gallery {
	width: 120px;
	margin-left: 15px;
	font-size: 10px;
	background-color: #98a918;
	text-align: center;	
}

