/*----- struttura -----*/

body {
margin:0px; padding:0px;
text-align:center;
font-family: Arial, san serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
height: 100%;
}

.header {
position: relative;
float: left;
margin-top: 10px;
width: 100%;
height: 100px;
}

.back-home {
position: absolute;
width: 320px; height: 100px;
top: 0px; left: 0px;
cursor: pointer;
text-indent: -9999px;
}

.content {
position:relative;
width:320px;
margin:0px auto;
text-align:left;
font-size: 12px;
}

.contenuto-home {
width:320px;
height:320px;
position: relative;
float: left;
overflow:hidden;
}

.footer {
width: 100%;
position: relative;
float: left;
margin-top: 10px;
padding-top: 5px;
margin-bottom: 5px;
text-align: center;
font-size: 10px;
border-top: 1px solid #ccc;
color: #666;
}

/*----- formattazioni -----*/
a {
outline:none;
font-size:11px;
color:black;
text-decoration:none;
}

/*----- loghi -----*/

.logo1, .logo2 {
position: absolute;
top: 0px;
left: 0px;
}

/*----- navigazione -----*/

.nav {
position: relative;
float: left;
height: 25px;
width: 100%;
line-height: 25px;
text-align: center;
color: #fff;
font-weight: 700;
margin-top: 10px;
cursor: pointer;
}

.nav.profilo {
background: #bbbbbb;
}

.nav.profilo:hover {
background: #cccccc;
}

.nav.arredo {
background: #b90c0f;
}

.nav.arredo:hover {
background: #c82d30;
}

.nav.soluzioni {
background: #5e5a59;
margin-bottom: 10px;
}

.nav.soluzioni:hover {
background: #8b8584;
}

.nav.back-home {
position: absolute;
display: block;
top: 0px; left: 0px;
width: 320px; height: 100px;
text-indent: -9999px;
cursor: pointer;
}

/*----- contenuti -----*/

#flasher {
position:absolute;
top:225px;left:0px;
z-index:10;
}

.arredo-loop, .soluzioni-loop, .profilo-loop {
height: 320px;
width: 320px;
position: relative;
float: left;
}

.arredo-images, .soluzioni-images, .profilo-images {
height: 320px;
width: 320px;
position: relative;
float: left;
}

.contenuto-profilo {
position: relative;
float: left;
height: 320px;
width: 320px;
background: url(immagini/profilo01.jpg) no-repeat;
text-align: center;
color: #fff;
}

.contenuto-arredo {
position: relative;
float: left;
height: 320px;
width: 320px;
text-align: center;
}

.contenuto-soluzioni {
position: relative;
float: left;
height: 320px;
width: 320px;
text-align: center;
}

.contenuto-arredo img, .contenuto-soluzioni img {
float: left;
border: none;
padding-bottom:10px;
margin: 0px;
}

.img-center {
padding: 0px 10px 0px 10px;
}
