/* stili per il layout fisso */
HTML			{	margin: 0;
					padding: 0;					}

BODY			{	margin: 0;
					padding: 0;
					background-color: #fff;
					text-align: center;	
					font-family: arial;
					font-size: 8pt;				
					color: #6f6f6f;				}
			
DIV#container	{	width: 976px;
					margin: 0 auto;
					text-align: left;	
					position: relative; 
					height: 600px;		
					border-bottom: 1px solid #a3a3a3;
												}

DIV#footer		{	position: relative; 	
					width: 976px;
					margin: 0 auto;
					text-align: left;	
					background-color: #fff;			
					height:	70px;				
					color: #6f6f6f;				}							

/* stili generici, su header e footer */
DIV#headerground	{	height: 100px;
					width: 976px;			
					position: relative;			}			

DIV#navigation	{	height: 20px;
					padding-top: 4px;
					width: 760px;			
					position: absolute;
					right: 0px;					}	
					
DIV#navigation DIV {	float: left;
					width: 95px;		
					text-align: center;			}

DIV#navigation A	{	color: #6f6f6f;						/*grigio scuro*/
					text-decoration: none;		}
					
DIV#navigation A:hover
				{	color: #dc94c0;						/*rosa*/
					text-decoration: none;		}

DIV#navigation A#active
				{	color: #dc94c0;
					text-decoration: none;		}
					
DIV#header		{	height: 80px;
					width: 760px;			
					position: absolute;
					top: 20px;
					right: 0px;					}			
					
DIV#sx			{	float: left;
					position: relative;
					background-color: #fff;
					background-image: url(images/linea_sx.jpg);
                    background-repeat: repeat-y;
					width: 216px;				
					height: 500px;	}		

DIV#sx_top		{	position: absolute;
					top: 0px;
					width: 216px;				}					

DIV#sx_bottom	{	position: absolute;
					bottom: 0px;
					background-image: url(images/deco_sx.jpg);
                    background-repeat: no-repeat;
					height: 358px;
					width: 216px;				}			

DIV#sx_bottom_c	{	position: absolute;				/*catalogo*/
					bottom: 0px;
					background-image: url(images/deco_sx_c.jpg);
                    background-repeat: no-repeat;
					background-position: bottom right;
					height: 182px;
					width: 216px;				}							

DIV#contenuto	{	width: 760px;
					height: 500px;
					position: relative;
					float: right;			 	}					
	

/* stili per il contenuto */

.text			{	color: #6f6f6f;					/*grigio scuro*/
					font-family: arial;
					font-size: 8pt;				}
					
.title2			{	color: #dc94c0;					/*rosa*/
					font-family: arial;
					font-size: 9pt;		
					font-weight: bold;			}				

.citazione		{	color: #6f6f6f;					/*grigio scuro*/
					font-family: arial;
					font-size: 9pt;	
					font-style: italic;	
					line-height: 150%;			}					
					
H1				{	color: #fff;					/*bianco*/
					font-family: arial;
					font-size: 9pt;				}		
					
H2				{	color: #dc94c0;					/*rosa*/
					font-family: arial;
					font-size: 9pt;				}		

IMG				{	border: none;				}					
					
A.link			{	color: #6f6f6f;					/*grigio scuro*/
					text-decoration: none;		}

A.link:hover	{	text-decoration: none;	
					color: #dc94c0;				}

A.link2			{	color: #8c8c8c;					/*grigio chiaro*/
					text-decoration: none;		}

A.link2:hover	{	text-decoration: none;	
					color: #dc94c0;				}
					
A.link3			{	color: #dc94c0;					/*rosa*/
					text-decoration: none;		}

A.link3:hover	{	text-decoration: underline;	
					color: #dc94c0;				}		

A.link4			{	color: #6f6f6f;					/*rosa*/
					text-decoration: none;		}

A.link4:hover	{	text-decoration: underline;	
					color: #6f6f6f;				}							
					
A.h2			{	color: #dc94c0;					/*rosa*/
					font-family: arial;
					font-size: 9pt;	
					font-weight: bold;	
					text-decoration: none;		}		
					
A.h2:hover		{	color: #dc94c0;					/*rosa*/
					font-family: arial;
					font-size: 9pt;	
					font-weight: bold;
					text-decoration: none;		}							
					
TABLE.links		{	margin: 0 auto;
					text-align: left;			}
					
					
DIV.titolo		{	color: #fff;					/*bianco*/
					font-family: arial;
					font-size: 9pt;			
					float: right; 
					height: 14px; 
					padding-right: 20px; 
					padding-left: 4px; 
					text-align: right; 
					font-weight: bold;	
					background-color: #808080;	}		
					
DIV.titolo2		{	color: #fff;					/*bianco senza float*/
					font-family: arial;
					font-size: 9pt;			
					height: 14px; 
					padding-right: 20px; 
					padding-left: 4px; 
					text-align: right; 
					font-weight: bold;	
					background-color: #808080;	}							
					
DIV.paginazione {   cursor:pointer;
                    cursor:hand;
                    clear:right; 
                    float: left; 
                    padding-right: 1px; 
                    margin-left:5px; 
                    width: 14px; 
                    height: 15px; 
                    border: 1px solid #cccccc;  }
                    
DIV.paginazione:hover A  
                {   color: #DC94C0;	            }                    					

A.trasp IMG		{	filter: alpha(opacity=50);
					-moz-opacity: 0.5;
					opacity: 0.5;				}								
					
A.trasp:hover IMG{	filter: alpha(opacity=100);
					-moz-opacity: 1;
					opacity: 1;					}	

* :focus 		{ outline: 0; }