
/*----------------- SetUp Pagina -----------------*/

body {
	margin: 0;
	padding: 0;
	color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #1867b6; 
	scrollbar-base-color: #8A4B2F;
	scrollbar-darkshadow-color: #D1D1D1;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #D1D1D1;
}


/*----------------- Elementi -----------------*/

.sf_up {
	background-image:url(grafica/sf_up.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.sf_up_02 {
	background-image:url(grafica/sf_up_02.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.sf_bottom {
	background-image:url(grafica/sf_bottom.gif);
	background-repeat:repeat-x;
	}



/*----------------- Testi -----------------*/

.testo            			{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 13px; line-height: 15px;}
a.testo:link       			{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 13px; line-height: 15px;}
a.testo:visited    			{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 13px; line-height: 15px;}
a.testo:hover      			{ color: #9f0000; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 13px; line-height: 15px;}

.testopiccolo            	{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 11px; line-height: 13px;}
a.testopiccolo:link       	{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 11px; line-height: 13px;}
a.testopiccolo:visited    	{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 11px; line-height: 13px;}
a.testopiccolo:hover      	{ color: #9f0000; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 11px; line-height: 13px;}

.testo_piede            	{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 10px; line-height: 12px;}
a.testo_piede:link       	{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 10px; line-height: 12px;}
a.testo_piede:visited    	{ color: #7d7764; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 10px; line-height: 12px;}
a.testo_piede:hover      	{ color: #9f0000; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 10px; line-height: 12px;}

.menu_piede            		{ color: #2e2715; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 12px; line-height: 16px;}
a.menu_piede:link       	{ color: #2e2715; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 12px; line-height: 16px;}
a.menu_piede:visited    	{ color: #2e2715; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 12px; line-height: 16px;}
a.menu_piede:hover      	{ color: #9f0000; text-decoration: none; font-weight : normal; font-family: tahoma, verdana, arial; font-size: 12px; line-height: 16px;}



/*----------------- FORM -----------------*/

input.bottone
	{
				color : #EBEBEB;
				background: #962727; 
				border : 0px none;
				font-family : Tahoma, arial, helvetica;
				font-size : 10px;
				font-weight : bold;
				text-decoration : none;
	}
	

input.form
	{
		color : #4C4C4C;
		background-color: #FFFFFF;
		border : 0;
		font-family : verdana, tahoma, arial;
		font-size : 11;
		font-weight : normal;
		text-decoration : none;
		background-image: url(button.gif);
		padding-left : 4px;
	}

textarea.form
	{
		color : #4C4C4C;
		background-color: #FFFFFF;
		border : 0;
		font-family : verdana, tahoma, arial;
		font-size : 11;
		font-weight : normal;
		text-decoration : none;
		background-image: url(button2.gif);
		padding-left : 4px;
		padding-bottom : 6px;
		padding-top : 6px;
	}
	
select.form
	{
		color : #4C4C4C;
		background-color: #FFFFFF;
		border : 0;
		font-family : verdana, tahoma, arial;
		font-size : 10;
		font-weight : normal;
		text-decoration : none;
		background-image: url(button.gif);
	}
	
checkbox.form
	{
		color : #4C4C4C;
		background-color: #FFFFFF;
		border : 0;
		font-family : verdana, tahoma, arial;
		font-size : 10;
		font-weight : normal;
		text-decoration : none;
		background-image: url(button.gif);
	}
	
radio.form
	{
		color : #4C4C4C;
		background-color: #FFFFFF;
		border : 0;
		font-family : verdana, tahoma, arial;
		font-size : 10;
		font-weight : normal;
		text-decoration : none;
		background-image: url(button.gif);
	}	

/* © 2008 - Variante Zero S.r.l. all rights reserved */