body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
}
a, a:link, a:visited {
	color: #c4081c;
	text-decoration: none;
}
a:hover {
	color: #c4081c;
	text-decoration: underline;
}

img {
	border:none;
}

/* PAGINA */
#logo {
	position: relative;
	width: 336px;
	height: 116px;
	margin-top: 40px;
	left:50%;
	margin-left:-210px;
}
#fondo_pagina {
	position: relative;
	left:50%;
	margin: 40px 0 20px -470px;
	background-color: #FFFFFF;
	width: 940px;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=10);
	box-shadow: 0px 0px 10px #666;
	padding: 0 0 40px 0;
}

/* MENU */
#fondo_menu {
	position: relative;
	background-color: #5c4f4c;
	width: 940px;
	height: 72px;
	border-bottom:1px solid #FFF;	
}
#menu {
	border: none;
}

#menu ul {
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0;
}
#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}
.testo_menu, .testo_menu a, .testo_menu a:link, .testo_menu a:visited {
	font-size: 15px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	padding: 14px 40px 14px 40px;
	text-align: center;
}
.testo_menu a:hover {
	background-color: #7d7270;
}
.testo_menu li#activelink a,div#navigation li#activelink a:hover {
	background-color: #7d7270;
}

/* IMMAGINE GRANDE PAGINA */
#immagine_big {
	width: 940px;
	height: 421px;
}

/* SLIDE IMMAGINI */
#imageSlideshowHolder{
	width:940px;
	height:421px;
	position: relative;
}
.leftFloatingDiv{
	width:940px;
	height:421px;
}
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

/* TITOLO ARTICOLO */
#titolo_articolo {
	position: absolute;
	width: 170px;
	margin: 46px 0 0 40px;
	font-size: 20px;
	font-weight: bold;
	color: #c4081c;
	text-transform: uppercase;
	line-height: 20px;
}

/* TESTO PRINCIPALE */
#testo_principale {
	position: relative;
	width: 656px;
	margin: 46px 0 16px 240px;
	padding: 0;
}
.immagine_piccola {
	float:left;
	margin: 4px 24px 24px 0;
}
.sottotitolo_articolo {
	font-weight: bold;
	color: #c4081c;
}

.titolo_fondo {
	font-weight: bold;
	color: #c4081c;
	font-size:18px;
	margin-bottom:20px;
}

#catalogo_fondo{
	float: left; 
	width: 320px; 
	margin: 0 0px 15px 0;
}
	
.numero_cataloghi {
	font-weight:normal;
	color:#666;
}

/*FOOTER*/
#footer {
	position: relative;
	margin: 0 0 50px -470px;
	left:50%;
	width: 940px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}
#footer a{
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
}

.testo_login {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	float: left;
}

/*SCHEDA LIBRO*/
#testo_back {
	width: 170px;
	margin: 46px 0 0 40px;
	font-size: 12px;
	color: #c4081c;
	line-height: 18px;
	float: left;
}
#testo_back a{
	color: #c4081c;
	text-decoration: none;
}
#titolo_libro {
	width: 656px;
	margin: 46px 0 0 240px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #c4081c;
	line-height: 20px;
}
#copertina_libro {
	position: absolute;
	width: 310px;
	height: 380px;
	margin: 40px 0 40px 240px;
	left: 1px;
	top: 139px;
}
#scheda_libro {
	width: 320px;
	height: 120px;
	margin: 40px 0 0 576px;
}
#riassunto_libro {
	width: 320px;
	height: 220px;
	font-style: italic;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 576px;
}
#pdf_sfogliabile {
	position: relative;
	width: 656px;
	margin: 0 0 0 240px;
	background-color: #CCCCCC;
}
#fondo_pagina #titolo_articolo .ricerca {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
