
/* -----------------------------------------------
                 STANDARD
----------------------------------------------- */

body {
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #4b4b4b;
	background: #E3E5DC url(image/bg.jpg) repeat;
}

img { 
	border:0px;
	margin:0px;
	padding:0px;
}

a {	
	color: #4b4b4b;
	text-decoration: none;
}

a:hover {	
	color: #09f;
	text-decoration: none;
}


h1 {
	margin-top:0px;
	margin-bottom: 10px;
	padding:0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #0099FF;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	height:40px;
	width:260px;
	line-height:40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background:#09f;
	text-align:center;
}

h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #09f;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.reset {
	clear:both;
	height:0;
}

.clear {
	clear:both;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* -----------------------------------------------
                   SFONDO
----------------------------------------------- */

#contenuto {
	clear: both;
	position: absolute;
	width: 710px;
	top: 10px;
	left: 50%;
	margin-left: -355px;
	background: url(image/sfondotesta2.gif) repeat-y;
}

/* -----------------------------------------------
                 TESTATA
----------------------------------------------- */


#superiore {
	clear: both;
	height: 3px;
	background: url(image/superiore_NO.jpg) no-repeat;
}

#superiore h1{
	display:none;
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#000;
}

#logo {
	clear: both;
	height: 70px;
	margin: 10px 35px 10px 35px;
	padding-top: 10px;
	background: #EDEDED;
}

#spot {
	clear: both;
	width:640px;
	height:210px;
	margin: 0px 35px 0px 35px;
	padding: 0px;
	background: #EDEDED;
	text-align: center;
}

#imgtestata {
	clear: both;
	height: 160px;
	margin: 10px 35px 0px 35px;
	padding-top: 10px;
	background: #EDEDED;
	text-align: center;
}


/* -----------------------------------------------
                   MENU
----------------------------------------------- */
#menu {
	float: left;
	width: 650px;
	height: 40px;
	margin: 5px 0px 0px 30px !important;
	margin: 5px 0px 0px 15px;
	background: #fff url(image/menu.jpg) no-repeat;
	text-align: center;
}

#nav {
	margin-top: 4px;
}

#nav span {
	display:none;
}

#nav a {
	display: block;
}

#nav a:hover, #nav a.over { 
	background-position: 0px 0px; 
}

#nav li {
	float: left;
	margin-right: 0px;
	height: 34px;
	list-style-image: none;
	list-style-type: none;
}

/* -----------------------------------------------
                 TESTO
----------------------------------------------- */



#bloccotesto {
	clear: both;
	width: 620px;
	margin: 0px 0px 10px 35px;
	padding:10px;
	background: #EDEDED;
}

#testo {
	clear: both;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	background: #fff;
}

ul {
	margin:0px;
	padding: 0px 0px;
}

li {
	margin-bottom: 3px;
	padding-left: 15px;
	list-style-type: none;
	background: url(image/list.gif) 0px 6px no-repeat;
}

/* -----------------------------------------------
                 IMMAGINI
----------------------------------------------- */



.imgdx {
	clear:right;
	float: right;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	border:0px solid #fff;
}

/* -----------------------------------------------
                 FOOTER
----------------------------------------------- */


#textfooter {
	clear: both;
	height: 30px;
	margin: 0px 35px 0px 35px;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
	background: #fff no-repeat;
	color:#aaa;
}

#textfooter a {
	color:#aaa;
}

#textfooter a:hover {
	color:#09f;
}


#footer {
	clear: both;
	margin:0px;
	padding:0px;
}

#textfooter .w3c {
	display: inline;
	font: x-small/150% Arial, sans-serif;
	padding: 0px 5px;
	/* border: 1px solid #cdcdcd; */
	text-decoration: none;
	line-height: 18px;
}
#textfooter .w3cFronte {
	display: inline;
	background: #fff;
	color: #000;
	padding: 0 4px;
	border: 1px solid #aaa;
	border-right:0px;
	margin: 0;
}

#textfooter .w3cText {
	display: inline;
	background: #dfefff;
	color: #000;
	padding: 0 4px;
	border: 1px solid #aaa;
	margin: 0px;
}
/* -----------------------------------------------
                  FORM e CONTATTI
----------------------------------------------- */

#form {
  float: right;
  margin-top:0px;
  margin-bottom:10px;
  padding:0px 10px 0px 20px;
  border-left:1px solid #ccc;
  background:#fff;
}

#form p{
  margin:0px 0 10px 0;
  padding:0px;
}

input, select, textarea {
  border: 1px solid #ccc;
  background: #fff;
  font-family: arial;
  font-weight: normal;
  font-size: 11px;
  color: #666;
  margin-top:2px;
  padding:3px;
}


textarea {
width:250px;
height:120px;
}


input {
width:250px;
height:15px;
}


label {
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
  margin:0px;
  padding:0px;
  color:#09f;
}

.submit {
  margin-left:100px;
  width:60px;
  height:25px;
  border: 1px solid #09f;
  background: #eee;
  font-family: arial;
  font-size:1.1em;
  font-weight: bold;
  color: #09f;
}