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

* {
	margin:0;
	padding:0;
}

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
}

img { border:0; }

ul { list-style:none; }

a {
	text-decoration:none;
	color:#999;
}

h2 {
	font-size:14px;
	margin:20px 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
}

h3 {
	font-size:11px;
	font-style:oblique;
	font-weight:100;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#CCC;
}

#main_wrapper {
	margin:20px auto;
	width:750px;
	height: auto;
}

/***********************************
			page menu
***********************************/

#page_menu {
	width:825px;
	height:238px;
	margin:20px auto 0 -80px;
	background-image:url(../img/bg_page_menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#page_logo {
	float:left;
	margin:53px 0 0 80px;
}

#page_language {
	width:40px;
	height:5px;
	float:right;
	margin-top:105px;
}

#main_menu {
	float:left;
	text-indent:-3000px;
	width:60%;
	margin:105px 0 0 88px;
}

#main_menu ul li {
	display:inline;
}

#main_menu ul li a {
	width:87px;
	height:15px;
	display:inline-block;
}

a#company {
	float:left;
	background-image:url(../img/menu_company.png);
	background-position:top left;
	background-repeat:no-repeat;
}

a#company:hover {
	background-image:url(../img/menu_company.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#brands {
	float:left;
	background-image:url(../img/menu_brands.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:10px;
}

a#brands:hover {
	background-image:url(../img/menu_brands.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#news {
	float:left;
	background-image:url(../img/menu_news.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

a#news:hover {
	background-image:url(../img/menu_news.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#links {
	float:left;
	background-image:url(../img/menu_links.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:-10px;
}

a#links:hover {
	background-image:url(../img/menu_links.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#contact {
	float:left;
	background-image:url(../img/menu_contact.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

a#contact:hover {
	background-image:url(../img/menu_contact.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/********** reserved area ***********/

#reserved_area {
	float:right;
	width:100px;
	height:100px;
	margin-top:20px;
}

#reserved_area ul li a {
	width:71px;
	height:12px;
	display:block;
	margin-bottom:4px;
}

a#download {
	float:right;
	background-image:url(../img/menu_download.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

a#download:hover {
	background-image:url(../img/menu_download.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#webmail1 {
	float:right;
	background-image:url(../img/menu_webmail1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

a#webmail1:hover {
	background-image:url(../img/menu_webmail1.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#webmail2 {
	float:right;
	background-image:url(../img/menu_webmail2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

a#webmail2:hover {
	background-image:url(../img/menu_webmail2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#multimedia {
	float:right;
	background-image:url(../img/menu_multimedia.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

a#multimedia:hover {
	background-image:url(../img/menu_multimedia.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#b2b {
	background-image:url(../img/menu_b2b.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a#b2b:hover {
	background-image:url(../img/menu_b2b.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}	

/***********************************
				HOME
***********************************/

#home_wrapper {
	position:absolute;
	top:50%;
	left:50%;
	width:650px;
	height:220px;
	margin-top:-110px;
	margin-left:-325px;
}

#home_wrapper ul li {
	margin:3px 0;
}

#home_main_menu {
	float:left;
	width:205px;
	height:200px;
	background-image:url(../img/bg_main_menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#home_main_menu:hover {
	background-image:url(../img/bg_main_menu.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

ul#left_menu {
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin-top:40px;
	margin-right:18px;
}

ul#right_menu {
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin-top:40px;
	margin-left:15px;
}


#home_reserved_area {
	float:right;
	width:205px;
	height:200px;
	background-image:url(../img/bg_reserved_area.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#home_reserved_area:hover {
	background-image:url(../img/bg_reserved_area.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}


#home_logo {
	float:right;
	width:207px;
	height:200px;
	margin-right:13px;
}

#home_language {
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
}

#piva {
	position:absolute;
	bottom:5px;
	float:left;
	width:100%;
	text-align:center;
	font-size:9px;
}

/***********************************
			COMPANY
***********************************/

#sudmenu {
	width:100%;
	float:left;
}

#submenu ul {
	margin-bottom:10px;
	border-left:1px solid #999;
	padding-left:5px;
}

#submenu ul li{
	display:inline;
	margin:0 5px 0 0;
	border-right:1px solid #999;
	padding-right:5px;
}

#company_gallery {
	width:740px;
	height:86px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}


li.company_img {
	float:left;
	margin:0;
	width:123px;
	height:86px;
	display:inline-block;
}

li#company_img01 {
	background-image:url(../img/company_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

li#company_img01:hover {
	background-image:url(../img/company_01.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

li#company_img02 {
	background-image:url(../img/company_02.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

li#company_img02:hover {
	background-image:url(../img/company_02.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

li#company_img03 {
	background-image:url(../img/company_03.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

li#company_img03:hover {
	background-image:url(../img/company_03.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

li#company_img04 {
	background-image:url(../img/company_04.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

li#company_img04:hover {
	background-image:url(../img/company_04.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

li#company_img05 {
	background-image:url(../img/company_05.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

li#company_img05:hover {
	background-image:url(../img/company_05.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

li#company_img06 {
	background-image:url(../img/company_06.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

li#company_img06:hover {
	background-image:url(../img/company_06.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#company_txt {
	margin-top:20px;
}

#company_txt h2 {
	width:100%;
}

#company_txt ul {
	list-style:inside;
	list-style-type:square;
	margin:5px 0;
}

#company_txt ul li {
	margin:5px 0 5px 5px;
}

h2#history {
	display:block;
	height:15px;
	background-image:url(../img/title_history.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-3000px;
	border-bottom:1px solid #999;
	margin-bottom:3px;
}

h2#design {
	display:block;
	height:15px;
	background-image:url(../img/title_design.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-3000px;
	border-bottom:1px solid #999;
}

h2#strategy {
	display:block;
	height:15px;
	background-image:url(../img/title_strategy.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-3000px;
	border-bottom:1px solid #999;
}

/***********************************
			BRANDS
***********************************/

#zoppini, #makuti, #manuelzed, #disney, #sprout, #avatar {
	border-top:1px solid #999;
	margin-top:30px;
	padding-top:15px;
	float:left;
	width:750px;
}

.brands_lcol {
	float:left;
	width:730px;
}

.brands_rcol {
	float:right;
	width:38%;
	height:100%;
}

.brands_logo {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.brands_txt {
	float:left;
	width: 730px;
}

.brands_url {
	float:left;
	margin-top:10px;
}


.brands_gallery {
	float:right;
	width:280px;
	height:190px;
}

li.brands_img {
	display:inline-block;
	width:93px;
	height:63px;
	float:left;
}	

a#totop {
	float:right;
	margin:20px 0;
}

/***********************************
			CONTACT
***********************************/

.contact_group {
	margin:10px 0;
}

#contact_list {
	float:left;
}

#contact_list h4 {
		margin:10px 0;
}

#mpf_contact {
	position:relative;
	top:90px;
	float:right;
	text-align:center;
	width:205px;
	height:200px;
	background-image:url(../img/bg_mpfcontact.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:10px;
	margin-right:50px;
}

#mpf_contact h4 {
	margin:5px 0;
}

a#mappa {
	display:block;
	width:158px;
	height:16px;
	background-image:url(../img/comeraggiungerci.gif);
	text-indent:-3000px;
	margin:20px 0 0 25px;
	border-bottom:1px dashed #fff;
	text-align: center;
}

a#map {	/** eng **/
	display:block;
	width:158px;
	height:16px;
	background-image:url(../img/howtoarrive.gif);
	text-indent:-3000px;
	margin:20px 0 0 25px;
	border-bottom:1px dashed #fff;
}


/***********************************
			MAPPA
***********************************/

#google_maps {
	width:650px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-325px;
	background-image:url(../img/bg_mappa.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#google_maps iframe {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-275px;
}

/***********************************
			DOWNLOAD
***********************************/

iframe#login_frame {
	border:0;
	position:absolute;
	width:211px;
	height:290px;
	top:220px;
	left:50%;
	margin-left:-105px;
}
/***********************************
				LINKS
***********************************/

#links_wrapper {
	width:100%;
	margin:0 auto;
}
#links_wrapper h1 {
	float:left;
	display:block;
	text-indent:-3000px;
	width:100%;
	height:20px;
	border-bottom:1px solid #999;
	margin-bottom:15px;
}

#scopri, #acquista, #enjoy, #discover, #buy {
	float:left;
	margin-bottom:20px;
	width: 740px;
}

#scopri h1 {
	background-image:url(../img/title_scopri.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#acquista h1 {
	background-image:url(../img/title_acquista.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#enjoy h1 {
	background-image:url(../img/title_enjoy.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#discover h1 {	/** eng **/
	background-image:url(../img/title_discover.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#buy h1 {	/** eng **/
	background-image:url(../img/title_buy.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.links_list {
	float:left;
	width:100%;
	text-align:right;
}

.links_list ul li {
	padding-bottom:5px;
}

.links_txt {
	float:right;
	width:75%;
	text-align: justify;
	clear: left;
	height: auto;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	display: table;
}

/***********************************
				MULTIMEDIA
***********************************/

#multimedia_wrapper {
	width:100%;
	margin:0 auto;
	font-family: Verdana, Geneva, sans-serif;
}

#multimedia_wrapper h1 {
	float:left;
	display:block;
	text-indent:-3000px;
	width:750px;
	height:20px;
	border-bottom:1px solid #999;
	margin-bottom:15px;
}

.multimedia_list {
	float:left;
	width:100%;
	text-align:right;
}

.multimedia_list ul li {
	padding-bottom:5px;
}

.multimedia_txt {
	float:left;
	width:750px;
	text-align: justify;
	clear: left;
	height: auto;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	display: table;
}

/***********************************
				NEWS
***********************************/

#news_wrapper {
	width:100%;
}

#news_wrapper h1 {
	float:left;
	display:block;
	text-indent:-3000px;
	width:740px;
	height:20px;
	background-image:url(../img/title_news.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #999;
	margin-bottom:15px;
}
	
.news {
	width:100%;
	float:left;
	margin:15px 0;
}
	
.data {
	float:left;
	width:30%;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#ccc;
	text-align:right;
}
	
.news_txt {
	float:right;
	width:68%;
}
#main_wrapper #page_menu table tr td {
	font-family: Comic Sans MS, cursive;
}
#main_wrapper #page_menu table tr td {
	font-family: Verdana, Geneva, sans-serif;
}

