/* CSS Document */

html {
	height: 100%;
}

body { 
	font: 78%/1.6 arial,helvetica,geneva,sans-serif;
	color: #666666; 
	background: #f5f5f5 url(immagini/bg.jpg) repeat-y center; 
	margin: 0px; 
	padding: 0px;
	}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #cccccc;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	color:#000000
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color:#000000
}

#tcp { 
	width: 960px;
	margin: 0px auto;
	min-height: 100%;
}

#container {
	padding-bottom: 30px;
}

#marchio { 
	top: 0px;
	}

#marchio h1 {
	background: #fff url(immagini/tpf.gif) no-repeat top right;
	margin: 20px 1px;
	width: 351px;
	height: 44px;
	padding-left: 30px;
	z-index: 5;
	}

#marchio h1 span {
	display:none;
	}


/* navigazione ----------------------------------------------------------------------------------------------------------*/

#menucontainer {
	margin-top: 10px;
	width: 100%;
  	margin-bottom: 2px; 
	margin-right: 2px;
	background-color: #000000;
}

#menu {
	/* border: 1px solid #fff; */
	height: 21px !important;
	height: 23px;
	background-color: #000000;
	
}

#tasti {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

p, ul li {
	text-align:justify;
}


ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#nav li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #fff;
}

ul#nav li a {
	display: block;
	padding:0 20px;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
}

#tasti>ul#nav li a { width: auto; }

ul#nav li a:hover {
	color: #000;
	background: #fc3;
}

/* contenuti pagine -----------------------------------------------------------------------------------*/

#contenuti {
	width: 100%;
}

#img {
	margin: 0px 15px 10px 0px;
	float: left;
}

#txt {
	margin: 0px 170px 50px 30px;
	padding-top:20px
}

#testo {
	margin-top: 10px;
	padding: 10px 70px 10px 30px;
}



#footer a { 
	color: #000;
	font-weight: bold; 
	text-decoration: none; 	
}

#footer a:hover { 
	text-decoration: none; 
	color: #cccccc;
}

/* menu sx -------------------------------------------------------------------------------------------*/

#menusx {
	float: right;
	margin: 70px 20px 10px 10px;
	background: #9EC9D4;
	width: 130px;
	list-style: none;
	color: #fff;
	font-weight: bold;
}

ul#menusxul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menusx-content {
	padding: 5px 0px 5px 10px;
}

#menusx a:link, #menusx a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}


#menusx a:hover, #menusx a:active {
	text-decoration: none; 
	color: #fff;
}



/* contenuti esclusivi home page ----------------------------------------------------------------------*/

#ctop {
	margin-top: 10px;
	padding: 10px 170px 50px 30px;
	
}

#clinks {
	float: left;
	width: 720px;
	border-top: 2px solid #000;
	margin-top: 20px;
}

.clinks {
	padding: 20px 10px 10px 30px;
}


#box-uno {
	float: left;
	width: 198px;
	height: 320px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}

#box-due {
	float: left;
	width: 198px;
	height: 320px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}

#box-tre {
	float: left;
	width: 200px;
	height: 320px;
	border-top: 2px solid #000;
}

.box {
	padding: 10px 10px 10px 30px;
}

p.nota {
	font-size:9px;
}

div#footer {
	border: 0;
	background-color: #f6f6f6;
	font-size:10px;
	margin:20px 160px 20px 30px;
	padding:15px
}
