*{
	margin:0;
	padding:0;
	border:0;
}
body{
 	font-family:"Trebuchet MS", Helvetica, sans-serif ;
	/* Verdana, Arial, Helvetica, sans-serif;*/
	/* "Times New Roman", Georgia, serif */
	/* "Lucida Sans", Arial, "Times New Roman", Times, sans-serif */
	font-size:67.5%;
	color:#555555;
	background:#ffffff;
	line-height:1.4em;
}
ul,ol,li{
	margin-left:1.5em;
}
p {margin:1em 0em 1em 0em}
pre {white-space:normal}
a{color:#3C8C54;font-weight:bold;text-decoration:none;}
a:hover{color:#000000;}


h1{
	font-size:2.4em;
	color:#3C8C54;
	font-weight:normal;
	padding-top:0.3em;
	padding-bottom:0.5em;
}
h2{
	font-size:1.8em;
	color:#3C8C54;
	font-weight:normal;
}
.small-n {
	font-size:.9em;
}
.small-i {
	font-size:.9em;
	font-style:italic;
}
.clear{clear:both}

.imgleft{
	float:left;
	margin-right:5px;
	vertical-align: middle;
}
.imgright{
	float:right;
	margin-left:5px;
}
.imgcenter{
 	display:block;
	margin:0 auto;
}
.imgborder{
	border:5px solid #dddddd;
}
/*------- custom ---------*/

#intropage{
 	margin-top:140px;
	background: url(../img/intro-bg.jpg) repeat-x;
	height:550px;
	border-bottom:17px solid #b4b4b4;
}
#intromain, #introslogan{
 	margin:0 auto;
	width:980px;
}
#introslogan h1{
	font-size:1.6em;
	color:#6a6a6a;
	font-weight:normal;
	width:300px;
	float:left;
	margin-top:80px;
	padding-left:40px;
}
#introlingue{
 	width:200px;
	float:right;
	margin-top:70px;
	padding-right:200px;
}
#headerwrap{
 	border-top:18px solid #000000;
}
#header{
 	width:980px;
 	height:193px;
	margin:0 auto;
	position:relative;
}
#logo{
 	width:287px;
 	height:124px;
	float:left;	
}
#menutop{
 	display:none;
}
#menuicon{
 	display:none;
}

#mainwrap{
 	background:#CDCFD0;
}
#main{
 	width:980px;
	margin:0 auto;
 	min-height:460px;
 	height:auto !important;
 	height:460px;
}
#colonna1{
	width:280px;
	float:left;
	padding-left: 30px;
	padding-top: 20px;
	font-size:1.4em;
	line-height:1.6em;
}
#colonna2{
	width:660px;
	float:right;
}
#colonna3{
	width:400px;
	float:left;
	padding-left: 30px;
	padding-top: 20px;
	font-size:1.4em;
	line-height:1.6em;
}
#colonna4{
	width:520px;
	float:right;
}
#menubot{
	display:none;
}
#footer{
 	height:32px;
	margin:0 auto;
 	background:#4d4d4d;
 	text-align:center;
 	color:#ffffff;
 	font-size:1.2em;
 	line-height:1.8em;
}
#pathway{
	font-size:0.9em;
}
.titolo{
 	display:block;
	background: url(../img/titoloverde.gif) no-repeat;
	font-size:1.6em;
	color:#131313;
	width:300px;
	text-align:right;
	padding:20px 30px 0px 0px;
	float:left;
}

/*-----gallery ------*/
.galleryfondo{
	background: url(../img/gallery-fondo.gif) no-repeat top right;
}
#gallery {
  width: 520px;
  height: 385px;
  position: relative;
  margin-top: 48px;
  background:#32874C;
}
#previous{
	position:absolute;
	top:0px;
	left:460px;
	z-index:20;
}
#next{
	position:absolute;
	top:0px;
	left:430px;
	z-index:21;
}
#smusso{
	position:absolute;
	top:0px;
	right:0px;
	z-index:22;	
}
/* -------------- forms --------------------------------*/

.dualcol td{
	width:185px;
	vertical-align:top;
}
.cmxform label, .cmxform input, .cmxform textarea, .cmxform select, .cmxform img {
	display: block;
	float: left;
	margin-bottom: 1px;
}
.cmxform img {
	margin-left:85px;
}
.cmxform label {
	width: 65px;
	padding: 0px 10px;
}

.cmxform label.error{
	width:160px;
	color:#ff0000;
}
.cmxform .submit{
	margin: 10px;
	color:#FFFFFF;
	background:#D7001B;
	width:170px;
}
.cmxform br {
	clear: left;
}
.cmxform input, .cmxform select{	
	background: #eeeeee;
	width:95px;
} 
.cmxform textarea{	
	background: #eeeeee;
	width:280px;
	height:40px;
} 
/* firefox bar hack */
html {
	margin-bottom: 1px;
	height: 100%;
}
