/*------------stili per il layout fisso con posizionamenti assoluti*/
html, body{
	margin: 0; 
	padding: 0;
	height: 100%
	}
	
body{
	font-family: verdana,sans-serif;
	font-size: 0.76em;
	text-align: center;
	align: center;
	color: #072D82;
	scrollbar-arrow-color:#DA9D38; 
    scrollbar-base-color:#FFF; 
    scrollbar-shadow-color:#FFF; 
    scrollbar-face-color:#FFF; 
    scrollbar-highlight-color:#AAA; 
    scrollbar-dark-shadow-color:#FFF; 
    scrollbar-3d-light-color:#FFF
	}

/*------------stili per la homepage-------------*/
div#homepage{
	position: relative; 
	width: 100%;
	background: url('images/sfo_home.gif');
	background-repeat: repeat-y;
    background-position: center;
	margin: 0 auto;
	float: center;
	text-align: center;
    height: 100%; 
    min-height: 100%
    }

div#home{
	position: relative; 
	width: 270px;
	float: center;
	margin: 0 auto;
	align: center;
	text-align: center;
	background-color:#FFF;
    height: 100%; 
    min-height: 100%
    }
        
 p.homep{
	padding: 10px;
	line-height: 1.3;
	width: 244px;
	color: #FFF;
	font-family: verdana,sans-serif;
	font-size: 11px;
	align: center;
	text-align: center
	}
        
/*------------stili per le pagine-------------*/


div#menu{
	margin: 0 auto;
	align: center;
	text-align: center;
	width: 720px;
    height: 110px
	}


div#container{
	margin: 10px auto;
	background-color:#fff;
	position: relative; 
	width: 680px;
	align: center;
	text-align: center;
    height: 100%; 
    min-height: 100%
    }


body>div#container{
	height: auto; 
	min-height: 100%
	}


h2{
	width: 430px;
	border-bottom: 1px solid #DA9D38;
	color: #DA9D38;
	padding: 10px;
	font-size: 2em;
	float: right;
	font-weight: bold;
	text-align: left
	}
	
h2.lungo{ 
	width: 700px;
	border-bottom: 1px solid #DA9D38;
	color: #DA9D38;
	padding: 6px;
	font-size: 2em;
	float: left;
	font-weight: bold;
	text-align: left
	}


img.sx {
	float: left;
	align: left;
	text-align: left;
	border: 0px none;
	margin: 4px
	}

p.testook{
	float: right;
	padding: 8px;
	line-height: 1.5;
	width: 430px;
	color: #072D82;
	font-family: verdana,sans-serif;
	font-size: 11px;
	text-align: justify
	}

p.dx{
	float: right;
	padding: 8px;
	line-height: 1.5;
	width: 250px;
	color: #072D82;
	font-family: verdana,sans-serif;
	font-size: 11px;
	text-align: justify
	}



p.testolungo{
	float: right;
	padding: 8px;
	line-height: 1.5;
	width: 700px;
	color: #072D82;
	font-family: verdana,sans-serif;
	font-size: 11px;
	align: right;
	text-align: justify
	}


table.clienti{
	text-align: justify;
	width : 680px;
	padding: 4px;
	margin: 0;
	color: #555;
	background: #FFF;
	font-family: verdana,sans-serif;
	font-size: 11px
	}
	
	
table.clienti a:link{
	color: #072D82;
	font-weight: bold;
	text-decoration: none
	}

table.clienti a:visited{
	color: #072D82;
	font-weight: bold;
	text-decoration: none
	}
	 
table.clienti a:hover{
	color: #DA9D38;
	font-weight: bold;
	text-decoration: underline
	}

div#footer{
	position: relative;
	bottom: 0;
	margin: 0 auto;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1.5;
	width: 700px;
	border-top: 1px solid #ccc;
	padding: 0 auto;
    background-color: #fff;
    color: #DA9D38;
	text-align: center;
	align: center;
	clear: both;
    }

div#footer a:link{
	color: #DA9D38;
	text-decoration: none
	}

div#footer a:visited{
	color: #DA9D38;
	text-decoration: none
	}
	 
div#footer a:hover{
	color: #072D82;
	text-decoration: underline
	}

div#form{
	position: relative;
	margin: 0 auto;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1.5;
	width: 400px;
	border: 1px solid #DA9D38;
	background-color: #eee;
    color: #072D82;
    align: left;
    float: left

}

input.modulo {
	width: 300px;
    height: 20px;
    border: 1px solid #DA9D38
}

input.bottone {
	width: 100px;
    height: 30px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #DA9D38;
    background-color: #fff;
    color: #072D82
}


textarea.modulo {
	width: 300px;
    height: 100px;
    border: 1px solid #DA9D38
}

form.moduloform {
	 padding: 10px;
	 margin: 0;
}