/* CSS Document */
/* Foglio di stile Home Page sito della ATC - Agenzia Territoriale per la Casa CUNEO */
/* Autori: Davide Geraci e Giovanni Mamino */
/* Creazione: 22/1/2009 - Informatica System - Vicoforte (CN) */
/* layout */
html {padding: 0px; margin:0px;}
body {
	padding: 0px;
	margin:0px;
	text-align: center;
	color:#666666;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image:url(immagini/default_body_pattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#top {width:780px; height:330px; background:url(immagini/default_intestazione_sfondo.jpg) top no-repeat; text-align:center;  margin:0 auto;}
	#top ul{list-style-type: none; margin: 0; padding: 41px 0 0 0;}
	#top ul li{float:right; padding:0 1px; margin:0; text-align:center;}
	#top ul li a{	
		width:120px; height:34px;
		font-size: 100%; font-weight: bold; text-decoration: none;
		display:block;
		padding:20px 0 0 0; margin:0;
		background-image:url(immagini/menu_sfondo.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	#top ul li a:link,#top ul li a:visited {color: #CCCCCC;}	
	#top ul li a:hover, #top ul li a:active{color: #FFFFFF;}

#center {position: relative; width:780px; background:url(immagini/default_center_pattern.gif) center repeat-y; text-align:left; margin:0 auto;}
	#center ul{margin:0; padding:5px 0px 0px 40px; color:#FFFFFF; font-weight:bold; list-style-image:url(immagini/list_type.gif);}
	#center ul li {margin:0; padding:2px;}
	#center ul li a:link,#center ul li a:visited {color:#FFFFFF; text-decoration:none; margin:0; padding:0;}
	#center ul li a:hover,#center ul li a:active {color:#FFFFFF; text-decoration:underline; margin:0; padding:0;}

	#center p {margin:0; padding:3px 10px;}
	#center p a:link,#center p a:visited { font-weight: bold; color: #000000; text-decoration:none;}	
	#center p a:hover,#center p a:active { font-weight: bold; color: #DD1268; text-decoration:none;}
	#center h1 {
		font-size: 130%;
		color: #444444;
		font-weight: normal;
		padding:8px 5px;
		margin:0;
		text-transform:uppercase;
	}
	#center h2 {
		font-size: 115%;
		color: #444444;
		font-weight: normal;
		padding:8px 5px;
		margin:0;
		text-transform:uppercase;
	}
	#center h3 {
			font-size: 180%;
			color: #FFFFFF;
			font-weight: normal;
			padding:95px 20px 10px 25px;
			margin:0;
			text-transform:uppercase;
	}
	
	#agenzia, #inquilini, #appalti {width:154px; height:281px; float:left;}
	#agenzia {background:url(immagini/default_agenzia_sfondo.jpg) center no-repeat; text-align:left;}
	#inquilini {background:url(immagini/default_inquilini_sfondo.jpg) center no-repeat; text-align:left;}
	#appalti {background:url(immagini/default_appalti_sfondo.jpg) center no-repeat; text-align:left;}

	#trasparenza {width:462px; height:196px; background:url(immagini/default_trasparenza_sfondo.jpg) center no-repeat; text-align:left; float:left;}
		#trasparenza h3 {padding:15px 20px 10px 100px; margin:0; text-transform:uppercase;}
		#trasparenza h3 strong{font-size: 60%;}
		#trasparenza ul {padding:0px 0px 0px 120px;}		

	#indirizzi {width:300px; min-height:475px; float:right;}
		.orari {margin:0; padding:5px 10px;}
		.orari tr th,.orari tr td {	background-color:#EAEAEA;text-align:center; font-size:90%;}
		.iso {float:right; margin-right:10px;}
		#contrattazione {width:260px; height:100px; background:url(immagini/interna_contrattazione_sfondo.gif) center no-repeat; text-align:left;}
		 
	#news {width:460px; float:left; padding-bottom:25px; }
	#loghi {float:right; margin-right:5px;}
	#credits {position:absolute; left:456px; bottom:0px; width:322px; height:51px; background:url(immagini/default_credits_sfondo.gif) top left no-repeat; z-index:3;}
		#credits p {font-size:85%; padding:13px 5px 0px 30px;}
	
#bottom {width:100%; background:url(immagini/default_bottom_pattern.jpg) top repeat-x; text-align:center; clear:both;}
	#submenu {width:780px; margin:0 auto;}
		#submenu p {color: #a4a4a4; margin:0; padding:20px 10px; line-height:normal;}
		#submenu p a:link,#submenu p a:visited { font-weight: bold; color: #a4a4a4; text-decoration:none;}	
		#submenu p a:hover,#submenu p a:active { font-weight: bold; color: #FFFFFF; text-decoration:none;}

	#piede {width:780px; margin:10px auto; font-size:90%;}
		#piede p {color: #666666; margin:0; padding:5px 5px; line-height:normal;}
		#piede p a:link,#piede p a:visited { font-weight: bold; color: #666666; text-decoration:none;}	
		#piede p a:hover,#piede p a:active { font-weight: bold; color: #000000; text-decoration:none;}	
		.pdx {float: right;}
		.pdx img {margin-bottom:-5px;}
		.psx {float: left;}
		.psx img {margin-bottom:-5px;}

.linkdx { float:right; background:url(immagini/linkdx_ico.gif) right no-repeat; padding-right:10px;}
.noscreen {display:none;}
