#header{
border-top:#4A96EE solid 2px;
height:130px;
/*background:url(/include/imagesflash/tall_top.gif) repeat-x left top;*/
}

#menu_primo{
background-image:url(/include/intro/slogan.jpg);
background-position: top left;
background-repeat:no-repeat;
max-width:960px;
height:30px;
}
#menu_secondo{
background-image:url(/include/intro/logocasaintoscana.jpg);
background-position:top left;
background-repeat:no-repeat;
max-width:960px;
height:70px;
text-align:right;
vertical-align:middle;
}

#menu_terzo{
background-color:#FFFFFF;
max-width:960px;
height:30px;
}



.col_1 { 
float:left;
text-align:left;
}
.col_2{
text-align:center;
margin-left:230px;
margin-right:230px;
}

.col_3 { 
float:right;
}


/*======= index-2.html =======*/
#page3 #content {
border-top:#4A96EE solid 1px;
border-left: #4A96EE solid 1px;
border-right: #4A96EE solid 1px;
}
#page3 #content .col_1 {width:220px}
#page3 #content .col_2 {
min-width:340px;
max-width:520px;
}
#page3 #content .col_3 { width:220px;}


#footer{height:73px}

/*======= MENU =======*/
ul#nav {
height:30px;
}
ul#nav li{
float: left; 
margin: 0 3px 0 0; 
padding: 0; 
border:0;
}
ul#nav a{
float: left;
padding-left:0.8em;
margin:0;
background: url(/include/button/buttonON.png) no-repeat top left;
text-decoration: none;
font-weight:bold;
color: #4A96EE;

}
#nav span{
float: left;
background: url(/include/button/buttonON.png) no-repeat top right;
padding: 0.6em 0.8em 0.6em 0;
cursor: pointer;
}

ul#nav li#active a,ul#nav a:hover{
    background: url(/include/button/buttonOFF.png) no-repeat top left;
	}
ul#nav li#active span,ul#nav a:hover span{
    background: url(/include/button/buttonOFF.png) no-repeat top right;
	color: #FFFFFF;
	}

/*======= MENU TOP =======*/


ul#navTOP{float: right;width: 100%;list-style: none;
     margin: 0;padding: 0}

ul#navTOP li{float: right;margin: 0 0.2em 0;padding: 0}

ul#navTOP a{
float: left;
padding: 0 0 0 0.8em;
background: url(/include/button/buttonTOP.png) no-repeat bottom left;
text-decoration: none;
color: #4A96EE; 
font-weight:bold;
}

ul#navTOP span{
float: left;
padding: 0.4em 0.8em 0.7em 0;
background: url(/include/button/buttonTOP.png) no-repeat bottom right;
cursor: pointer;
}

ul#navTOP li#active a,ul#navTOP a:hover{
    background: url(/include/button/buttonTOPOVER.png) no-repeat bottom left}

ul#navTOP li#active span,ul#navTOP a:hover span{
    background: url(/include/button/buttonTOPOVER.png) no-repeat bottom right;color: #FFFFFF}

