@charset "utf-8";
/* CSS Document */


html, body{
	margin:0;
	padding:0;
}
a{
	text-decoration:underline;
}
body{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.6em;
}
#outer{
	background-image:url(bg.gif);
	background-repeat:repeat-x;	
}
#wrapper{
	background-color:#fff;
	margin:0 auto;
	width:678px;
	text-align:left;
	min-height:600px;
	background-image:url(top.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#footer{
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#7fb53f;
	clear:both;
	font-size:12px;
	color:#fff;
}
#header{
	height:135px;
}
.logo{
	width:330px;
	position:relative;
	display:block;
	height:75px;
	left:20px;
	top:20px;
	text-indent:-99999px;
	cursor:pointer;
}
#content{
	padding:0 27px;	
}
p{
	color:#3b3b3b;
	margin-top:0px;
	padding-top:0px;
	
}
h3{
	color:#0082d9;
	font-size:16px;
	padding-bottom:3px;
	margin-bottom:3px;
}
.spotA{
	float:left;
	margin-right:15px;
	padding-bottom:15px;
}
.gruppo_testi{	
	width:100%;
	_width:auto;
}
.spot{
	padding-bottom:20px;	
}
.form{
	padding:10px;
	border:1px dashed #CCC;
	font-weight:bold;	
	color:#3b3b3b;
	font-size:12px;
	margin-bottom:30px;
}
.form form{
	margin:0;
	padding:0;
}
#invia{
	float:right;
	width:auto;
}
.form input{
	width:215px;	
}
#footer_content{
	margin:0 auto;
	width:650px;
	padding-bottom:30px;
}
#footer_content a{
	color:#fff;
}
.logo-foo{
	background-image:url(logo.jpg);
	background-position:left 8px;
	background-repeat:no-repeat;
}

.highlight { background-color: #FFE004; }