
/*stili di base del body*/

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

body {
	color : black;
	margin-top: 0px;
	background-color: #f2d09b;
	width: 98%;
}

/* struttura e layout pagina */

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

#containerint {
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../gfx/sfondo.jpg);
}

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

#headermedio {
	border: 0px solid red;
	margin: 0px;
	width: 960px;
	height: 70px;
	position: relative;
}

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

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

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

#maincontent2 {
	width: 100%;
	padding-bottom: 20px;
	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;
	color: black;
	padding-top: 5px;
	height: 15px;
	/*
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../gfx/footer.jpg);
	*/
}

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

#footerfade {
	font-size: 1px;
	border: 0px solid red;
	height: 11px;
	margin-left: 7px;
	margin-right: 8px;
	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;
	color: black;
	height: 26px;
}

#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 60px;
	/*
	padding: 20px;
	margin: 0px;
	position: relative;
	z-index: 50;
	color: black;
	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/logointro.jpg);
	padding-top: 260px;
}

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

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

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