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

html, body	{
	margin:0;
	padding:0;
}

body	{
	background: #fff url(elements/bg.jpg);
}

#main	{
	width: 100%;
	min-width: 1100px;
	height: 560px;
	position: absolute;
	top: 50%;
	margin-top: -280px;
}

#top	{
	width: 100%;
	height: 134px;
	background: no-repeat bottom right url(elements/bg-top.png);
}

#box	{
	width: 100%;
	height: 350px;
	background: #fff no-repeat right bottom url(elements/bg-box.jpg);
	border-top: #e6e6e6 1px solid;
	border-bottom: #e6e6e6 1px solid;
}

#box2	{
	width: 100%;
	height: 350px;
	background: #fff no-repeat url(elements/bg-box.jpg) 700px 4px;
	border-top: #e6e6e6 1px solid;
	border-bottom: #e6e6e6 1px solid;
}

#site_info	{
	width: 100%;
	height: 76px;
	background: no-repeat top left url(elements/bg-bottom.png);
	clear:left;
}

#nav	{
	width: 140px;
	height: 290px;
	margin-top: 30px;
	margin-left: 20px;
	border-right: 1px solid #ccc;
	float: left;
}

.nav-a	{
	font-family: Myriad Pro, Arial Narrow, Arial;
	font-size: 13px;
	line-height: 20px;
	padding: 3px;
	margin: 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}

.nav-a:hover, #active	{
	color: #fff;
	background: #ff6600;
}

#content	{
	width: 500px;
	height: 290px;
	margin-top: 30px;
	margin-left: 12px;
	float: left;
}

#content2	{
	width: 700px;
	height: 290px;
	margin-top: 30px;
	margin-left: 12px;
	float: left;
}

#subtit	{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: 220px;
}

#iniziative	{
	color: #ff6600;
	font-weight: bold;
}

#iniziative:hover	{
	color: #fff;
}

#quaranta	{
	padding-left: 8px;
}

#piva	{
	position: absolute;
	top: 50%;
	margin-top: 220px;
	left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
}

#piva span	{
	font-weight: bold;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#333;
}

#content a	{
	color: #ff6600;
	text-decoration: none;
}
#content a:hover	{
	color: #ff6600;
	text-decoration: underline;
}

#loc img	{
	border: 1px solid #06C;
	padding: 1px;
}

#loc img:hover	{
	border: 2px solid #06C;
	padding: 0px;
}

#loc a	{
	text-decoration: none;
	border:0;
}