﻿body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
	background: #FFF;
}

img {border: 0;}

a, a:link, a:active, a:visited{
	color: #4d4d4d;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}



/*////////////////////////*/
/* HOME PAGE */

#imghead_home {
	position:relative;
	margin: 0 auto;
	top: 10px;
	width:896px;
	height:446px;
}
#border_home {
	position:relative;
	margin: 0 auto;
	width:896px;
	height:446px;
	margin-top:-448px;
}

#logo_home {
	position:absolute;
	z-index: 3;
	top: 0;
	left:50%;
	width:190px;
	height:90px;
	margin-left:-448px;
}


#flag {
	position:absolute;
	z-index: 3;
	top: 10px;
	left:50%;
	width: 100px;
	margin-left: 335px;
	font-size: 1px;
	padding: 10px 0 0 0;
}
#flag img{ margin: 0 8px 0 0;}

#mascotte {
	position:absolute;
	z-index: 3;
	top: 344px;
	left:50%;
	width:102px;
	height:155px;
	margin-left:-458px;
}


#container_home {
	margin: 0 auto;
	width: 896px;
	padding: 26px 0 0 0;
}
		
	#panel_linee {
		width: 585px;
		height: 100px;
		padding: 0 0 0 85px;
		margin: 0px;
		float: left;
		background: url("../images/bg_panel_linee.gif") no-repeat;
	}
	#panel_indice {
		width: 208px;
		height: 100px;
		float: right;
		background: url("../images/bg_indiceproditti.gif") no-repeat;
	}
	
#footer_home {
	margin: 0 auto;
	width: 896px;
	padding: 10px 0 0 0;
	clear: both;
	font-size: 0.65em;
}



