/* stili per la home page */

body {
	background-color: #EEEEEE;
	background-image: url(../images/home_page/sfondo_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper_1 {
	width: 100%;
	height: 600px;
	text-align: center;
	background-color: #FCFCFC;
	background-image: url(../images/home_page/sfondo_wrapper_1_home.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#contenuto {
	width: 980px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}

#header_linee {
	width: 980px;
	height: 82px;
	margin: 0;
	position: absolute;
        overflow: hidden;
}


.slideshow{
	margin-top: 123px;
	float: left;
	position: relative;
}

#logo{
	position: absolute;
	width: 267px;
	height: 83px;
	top: 20px;
	left: 356px;
	background-image: url(../images/home_page/home_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#vendita_online{
	position: absolute;
	width: 303px;
	height: 66px;
	top: 0px;
	left: 670px;
}

#banner_zodiaco{
	position: absolute;
	width: 293px;
	height: 105px;
	top: 10px;
	left: 15px;
}

#pulsanti{
	z-index: 1000;
	position: absolute;
	top: 123px;
	left: 0;
}
#pulsanti a{
	display: block;
	float:left;
	padding: 0;
	margin: 0;
	width: 320px;
	height: 417px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#pulsanti a.puls_diamond{
	background-image: url(../images/home_page/home_diamond.png);
}
#pulsanti a.puls_gold{
	background-image: url(../images/home_page/home_gold.png);
}
#pulsanti a.puls_silver{
	background-image: url(../images/home_page/home_silver.png);
}


#footer {
	width: 980px;
	height: 60px;
	margin: 0 auto;
}
