/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
 ------------------------------------------------------------
*/


/*animazione banner*/
div#bannerHome,div#bannerAzienda,div#bannerProdotti,div#bannerNovita,div#bannerLavorazioni,
div#bannerQualita,div#bannerOrdini,div#bannerDistributori,div#bannerContatti {
	position:absolute;
width:260px;
height:296px;
top:69px;
right:24px;
}



html {
	scrollbar-darkshadow-color:#4b8537;
	scrollbar-face-color:#e5efcd;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-arrow-color:#4b8537;
	scrollbar-base-color:#fff;
}

body { 
	background:#4b8537;
	text-align:center;
}

div#container {
	position:absolute;
	height:890px;
	width:735px;
	left:50%;
	top:0px;
	margin-left:-367px;
	text-align:left;
}

div#header {
	width:276px;	
	height:181px;	
	position:absolute;
	left:0px;	
	top:0px;
	z-index:3000;
}
div#banner {
	top:0px;
}
div#content {
	background: url(/custom_cms/images/sf-cont.jpg) no-repeat;
/*	background:#fff;*/
	position: absolute;
	width:735px;
	height:890px;
	left:0;
	top:0px;
}

div#footer{
	width:735px;	
	height:25px;
	position:absolute;
	top:865px;
	z-index:1020;
	left:50%;
	margin-left:-367px;
}
div#lowerbar {
	text-align:center;
	padding-top:0px;
}

div#bottomarea {display:none;}


div#rightarea {
	position:absolute;
	top:0px;
	right:0px;
	width:459px;	
	height:372px;
}

div#menuSecondarioBar {
display:none;
}


div#langsel {
	display:none;
}
p {margin:0;padding: 0;}

a img{border:0;}
