#topcontainer {
	height: 87px;
	width: 100%;
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	background-image: url(../images/backg_square_black_big.gif);
	position: relative;
}
#topcontainer #toplogo {
	height: 30px;
	width: 75px;
	background-image: url(../images/common/logo_top_02.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 50px;
}
#topcontainer #navbar {
	height: 22px;
	width: 100%;
	background-image: url(../images/common/bckg_nav_bar_06.gif);
	background-repeat: repeat;
}
#topcontainer #middlelogo {
	background-image: url(../images/common/logo_middle_04.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 67px;
	margin-left: 50px;
}
#middlelogo #navcontainer {
	height: 22px;
	width: 840px;
	margin-left: 90px;
}
#language_bar  {
	height: 22px;
	width: 106px;
	float: right;
}
#flag_eng {
	height: 22px;
	width: 22px;
	float: left;
}
#flag_ger {
	height: 22px;
	width: 22px;
	margin-left: 15px;
	float: left;
}
#flag_ita {
	float: left;
	height: 22px;
	width: 22px;
	margin-left: 15px;
}


#topcontainer #downlogo {
	height: 22px;
	width: 75px;
	margin-left: 50px;
	background-image: url(../images/common/logo_down_05.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.maincontainer {
	height: 470px;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;


}
.maincontainer #bckg_container {
	height: 470px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pinza_chiara_2-OK.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

#bckg_container #slogan {
	height: 20px;
	width: 356px;
	top: 395px;
	left: 281px;
	position: absolute;
	text-align: left;
}



.topbar {
	height: 70px;
	width: 100%;
}
.bottomcontainer {
	height: 60px;
	width: 100%;
	border-top-width: medium;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	border-top-style: solid;
	border-top-color: #999;
	background-image: url(../images/backg_square_black_big.gif);
	background-repeat: repeat;
	position: relative;
}
.bottomcontainer_text {
	color: #999;
	margin-top: 10px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	position: relative;
}
.footer a:link {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #666;
	text-decoration: underline;
}
.footer a:visited {
	color: #666;
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FF3333;
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	background-color: #999999;
	border: 1px groove #FF3300;
}

#download-pdf {
	height: 22px;
	width: 220px;
	float: right;
	margin-top: 25px;
	border: 1px solid #666666;
	background-color: #FFF;
}

