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

BODY			{	margin: 0;
					padding: 0;
					background-color: #FFFFFF;
					text-align: center;	
					font-family: arial;
					font-size: 9pt;				
					color: #000000;				}
			
DIV#container	{	width: 927px;
					margin: 0 auto;
					text-align: left;	
					background-color: #FFFFFF;	
					position: relative; 		}

/* stili generici, su header e footer */
IMG#stampa		{	display: none;				}

DIV#header		{	background-image: url(images/frontone.jpg);
                    background-repeat: no-repeat;
					height: 261px;				}

DIV#navigation	{	float: right;		
					width: 279px;
					height: 240px;
					border: none;				}

DIV#marchi		{	float: right;		
					width: 278px;
					height: 675px;
					text-align: center;	
					background-image: url(images/back_loghi.jpg);
                    background-repeat: no-repeat;
					background-position: center center;	}					

DIV#content		{	background-image: url(images/inizio.jpg);
                    background-repeat: no-repeat;
					background-position: top; 
					background-color: #dde3f1;
					font-family: arial;		
					padding-top: 50px;
					padding-left: 65px;
					min-height: 630px;
					height: auto !important;
					height: 630px;				}

DIV#footer		{	background-image: url(images/fine.jpg);
                    background-repeat: no-repeat;
					height:	50px;	
					padding-top: 70px;
					padding-left: 65px;
					color: #080b5c;				
					font-size: 8pt;				}	

/* stili per il menu di navigazione */

IMG#azienda		{	position: absolute;
					top: 45px;
					left: 648px;			}
					
IMG#mappa		{	position: absolute;
					top: 77px;
					left: 648px;			}
					
IMG#prodotti	{	position: absolute;
					top: 108px;
					left: 648px;			}
					
IMG#primaedopo	{	position: absolute;
					top: 140px;
					left: 648px;			}					
					
IMG#offerta		{	position: absolute;
					top: 172px;
					left: 648px;			}
					
IMG#contatti	{	position: absolute;
					top: 205px;
					left: 648px;			}

/* stili per i testo */
IMG				{  	border: none; 			}

.text			{	color: #000000;
					font-family: arial;
					font-size: 9pt;
					font-weight: normal;	}

.chiaro			{	color: #49548a;			}

.title			{	color: #010d69;
					font-weight: bold;
					font-size: 12pt;		}

.title2			{	color: #010d69;
					font-weight: bold;
					font-size: 11pt;		}

A.link			{	color: #49548a;
					text-decoration: none;	}

A.link:hover	{	text-decoration: underline;		}

A.scheda		{	color: #000000;
					font-size: 8pt;
					text-decoration: none;	}

A.scheda:hover	{	text-decoration: underline;		}

A.marchio		{	color: #4d6cad;
					text-decoration: none;	}

DIV#sottomenu	{	float: left;
					height: 590px;
					padding-top: 10px;
					padding-left: 0px;	
					color: #4d6cad;
					font-weight: bold;
					font-size: 11pt;		}		

DIV#articoli		{	padding-top: 0px;
					padding-left: 120px;	}		
					
DIV.offerta		{	background-image: url(images/sfondo_offerta.jpg);
                    background-repeat: no-repeat;
					height:	308px;
					width: 837px;					
					padding-left: 20px;
					color: #000000;				
					font-size: 9pt;			}	

