html, body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;	
	height: 100%;
}
body, div, td, a {

	font-family: Arial;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	text-decoration: none;
}

div#main {
	width: 884px;
	height: 984px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	
}

div#header {
	width: 884px;
	height: 201px;
	background-image: url(../img/header.jpg);
}

div#pdf{
	margin-left: 300px;
}
div#menu {
	width: 766px;
	height: 20px;
	background-color: #b4ba5d;
	display: block;
	padding-top: 6px;
	float: left;
}

div#menu a{
	margin-left: 55px;
		font-size: 14px;
	color: #ffffff;
}

div#club {
	width: 118px;
	height: 20px;
	background-color: #1a170d;
	display: block;
	padding-top: 6px;
	float: left;
}

div#club a{
	margin-left: 20px;
		color: #ffffff;
			font-size: 14px;
		
		}

div#center {
	width: 884px;
	height: 407px;
	background-color: #ffffff;
	float: left;
}

div#middle {
	width: 884px;
	height: 96px;
	background-color: #ffffff;
	float: left;
}

hr {
	color: #e1e0e0;
	


}

div#scheda {
	width: 884px;
	height: 406px;
	background-image: url(../img/chiopris-sfondo.jpg);
	float: left;

}


div#foto {
	width: 123px;
	height: 392px;
	margin-left: 330px;
	margin-top: 10px;
	float: left;
}



div#zone-testo {
	width: 330px;
	height: 330px;
	margin-left: 535px;
	margin-top: -180px;
	line-height: 14px;

}
div#testo-azienda2 {
	width: 330px;
	height: 96px;
	background-color: #ffffff;
	float: left;
	font-size: 15px;
	color: #000000;
	padding-top: 35px;
	padding-left: 20px;
	line-height: 18px;
	text-align: center;

	

}

div#scheda-titolo {
	width: 345px;
	height: 30px;
	margin-left: 60px;
	margin-top: 75px;
	float: left;
	color: #b4ba5d;
	font-size: 14px;
}

div#scheda hr {
	color: #b4ba5d;
}


div#scheda-descrizione {
	width: 345px;
	margin-left: 60px;
	margin-top: 10px;
	float: left;
	font-size: 11px;
		color: #000000;
}

div#scheda-pdf {
	width: 23px;
	height: 43px;

	float: left;

}
div#menu-azienda {
	width: 234px;
	height: 96px;
	background-color: #ffffff;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 12px;
}

div#menu-azienda a{
	margin-left: 30px;
	color: #000000;
	font-size: 12px;

}

div#logo-azienda {
	width: 239px;
	height: 96px;
	background-color: #ffffff;
	float: left;
	margin-top: 10px;
	margin-left: 20px;

}
div#testo-azienda {
	width: 330px;
	height: 96px;
	background-color: #ffffff;
	float: left;
	font-size: 11px;
	color: #000000;
	padding-top: 15px;
	padding-left: 20px;
	line-height: 16px;

	

}

div#bottom {
	margin-top: 12px;
	width: 884px;
	height: 120px;
	background-color: #ffffff;
	float: left;
	border-bottom: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
	padding-top: 20px;
}

div#bottom a{
		margin-left: 40px;
		color: #000000;
}


div#menuleft { 
    height: 353px;
    width: 308px;
	margin-top: -590px;
	margin-left: 50px;
		float: left;
	display: block;
	

	
}

 div#menuleft a{ 
	color: #666666;	

	
}

 div#scheda a{ 
	color: #666666;	

	
}



ul{
	margin-left: 0px;
	margin-top:15px;
	padding:0;
	line-height: 15px;
	
}

ul.container{
	/* The topmost UL */
	width:224px;
	padding-left: 10px;
	

}

li.titolo{
	list-style:none;
	text-align:left;
	
}

li{
	list-style:none;
	text-align:left;
	line-height: 16px;

}

li.menu{
	/* The main list elements */
	padding:0px;
	width:100%;
	list-style:none;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	overflow:hidden;
	position:relative;
	width: 324px;
	list-style:none;
	
}



li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{background:url(img/blue.png) repeat-x top left; color:#074384;}
li.button a.blue span{ background:url(img/blue.png) repeat-x top right;}

li.button a.green{background:url(img/green.png) repeat-x top left; color:#436800;}
li.button a.green span{ background:url(img/green.png) repeat-x top right;}

li.button a.orange{background:url(img/orange.png) repeat-x top left; color:#882e02;}
li.button a.orange span{ background:url(img/orange.png) repeat-x top right;}

li.button a.red{background:url(img/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(img/red.png) repeat-x top right;}

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top: 1px;
	padding-bottom: 15px;
	width:340px;

	margin-left: -10px;
	padding-left: 10px;

}

.dropdown li{
	/* Each element in the expandable list */
	

	color:#CCCCCC;


}

.dropdown li a{
	/* Each element in the expandable list */
	
	font-size: 12px;
	color:#CCCCCC;


}
.clear{
	clear:both;
}
div#footer {
	width: 884px;
	height: 40px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	top: 895px;
	
}

div#footer a{
margin-left: 5px;
	margin-right: 5px;


}
