	
	td {
		font-size: 8pt;
		font-family: verdana;
		color= #000000;
    }

	body {
	
		font-size: 8pt;
		color : #999999;

		font-family: verdana;
				
	}
	
	.titolo		{
		font-family: verdana;
		font-size: 10pt;
		color: #505552;

		}

	.bottom	{
		font-family: verdana;
		font-size: 8pt;
		color: #999999;

		}

	
		.barretta	{
		font-family: verdana;
		font-size: 8pt;
		color: #999999;
		
		}
		
		.sottotitoli	{
		font-family: verdana;
		font-size: 8pt;
		font-weight: bold;
		color: #E12921;
		

		}
	
	

	
	.booking		{
		font-family: Verdana;
		font-size: 8pt;
		color: #000000;

		}



	
	
	.menu:link		{color: #999999; font-size: 8pt;  text-decoration:none;}
	.menu:visited	{color:  #999999; font-size: 8pt;  text-decoration:none;}
	.menu:hover	{color: #000000; font-size: 8pt; text-decoration:none;}

	.segue:link		{color: #E12921; font-size: 8pt;  text-decoration:none;}
	.segue:visited	{color:  #E12921; font-size: 8pt;  text-decoration:none;}
	.segue:hover	{color: #999999; font-size: 8pt; text-decoration:none;}

	
	.project:link		{color: #CCCCCC; text-decoration:none;}
	.project:visited	{color:  #CCCCCC; text-decoration:none;}
	.project:hover	{color: #7EB6E2; text-decoration:none;}
	
	
		
	.sito:link		{color: #ffffff; text-decoration:none;}
	.sito:visited	{color:  #ffffff; text-decoration:none;}
	.sito:hover	{color: #666666; text-decoration:none;}
	


	.indietro:link		{color: #333333; text-decoration:none;}
	.indietro:visited	{color:  #333333; text-decoration:none;}
	.indietro:hover	{color: #ffffff; text-decoration:none;}



	
	
#new-book {
	color: #333;
	position: absolute;
	padding: 20px;
	top: 30px;
	right: 250px;
	height: 200px;
	width: 350px;
	background: #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 1000;
	}
	
	#new-book img { float: left; }
	#new-book div { float: right; width: 55%; }
	#new-book h2 {
		font-size: 1.938em;
		margin-bottom: 1em ;
		}
	#new-book p {
		font-size: 1.25em;
		line-height: 1.5em;
		}
	#new-book .more a {
		display: inline-block;
		color: #fff;
		background: #333;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		padding: 3px 20px 5px 20px;
		text-decoration: none;
		}
	#new-book .more a:hover { background: #000 }	
	#new-book .more a:active { position: relative; top: 1px }	

	#new-book .close a { 
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -12px;
		right: -12px;
		cursor: pointer;
		background-image: url(../images/close_button.png);
		background-position: left top;
		text-indent: -9999em
		}		
	
	#new-book .close a:hover { 
		background-position: left bottom;
	}

	
	
	
	

