/* CSS Document */

body{
	margin:				0 auto;
	padding:			10px 0px 10px 0;
	font: 				13px/1.4em "Georgia","serif";
	/*font: */ 
	color:				#999999;
}

img {
	border:				none;
}
a {
	text-decoration:	none;
	color:				#999999;
}

a:hover {
	text-decoration:	underline;
}

.header {
	clear:				both;
}

.main {
	width:				900px;
	margin-top:			40px;
	margin-left: 		auto;
	margin-right: 		auto;

}

.logo {
	float: 				left;
	clear:				both;
	/*border:				1px solid black;*/
}

.lingua {
	margin-top:			55px;
	margin-right:		68px;
	/*margin-bottom:		auto;*/
	float: 				right;
	clear:				right;
	/*border:				1px solid black;*/
}

.menu {
	margin-top:			15px;
	/*margin-right:		5px;
	background-color: 	#CDD3D6;*/
	height: 			40px;
	font-size:			15px;
}

.menu-link {

	/*height:			16px;*/
	margin-right:		10px;
	/*font-size:		11px;*/
	width:				167px;
	text-align: 		left;
	
	float: 				left;
	padding-left: 		5px;
	border-top:				1px solid #999999;
}

.menu-link:hover {

	border-top:			4px solid #999999;
}

.menu-link a{

	text-decoration:	none;
	line-height:		35px;
	display:			block;
	width:				100%;
}

.menu-link a:hover{
	margin-top:		-3px;
}

.menu-link-last {

	/*height:			16px;*/
	/*margin-right:		5px;*/
	/*font-size:		11px;*/
	width:				167px;
	text-align: 		left;
	line-height:		35px;
	float: 				left;
	padding-left: 		5px;
	border-top:			1px solid #999999;
}

.menu-link-last:hover {

	border-top:			4px solid #999999;
}

.menu-link-last a{

	text-decoration:	none;
	line-height:		35px;
	display:			block;
	width:				100%;
}

.menu-link-last a:hover{
	margin-top:		-3px;
}

.menu-link-selected {

	margin-right:		10px;
	width:				167px;
	text-align: 		left;
	line-height:		30px;
	float: 				left;
	padding-left: 		5px;
	border-top:				4px solid #999999;
}

.menu-link-selected-last {

	width:				167px;
	text-align: 		left;
	line-height:		30px;
	float: 				left;
	padding-left: 		5px;
	border-top:				4px solid #999999;
}

.slideshow {
	margin-top:			20px;
}

.content {
	margin-top:			30px;
}

.left_column {
	float:				left;
	width:				440px;
	margin-right:		20px;
}

.right_column {
	width:				440px;
	float:				left;
}

.footer {
	margin-top:			20px;
	clear:				both;
	border-top:			1px solid #999999;
	text-align:			left;
	padding-top:		10px;
	font-size:			12px;
}

.profilo {

	border-top:			1px solid #999999;
	padding-top:		30px;
	padding-bottom:		20px;
	clear:				both;

}

.immagine {

	float:				left;

}

.testo {

	float:				left;
	width:				760px;
	padding-bottom:		20px;
	padding-left:		10px;
}

.mappa {
	float: 				left;
	width:				900px;
	margin-bottom:		10px;
}

.contatti {
	margin-right:		23px;
	width:				170px;
	float:				left;
}

/* popup div */

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:absolute;
background-color:#ffffff;
padding: 10px;
width:500px;
height:400px;
z-index: 9002;
}
