﻿body
{
	margin: auto;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../image/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #666666;
}
a:link{color:#666666; text-decoration: none;}
a:visited{color:#666699; text-decoration: none;}
a:active{color:#ff3300;}
a:hover{color:#FF9900;}

#main
{
	z-index: auto;
	width: 800px;
	height: auto;
	text-align: center;
	vertical-align: top;
	position: inherit;
	padding-top: 8px;
	clear: no;
	float: no;
}
#header
{
    text-align: left;
    width: 750px;
}
/* ---- Menu principale ---- */
#menu {
    padding: 0px;
    display: block;
    clear: left;
    width: 750px;
}
.mainMenu {
    display: block;
    padding: 0px;
}
.mainMenu .tableContainer {
    float: left;
    width: 100%;
    height: 28px;
    overflow: hidden;
    margin: 2px 0px 0px 0px;
}
.mainMenu table {
    font-size:100%;
	width:100%;
    height:100%;
	margin:0px;
	padding:0px;
    border:0px;
    border-collapse:collapse;
    text-align:center;
    float:left;
}
.mainMenu td {
    margin: 0px;
    background: #FACF35 url(.././image/menu_bg_yellow.jpg) repeat-x 0px
0px;
    border-right: #FFFFFF solid 0.11em;
    padding: 0;
}
.mainMenu td a {
    color: #666666;
    font-weight: bold;
    display: block;
    line-height: 2.5em; /*28px;*/;
    width: 100%;
    font-size: 11px;
}
.mainMenu td a:link, .mainMenu td a:visited, .mainMenu td a:active {
    border-width: 1px;
    border-color: #FFFFFF;
    color: #5C5C5C;
    border-right-style: solid;
    border-left-style: solid;
}
.mainMenu td a:hover {
    border-width: 1px;
    border-color: #FF3300;
    background: #FF9209 url(.././image/menu_bg_yellow_hover.jpg) repeat-x 0px
0px;
    border-right-style: solid;
    border-left-style: solid;
    color: #FFFFFF;
}

.mainMenu td .active {
	background:#FF9209 url(.././iamge/menu_bg_yellow_hover.jpg) repeat-x 0px 0px;
	color:#5C5C5C;
}

.mainMenu a:link, .mainMenu a:visited, .mainMenu a:active, .mainMenu a:hover {
	color:#FFFFFF;
	border-right: 0px;
}


#menu .mainMenuShadow {
    width: 100%;
    height: 0.31em;
    padding: 0px;
    margin: 0px;
    border: 0px;
    overflow: hidden;
    display: block;
    float: left;
    clear: left;
    margin-bottom: 0.21em; /*2px;*/
}


/* ---- end menu ---- */
#animazione
{
	z-index: 1;
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
	clear: left;
	margin-top: 4px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #FAD232;
	border-right: 2px #FAD232;
	border-bottom: 2px solid #FAD232;
	border-left: 2px #FAD232;
}
#testo
{
	width: 754px;
	height: auto;
	text-align:center;
	border-bottom: 2px solid #FAD232;
	padding-bottom: 5px;
}

#footer
{
	width: 754px;
	height: 200px;
	margin: 10px 0px 0px;
	background-image: url(../image/pie1.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	clear: both;
	float: no;
	
}
#navigazione {
	font-size: 10px;
	color: #999999;
	text-align: left;
	width: 750px;
	border: none;
	height: auto;
	vertical-align: middle;
	padding: 4px;
}
#animazione1 {

	z-index: 1;
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
	clear: left;
	margin-top: 4px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px none #FAD232;
	border-right: 2px #FAD232;
	border-bottom: 2px solid #FAD232;
	border-left: 2px #FAD232;
}

