
/*stili di base del body*/

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

body {
	color : #000;
	margin-top: 0px;
	background-color: #fff;
	/*
	background-repeat: repeat;
	background-position: top left;
	background-image: url(../gfx/bg.gif);
	*/
}

/* struttura e layout pagina */

#containerext {
	border: 0px solid green;
	width: 960px;
	margin: 0 auto;
}

#container {
	border: 0px solid yellow;
	/*
	background-color: #ff7bc2;
	*/
}

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

#headeralto {
	border: 0px solid black;
	height: 215px;
	position: relative;
	width: 960px;
	/*
	background-color: #d4c093;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../gfx/bannersopra.jpg);
	*/
	margin-bottom: 0px;
}

#headermedio {
	border: 0px solid black;
	height: 215px;
	position: relative;
	width: 960px;
	/*
	background-color: #d4c093;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../gfx/bannersopra.jpg);
	*/
	margin-bottom: 0px;
}

#headerbasso {
	border: 0px solid green;
	position: relative;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #a7540a;
	padding-top: 0px;
	padding-left: 40px;
	margin-top: 0px;
	height: 43px;
	/*
	background-color: #d5c093;
	width: 960px;
	*/
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../gfx/header.jpg);
}

#maincontentext {
	border: 0px solid blue;
	width: 960px;
	/*
	background-repeat: repeat;
	background-position: top left;
	background-image: url(../gfx/sfondotuttelepaginecont.jpg);
	*/
}

#maincontent {
	padding-left: 0px;
	border: 0px solid green;
	padding-top: 20px;
	margin-bottom: 0px;
	width: 960px;
	min-height: 558px;
	height: auto !important;
	height: 558px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../gfx/sfondo.jpg);
	/*
	height: 440px;
	overflow: auto;
	overflow-x: hidden;
	*/
}

#maincontent2 {
	/*
	overflow: auto;
	overflow-x: hidden;
	background-color: #fff;
	*/
	position: relative;
	border: 0px solid green;
}

.nocol_lat {
	/*
	width: 940px;
	margin: 0 auto;
	*/
}

.okcol_lat {
	float: left;
	display: inline;
	width: 700px;
	margin-left: 20px;
	border: 0px solid white;
}

#col_lat {
	border: 0px solid yellow;
	float: left;
	display: inline;
	width: 190px;
	margin-left: 20px;
	text-align: center;
	/*
	background-color: #eeebb7;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../gfx/muro.jpg);
	*/
}

#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	border: 0px solid red;
	font-weight: bold;
	padding-top: 0px;
	height: 26px;
	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: 0px;
	margin-right: 0px;
	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: 10px;
	text-align: center;
	clear: both;
	font-weight: bold;
	margin-top: 0px;
	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: 0;
	/*
	padding: 20px;
	position: relative;
	z-index: 50;
	font-size: 15px;
	line-height: 35px;
	*/
}

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

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

.skipintro, .skipintro2 {
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

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


.skipintro2 A, .skipintro2 A:LINK, .skipintro2 A:VISITED, .skipintro2 A:HOVER {
	color: #f00;
}

.skipintroint {
	display: inline;
	float: left;
	width: 40px;
	margin: 0 220px;
}

.imgintro {
	text-align: center;
	margin: 100px 0;
}