/* CSS Document */
body {
background:#989898;
margin-top:15px; 
font-size:12px;
font-family:Helvetica, arial, sans-serif;
text-align: justify;
}
 
div#index
 {
width:840px; 
margin:0 auto; 
overflow: hidden;
}
 
div#header
{
background-image: url(../images/header.jpg);
background-position: right top;
background-repeat: no-repeat;
height: 135px;
padding: 0px 10px;
overflow: hidden;
}

a {
color:#9b0100;
}

div#logo
{
padding:  25px 0;
overflow: hidden;
}

a img 
{
border:0;
}

div#menu ul
{
background:#fff;
margin: 1px 0;
padding: 10px 0px 10px 3px ;
text-align: left;
}

div#menu li
{
display:inline;
padding-left: 20px;
}

div#menu li a 
{
font-size:1.1em;  
text-decoration:none; 
font-weight:bold;
}

div#menu li.current a, div#menu li a:hover 
{
color:#999;
}

div#content
{
background: #e4e4e4 url(../images/footer-content.gif) center bottom no-repeat;
padding: 0 10px 30px 10px;
}

h1
{
margin: 0;
font-size: 30px;
color: #9b0100;
font-weight: normal;
padding-top: 10px;
}

h2
{
margin: 0;
font-size: 18px;
padding-top: 5px;
font-weight: normal;
}

p 
{
padding-top: 10px;
}

div#footer
{
font-size: 11px;
overflow: hidden;
padding: 10px 20px;
}

div#azienda
{
float: left;
width: 600px;
}

div#f1
{
float: right;
width: 150px;
}

.banner-right 
{
background: url('../images/banner-serrefv.jpg') left top no-repeat;
float: right;
width: 230px;
height: 370px;
margin-left: 15px;
}

.banner-right  h2
{
color:#9b0100;
font-size:25px;
text-transform:uppercase;
}


.banner-right a
 {
 display:block;
text-align: right;
font-size:14px;
margin-right:5px;
margin-top:20px;
}




