/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {margin-top:7px; margin-bottom:10px;}



h1 { 
	font-size: 30px;
	font-weight:bold;
	color:#c00;
	margin:0px;
}

h2 {
	font-size: 28px;
	font-weight:bold;
	color:#c00;
	margin-bottom:0px;	
}


/*collegamenti ipertestuale*/
a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#ccc;
	text-decoration: none;
}
	

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/
#layout {
}

#sito {
	width:950px;
	margin:0px auto;
}

#headline {
	height:28px;
	background:#192227;
	text-align:right;
}
	#menu2 { 
		padding:6px;
		color: #aaa;
		font-size:11px;
	}
		#menu2 a {color: #aaa; text-transform:uppercase;}
		#menu2 a:hover {color: #666;}

#header {
	height:100px;
	width:950px;
	position:relative;
	background: #B91418;	
}

	#header #logo {
	display:block;
	position:absolute;
	left:231px;
	top:4px;
	width:422px;
	height:85px;
	background:url(../images/logo.jpg)
	}
	
		#header #logo span { 
			display:none;
		}		

	#menu1 {
		height: 34px;
		padding-top:3px;
	}
		#menu1 ul {
			list-style:none;
			margin:0px;
			padding:0px;
			height: 25px;
			border-bottom: 1px solid #ccc;			
		}

			#menu1 ul li {
				margin:0px 0px 0px 6px;
				padding:0px;
				float:left;
				border: 1px solid #ccc;
				border-bottom: none;
			}
			
			#menu1 ul li a {
				display:block;
				font-size:11px;
				font-weight: bold;
				line-height:13px;
				color: #333;
				padding: 6px 6px;
				background: #ccc;
			}
			#menu1 ul li a.attivo, 
			#menu1 ul li a:hover {
				background:#fff;
			}
				
#container {
	width:950px;
}
	
	#col_left {
		float:left;
		width:449px;
		min-height:100px;
		/*background: #FCF;*/
	}		
	
	
	#col_center {
		float:left;
		width:300px;
		margin-left:8px;
		/*background:#CFF;*/
	}
	
	#col_right {
		float:left;
		width:185px;
		margin-left:8px;
		/*background:#FFC;*/
	}
	
	#col_right1 {
		clear:right;
		float:right;
		width:479px;
		min-height:100px;
		/*background: #FCF;*/
	}	
	
#bottom {
	width:950px;
	clear:both;
}		

	#percorso {
		margin: 5px 10px;
		font-size: 12px;
		color:#666;
	}	
		#percorso a {
			color:#666;
		}
		#percorso a:hover {
			color:#600;
		}
		
#footer {
	clear:both;
	width:950px;
	margin:0px auto;
	margin-top:10px;
	background:#192227;
}
	#footer .foot_info {
		text-align:left;
		color: #fff;
		font-size: 12px;		
		padding:4px;
	}



		#layout #titolo_pagina {
			background:url(../images/box_head_news.jpg) no-repeat;			
			height:43px;
			margin:0px;
			padding: 0px 10px;
		}
				#layout h1#titolo_pagina {
					color:#eee;
					font-size:28px;
					line-height:43px;
					text-transform:lowercase;
				}

/*------ BANNER -----*/

	#header #banner1 {
		position:absolute;
		left:0px;
		top:0px;
		width:200px;
		height:100px;
		background: #9CC;
	}
	
	#header #banner2 {
		position:absolute;
		right:0px;
		top:0px;
		width:200px;
		height:100px;
		background: #90C;
	}


	#col_center #banner3 {
		width:300px;
		height:350px;
		background: #9CC;
		margin-bottom:8px;
	}
	
	#col_center .banner_link {
		display:block;
		margin-bottom:8px;
	}
	
	#col_right #banner4 {
		width:185px;
		height:210px;
		background: #90C;
		margin-bottom:8px;
	}
	#col_right #banner5 {
		width:185px;
		height:210px;
		background: #9C0;
		margin-bottom:8px;
	}
	
	#banner6 {
		width:950px;
		height:100px;
		background: #9C0;
		margin-top:18px;
	}	

/*------ DIVERSI LAYOUT -------*/
