@charset "UTF-8";
/* CSS Document */

/*- BODY Sfondo Legno  --------------------------- */
body {
	background-color: #e3a34c;
	margin: 0;
	background-image: url(../pics/wood3.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}


body a:link {
	color: #FF3300;
}

/*- Linea Verticale delle parentesi graffe alla destra degli strumenti  --------------------------- */
.sfondoverticale {
	background-image: url(../pics/graffa_vert_sfondo.png); 
	background-attachment: absolute; 
	background-position: right; 
	background-repeat: repeat-y;
}


/*- STILI TESTO INIZIO  --------------------------- */
.testo_corrente {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #260F0F;
	word-spacing: 0.1em;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-style: normal;
}

.boldtitoletto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #260F0F;
	word-spacing: 0.1em;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: bold;
}

.boldtitolettomaiuscolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #260F0F;
	word-spacing: 0.1em;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}


/*- STILI TESTO FINE  --------------------------- */


/*- TOP MENU - CARATTERISTICHE DIV posizione fissa--------------------------- */
#menu {
	display: block;
	position: fixed;
	top: -5px;
	width: 100%;
	height: 260px;

}


/*- VOCE MENU / scritta in alto a sinistra: Classiche, Acustiche, Liuteria, etc --------------------------- */
#voce_menu {
	position: fixed;
	width: 100px;
	height: 500px;
	margin-left: 13px;
	margin-right: 158px;
	margin-top: 260px;
	z-index:1;
}

/*- JUMPMENU area che contiene i due menu del CERCA in alto a sinistra --------------------------- */
#jump_menu {
	position: fixed;
	width: 100px;
	height: 100px;
	margin-left: 20px;
	margin-right: 158px;
	margin-top: 160px;
	z-index:1;
}


/*- COLONNA TESTO CENTRALE--------------------------- */
#testo_centro {
	width: auto;
	margin-left: 158px;
	margin-right: 50px;
	margin-top: 190px;
	z-index:1;

}


