/* Stile CranesItalia.it */

html,body{
margin: 0;
padding:0;
text-align: center;
}

body{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
}

p{
margin: 0;
padding: 0;
}

h2{font-size: 14px; padding: 0; margin: 0; color: #036;}
h1{font-size: 12px; margin: 0; padding: 0;}

img{
border: 0;
}

#container{
position: relative;
width: 760px;
height: auto;
margin: 0 auto;
text-align: left;
background: #f3f3f3;
}

#ombra{
width: 780px;
height: auto;
margin: 0 auto;
background: url('../Immagini/ombra.jpg') right repeat-y;
}

#banner{
position: relative;
width: 760px;
height: 40px;
background: #036 url('../Immagini/sfondo_banner.jpg') top repeat-x;
border-bottom: 1px solid #999;
z-index: 200;
}

#logo{
position: absolute;
width: 59px;
height: 106px;
top: 260px;
right: 50px;
z-index: 300;
background: url('../Immagini/logo.png');
}

#intestazione{
position: absolute;
width: 280px;
height: 24px;
top: 8px;
left: 15px;
z-index: 300;
background: url('../Immagini/intestazione.png');
}

/* Menù */
.menu{
width: 80px;
height: auto;
padding: 15px 0 10px;
margin-top: 30px;
background: #004A80;
color: #fff;
text-align: center;
font-size: 11px;
z-index: 100;
}

#home{
position: absolute;
top: 0;
right: 340px;
}

#azienda{
position: absolute;
top: 0;
right: 256px;
}

#nuovo{
position: absolute;
top: 0;
right: 172px;
}

#usato{
position: absolute;
top: 0;
right: 88px;
}

#contatti{
position: absolute;
top: 0;
right: 4px;
}

.menu a{
color: #fff;
text-decoration: none;
}

.menu a:hover{
color: #f00;
text-decoration: none;
}
/* Fine Menù */

#content{
width: 760px;
height: auto;
}

#box_foto{
width: 760px;
height: 350px;
/*border-bottom: 1px solid #999;*/
z-index: 100;
background: #fff;
}

.testo_corpo{
width: 680px;
height: auto;
padding: 10px;
margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
background: #fff;
z-index: 200;
}

#footer{
width: 760px;
height: 20px;
line-height: 20px;
background: #ccc;
text-align: center;
font-size: 10px;
color: #666;
}

#designed{
margin: 0 auto;
width: 760px;
height: auto;
text-align: right;
color: #999;
font-size: 10px;
background: #fff;
padding-bottom: 10px;
}

#designed a, a:hover{
color: #999;
text-decoration: none;
}
