@charset "iso-8859-1";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#BFD7D7;
}
img {
	border: none;
}
h1{
	margin: 0;
	padding:0;
	font-weight:normal;
}


.paragrafo{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:18px;
}

.paragrafoscuro{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	line-height:18px;
}

.titolo{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-30%;
	font-size:30px;
	color:#c4a55e;
}

.titolobianco{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-30%;
	font-size:30px;
	color:#FFF;
}

.titolo22bianco{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-30%;
	font-size:22px;
	color:#FFF;
}

.titolo16blu{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-30%;
	font-size:16px;
	color:#3B5F5F;
}

.titolo16bianco{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-30%;
	font-size:16px;
	color:#FFF;
}

.titolo16marrone{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-30%;
	font-size:16px;
	color:#c4a55e;
}

.menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-30%;
	font-size:16px;
}


a:link{
	
	text-decoration:none;
}

a:visited{

	text-decoration:none;
}

a:active{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}


.link1:link{
	color:#FFF;
	text-decoration:none;
}

.link1:visited{
	color:#FFF;
	text-decoration:none;
}

.link1:active{
	color:#FFF;
	text-decoration:none;
}

.link1:hover{
	color:#3B5F5F;
	text-decoration:none;
}


.link2:link{
	color:#3B5F5F;
	text-decoration:none;
}

.link2:visited{
	color:#3B5F5F;
	text-decoration:none;
}

.link2:active{
	color:#3B5F5F;
	text-decoration:none;
}

.link2:hover{
	color:#FFF;
	text-decoration:none;
}



.menu a:link{
	color:#FFF;
	text-decoration:none;
}

.menu a:visited{
	color:#FFF;
	text-decoration:none;
}

.menu a:active{
	color:#FFF;
	text-decoration:none;
}

.menu a:hover{
	color:#c4a55e;
	text-decoration:none;
}

/* menu ---------------------------------------------*/
#contmenu {
	width: 292px;
	z-index:5;
	height: 178px;
}
#menu{
	margin: 165px 4px 0px 0px;
}
#menu li {
  float: right;
  display: inline;
  margin-top: 8px;
  height: 17px;
  width: 256px;
}
#menu a {
  	display: block;
  	width: 100%; height: 100%;
  	background:url(../img/bg-50.png);
  	background-position: 0 0;  /* posizione dello sfondo per vedere solo lo stato a riposo */
  	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-30%;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	padding: 3px 0px 3px 4px;
}
#menu a:hover {
	background:#FFF;
	color:#c4a55e;
}


/* div ---------------------------------------------*/

div#container {
	width: 980px;
	margin: auto;
	position: relative;
	z-index:1;
}

div#logo{
	position:absolute;
	top:0px;
	left: 0px;
	height: 235px;
	width: 333px;
	background:url(../img/logo.png);
}

div#top{
	width:980px;
	height:495px;
}

div#reset{
	clear:both;
}

div#top-sx{
	width:292px;
	float:left;
}

div#top-dx{
	width:688px;
	float:right;
	background-color:#568989;
}

div#indirizzo{
	height:25px;
	width:980px;
	text-align:right;
	padding-top:49px;
}

div#riga{
	width:100%;
	height:11px;
	background:url(../img/bg-riga.gif);
	background-repeat:repeat-x;
	clear:both;
}

div#riga2{
	width:95%;
	height:11px;
	background:url(../img/bg-riga.gif);
	background-repeat:repeat-x;
	clear:both;
}

div#content{
	width:658px;
	margin-left:292px;
	background:url(../img/bg-content.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:25px 0px 25px 30px;
	background-color:#568989;
}
 div#content-testo{
	 width:300px;
	 float:left;
	 margin-right:28px;
}
div#ico{
	width:300px;
}
div#ico-sx{
	width:240px;
	float:left;
}
div#ico-dx{
	width:48px;
	height:48px;
	float:right;
}

div#window{
	width:270px;
	height:70px;
	background:url(../img/window-home.jpg);
	padding:15px;
}

div#foto-cont{
	width:110px;
	height:115px;
	margin-right:20px;
	background:url(../img/ombra.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
div#foto-cont2{
	width:110px;
	height:115px;
	background:url(../img/ombra.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
div#foto{
	width:110px;
	height:110px;
}

div#bottom{
	width:688px;
	margin-left:292px;
	text-align:center;
	margin-top:20px;
}

