@charset "utf-8";
/* CSS Document */

body{
	background:url(../immagini/background.jpg) top center no-repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#contenitore{
	top:0;
	width:955px;
	margin:auto;
	height:100%;
	
}
#ghirigori{
	background:url(../immagini/ghirigoriTop.png) 200px 0px no-repeat;
	top:0;
	width:955px;
	margin:auto;
}
#parteAltaSito{
	height:180px;
}
#menu{
	height:180px;
	width:955px;
	top:0;
	background:url(../immagini/logoParadiso.png) 20px 30px no-repeat;
	position:absolute;
	z-index:2
}
#contenitoreBottoni{
	width:620px;
	height:145px;
	right:0;
	position:absolute;
	z-index:3
}
.bottoniMenu{
	width:120px;
	float: left;
	height:145px;
	z-index:2
}
.bottoniMenu img{
	margin-top:35px;
	margin-left:30px;
	cursor:pointer;
}
.bottoniMenu.piuBasso img{
	margin-top:60px;
}
#contenuto{
	float: left;
	height:472px;
	padding-left:40px;
	z-index:5;
}
#footer{
	height:60px;
	color:#A29FAA;
	font-size:10px
}
#footer a{
	color:#A29FAA;
}
#footer a:hover{
	color:#A29FAA;
	text-decoration:none;
}
h1{
	text-transform:uppercase;
	font-size:28px;
	color:#C1C0C9;
	font-weight:normal;
}

.contenutoServizi .testo{
	width:287px;
	float:left;
}
.frecciaDestraServizi{
	width:42px;
	height:47px;
	background:url(../immagini/frecciaDestraServizi.png) top left no-repeat;
	float:left;
	margin-top:380px;
	cursor:pointer;
}
.frecciaSinistraServizi{
	width:42px;
	height:47px;
	background:url(../immagini/frecciaSinistraServizi.png) top left no-repeat;
	float:left;
	margin-top:380px;
	cursor:pointer;
	margin-right:4px;
}
.vetrinaFoto{
	width:364px;
	float:left;
}
.vetrinaFoto .boxFoto{
	width:87px;
	height:71px;
	margin-top:2px;
	margin-right:3px;
	float:left;
	text-align:center;
	background: url(../immagini/boxFotoTrans.png) top left no-repeat;
}

.contenutoNews{
	margin-top:210px;
	padding-right:40px;
	width:840px;
}
.contenutoNews .vetrinaNews{
	height:200px;
	overflow:hidden;
}
.contenutoNews .vetrinaNews .boxNews{
	height:90px;
	width:255px;
	float: left;
	/*background:#0000FF;*/
	margin-right:3px;
	margin-bottom:20px;
}

.contenitoreImmmagineNews{
	width:90px;
	float:left;
	height:90px;
	text-align:center;
}
.contenitoreImmmagineNews img{
	border:solid 3px #8F8E94;
}
.contenitoreTestiNews{
	width:160px;
	float:left;
	height:90px;
	margin-left:5px;
}
.contenitoreTestiNews .titolo, .contenitoreTestiNews .titolo a{
	font-size:16px;
	color:#FFFFFF
}
.contenitoreTestiNews .testo{
	font-size:10px;
	color:#FFFFFF;
}

.contenutoProdotti h1{
	top:0;
	margin-top:-45px;
}
.contenutoProdotti a{
	color:#D6D5DB;
	text-decoration:none
}
.contenutoProdotti a:hover{
	color:#D6D5DB;
	text-decoration: underline
}
.contenutoProdotti .copertinaProdotti{
	width:316px;
	height:380px;
	margin-left:60px;
	margin-top:13px;
	float:left;
}

.fumetti{
	height:170px;
	width:860px;
	margin-top:-75px;
	position:absolute;
	z-index:6;
	color:#000000;
}
.fumetti a{
	color:#000000;
	text-decoration:none;
}
.fumetti a:hover{
	color:#000000;
	text-decoration: underline;
}
.fumettoSx{
	height:170px;
	width:230px;
	float:left;
	background:url(../immagini/fumettoSx.png) top left no-repeat;
	text-align:center;
	padding-top:30px;
	text-transform:uppercase;
}
.fumettoDx{
	height:170px;
	width:230px;
	float: right;
	background:url(../immagini/fumettoDx.png) top left no-repeat;
	text-align:center;
	padding-top:30px;
	text-transform:uppercase
}
.fumetti div strong{
	cursor:pointer;
}
#contenitoreFlash{
	width:164px;
	height:122px;
	position:absolute;
	top:0;
	left:0;
	z-index:1
}

/* COLORI E DINTORNI*/
.grigio{
	color:#D6D5DB;
}
.bianco{
	color: #FFFFFF;
}
.txt12{
	font-size:12px;
}
.txt16{
	font-size:16px;
}
.txt11{
	font-size:11px;
}
.line200{
	line-height:200%;
}
.line180{
	line-height:180%;
}

