/* Website by F.Magoni @ web3king.com */

body {
background-color:#cccccc;
background-image: url(../img/righe.png);
font-size:13px;
font-family:Arial;
margin:0;
padding:0;
color:#353535;
}

#page {
width:900px;
background-image: url(../img/page.png);
margin:auto;
padding:auto;
}

#header {
clear:both;
width:840px;
height:156px;
}

.widget {
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}

#mainarea {
width:860px;
clear:both;
padding-left:30px;
}

#contentarea {
width:570px;
padding-left:20px;
padding-bottom:20px;
float:left;
line-height:14pt;
padding-top:5px;
}

#sidebar {
float:left;
width:230px;
line-height:14pt;
color:#5d5d5d;
}

#footer {
width:900px;
clear:both;
height:54px;
padding-top:40px;
text-align:center;
line-height:14pt;
background-image: url(../img/footer.png);
background-repeat:no-repeat;
color:#414141;
font-size: 12px;
}

#footer a {
color:#dedede;
font-size: 12px;
text-decoration: none;
}

#footer a:hover {
font-weight: bold;
}


h1, h1 a {
font-size:15pt;
color:#1c7bef;
padding-top:6px;
}

h2 {
font-size:15pt;
color:#1c7bef;
padding-top:6px;
}

#sidebar h2 {
font-size:15pt;
padding-left:10px;
color:#FFFFFF;
padding-top:6px;
}

a {
color: #094068;
}

#sidebar a {
color:#5d5d5d;
}

a:hover {
text-decoration:none;
}

.titoletto {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #1c7bef;
}

/* stili per il menù */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu5 {
	width: 200px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 10px;
	}
	
#menu5 li a {
  	height: 32px;
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu5 li a:link, #menu5 li a:visited {
	color: #777;
	display: block;
	background: url(../img/menu.gif);
	padding: 8px 25px 0 10px;
	text-align: left;
	}
	
#menu5 li a:hover {
	color: #fff;
	background: url(../img/menu.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: left;
	}

/* stile per il textarea della pagina contatti*/

textarea#styled {
    color: #1c7bef;
	width: 190px;	
    background-color: #dfdfdf;
	height: 120px;
	border: 1px solid #43abf4;
	padding: 5px;
	font-family: arial;
	font-size: 12px;
}