@charset "utf-8";
/* Cross-browser settings */
* {
	margin: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/* general styles */
body {
	height: 100%;
	background: #ffffff;
	font-size: 12px;
	color: #003300;
}

/* PROVA QUESTO
http://css.flepstudio.org/css-tips/immagine-sfondo-ridimensionabile.html#more-71
ricordarsi di mettere ad "a" outline:none;*/

img {
	padding-bottom: 2px;
	padding-top: 2px;
}

a {
	color: #003333;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}

a:visited {
  text-decoration:none;
}

a:hover {
 color: #003333;
 text-decoration:underline;
}

#wrapper {
	width: 918px;
	margin: 0px auto;
	padding: 0px;
	color: #333333;
	/*background:url(images/home.gif) no-repeat fixed;*/
 font: 1.0em/150% 'arial', sans-serif;
}

/* Header */
#header {
	float: left;
	width: 100%;
	height: 90px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	border-top: 6px solid #73be1e;
}

#header #title {
	margin: 10px 10px 0px 50px;
	color: #0a4027;
	font: bold 1.8em Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 20px;
}

#header #title a {
 color: #000000;
}

#header div#description {
	margin: 5px 0px 0px 30px;
	padding: 0px;
	color: #666666;
	font-size: 1.2em;
	text-align: left;
}

/* Navigation */
#navigation {
	float: left;
	width:100%;
	height:100%;

}

#navigation ul {
 list-style:none;
 float: left;
}

#navigation li {
	display:inline;
	background:url(images/bott_menu_135.gif) no-repeat;
	float:left;
	margin: 0;
	width:135px;
	/*	height:57px*/
	text-align:center;
	vertical-align:middle;
}

#navigation li a.tabs {
	float:left;

	text-decoration:none;
	text-align:center;
 	line-height:19px;
	font: arial;
	 color: #003300;
}

/* Main contents */
#contents {
	float: left;
	width: 546px;
	margin: 2px 0px 0px;
	padding: 0px;
	background: #ffffff;
	font-size: 0.8em;
	text-align: left;
}

#contents h2 {
	padding-bottom: 10px;
	color: #666666;
	font: bold 1.8em/0 Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 25px;
	text-transform: uppercase;
	margin: auto;
}

#contents h2 a {
 color: #000000;
}

#contents .contents_body {
	font: italic lighter 13px/8mm Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#contents .box1 {
	width:270px;
	height:200px;
	float:left;
	background:url(images/sfondo-box-verde_lisatraslochi.jpg) no-repeat;
	padding-top:10px;
	font: 13.5px Arial, Helvetica, sans-serif;
	color: #006600;
	padding-bottom: 10px;
	padding-right: 0px;
}

#contents .box2 {
	width:270px;
	height:200px;
	float:left;
	background:url(images/sfondo-box-giallo_lisatraslochi.jpg) no-repeat;
	padding-top:10px;
	font: 13.5px Arial, Helvetica, sans-serif;
	color: #CC6600;
	padding-bottom: 10px;
	padding-right: 0px;
}

#box3 {
	width:902px;
	height:320px;
	float:left;
	background:url(images/lisa_contatti.jpg);
	background-repeat: no-repeat;

}

#box4 {
	width:400px;
	height:290px;
	float:left;
	background:none;
	padding: 30px;
}


#contents titolo1{
	font: BOLD 1em 'arial', sans-serif;
	color:#006600;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contents titolo2{
	font: BOLD 1em 'arial', sans-serif;
	color:#FF9933;
	margin:0px;
	padding: 0px;
	}

#contents contenuto{
	font: normal 0.9em 'arial', sans-serif;
	text-align:justify;
 	
	}


#contents h3 {
	margin: 10px 0px 10px 0px;
	/*padding: 10px 20px;*/
 font: bold 1.0em 'arial', sans-serif;
	text-align: center;
}


#contents p {
	font: 0.9em 'arial', sans-serif;
	text-align: justify;
	color: #000000;
	margin-bottom: 12px;
	line-height: 1.6;
}

#contents p2{
	font: 1.0em 'arial' , sans-serif;
	color:#000000;
	text-align: center;
	margin-top:20px;
}
.contents_body p3{
	font: 0.8em 'arial' , sans-serif;
	color:#000000;
	text-align: justify;
	margin-top:20px;
	line-height: 15px;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

/* Form contatti */
form{
	width: 500px;
    padding-bottom: 10px;
	background-image: url(images/sfondo-form2.jpg);
	background-repeat:no-repeat;
	 }
fieldset{border: 0px solid #000}
legend{font: bold 140%/1.6 Arial,sans-serif; color: #003333;
		margin-left: 15px;}
form p{margin: 10px 10px 20px} 

fieldset label{
		width:120px;
 	    line-height: 25px;
		height:25px;
		margin-right: 15px;
		margin-left:15px;
		text-align: left;} 

fieldset textarea{ 
	margin-bottom:5px;
	margin-left:15px;
	border-style: solid;
    border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2;
    border-width: 2px 1px 1px 2px}
	
/*br{clear:left}*/
input#go{margin: 10px 0 0 400px;
/*    border-color: #FFF #333 #333 #FFF;
    border-width: 1px 2px 2px 1px;
    background: #69c url(sfondobottone2.jpg) repeat-x*/} 
	

/* Sidebar */
#firstSide {
	float: left;
}

.sidebar {
	width: 250px;
	margin: 0px 60px 5px 60px;
	padding: 0px 0px 0px 20px;
	background: #ffffff;
	font-size: 1em;
	text-align: center;
	float: left;
}

.sidebar h4 a{
 margin-top: 20px;
margin-bottom: 10px;
/* padding: 5px 10px;*/
 color: #73be1e;
 font: bold 1.0em 'arial', sans-serif;
 text-align: center;
}


/* Footer */
#footer {
	clear:both;
	width: 100%;
	height: 2px;
	margin-top: 0px;
	padding: 0px;
	border-top: 10px solid #73BE1E;
	/*background: #73bele;*/
	font-size: 0.8em;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 15px;
}
#wrapper div {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

