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

/******************** CLASSES ********************/

* {
	margin:0;
	padding:0;
}

body {
	background:#000;
	font-family:"Helvetica", arial, verdana, sans-serif;
	font-size:11px;
	color: #c5ccd0;
}

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

a:hover { text-decoration:underline; }

a.current {
	font-style:oblique;
	font-weight:bold;
}

img { border:0; }

small {
	font-size: 9px;
	font-weight:100;
}

.clear { clear:both; }

.hidden { display:none; }

.float_left { float:left; }

.float_right { float:right; }

.small-caps { font-variant:small-caps; }

.underline { text-decoration:underline; }

.main_wrapper {
	margin: 20px auto 0 auto;
	padding:0;
	width:900px;
	height:auto;
	min-height:590px;
}

.logo_wrapper {
	float:right;
	width:412px;
	height:auto;
	margin-top:-12px;
}

.logo {
	width:412px;
	height:82px;
}

ul.store_menu {
	width:109px;
	float:right;
	list-style-type:none;
}

ul.store_menu li {
	margin:10px 0 10px 0;
}

li.gray a {
	padding:4px 0 0 32px;
	background-image:url(../img/square_gray.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#000;
}

li.gray a:hover {
	text-decoration:none;
	color:#c5ccd0;
}

li.silver a {
	padding:4px 0 0 32px;
	background-image:url(../img/square_silver.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#000;
}

li.silver a:hover {
	text-decoration:none;
	color:#8c9091;
}

li.gold a {
	padding:4px 0 0 32px;
	background-image:url(../img/square_gold.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#000;
}

li.gold a:hover {
	text-decoration:none;
	color:#876a2c;

}

.content_wrapper {
	width:828px;
	float:left;
	height:auto;
	min-height:360px;
}

ul.site_menu {
	float:right;
	width:100%;
	margin-top:5%;
	list-style-type:none;
	text-align:right;
	padding-right:100px;
}

ul.site_menu li {
	display:inline;
	margin-left:20px;
	font-weight:100;
}

.info {
	position:absolute;
	bottom:3px;
	right:5px;
	color:#666;
}

.flag_ita {
	width:29px;
	height:18px;
	float:right;
	background-image:url(../img/flag_italy.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0 0 0 5px;
}

.flag_ita_float_left {
	width:29px;
	height:18px;
	float:left;
	background-image:url(../img/flag_italy.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0 5px 0 0;
}

.flag_uk {
	width:29px;
	height:19px;
	float:left;
	background-image:url(../img/flag_uk.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0 5px 0 0;
}

/******************** STORE LOCATOR ********************/

#swf_wrapper {
	width:780px;
	height:400;
	float:left;
	margin-top:-50px;
	margin-left:10px;
}

li.gold a.store_current {
	text-decoration:none;
	color:#876a2c;
}


/******************** PARTNERS ********************/

h2#partners {
	padding:15px;
	margin-bottom:20px;
	background-image:url(../img/title_partners.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#mpf_wrapper {
	width:800px;
	height:auto;
	text-align:justify;
	margin-right:30px;
}

#mpf_logo {
	float:left;
	width:15%;
}

#mpf_itacol {
	float:left;
	width:40%;
	
}

#mpf_engcol {
	float:right;
	width:40%;
}

#border_partners {
	float:left;
	width:18px;
	height:18px;
	border-right:1px solid #ccc;
}

#logos {
	width:auto;
	margin:20px auto 0 auto;
}

#logos ul {
	list-style-type:none;
}

#logos ul li {
	display:inline;
	margin:0 20px;
}

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

h2#news {
	padding:15px;
	margin-bottom:5px;
	background-image:url(../img/title_news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#news_wrapper {
	width:100%;
	height:auto;
}

#flag_ita_news {
	float:left;
	height:28px;
	width:44%;
	background-image:url(../img/flag_italy.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#flag_uk_news {
	float:right;
	width:52%;
	height:28px;
	background-image:url(../img/flag_uk.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#news_itacol {
	float:left;
	width:48%;

}

#news_engcol {
	float:right;
	width:48%;
}

/******************** CONCEPT ********************/

h2#concept {
	padding:15px;
	margin-bottom:20px;
	background-image:url(../img/title_concept.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#concept_wrapper {
	width:98%;
	height:auto;
	text-align:justify;
	font-size:11px;
}

#concept_itacol {
	float:left;
	width:48%;
}

#concept_engcol {
	float:right;
	width:48%;
}

.border {
	float:left;
	width:15px;
	height:18px;
	border-right:1px solid #ccc;
}

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

h2#contact {
	padding:15px;
	margin-bottom:20px;
	background-image:url(../img/title_contact.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#contact_content {
	margin:70px auto 0 auto;
	width:322px;
	height:auto;
}

#noweb_contact {
	float:left;
	text-align:right;
}

#web_contact {
	float:right;
	text-align:left;
	border-left:1px solid #c5ccd0;
	padding:15px 0 15px 30px;
}

/******************** ONLINESHOP ********************/

h1#comingsoon {
	margin:100px auto;
	display:block;
	width:339px;
	height:35px;
	background-image:url(../img/title_comingsoon.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

li.gray a.store_current {
	text-decoration:none;
	color:#c5ccd0;
}

/******************** REGALISTICA ********************/

#regalistica_content {
	margin:70px auto 0 auto;
	width:650px;
	height:auto;
}

#regalistica_txt {
	float:left;
	width:500px;
	text-align:right;
	line-height:15px;
}

#regalistica_mail {
	float:right;
	text-align:left;
	border-left:1px solid #c5ccd0;
	padding:55px 0 65px 30px;
}

p#reg_ita {
	padding-bottom:5px;
	border-bottom:1px dotted #fff;
}

p#reg_eng {
	padding-top:5px;
}

