*{
	margin:0px;
	padding: 0px;
	border: 0px;
}


body{
	font-family: Arial, sans-serif;
	font-size:12px;
	color: white;
	
	background-color: #01353f;
	

}

div#content{
	width: 967px;
	margin:auto;
}
/*HEADER*/

div#header{
	margin: auto;
	width: 967px;
	height: 165px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	font-size: 30px;
	color: white;
	font-family: Times, serif;
	font-style: italic;
}



/*MAIN*/
div#main{
	height: 200px;/*------------------------ DA ELIMINARE-------------------*/
	margin: auto;
	margin-top:100px;
	width:940px;
	font-size:10px;
	color: #2c5c65;
}


div#main a{color: #ccc;}

div#main h1{font-size: 12px; margin: 10px 0px;}


div#text{}

div#main ul{
	width:960px;
	display:block;
	margin: 10px 0px;
	list-style: none;
}

div#main ul li{display:block;float:left;width: 270px;}

div#main ul li a{display:block;float:left;color: #2c5c65;}

div#main ul li a:hover{}


/*TEASER*/
div#teaser{
	height: 357px;
	background-color: white;
	background-image: url(../images/teaser.jpg);
	color: #0c7684;
	margin: auto;
	background-repeat: no-repeat;
}

#teaser span{

	position: absolute;
	display: block;
	margin:30px 0px 0px 30px;
}
/*
#visitaSito{
	position: absolute;
	color: white;
	text-decoration: none;
	width: 120px;
	height: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	background-color: #006666;
	font-size: 14px;
	margin:-40px 0px 0px 470px;
	padding: 5px 0px 0px 0px;
}

*/
#visitaSito{
	position: absolute;
	color: white;
	text-decoration: none;
	width: 150px;
	height: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	background-color: #F06304;
	font-size: 14px;
	margin:-77px 0px 0px 494px;
	padding: 6px 0px 7px 0px;
}



/*WRAPPER*/

div#wrapper{
	height:307px;
	background-image: url(../images/wrapper.jpg);
	margin: auto;
	padding:1px 0px 0px 0px;
}

div#wrapper ul{list-style-type: none;width: 480px; height: 190px;margin:90px 0px 0px 240px;}


div#wrapper ul li{display: block; height: 26px; width:150px; float: left;margin: 0px 10px 26px 0px;}
div#wrapper ul li a{display: block; height: 25px;}

div#wrapper ul li.seconda{width: 120px;}
div#wrapper ul li.terza{width: 174px;}

/*================================================================================*/
/*================================		FORM	==================================*/

#form{
	height: 317px;
	width: 260px;
	padding:40px 0px 0px 15px;
		color: #0c7684;

}


#form p{
	display: block;
	height:50px;
	width: 220px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}



#form p label, #form p input, #form p select{display: block; }
#form p label{ height: 15px;}
#form p input, #form p textarea, #form p select{height: 17px; width: 210px; border: 1px solid #ccc; font-size: 12px;padding:3px 5px 0px 5px;}
#form p textarea{height:50px; display: block;margin: 0px 0px 10px 0px;}
#form p select{padding:0px 0px; height:25px; margin: 0px; width: 220px;}

#form p#select{height: 45px;}
#form .submit{
	width: 220px;
	height: 27px;
	padding:0px;
	border: 0px;
	margin: 33px 0px 0px 0px;
	background-color: #f06304;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
	cursor: hand;
	cursor: pointer;
}

.error{color: red;font-size: 10px; }

/*================================		FINE FORM	==================================*/
/*====================================================================================*/





/*FOOTER*/
div#footer{
		}
	
div#footer a{}
/*CLASSI*/

.clear{clear:both;padding:0px; border:0px; margin:0px; display:block;}


#menu {
width: 990px;
margin: 0 auto;
position: relative;
font-size: 14px;
padding-top: 5px;
z-index: 100;
height: 32px;
} #menu ul {
margin: 0 0 0 64px;
padding: 0;
} #menu ul li {
float: left;
margin: 0 30px;
display: inline;
position: relative;
} #menu ul li.over {
z-index: 100;
} #menu ul li a {
background-color: #01353f;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 6px 9px;
display: inline-block;
color:#fff;
white-space: nowrap;
text-decoration: none;
} #menu ul li a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_ancestor a, #menu ul li.over a  {
background-color: #0c7684;
} #menu ul ul li {
margin: 2px 0;
float: none;
display:block;
} #menu ul ul {
display: none;
margin: 0;
position: absolute;
background-color: #0c7684;
top: 24px;
left: 0px;
padding: 3px;
width: 150px;
} #menu ul ul li a {
color: #cde9ec;
background: transparent url(/images/dtsq.png) no-repeat 4px 10px;
display:block;
white-space:nowrap;
padding-left:16px;
}
#menu ul ul li a:hover {
background-color:#015361;
color:#fff;
}
