/* CSS Document */
/* Author="Andrea Carini" */

* {
	margin:0px;
	padding:0px;
	list-style-type: none;
	border:none;
}
body{
	position: relative;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {}

.hidden {
	position: absolute;
	left: -2000px;
}

/* inizio header */
#header{
	position: absolute;
	z-index: 1;
	top: 111px;
	height: 390px;
	width: 100%;

}
#logo{
	height:390px;	
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/JexHeader08.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#logo h1, #logo em{
	z-index: -1;
	position: relative;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
/* fine header */

/* inizio google */
#googleadv{
	background-attachment: scroll;
	background-color: #FF9900;
	background-image: url(../images/sfondo.gif);
	background-repeat: repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 100px;
	width: 100%;
	text-align:center;
	padding-top:10px;
}
.Gadv {
	background-attachment: scroll;
	background-image: url(../images/sfondo.gif);
	background-repeat: repeat;
	background-position: center center;
}
/* fine google */

/* inizio maincontent */
#maincontent {
	margin-top: 391px;	
	height: auto;
}
#txt {
	background-attachment: scroll;
	background-image: url(../images/TxtBgTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 609px;
	margin-right: auto;
	margin-left: auto;
}
#txtcontent {
	padding-right: 40px;
	padding-left: 40px;
	background-attachment: scroll;
	background-image: url(../images/TxtBgBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
	padding-top: 100px;
	text-align: justify;
	line-height: 24px;
}
#txtcontent ul{
	list-style-image: url(../images/spunta.gif);
	margin-left: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contatto {
	width: 619px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 65px;
	background-attachment: scroll;
	background-image: url(../images/cartol.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 380px !important;
	height: 380px;
	padding-top: 15px;
	padding-left: 15px;	
}
#contatto fieldset {
	padding: 1em;	
	border: none;
}
#contatto label{
	margin-left: 0px;
	padding-bottom:5px;
	display: block;
}
#contatto p{
	margin-bottom:10px;
}
#contatto p.push{
	position: relative;
	top: 35px;
	width: 130px;
	margin-left: auto;
	margin-right:auto;
}
#contatto input.button{
	width: 120px;
	height: 60px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

#contatto input{
	width: 260px;
	background-color: #f9f9f9;
	border: none;
	border-bottom: 1px solid #666666;
}
#contatto textarea{
	background-color: #f9f9f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	width: 260px;
	height: 140px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
#submit {
	background-attachment: scroll;
	background-image: url(../images/invia.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 75px;
}
/* fine maincontent */

/* inizio footer */
#footer {
	background-attachment: scroll;
	background-image: url(../images/sfondo.gif);
	background-repeat: repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	position: relative;
	height: 150px;
	padding-top: 15px;
	margin-top: 95px;
}
#infosite {
	text-align: center;
	}
#w3c{
	text-align: center;
	margin-top: 30px;
}
#iwa{
	position:absolute;
	left: 10px;
	top: 25px;
}
#partner {
	position:absolute;
	top: 25px;
	right: 10px;
}
#stat{
	text-align: center;
}
/* fine footer */

