@charset "utf-8";
/* CSS Document */

html,body{
	margin:auto;
	padding:5px;
}
body{
	font: 76% arial,sans-serif;
	background: url(../images/bg.gif) center repeat-y;
	}
	
a{
	outline:none;
}

.hbuttons a {
	display: block;
	width: 120px;
	height: 38px;
	float: left;
	display: inline;
	padding:22px;
	margin-top:10px;
}

.contatti { 
	color:#006600;
}

#container{
	width:810px;
	margin:auto;
	background: #FFFFFF;
	padding-bottom:10px;
	
}
#header{
	height:112px;
}
#header img{
	float:left;
	border:none;
}
#top_menu{
	height:106px;
	border:1px solid #CCCCCC;
	margin-left:134px;
	background:#e6e6e6;
}
#slogan{
	width:128px;
	height:220px;
	border:1px solid #CCCCCC;
	text-align:center;
}
#menu{
	height:auto;
	width:128px;
	border:1px solid #CCCCCC;
	text-align:center;
	margin-top:4px;
	margin-bottom:4px;
}
#menu img{
	border:none;
	
}
.spacetobottom {
	clear: both;
	height: 60px;
}
#content{
	height:220px;
	margin-left:134px;
	border:1px solid #CCCCCC;
}
#page{
	height:auto;
	margin-left:134px;
	border:1px solid #CCCCCC;
	margin-top:4px;
	margin-bottom:4px;
}
#page p{
	padding:10px;
	color:#666666;
	font-size:14px;
}

#page hr{
	width:98%;
	color:#999999;
	background-color:#999999;
}

#title {
	padding:1px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
}
.accordionButton {	
	position:relative;
	width: 620px;
	height: 30px;
	color:#158500;
	padding-left:10px;
	padding-top:20px;
	margin-left:20px;
	margin-right:20px;
	border-top: 1px solid #CCCCCC;
	cursor: pointer;
	font-weight:bold;
}
	
.accordionContent {	
	width: 640px;
	display: none;
	padding-left:10px;
	color:#999999;

}

table { 
	border-collapse: separate;
}
th { text-align: left; }
td { 
	border-top: 0.5px solid #CCCCCC;
	text-align: left;
}
tr {
height:30px;
}
#footer{
	background: #999;
	color: #FFF;

}
#footer p{
	margin:0;
	padding:5px 10px;
	text-align:right;
	}

#wrapper{
	float:right;
	width:100%;
	margin-left:-200px;

}

#navigation{
	float:left;
	width:130px;
}

#footer{
	clear:both;
	text-align:center;
	width:100%;
}

