/* GENERALI */

body {
    background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

/* MAIN */

form {
	padding: 0;
	margin: 0;
}

div#main {
    width:960px;
}

/* HEADER */

div#header {
    width:960px;
    height:125px;
}


div#header table {
    width:960px;
    height:125px
}


div#header td#header-menu {
    padding:0 0 0 42px
}

div#banner {
    width:468px;
    height:60px;
    border:1px solid black;
    text-align:center;
    font-size:24px;
    font-weight:bold;
    color:black
}

/* MENU */

.menu {
    width:164px;
    line-height:38px;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    float:left;
    margin-right:2px;
    color:#034881;
    margin-top:12px
}

.menu a{
    color:#034881;
    text-decoration:none;
    background:url(../img/bg_menu.gif) 0 0 no-repeat;
    display:block;
    width:164px;
    height:38px
}

.menu a:hover, #qui a{
    color:red;
    text-decoration:none;
    background:url(../img/bg_menu.gif) 0 -38px no-repeat;
    display:block;
    width:164px;
    height:38px
}

/* PAGINA */

#pagina a{
    color:#7a7474;
    text-decoration:none
}

#pagina a:hover{
    color:red;
    text-decoration:none
}

/* NAVIGATORE */

div#navigatore {
	font-size: 10px;
	color: gray;
	height: 15px;
	text-align: left;
	line-height: 15px;
	padding: 0 0 0 17px;
	margin: 5px 0 8px 5px;
	background: url(../img/dot.gif) no-repeat #FFF; 
}

div#navigatore a {
	color: #F00;
}

div#navigatore a:hover {
    text-decoration: underline;
}

/* FOOTER */

#footer {
    border-top:3px #0f8fb3 solid;
    width:960px;
    font-size:11px;
    margin-top:7px
}

#sottomenu{
    line-height:30px;
    color:#033568;
    text-align:center;
    margin:0;
    padding:0
}

#sottomenu a{
    color:#033568;
    margin:0 7px;
    text-decoration:none;
    font-weight:bold
}

#sottomenu a:hover{
    color:red;
}

#web {
    line-height:20px;
    color:#033568;
    text-align:center;
    margin:0;
    padding:0
}

#web a{
    color:#0cb9e4;
    font-weight:bold;
    text-decoration:none
}

#web a:hover{
    color:red;
}

/* TFOOT */

#text {
	font-size:11px;
	color:black;
	padding:5px;
	text-align:center;
}

#text h1{
	font-size:11px;
	color:black;
	font-weight:bold;
	display:inline;
	margin:0 5px 0 0;
	padding:0
}