*{
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}

/* HTML5 tags */ header, section, footer, aside, nav, article, figure { display: block; } 

@font-face {
font-family: 'Optima';
src: url("risorse/font/Optima.ttc");
}

 
 body{
	background: url(risorse/colore_sfondo.jpg) repeat left top;
	font-family: 'Verdana';
	font-size: 12px;
	color: #636363;
}
 
#main_container{
	background: url(risorse/sfondo.jpg) repeat-x left top;
	width: 100%;
	min-width:1080px;
}

#left{
	width: 330px;
	height: 660px;
	background: url(risorse/forbici.png) no-repeat left bottom;
	position:absolute;
	left:0;
	top:0;
}

header{
	background: url(risorse/logo.png) no-repeat top;
	height: 330px;
	width: 253px;
	margin-left: 20px;
	overflow: show;
}

#menu{
	padding-top:165px;	
}

#menu li{
	width: 261px;
}


#menu li a{
	width: 261px;
	height: 24px;
	padding-top:3px;
	margin-top: 5px;
	text-align: center;
	font-family: 'Optima', 'Verdana';
	float: left;
	text-transform:uppercase;
	color:#996666;
	text-decoration:none;
	font-variant: bold;
	margin-left:-29px;
}

#menu a:hover{
	color:#38302b;	
}

#contatti #link_contatti, #index #link_index, #galleria #link_galleria, #salone #link_salone{
	background: url(risorse/rollover.png) no-repeat left top;
	width:261px;
	height: 34px;
	color: white;
	margin-bottom:-10px;
	margin-left:-29px;
}

#contenuti{
	width: 750px;
	padding-top: 30px;
	margin-left: 330px;
	overflow: hidden;
}

figure{
	background: url(risorse/sfondo_banner.png) no-repeat left top;
	width: 750px;
	height: 300px;
	padding:9px;
}

#slideshow {
    position:relative;
    height:272px;
    width: 727px;
    margin-bottom: 15px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    width: 728px;
    height: 272px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

 h1{
	margin-left: 999px;
	font-size: 1px;
}

p{
	line-height: 2em;
	padding-left: 20px;
	padding-right: 20px;
}

article{
	width: 710px;
	margin-left: 20px;
	margin-right: 20px;
}

.titolo{
	background-color: #535353;
	padding: 4px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.titolo_box{
	background-color: none;
	margin-top: 15px;
	padding-left: 5px;
	margin-bottom: 10px;
}

ul li{
	list-style-type: none;
	line-height: 25px;
	padding-left: 20px;
	font-size: 11px;
}

#news li{
	list-style-type: disc;
	list-style-position: inside;	
}

.first_p{
	margin-bottom: 30px;
}

.second_p{
	display: block;
	background: url(risorse/bianco.png) repeat;
	padding-bottom: 20px;
}

.img_bordo{
	border: 1px solid #b5b5b5;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

.bottone{
	width:345px;
	height:120px;
	background: url(risorse/bianco.png) repeat;
	float:left;
	border: 1px solid #a0a0a0;
	text-decoration: none;
}

.bottone:hover{
	background-color:white;
	text-decoration: none;
}

.icona_contatti{
	margin-right: 10px;
	top: 3px;
}

footer{
	width: 530px;
	height: 70px;
	background: url(risorse/ftr.png) no-repeat left top;
	margin-left: 460px;
	margin-right: 110px;
	text-align: center;
	color: white;
	font-size: 10px;
	padding-top: 10px;
	line-height: 1.5em;
	margin-top: 40px;
}

a{
	text-decoration: none;
		color: #636363;

}

footer a{
	color: white;
}

a:hover{
	text-decoration: underline;
}

#img_galleria{
	width: 710px;
	display: block;
	margin-bottom:20px;
}

#img_galleria a{
	height:157px;
	width: 157px;
	border:5px solid white;
	display:inline;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
	background-color:white;

}

#img_galleria a img{
	width: 250px;
	height:auto;
	position: absolute;
	margin-left:-20px;
	margin-top:-20px;
}

#img_salone{
	width: 710px;
	height: 115px;
	display: block;
	margin-left:20px;
	margin-bottom: 30px;
	margin-top:-10px;
}

#img_salone a{
	height:105px;
	width: 105px;
	border:5px solid white;
	display:inline;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
	background-color:white;
}

#img_salone a img{
	width: 200px;
	height:auto;
	position: absolute;
	margin-left:-10px;
	margin-top:-10px;
}

.orizzontale{
	width:157px;
}

.verticale{
	height:157px;
}

textarea, input{
	margin-top:10px;
	margin-bottom:10px;
}

textarea{
	border: 1px solid #a0a0a0;	
}

fieldset{
	width:400px;
	margin-top:20px;
	margin-bottom:10px;
	background: url(risorse/bianco.png) repeat;
	border: 1px solid #a0a0a0;
	padding:10px;

}
