@charset "UTF-8";
/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tappo {
	clear: both;
}
#contenitore {
	width: 940px;
	margin: 0px auto;
}
#logo{
	width: 280px;
	float: left;
}

nav	{
	width: 660px;
	float: left;
}
nav ul	{
	margin: 0;
	padding: 0;
}
nav li	{
	list-style: none;
	float: left;
}
nav a	{
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin-top: 52px;
	color: #e22253;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}
.pulsante:hover	{
	color: #FFFFFF;
	background-color: #e22253;	
}	
.pulsante-dx	{
	width: 160px;
}
.pulsante-dx:hover	{
	color: #FFFFFF;
	background-color: #e22253;
}
#title-left	{
	width: 300;
	float: left;
	margin-right: 20px;
}
#title-center	{
	width: 300;
	float: left;
	margin-right: 20px;
}
#title-right	{
	width: 300;
	float: left;
}
footer	{
	border-top: 1px solid #d0d0d0;
	margin-top: 20px;
}
h1	{
	font-size: 30px;
	font-weight: 400;
	color: #666666;
}
h2	{
	font-size: 20px;
	font-weight: 700;
	color: #666666;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
p	{
	font-size: 15px;
	color: #666666;
}