/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
 ------------------------------------------------------------
*/
* { padding:0; margin:0; }

html {
}

body { 
 	background:#d6cec3 url(/custom_cms/images/fondo.jpg) repeat-x;

	text-align:center;
}

div#container {
	background:#dddac9;
	margin: 0 auto;
	width:879px;
	text-align:left;
}

div#header {
	width:79px;	
	height:340px;	
}

#faux {
	margin-bottom: 0px;
	width: 100%;
/*	padding-top:8px;*/
}

div#content {
 	float: right;
 	display: inline;
 	position: relative;
	height: auto !important;  /* per i browser moderni */
   height:428px;  /* per IE5.x e IE6 */
   min-height:428px;  /* per i browser moderni */
}

div#footer {
	margin: 0 auto;
 	clear: both;
	width:879px;	
	height:32px;
}

.clear { clear: both;}


/* --- RIGHTAREA - TUTTE le PAGINE - NEWS --- */
div#langsel {
 	display:none;
}
div#menuPrincipaleBar,
div#menuSecondarioBar{display:none}



/* NASCONDI E-COMMERCE */

#prezzo,#cart,#prodColori,#prodcarrello{display:none}
