/* Foglio di stile "screen" per la realizzazione del sito di presentazione */
body{
   background: #FECB00 url("images/sfondo.gif") center top no-repeat;
   padding: 0;
   margin:0;
   font-family:  Georgia, Arial ;
   font-size: 11px;
   color: #000000;
}

.pulisci {clear: both} 

.page {
  width: 1000px;

  margin: 0px auto; 
  position: relative;

}

.header {
  width: 980px; 
  height: 150px;
  margin: 0px;
  text-align: left;
  padding: 0 10px 0 80px; /* top right bottom left */
}

.header a {
  font-size: 10px;
}


.main {
	width : 1000px;
    text-align:center;
	margin: 0px;
    padding: 0px 10px 0px 80px; /* top right bottom left */
}

.footer {
  width: 900px; 
  margin: 0px;
  text-align: left;
  color: #1D1B63;
  padding: 0 10px 0 10px; /* top right bottom left */
}

.home-img {
	width : 400px;
    float:left;
    text-align:center;
    margin:50px  10px 0px 10px; /* top right bottom left */
    vertical-align: middle;    
}

.home-menu {
	width : 400px;
    float:left;
    text-align:right;
    padding: 150px 10px 0 10px; /* top right bottom left */    
}

.section {
	width : 1000px;
    float:left;    	
    text-align:left;  
    padding: 0 10px 0 10px; /* top right bottom left */    
}

.section-text {
	width : 400px;
    float:left;
    text-align:left;
    padding: 0px 10px 0px 10px; /* top right bottom left */
    vertical-align: middle;    
}

.section-menu {
	width : 400px;
    float:left;
    text-align:right;
    padding: 0 10px 0 10px; /* top right bottom left */    
}


.title {
    font-weight: bold;
	color: #FE7B00;  
    font-size: 13px;        
}

.menu {
    font-weight: bold;
	color: #FE7B00;  
    font-size: 30px;        
}

.subtitle {
    font-weight: bold;
	color: #1D1B63;
    font-style: italic;  
}

A, A:link, A:visited {
  	text-decoration: none;
	color: #1D1B63;
}
A:hover {
  	text-decoration: none;
	color: #FE7B00;
}

INPUT, SELECT, TEXTAREA,BUTTON{
	border: 1px solid #5E5D5B;
}

TR,TD, TH {
  color : #000000;
  line-height : 15px;
  font-size:11px;
}


