
body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/sfondo.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #369;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	background: #369
}

h2 {
	font-size: 1.4em;
	color: #F7BB39;
	margin-top: 0px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h3.link {
	font-size: 0.9em;
	margin-top: 0px;
}

p, ul, ol {
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0;
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #369;
}

h2 a{
	color: #F7BB39;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

iframe{
	width:410px;
	height:350px;
	border:0;
	padding:0; 
	margin:0;
	border: 1px solid #CCC;
}


/* Header */
#header {
	width: 760px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */
#logo {
	float: left;
}

#logo h1 {
	padding-top: 25px;
	font-size: 4em;
	color: #554D49;
	margin: 0;
	text-transform: upperrcase;		
}

#logo h1 a {
	color: #554D49;
}

#logo h2 {
	margin-top: -16px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.3em;
	color: #7F7772;
	margin: 0;
	text-transform: lowercase;	
}

#logo h2 a {
	color: #7F7772;
}

#logo a {
	text-decoration: none;
}

/* Menu */
#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 27px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	padding-top: 30px;
	background: #369 url(images/button.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.4em;
	color: #F7BB39;
}

/* Page */
#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 0;
}

#content_main {
	float: right;
	width: 490px;
}

#menu_sx {
	float: left;
	width: 245px;
	padding: 12px 0 0 0;
	background: url(images/tratteggio_laterale.gif) repeat-y right;
}

#menu_sx .descrizione {
	width: 220px;
	background: url(images/tratteggio.gif) repeat-x left bottom;
}

#content_main .descrizione {
	width: 460px;
}

#menu_sx .text {
	padding-right: 10px;
}

.text .title {
	margin: 0;
}

h1.title{
	margin-top: 20px;
}

.text .descrizione {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.commento {
	font-size: 0.9em;
}

/* Footer */
#footer {
	margin: 0 auto;
	margin-top: 20px;
	float: left;
	width: 100%;
	height: 100px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 15px;
	text-align:center;
}

/* Form */
form#Form p {text-align:left;}

#Form fieldset.break{	
	display: block;
	margin: 0px;
	border: 0 solid #FFF;
	padding: 0px;
}
	
#Form label{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#Form fieldset.check{	
	display: block;
	margin: 0px;
	border: 0 solid #FFF;
	padding: 0px;
	margin: 0 0 2em 0;
}

#Form input{
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	width: 176px;
}

#Form textarea{
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	width: 378px;
}

#Form input.bottone{
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 70px;
	display:inline;
}

#Form input.check {
	display:inline;
	width: 14px;
}

