html 
{
	margin: 0;
	padding: 0;
}

body 
{
	margin : 0px; 
	padding : 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align : center;
	background-color : #fff;
	background-position:left top;
	background-repeat:repeat-x;
	background-image:url(../img/sfondo.jpg);
}

p {
	margin : 0 auto;
	margin-top: 10px;
	width:640px;
	padding-left: 20px;
	text-align: justify;
	margin-bottom: 20px;
	padding-right: 20px;
}
p.mod {
	width:195px;
	margin: 0 auto;
	text-align: justify;
	padding-left:5px;
}


input, select, textarea
{
	font-family:  Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #f8d307;
}


A:link, A:visited, A:active {
	color : #356aa0;
	text-decoration : none;
}

A:hover  {
	color : #ff9335;
	text-decoration : underline;
}

.bt{
	margin : 0px;
	margin:auto;
	width: 160px;
	font-size: 11px;
	height:25px;
	line-height: 25px;
	text-align:center;
	color:#3d598b;
	padding-bottom: 5px;
	background: url(../img/bt.png) top center;
	border: 0px;
}

.parole
{
	margin : 0px auto;
	width : 100%;
	line-height: 30px;
	height: 30px;
	text-align : center;
	background-color:#ececec;
	color:#3d598b;
	margin-bottom:10px;
}

.separazione{
	clear: both;
}


.sep{
	background: url(../img/sep-small.gif) top center;
	width: 630px;
	height: 1px;
	margin-left: 30px;
}

/*----------------------------------*/

.head{
	margin:0 auto;
	width: 960px;
	height: 20px;
	/*background-position:top center;
	background-repeat:repeat-x;
	background-image:url(../img/sfondo-testa.png);*/
}

.testa{
	margin: 0 auto;
	width: 960px;	
	height: 30px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../img/sfondo-foto-top.png);
}

.testasx{
	margin: 0 auto;
	width: 640px;
	float: left;
	padding-left: 60px;
	text-align:left;
	margin-top:10px;
	height: 80px;
	padding-bottom:10px;		
}

.testadx{
	margin: 0 auto;
	width: 260px;
	float: right;	
	margin-top: 30px;
	text-align:right;	
}

/* -----------------------------*/

.lingua{
	margin:0 auto;
	width: 220px;
	background-color: transparent;
	height: 25px;
	line-height: 25px;
	text-align:center;
}

.movie {
	margin:0 auto;
	width: 960px;
	background-color: transparent;
	height: 300px;
}
/*-------------------------------*/

/*-------------- Corpo ----------*/

.sfondocorpotop{
	margin:0 auto;
	width: 960px;
	height: 9px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../img/sfondo-corpo-top.png);
	margin-top: 10px;
}

.sfondocorpomid{
	margin:0 auto;
	width: 960px;
	height: 100%;
	background-position:top center;
	background-repeat:repeat-y;
	background-image:url(../img/sfondo-corpo-mid.png);
}

.sfondocorpobot{
	margin:0 auto;
	width: 960px;
	height: 8px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../img/sfondo-corpo-bot.png);
	margin-bottom: 10px;
}


/*-------------------------------*/

/*-------------------- Corpo ----------------------*/

.corpo{
	margin: 0 auto;
	width: 960px;
	height: 100%;
	background-color: transparent;
	text-align: justify;	
}

.corposx{
	margin: 0 auto;
	width: 240px;
	float: left;
	padding:10px;
}

.corpodx{
	margin: 0 auto;
	width: 680px;
	float: right;
	padding: 10px;
}

/*-----------------------------------*/


/*----------- Separazione -----*/

.separazione{
	clear: both;
}

/*-----------------------------*/

/*-----------------------------------*/

.sfondo-navbar{
	margin:0 auto;
	width: 960px;
	margin-top:15px;
	height: 40px;
	color: #fff;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../img/sfondo-menu.png);
}

.navbar {
	margin:0 auto;
	width: 950px;
	overflow: hidden;
	background: transparent;
	line-height: 40px;
	height: 40px;
}

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

.navbar li{
	display: inline;
	margin: 0;
}

.navbar li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	padding: 0px 17px; 
	color: #fff;
	background-color: transparent;
}

.navbar li a:visited{
	color: #fff;
}

.navbar li a:hover, .navbar li.selected a{
	/*background-color: #fff;*/
	color: #3d598b;
	text-decoration: none;
	background-position:top center;
	background-repeat:repeat-x;
	background-image:url(../img/sf-menu-hov.png);
}

/*--------------------------------------------*/

/*---------------- Testo ------*/
.titolo{
	font-size:18px;
	color:#3d598b;
	padding: 10px 0px 10px 20px; 
	text-align: left;
	text-transform: uppercase;
}

.titololat{
	font-size:18px;
	color:#3d598b;
	padding: 10px 10px 0px 10px; 
	text-align: center;
	text-transform: uppercase;
}

.testolat {
	padding: 10px 10px 0px 10px; 
	text-align: justify;
}

.testolat a{
	color: #3d598b;
	text-decoration : none;
	background-color:transparent;
}
.testolat a:hover{
	color : #f8d307;
	text-decoration : underline;
	background-color:transparent;
}

.fotolat{
	margin: 0px auto;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:transparent;
	width: 220px;
}

/*--------------------------*/

/*-----------------Footer -------------------*/

.footer {
	width:960px;
	margin:0 auto;
	height: 50px;
	background:transparent;
	font-size: 12px;
	color: #3d598b;
	padding-top: 10px;
	padding-bottom:10px;
}

.footersx {
	width:675px;	
	height: 100%;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
	text-align: left;
	background:transparent;
	float:left;
}

.footerdx {
	width:255px;
	height: 100%;
	margin:0 auto;
	background:transparent;
	float: right;
	padding-right:10px;
}

.footer a{
	color: #3d598b;
	text-decoration : none;
	background-color:transparent;
}
.footer a:hover{
	color : #f8d307;
	text-decoration : underline;
	background-color:transparent;
}

/*---------------------------------------*/

/*--------------- Guestbook home --------------------*/

.guesthome{
	margin: 0 auto;
	width: 630px;	
	height: 200px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../img/sf-guest-h.png);
}

.guesthomesx{
	margin: 0 auto;
	width: 135px;
	float: left;
	text-align:left;
	height: 200px;		
}

.guesthomedx{
	margin: 0 auto;
	margin-top: 80px;
	width: 465px;
	float: right;
	padding: 0px 15px;
	text-align:right;
}

.testoguest{
	margin:0 auto;
	width:465px;
	text-align: justify;
}

.testoguest .blu{
	color:#3d598b;
	text-decoration: underline;	
}

.guesthomedx a{
	text-align: right;
	color: #3d598b;
	text-decoration : none;
	background-color:transparent;
}
.guesthomedx a:hover{
	text-align: right;
	color : #f8d307;
	text-decoration : underline;
	background-color:transparent;
}

/*--------------------- Fotografie -------------------------*/

.fotogallery
{
	margin : 0px;
	padding : 0px;
	margin:auto;
	color:#666;	
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom:15px;
	padding-left: 20px;
	width : 640px;
}

.foto
{
	margin : 0px;
	margin:auto;
	text-align : left;
	background-color : #fff;
	border:1px solid #f8d307;
	padding: 4px;
	margin: 5px;
}
/*---------------------------------------------*/

/*--------------------- Briciole di pane --------------------*/

.txt2
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	font-size:10px;
	padding-top:15px;
	padding-left: 20px;
	color: #666;
}

.txt2 a
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	font-size:10px;
	color:#f8d307;
}

.txt2 a:hover
{
	margin : 0px;
	padding : 0px;
	text-align : left;
	font-size:10px;
	color:#3d598b;
	text-decoration:underline;
}

/*--------------------------------*/

/*----------------------- Sottomenu ------------------*/

.menuorizz {
	margin-top: 15px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
	width: 600px;
}

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

.menuorizz li{
	display: inline;
	margin: 0;
}

.menuorizz li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	background-image: url(../img/loghetto.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 20px 20px; 
	color: #3d598b;
}

.menuorizz li a:visited{
	color: #3d598b;
	background-image: url(../img/loghetto.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 20px;
}

.menuorizz li a:hover, menuorizz li.selected a{
	color: #f8d307;
	background-image: url(../img/loghetto.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 20px;
}

/*--------------------------------------*/

/*----------------- Guestbook -----------------*/

.titologuestbook
{
	margin: 0px;
	padding: 0px;
	margin:auto;	
	text-align: left;
	color:#356aa0;
	background-color: transparent;
	font-size:14px;
}

.titologuestbook a
{
	margin: 0px;
	padding: 0px;
	color:#356aa0;
}

.titologuestbook a:hover
{
	margin : 0px;
	padding : 0px;
	text-decoration:underline;
	color:#ff9335;
}

.guestbook
{
	margin : 0px;
	padding : 10px 20px 15px 20px;
	color:#666;
	width : 630px;
	text-align: justify;
}

.guestbook a
{
	margin: 0px;
	padding: 0px;
	color:#3d598b;
}

.guestbook a:hover
{
	margin : 0px;
	padding : 0px;
	text-decoration:underline;
	color:#3d598b;
}

.guestbook-dt
{
	margin : 0px;
	padding : 0px;
	font-size: 11px;
	font-weight: bold;
	color:#3d598b;
	text-decoration:underline;
}

/*-------------------------------------------*/


/*------------------------*/

.lista ul {width:225px; display:block; float:right; margin-right:10px; margin-top:10px;}
.lista ul li{font:10px/23px Arial, Helvetica, sans-serif; font-weight:normal; background:url(../img/symbol2.gif) 0 8px no-repeat; padding:0 0 0 30px;}
.lista ul span{ background:url(../img/dot-line.gif) repeat-x 0 100%; height:20px; display:block;}

/*------------------------*/