
/*stili di base del body*/

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

body {
	color : black;
	margin-top: 0px;
	background-color: #ead09b;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../gfx/bg.jpg);
	width: 98%;
}

/* struttura e layout pagina */

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

#containerint {
	border: 0px solid purple;
	position: relative;
	/*
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../gfx/content.jpg);
	*/
}

#headeralto {
	border: 0px solid blue;
	height: 451px;
	width: 960px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../gfx/bannersopra.jpg);
}

#headermedio {
	border: 0px solid red;
	/*width: 960px;*/
	height: 324px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../gfx/footer.jpg);
}

#headerbasso {
	border: 0px solid green;
	/*width: 960px;*/
	height: 60px;
	position: relative;
	border-top: 1px solid #8b5e0f;
	margin-left: 10px;
	margin-right: 14px;
}

#colsx {
	border: 0px solid black;
	float: left;
	display: inline;
	width: 185px;
	margin-left: 12px;
	text-align: center;
}

#maincontent {
	/*
	width: 720px;
	float: left;
	display: inline;
	*/
	border: 0px solid green;
	margin-left: 15px;
}

#maincontent2 {
	/*width: 730px;*/
	min-height: 350px;
	height: auto !important;
	height: 350px;
	border: 0px solid red;
}

#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	border: 0px solid red;
	font-weight: bold;
	padding-top: 0px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../gfx/footer.jpg);
}

#footer A, #footer A:LINK, #footer A:VISITED, #footer A:HOVER {
	color: #3594db;
}

#footerfade {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1px;
	border: 0px solid red;
	height: 11px;
	background-repeat: repeat-x;
	background-position: top left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/style/fixed/fadebottom.png');*/
}

#footerfade[id] {
	background-image: url(../fixed/fadebottom.png);
}

#footerint {
	font-size: 11px;
	text-align: center;
	clear: both;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 5px;
	/*
	height: 50px;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../gfx/footer.jpg);
	*/
}

#footerlinfa {
	text-align: right;
}

#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: 10px 20px;
	margin: 10px 20px;
	/*
	padding: 20px;
	position: relative;
	z-index: 50;
	font-size: 15px;
	line-height: 35px;
	*/
}

#introsito {
	width: 960px;
	margin: 0 auto;
	position: relative;
	/*
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../gfx/sfondointro.jpg);
	*/
}

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

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

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

.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 {
}
