@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ShoppingD';
    src: url('fonts/ShoppingD.eot'); /* IE9 Compat Modes */
    src: url('fonts/ShoppingD.eot?iefix') format('eot'), /* IE6-IE8 */
         url('fonts/ShoppingD.woff') format('woff'), /* Modern Browsers */
	     url('fonts/ShoppingD.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/ShoppingD.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'ShoppingD-light';
    src: url('fonts/ShoppingD-light.eot'); /* IE9 Compat Modes */
    src: url('fonts/ShoppingD-light.eot?iefix') format('eot'), /* IE6-IE8 */
         url('fonts/ShoppingD-light.woff') format('woff'), /* Modern Browsers */
	     url('fonts/ShoppingD-light.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/ShoppingD-light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/** Generated by FG **/
@font-face {
	font-family: 'Knockout';
	src: url('fonts/Knockout-HTF29-JuniorLiteweight.eot'); /* IE9 Compat Modes */
	src: url('fonts/Knockout-HTF29-JuniorLiteweight.eot?iefix') format('eot'), /* IE6-IE8 */
		 url('fonts/Knockout-HTF29-JuniorLiteweight.woff') format('woff'), /* Modern Browsers */
		 url('fonts/Knockout-HTF29-JuniorLiteweight.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/Knockout-HTF29-JuniorLiteweight.svg') format('svg'); /* Chrome, Legacy iOS */
/*	font-weight: normal;
	font-style: normal;
*/}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
indice, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	font-smoothing: antialiased;
text-rendering: optimizeLegibility;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, indice, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,html{
	background-color: #ffffff; 
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	font-family:'ShoppingD',Sans-Serif;
}
#viewerDiv{
	width: 100%;
	height: 94%;
	background: url(../images/bg_buttons.png) top repeat-x;
	top: 0;
	position:relative;
}
#top-header{
	top: 0;
	left: 0;
	width:100%;
	height:40px;
	background: url(../images/bg_buttons.png) top repeat-x;

}
#top-header .logo{
	position:absolute;
}
#top-header .logo a{
	padding: 4px 0 10px 50px;
	float: left;
	/*left: 200px;*/
	position:absolute;
}
#header{
	position:absolute;
	/*top: 0;*/
	left: 0;
	width:100%;
	height:40px;
	background:#ffffff;
	z-index:90;
	border-bottom: 1px solid #ccc;
}
#menu{
	height: 40px;
	margin:0 auto;
}
#menu ul{
	text-align: center;
	/*margin-top: 10px;*/
}
#menu ul li{
	display: inline;
	padding: 20px;
}
#menu ul li a, #menu ul li a:visited{
	text-decoration:none;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 7px;
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a.selected{
	color: #999999;
	background: url(../images/hover_anno.png) bottom center no-repeat;
}
.headNasc{
	height:55px; position:relative;
}
.addthis{
	margin: 5px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 290px;
    z-index: 100;
}

.follow{
	float:left;
	color: #b1b1b1;
	padding: 7px 10px 0 0;
}

#indice{
	position: absolute;
	width: 230px;
	height:510px;
	margin-left: -195px;
	top: 140px;
	left:0;
	background: url(../images/promo_sfondo.png) center left no-repeat;
	z-index:100;
}
#indice .button{
	background: url(../images/trasp.png) repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 115px;
    width: 50px;
    z-index: 200;
}
#indice ul{
	list-style: none outside none;
    margin: 20px 0 0 15px;
    /*max-width: 100px;*/
}
#indice ul li{
	padding: 0 0 10px 0;
	/*position:absolute;*/
	z-index:100;
}
#indice ul li.title{
	/*width:100px;*/
	height:24px;
	padding: 0;
	margin: 0;
	font-size:19px;
	font-weight: bold;
	max-width: 170px;
}
#indice ul li.title.gennaio{
	background: transparent;
	top:25px;
	z-index:100;
}
#indice ul li.title.febbraio{
	background: transparent;
	top: 55px;
    z-index: 99;
}
#indice ul li.title.marzo{
	background: transparent;
	top: 85px;
    z-index: 98;
}
#indice ul li.title.aprile{
	background: transparent;
	top: 115px;
    z-index: 97;
}
#indice ul li.title.maggio{
	background: transparent;
	top: 145px;
    z-index: 96;
}
#indice ul li.title.giugno{
	background: transparent;
	top: 175px;
    z-index: 95;
}
#indice ul li.title.luglio{
	background: transparent;
	top: 205px;
    z-index: 94;
}
#indice ul li.title.agosto{
	background: transparent;
	top: 235px;
    z-index: 93;
}
#indice ul li.title.settembre{
	background: transparent;
	top: 265px;
    z-index: 92;
}
#indice ul li.title.ottobre{
	background: transparent;
	top: 295px;
    z-index: 91;
}
#indice ul li.title.novembre{
	background: transparent;
	top: 325px;
    z-index: 90;
}
#indice ul li.title.dicembre{
	background: transparent;
	top: 355px;
    z-index: 89;
}
#indice ul li a, #indice ul li a:visited{
	color:#b1b1b1;
	font-weight:normal;
	font-size: 19px;
	text-decoration: none;
}
#indice ul li a:hover, #indice ul li a:active{
	color:#EE33BB;
	text-decoration: underline;
}

#indice ul li .submenu{
	position: absolute;
    right: -70px;
    top: 40;
	visibility:hidden;
	z-index:220;
	width:170px;
}
#indice ul li .submenu.show{
	visibility:visible;
}
#indice ul li .submenu ul{
	width:100%;
	margin: 0px;
	padding: 12px 0 0 0;
}
#indice ul li .submenu ul li{
	width:170px;
	margin:-1px 0;
	padding: 0 0 7px 10px;
	position:relative;
}
#indice ul li .submenu ul li a, #indice ul li .submenu ul li a:visited{
	font-size: 16px;
	font-weight: normal;
}
#indice ul li.gennaio .submenu, #indice ul li.febbraio .submenu, #indice ul li.marzo .submenu, #indice ul li.aprile .submenu, #indice ul li.maggio .submenu, #indice ul li.giugno .submenu, #indice ul li.luglio .submenu, #indice ul li.agosto .submenu, #indice ul li.settembre .submenu, #indice ul li.ottobre .submenu, #indice ul li.novembre .submenu, #indice ul li.dicembre .submenu{
	background:url(../images/sub_top_grey.png) no-repeat top center;
}
#indice ul li.gennaio .submenu .footer, #indice ul li.febbraio .submenu .footer, #indice ul li.marzo .submenu .footer, #indice ul li.aprile .submenu .footer, #indice ul li.maggio .submenu .footer, #indice ul li.giugno .submenu .footer, #indice ul li.luglio .submenu .footer, #indice ul li.agosto .submenu .footer, #indice ul li.settembre .submenu .footer, #indice ul li.ottobre .submenu .footer, #indice ul li.novembre .submenu .footer, #indice ul li.dicembre .submenu .footer{
	background:url(../images/sub_bottom_grey.png) no-repeat top center;
}
#indice ul li.gennaio .submenu ul li, #indice ul li.febbraio .submenu ul li, #indice ul li.marzo .submenu ul li, #indice ul li.aprile .submenu ul li, #indice ul li.maggio .submenu ul li, #indice ul li.giugno .submenu ul li, #indice ul li.luglio .submenu ul li, #indice ul li.agosto .submenu ul li, #indice ul li.settembre .submenu ul li, #indice ul li.ottobre .submenu ul li, #indice ul li.novembre .submenu ul li, #indice ul li.dicembre .submenu ul li{
	background:url(../images/sub_mid_grey.png) repeat-y top left;
}
#help{
	position: absolute;
	width: 263px;
	height:529px;
	margin-right: -225px;
	top: 12%;
	right:0;
	background: url(../images/help_sfondo.png) top left no-repeat;
	z-index:100;
}
#help ul{
	list-style:none;
	margin: 0;
	padding: 10px 0 0 50px;
}
#help ul li{
	padding: 5px 0 5px;
	margin: 0;
	border-bottom: 1px solid #DDDDDD;
	width:200px;
	height:41px;
	font-size:12px;
}
#help ul li img{
	float:left;
}
#help ul li span{
	line-height: 42px;
}
#help ul li.large span{
	line-height: normal;
}
#help .button{
	float:left;
	min-width:43px;
	min-height: 110px;
	cursor: pointer;
	margin-top:47px;
	z-index:200;
	background: url(../images/trasp.png) repeat;
}
#navigation{
	/*position:absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height:40px;
	background:#ffffff;
	z-index:90;
	border-top: 1px solid #ccc;
	margin-top: 10px;*/
	text-align:center;
	width: 100%;
	position:absolute;
	bottom: -85px;
}
.first_page{
	background: #ffffff url(../images/preview2.png) center no-repeat;
	height: 20px;
	width: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: bottom;
}
.first_page:hover{
	background: #ccc url(../images/preview2.png) center no-repeat;
	border: 1px solid #999;
}
.last_page{
	background: #ffffff url(../images/next2.png) center no-repeat;
	height: 20px;
	width: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: bottom;
}
.last_page:hover{
	background: #ccc url(../images/next2.png) center no-repeat;
	border: 1px solid #999;
}
.next_page{
	background: #ffffff url(../images/next.png) center no-repeat;
	height: 20px;
	width: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: bottom;
}
.next_page:hover{
	background: #ccc url(../images/next.png) center no-repeat;
	border: 1px solid #999;
}
.prev_page{
	background: #ffffff url(../images/preview.png) center no-repeat;
	height: 20px;
	width: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: bottom;
}
.prev_page:hover{
	background: #ccc url(../images/preview.png) center no-repeat;
	border: 1px solid #999;
}
.number_page{
	height: 18px;
	width: 80px;
	text-align:center;
	margin-top: 10px;
	border: 1px solid #ccc;
	font-family:'ShoppingD',Sans-Serif;
	vertical-align: bottom;
}