/* CSS Document Standard*/

/* -----------------------------------------------------------------    GENERAL ------------------------------*/						

* 						{ font-family:"Times New Roman", Times, serif  }
a 						{
						color:#666666;
						}
a.link					{
						background-image:  url("images/external_link.gif"); background-repeat:no-repeat; background-position:right; padding-right:13px;
						}
a:hover 				{
						color:#ff0000;
						text-decoration:none;
						}

body					{
						margin:0; padding:0;
						background-color:#E5E5E5;
						background-image:  url("images/bg.jpg"); background-repeat:repeat-x;
						font-size:0.8em;
						}

.hide 					{ display:none; }
.spacca 				{ clear:both; margin:0; padding:0 }
#content 				{ 
						width:1000px;
						height:620px;
						text-align:left;
						background-image:url(images/onda.jpg); background-repeat:no-repeat; background-position:0 363px;
						}
/* --------------------------------------------------------------- pagina ------------------------------*/						
#pagina					{
						width:596px;
						float:left;
						text-align:justify;
						color:#6B6B7B;
						}
#pagina div.sfondo		{
						height:620px;
						float:left;
						}
#pagina h2				{
						margin:0; padding:0;
						color:#6B6B7B;
						font-size:1.8em;
						letter-spacing:10px;
						}
#pagina #top h3			{
						margin:0; padding:0;
						font-size:1.5em;
						letter-spacing:10px;
						color:#FF0000;
						margin-bottom:30px;	/*facoltativo*/
						}
.spaziatore			{
						clear:both;
						height:5px;
						}
#pagina #top h4			{
						font-size:1.2em;
						letter-spacing:1px;
						}
#pagina h2.menu			{
						margin:0; padding:0;
						background-image:  url("images/titolo.png"); background-repeat:no-repeat;
						color:#464B4E;
						font-weight:normal;
						letter-spacing:1px;
						font-size:18px;
						padding-left:35px;
						height:21px;
						line-height:18px;
						}
#pagina #top			{
						background-image:url(images/ombreggiaturaTOP.png); background-repeat:no-repeat; background-position:top;
						padding:30px;
						padding-bottom:0;
						}
#pagina #bottom			{
						background-image:  url("images/ombreggiaturaBOTTOM.png"); background-repeat:no-repeat; background-position:bottom;
						padding:30px;
						padding-bottom:10px;
						}

#pagina #bottom h2		{
						background-image:    url("images/titolo2.png");
						}
#centro					{
						width:94px;
						height:620px;
						float:left;
						background-image:  url("images/logoVerticale.png"); background-repeat:no-repeat; background-position:0 21px;
						}
#intestazione			{
						width:310px;
						height:620px;
						float:left;
						background-image:    url("images/intestazione.jpg"); background-repeat:no-repeat;
						}
/*--shortlink--------------------*/
.shortLink				{
						float:right;
						}
.shortLink ul		
						{
						list-style:none;
						padding:0; margin:0;
						}
.shortLink li	
						{
						float:left;
						display:inline;
						margin-left:5px;
						}
.shortLink li.first		{
						margin:0;
						}
.shortLink a	
						{
						color:#999999;
						text-decoration:none;
						padding-left:5px;
						text-transform:uppercase;
						}
.shortLink a:hover	
						{
						color:#333333;
						background-image:  url("images/bullet.png"); background-repeat:no-repeat; background-position:0 center;
						}


#footer					{
						font-size:x-small;
						margin-top:2em;
						padding-top:1em;
						background-image:  url("images/footer.jpg"); background-repeat:repeat-x;
						}
