html {
	height:100%;
}

body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #555555;
	background-color: white;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	text-align: center;
	height:100%;
	font-size:1em;
}

a:link, a:visited {
	color:#555555;
	text-decoration: none;
	border:none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border:none;
}	

/****************
	TESTATA
*****************/
	
#wrapper-header {	
}

#header {
	width: 80%;
	min-width:754px;
	max-width:1000px !important;
	width:expression(document.body.clientWidth < 754? "753px" : document.body.clientWidth > 1201? "1000px" : "80%" );
	height: 7.2em;
	margin: 0 auto;
	text-align: left;
	background-color:white;
	padding: 0 10px 0 10px;
}

#header h1 {
	margin: 0;
	padding: 0;
	padding-left: 0;
	letter-spacing: -1px;
	padding-left:0em;
}

#logotesta {
	margin-left:0;
	margin-top:0.5em;
	float:left;
}
	
#search {
	padding-right: 0em;
	padding-top:3em;
	float:right;
}	
	
#textToSearch {
	padding:0;
	margin:0;
	height: 16px;
	width:120px;
	display:inline;
	vertical-align:bottom;
	font-size:0.7em;
}
	
#searchSubmit {
	display:inline;
	vertical-align:bottom;
	height: 17px;
}


/***************** 
	MENU 
******************/

/* menu orizzontale alto */
#wrapper-menu {
	float: left;
	width: 100%;
}

#menualto {
	font-size: 0.7em;
	width: 80%;
	min-width:754px;
	max-width:1000px !important;
	width:expression(document.body.clientWidth < 754? "753px" : document.body.clientWidth > 1201? "1000px" : "80%" );
	margin: 0 auto;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 0;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
	background-color:white;
	padding: 0 10px 0 10px;
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menualto ul {
	background: transparent url('../images/bg_nav_dots.gif') top left repeat-x;
	margin: 0px;
	padding: 0px;
	padding-bottom:2px;
	list-style: none;
	float: left;
	width: 100%;
}
	
#menualto li { 
	display: inline; 
}

#menualto a:link, #menualto a:visited {
	padding: 6px 2.3em;
	color: #555555;
	text-decoration: none;
	float: left;
	margin:1px;
}

 #menualto a:hover {
	color: white;
	background-color:#3366CC;
}

#menualto .menu1-level1-act a, #menualto .menu1-level1-act a:link, #menualto .menu1-level1-act a:visited {
	margin:0;
	padding-top:6px;
	border: 1px solid #aaa;
	border-bottom: 2px solid white;
	background-color: white;
}

#menualto .menu1-level1-act a:hover {
	color: #555555;
}	

.lingue {
	color: white;
	float:right;
	margin-left:15em;
}

#menualto .lingue a:link, #menualto .lingue a:visited {
	border:none;
	font-weight:normal;
	
}

#menualto .lingue a:hover {
	background:none;
	
}	

/*menu sx */

ul#menu2 {
	list-style: none;
	line-height:1em;	
	float:left;
	width:20%;
	font-size: 0.7em;
	font-family:arial;
	padding:0;
	margin:0;
	margin-top:1em;
}

#menu2 li {
	display:block;
	padding:0;
	margin:0;
	margin-top:1.5em;
}
	
#menu2 .menu2-level1-no {
	display:none;
}

#menu2 .menu2-level1-act a, #menu2 .menu2-level1-act a:link, #menu2 .menu2-level1-act a:visited {
	color: #3366CC;
}	

#menu2 .menu2-level2-no {
	padding-left:0.5em;
	font-weight:bold;
}

#menu2 .menu2-level2-act {
	padding-left:0.5em;
	font-weight:bold;
}

#menu2 .menu2-level2-act a, #menu2 .menu2-level2-act a:link, #menu2 .menu2-level2-act a:visited {
	color: #aaaaaa;
}

#menu2 .menu2-level3-no {
	margin-top:0.5em;
	padding-left:2em;
}

#menu2 .menu2-level3-act {
	margin-top:0.5em;
	padding-left:2em;
}

#menu2 .menu2-level3-act a, #menu2 .menu2-level3-act a:link, #menu2 .menu2-level3-act a:visited {
	color: #aaaaaa;
}

#menu2 .menu2-level4-no {
	margin-top:0.2em;
	padding-left:3em;
}

#menu2 .menu2-level4-no a, #menu2 .menu2-level4-no a:link, #menu2 .menu2-level4-no a:visited {
	padding-left:1.6em;
	background: transparent url('../images/joinbottom.gif') top left no-repeat;
}

#menu2 .menu2-level4-act {
	margin-top:0.2em;
	padding-left:3em;
}

#menu2 .menu2-level4-act a, #menu2 .menu2-level4-act a:link, #menu2 .menu2-level4-act a:visited {
	color: #aaaaaa;
	margin-top:0.1em;
	padding-left:1.6em;
	background: transparent url('../images/joinbottom.gif') top left no-repeat;
}
	
/******************
 CONTENUTO CENTRALE 
*******************/
 
#content {
	width: 80%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	min-width:754px;
	max-width:1000px !important;
	width:expression(document.body.clientWidth < 754? "753px" : document.body.clientWidth > 1201? "1000px" : "80%" ); /*per fare il max-width con ie6 */
	margin: 0 auto;
	background: white;
	text-align: left;
	padding:0 10px 0 10px;
}
	
#content.home {
	padding-top: 20px;
	/*text-align:center;*/
}

#divhome {
	margin-top:0.1em;
	padding:0px;
	padding-top:10px;
	float:left;/* necessario per calcolare il margine dal box sopra */
	width:100%;
	/*text-align:center;*/
	padding-bottom:2em;
	margin-bottom:30px;
	min-height:25em;
	height:auto !important;
	height:25em;
	background-color:white;
}


/* immagine rotante */
.randomimg {
	position:relative; 
	width:100%;
	margin-bottom:0.3em;
}


#contentbody {
	float:left;
	width:80%;
	margin-top:2em;
	font-size:0.8em;
}

#contentbody .imgtesta {
	padding:0;
	margin:0;
	width:100%;
}

#contentbody p {
	padding:0;
	margin:0;
	/*font-size:1.25em;*/
	font-family: arial, sans-serif;
	line-height:1.5em;
}

/*
#contentbody h2 {
	margin-bottom:0.2em;
	font-size:1.8em;
}
*/

#contentbody h1, #contentbody h2 {
	font-size:1.3em;
	margin:20px 0 3px 0;
	padding:0;
}

#contentbody h3 {
	display:inline;
	font-size:1.25em;
	font-weight:normal;
	line-height:190%;
	border-bottom: dotted #999999 1px;
	/*background:transparent url('../images/punto.gif') repeat-x bottom;*/
	padding: 0 0 0.2em 0;
}

#centrale p {
	margin: 0.5em 0 0 0;
}
	
#promo {
	margin:1em 0 0 0;
}	

#promo #destra {
	position:relative;
	float:left;
	width:70%;
}

#promo #destra p {
	margin: 0 0 0 0;
}

#promo #destra h6 {
	margin: 1em 0 0 0;
	font-size:0.85em;
}
	
#promo #bordo {
	float:right;
	/*background: transparent url('../images/bg.gif') top;*/
	width:15%;
}	

#promo #bordo ul {
	margin:18px 0 20px 0;
	padding:0;
	list-style-type:none;
}

#promo #bordo li {
	margin: 5px 0 5px 0;
}

#promo #bordo a {	
	font-weight:bold;
	color: #3366CC;
}	

#promo #destra ul {
	margin:5px 0 20px auto;
}

#promo #destra ul li ul {
	position:relative;
	margin:1px 0 5px 5px;
	clear:both;
}	

#promo #destra li {

}	
	
#promo img.tuttapagina {
	width:auto;
}

#promo .csc-textpic {
	position:relative;
	margin: 50px 0 100px 0;
	font-weight:bold;
}	
	
#bordo img.tuttapagina {
	width:auto;
	margin:0;
	padding:0;
}

#bordo .csc-textpic-imagewrap {
	margin:20px 0 20px 0;
	padding:3px;
	font-weight:bold;
	/*border: solid gray 1px;*/
	font-size:0.6em;
}
	
.tuttapagina {
	width:100%;
	margin-bottom:1.5em;
}
.imgprofilo {
	width:100%;
	margin-bottom:1.5em;
}		

.csc-textpic-intext-left img.tuttapagina {
	width:auto;
}
	
.oneimage {
	float:left;
	margin:2em;
	margin-bottom:1em;
	text-align:center;
}	

.realizzazioni {
	float:left;
	background: transparent url('../images/small_square.gif') top;
	width:100%;
}

.foto {
	margin-left:2em;
}	

.oneimage .csc-textpic-caption {
	margin-top:0.3em;
	font-weight:bold;
	font-size:0.7em;
}	
	
/* box nella home */
.box {
	
	text-align: left;
	
	font-size:0.7em;
	color:#3366CC;
	font-weight:normal;
	line-height:120%;
	height:110px;
}

.box a img {
	border: 1px solid #cccccc;
	margin:5px 5px 0 0;
}
	
.box p {
	padding:0;
	margin:0;
}
	
.box span {
	padding:0;
	display:block;
}

#box1 {
	float:left;
}	

#box1 img {

}
	
#box2 {
	float:left;
	font-weight: normal;
	color:#555555;
}

#box2 img {
}

.box#box2 p {
}
		

#box3 {	
	float:left;
	color:#555555;	
}


#box4 strong {
	padding:0;
	margin:0;
	font-variant:SMALL-CAPS;
	line-height:100%;
	font-size:1em;
	color: #3366CC;
	display:inline;
}

#box4 p {
	margin:0;
	padding:0;
}

.boxwrapper {
	padding:4px 0 0 530px;
}

#box4 {	
	margin-top:1px;
	margin-right:0;
	color:#555555;	
}

#box4 p {
	padding:3px;
}
	
/* * html #content { padding-top: 1.8em; }  */ /* Set padding top in IE to 20px */


/*******************
     PIEDE 
********************/	 

#menubasso {
	border-bottom: 1px solid #ccc;
	text-align:right;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	background: transparent url('../images/schceib.gif') top left no-repeat;
	clear:both;
	height: 50px;
}	

#menubasso a {
	color: #666666;
}

#footer {
	clear:both;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	/*border-top: 1px solid #ccc;*/
	height: 2em;
	padding-bottom:0.5em;
}

.credit {
	vertical-align:50%;
	font-size:0.6em;
	color:#999999;
}	

.piede {
	float:right;
	margin:10px 0 0 0;
}

	
/***************
	TESTI
****************/	

.titolo {
	font-weight:bold;
	color: #555555;
	padding:2px;
	padding-left:30px;
	margin:0;
	margin-top:2em;
	padding-bottom: 5px;
	border-bottom: 2px dotted #a0c80e;
	letter-spacing: -0.3px;
	background-image:url('images/rec2.gif');
	background-repeat: no-repeat;
	background-position: left 0.15em;
}


p { 
	margin-left: 1em; 
	margin-bottom:3em;
}

.testo {
	margin:0;
	line-height:2em;
}	


.flag {
	float:right;
	position:relative;
	top:-1em;
	left:-1em;
	margin-right:0.5em;
	width:2.5em;
}

h5 {
	padding-left:1em;
	margin:0;
	color: #555555;
}

dd {
	margin:0;
	padding-top: 1em;
}

dl {
	margin-left:7em; 
	margin-right:7em;
}

	
.imgblock {
	width:15em; 
	float:left; 
	padding:2px; 
	border:1px solid; 
	margin-right:1em; 
	margin-bottom:3em;
}	

.paddingimg {
	padding-left:18em;
	margin-bottom:4.2em;

}

.testo li {
	margin-left: 1em; 
	line-height:2em;
}

.elenchidl {
	line-height: 1.5em;
	margin-top:0em;
	margin-left:15em;
}

.elenchidl dt {
	margin-top:1em;
	margin-right:2em;
	font-weight:bold;
	float:left;
}

.elenchidl dd {
	padding-left: 15em;
}	


.elenchi dd {
	float:right;
	padding:0;
}


.messaggi {
	margin-top:1em;
	margin-left:0em;
}

.form {
	margin-left:7.5em;
	margin-bottom:3em;
}

.form dd {
	padding-left:0;
}

.destra {
	float:right; 
	width:10em;
	text-align:right; 
	margin-right:0.5em;
}


div#content dl:first-child {
	padding-top:2em;
}

dl.box {
	margin:1em;
}

strong {
}

p.listina {
	margin-top:0;
}

h6 {
	margin-top:0.5em;
	margin-bottom:0.2em;
}	


ul.listafoto {
	list-style-type:none;
	margin:0;
	padding:0;
}

.listafoto li {
	position:relative;
	float:left;
	border: 1px dotted gray;
	width:24em;
	margin:0.3em;
	padding:0.7em;
	height:20em;
	line-height:1.4em;
}

a.hid {
	margin-right:1em;
	float:left;
}

.hid div img {
	width: 131px;
	height:97px;
	display:block;
}


	
/* stile per la sovrapposizione */

a.hid div {
	/*position:absolute;
	top:0;
	left:0;
	width:24em;
	height:20em;*/
	display:none;
	/*text-decoration:none;
	text-align:left;*/
}

/*a.hid:active span, a.hid:focus span {
	display:none;
}

a.hid:hover {
	text-decoration:none;
}

a.hid:active, a.hid:focus {
	background:red;
}*/


a.hid:active div, a.hid:focus div {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:25em;
	height:20em;
	background:white;
	color: #555555;
	padding:0;
	padding-top:0;
	padding:1px;
	/*filter:alpha(opacity=80);
	-moz-opacity:.7;
	opacity:.80;*/
	z-index:500;
	cursor: default;
}

.hid div p {
	margin:0;
	margin-bottom:2px;
	margin-right:2px;
	padding:0;
	float:left;
	border: 1px solid #aaaaaa;
	width: 131px;
	height:auto;
	text-align:center;
}	

a.hid div {
	display:none;
}

a.hid:hover {
	text-decoration:none;
}

a.hid:active, a.hid:focus {
	background:red;
}

/*a.hid:active span, a.hid:focus span {
	display:none;
}*/

/*a.hid:active div, a.hid:focus div {
	display:block;
	background:#f8f8f8;
	color:#000;
	width:210px;
	font-style:normal;
	cursor:default;
	padding:5px 5px 20px 5px;
	position:absolute;
	left:-6px; top:-5px;
	border:1px solid #ddd;
	border-width:0 1px 1px 1px;
}*/


/* typo 3 */

/* FORM */
.csc-mailform {
	padding-top:1em;
	padding-right:5em;
	
}

#mailform {
	text-align:right;
	width:40em;
	margin-top:2em;
}

.csc-mailform-field {
}

#mailformname {
	width:20em;
}	

#mailformemail {
	width:20em;
}

#mailformaddress {
	width:20em;
}

/* LOGIN BOX */
.tx-newloginbox-pi1 form {
	padding-top:2em;
	padding-bottom:2em;
}	

.tx-newloginbox-pi1 form table tbody tr td p {
	font-size:14px !important;
}	

/* Plugin search_indexed */

.tx-indexedsearch-search-submit {
	float: left;
	margin-top:1em;
	margin-bottom:1em;
}

.tx-indexedsearch-form {
	float:left;
	margin-left:2em;
	margin-top:1em;
	margin-bottom:1em;
}

.tx-indexedsearch-searchbox-sword {
}

/* non visualizzo l'etichetta del form di ricerca */
div.tx-indexedsearch-form label {
	display:none;
}

.tx-indexedsearch-search-for {
	margin-top:5em;
}

.tx-indexedsearch-search-select-group {
}

fieldset div {
	margin-top:0.5em;
}


.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	margin-left:4em;
	margin-top:0.5em;
}


.tx-indexedsearch-info dt, .tx-indexedsearch-info dd {
	float:left;
	padding:0;
}

div.tx-indexedsearch-rules h2 {
	background:red;
	font-size:5px !important;
	
}

/*login standard */
.csc-form-label-req {
	font-size:12px !important;
}

/* upload file */
.csc-uploads-fileName {
	font-size:12px !important;
}	