@import url('header.css');  /* css x l'ntestazione */
@import url('menu.css');	/* css x il menu */
@import url('home.css');	/* css x la home */
@import url('strumenti.css');	/* css x la lista strumenti */
@import url('footer.css');	/* css x il footer */



body {
	margin: 0;
	padding: 0;
	background-image:url('../img/bodybg.gif');
	color: black;
	font-family: sans-serif;
	font-size: 0.8em;
        cursor: auto;
}

a {
	color: black;
}



/* === MAIN BODY === */

#main_body {
	width: 90%;
}

#main_body a {
	text-decoration: none;
}

#main_body a:hover {
	text-decoration: underline;
}




/* === HOME BLOCKS / schermata home === */
#main_body #sx_col {

	width: 80%;/* finestra negozio */
	float: left;
	margin: 0 0px 5px 5px;

}

#main_body #right_col {

	position: absolute;
	top: 100px;
	right: 3px;
	width: 17%;
	
}


p.subheader {
	font-size: 0.9em;
	font-style: italic;
	margin: 0 0 2em 0;
	border-width: 0 0 1px 0;
	padding: 0 0 1em 0;
}


.block_footer {
	clear: both;
}
/* === MAIN BLOCKS === */

/* sezione principale delle singole pagine */ 



#main_body div#main_block {
	width: 60%;
}


#main_body div#nav_right {
	background: white;
}

/* home blocks */ 
div.home_blocks {
	text-align: center;
	width: 25%;
	float: left;

}

div.home_blocks ul {
	text-align: left;
}




/* === NEWSLETTER === */

#main_body #newsletter p {
	color: #fff;
}


