
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
	font-family : Verdana;
}

body {
	color : black;
	margin-top: 0px;
	background-color: #085faf;
}

/* struttura e layout pagina */

#container {
	width: 960px;
	margin: 0 auto;
}

#containerint {
	border: 0px solid #55617e;
	background-color: white;
}

#headeralto, #headeraltoprodotti {
	border: 0px solid blue;
	height: 191px;
	width: 960px;
	position: relative;
	background-image: url(bannersopra.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#headeraltoprodotti {
	background-image: url(bannersopraprodotti.jpg);
}

#headermedio {
	border: 0px solid red;
	text-align: right;
	margin: 0px;
	width: 960px;
	height: 50px;
	background-image: url(fettina.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#headerbasso {
	border: 0px solid purple;
	text-align: left;
	margin: 0px;
	height: 58px;
	padding: 0px;
	position: relative;
}

#maincontent {
	border: 0px solid red;
	padding: 20px;
	padding-bottom: 15px;
	margin: 0px;
}

#footer {
	font-size: 12px;
	text-align: center;
	padding-bottom: 14px;
	clear: both;
	border: 0px solid red;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-weight: bold;
	color: #085faf;
}

#footerlinfa {
	text-align: right;
	padding: 5px;
}

#menubottom {
	font-size: 9px;
	text-align: center;
}

#menubottom A, #menubottom A:LINK, #menubottom A:VISITED, #menubottom A:HOVER {
	color: #8a2f07;
}

#cerca {
	float: right;
	width: 320px;
	font-size: 12px;
	margin-top: 10px;
}

#cerca input {
	margin-bottom: 6px;
}