@charset "utf-8";
/* CSS Document */

#sito
{
	width:960px;
	margin:0 auto;
	min-height:500px;
}
	#animaz
	{
		background-image:url(img/corpo.png);
		background-repeat:repeat-y;
		background-position:top;
		text-align:center;
		z-index:1;
	}
	#barra
	{
		padding-left:20px;
		text-align:left;
		height:35px;
		background-image:url(img/barra.png);
		background-repeat:no-repeat;
		background-position:top;
		font-weight:bold;
		font-size:15px;
		text-align:center;
	}
	#barraAdmin
	{
		padding-left:20px;
		padding-right:20px;
		padding-top:5px;
		text-align:left;
		height:35px;
		background-image:url(img/barra.jpg);
		background-repeat:no-repeat;
		background-position:top;
		font-weight:bold;
		font-size:15px;
	}
		
	#sopra
	{
		background-image:url(img/corpo.png);
		background-repeat:repeat-y;
		background-position:top;
		position:relative;
	}
		#corpo
		{
			background-image:url(img/sottobarra.png);
			background-repeat:no-repeat;
			background-position:top;
		}
			#testoHP
			{
				padding:30px;
				text-align:justify;
			}
			#testo
			{
				padding:20px;
				min-height:250px;
				text-align:justify;
				width:845px;
			}
			#mappa
			{
				width:400px;
				height:260px;
				float:right;
				margin-right:10px;
			}
			.pagine
			{
				width:100%;
				padding:10px;
				/*background-color:#159ED8;*/
			}
		.img
		{
			border:2px solid #159ED8;
			padding:5px;
		}
		.img50
		{
			max-height:100px;
			width:100px;
			border:2px solid #159ED8;
			padding:5px;
		}
		.img_h50
		{
			max-width:250px;
			height:50px;
			border:2px solid #159ED8;
			padding:5px;
		}
		.piccolo
		{
			font-size:12px;
		}
		.prodotto
		{
			display:inline-block;
			zoom:1;
			*display: inline;
			vertical-align:middle;
			padding:10px;
			margin:10px;
			border:1px solid #FFB143;
			text-align:center;
		}
		.indietro
		{
			font-size:10px;
		}
		/*galleria*/
		#titoloAdmin
		{
			font-size:14px;
			text-decoration:none;
			position:fixed;
			bottom:10px;
			right:10px;
			height:64px;
			width:218px;
			background-image:url(gallery/bottone-admin.png);
			text-align:center;
			z-index:200;
		}
		#titoloAdmin a
		{
			text-decoration:none;
			color:#000;
		}
	#sotto
	{
		background-image:url(img/sotto.png);
		background-repeat:no-repeat;
		background-position:top;
		color:#1761A5;
		font-size:10px;
		height:50px;
		text-align:center;
		padding-top:5px;
	}
/*-------------- fissi  ------------------*/

a
{
	color:#444;
	text-decoration:none;
}
a:hover
{
	color:#777;
	text-decoration:none;
}
table
{
	padding:0px;
	border:0px;
}
body
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#3C90DE;
	background-image:url(img/sfumatura.png);
	background-repeat:repeat-x;
	background-position:top;
}
img
{
	border:0px;
}
input, select, textarea
{	
	margin:5px;
}

h1, h2, h3, h4, form, label{margin:0px; padding:0px;}

.linkWhite
{
	color:#FFF;
}
.linkWhite:hover
{
	color:#CCC;
}

/*----------------------------*/