@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */

body {
background-color: #FAF4E6;
background-image:url(../img/back.jpg);
background-repeat:repeat-x;
font-family:Arial,Geneva, Helvetica, sans-serif;
color:#333333;
font-size:12px;
line-height:25px;
}

/*STRUTTURA*/
#main {
width:985px;
height:627px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
border:1px solid #b58bad;
}
/*      menu1       */
#menu{
width:930px;
height:25px;
float:right;
margin-top:70px;
letter-spacing:1px;
padding:0px;
/*border:1px solid red;*/
}
#menu li {
float:left;
list-style:none;
margin:0px 60px 0px 0px;
text-align:center;
font-size:14px;
font-weight:bold;
}
#menu ul {
margin:0;
padding:0;
}
#menu img {
margin-top:-30px;
padding:0;
}
/*  contenuto   */
#contenuto{
width:915px;
min-height:470px;
padding:20px;
margin:0px auto 0 auto;
overflow:auto;
/*border:1px solid green;*/
}
/*  bottom   */
#bottom {
width:985px;
font-size:10px;
text-align:right;
margin:28px auto 0 auto;
clear:both;
/*border:1px solid green;
*/}
h1{
color:#333;
font-size:20px;
margin:0px;
padding:25px 0 35px 20px;
letter-spacing:1px;\
}
img {
border:none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
/*      collezione       */
.img-coll {
float:left;
margin:50px 0px 40px 40px;
}
#thumb img {
margin:0px 10px 20px 20px;
}
#img-serie {
width:400px;
margin:0 20px 0 20px;
float:left;
}
#descrizione {
width:270px;
float: right;
}
/*      contatti       */
#contatti p {
margin-left:20px;
}
