/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	background: #2C2827 url(../images/bg_body.jpg) top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {line-height:15px; margin-top:7px; margin-bottom:10px;}



h1 { 
	font-size: 20px;
	color:#184679;
	margin-top:7px;
	margin-bottom:12px;
	font-weight:bold;
}

h2 {
	font-size: 16px;		
	font-weight:bold;
	color: #B7A7CD;
	margin-top:7px;
}


/*collegamenti ipertestuale*/
a {
	color:#1E6DA3;
	text-decoration:none;
}

a:hover {
	color:#888;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/

#sito {
	width:1004px;
	min-height:560px;
	background: url(../images/bg_sito_top.png) top no-repeat;
	margin: 66px auto 0px auto;
	padding-top:20px;
	/*overflow:hidden;*/
}

#container_bg{
	background: url(../images/bg_sito_middle.png) repeat-y;
}

#container{
	width:964px;
	min-height:516px;
	margin:0px auto;
	background: url(../images/bg_container.jpg) repeat-y;
	/*border:1px solid #1a1a1a;*/
	/*overflow:hidden;*/
}

	#main {
		float:left;
		width:354px;
		min-height:516px;
		background: url(../images/bg_main.jpg) no-repeat;
		color:#ccc;
	}

	#main #logo {
		display:block;
		width:217px;
		height:91px;
	}
	
		#main #logo span { 
			display:none;
		}
	
	
	#main #menu1 {
		margin-top:10px;
		height:201px;
	}
		#main #menu1 ul{
			list-style:none;
			margin:0px;
			padding:0px;
		}

		#main #menu1 li{		
			margin:0px;
			padding:0px 0px 0px 14px;
		}
		
		#main #menu1 a{			
			display:block;
			line-height:21px;
			font-size:15px;
			text-transform:uppercase;
			color:#C0C3BD
		}
		#main #menu1 a:hover,
		#main #menu1 a.attivo{
			color:#B7A7CD;
		}
		#main #menu1 a.attivo{
			background: url(../images/bg_menu1.gif) no-repeat;
		}
		
		#main #main_news {
			margin:25px 17px;
		}
		
		
	#content {
		float:right;
		width:610px;
		color:#2C2827;
	}
	
		#content #head {			
			height:0px;
			width:610px;
			position: relative;
		}
		
			#content #head #lingue {				
				position:absolute;
				top:-36px;
				right:40px;
				font-size:14px;
				color:#fff;
			}
				#content #head #lingue a{color:#fff;}
				#content #head #lingue a.attivo{ font-weight:bold;}
				#content #head #lingue a:hover{color:#ccc;}
		
		#content #slide {
			height:211px;
			height:302px;
			width:610px;
		}
		
		#content #col_left {
			float:left;
			padding: 0px 12px;
			margin: 14px 0px;
			width:280px;			
		}
		
		#content #col_left {
		background: url(../images/line.gif) repeat-y top right;		
		}

		#content #col_right {
			float:right;
			margin:14px 12px;
			width:280px;
		}
	
		#content #column {
			float:left;
			margin: 14px 12px;
			width:570px;			
		}

#titolo_pagina {
	margin-bottom:0px; margin-left: 10px;
}

#footer {
	background: url(../images/bg_sito_bottom.png) top no-repeat;
	padding-top:20px;
	color:#ccc;
	text-align:center;
}


.layout_home .newslist .page_num {
	display: none;
}
