
/*stili di base del body*/

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

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

/* struttura e layout pagina */

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

#containerint {
	border-left: 1px solid #da0027;
	border-right: 1px solid #da0027;
}

#headeralto {
	border: 0px solid blue;
	height: 520px;
	width: 941px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(gusto.jpg);
}

#headermedio {
	border: 1px solid #7d583b;
	margin: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(bannermedio.jpg);
}

#headerbasso {
	border: 0px solid purple;
	text-align: center;
	height: 40px;
}

#menusx {
	display: inline;
	float: left;
	width: 165px;
	text-align: center;
	border: 0px solid purple;
	position: relative;
	border-right: 2px solid #cdc594;
/* 	top: -50px; */
}

#maincontent {
	border: 0px solid green;
	/*
	background-color: #f5e7e4;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(bgcolonna.jpg);
	*/
}

#maincontent2 {
	display: inline;
	float: left;
	width: 740px;
	padding-left: 10px;
	margin-left: 0px;
	/*
	background-image: url(sfondo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	*/
	border: 0px solid #cdc594;
}

#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	border: 0px solid red;
	font-weight: bold;
	color: black;
	padding-bottom: 12px;
	height: 20px;
	margin-left: 165px;
	border-left: 2px solid #cdc594;
	margin-top: -1px;
	line-height: 36px;
}

#footerint {
	font-size: 11px;
	text-align: center;
	clear: both;
	font-weight: bold;
	color: black;
	height: 46px;
}

#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;
}

.textcont {
	/*
	padding: 20px;
	margin: 0px;
	position: relative;
	z-index: 50;
	color: black;
	font-size: 15px;
	line-height: 35px;
	*/
}

#introsito {
	width: 941px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

#flashintro {
	margin: 0 auto;
}

.skipintro {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.skipintro A, .skipintro A:LINK, .skipintro A:VISITED, .skipintro A:HOVER {
	color: black;
}

.skipintrotop {
	font-weight: bold;
	margin-top: 20px;
	position: absolute;
	top: 10px;
	left: 420px;
}

.skipintrotop A, .skipintrotop A:LINK, .skipintrotop A:VISITED, .skipintrotop A:HOVER {
	color: white;
}

iframe {
}