@charset "UTF-8";


/* ********************************** */
/* css/lib/reset.css */


/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, select, textarea, p, blockquote, th, td 
{ margin:0; padding:0; }

/* Removes list-style from lists */
ol,ul { list-style:none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight:normal; }

/* Removes list-style from lists */
table { border-collapse:collapse; border-spacing:0; }

/* Removes border from fieldset and img */
fieldset,img { border:0; }

/* Left-aligns text in caption and th */
caption,th { text-align:left; }

/* Removes quotation marks from q */
q:before, q:after { content:''; }

/* Removes underline from links */
a:link, a:visited { text-decoration:none; }


/* ********************************** */
/* css/lib/classes.css */




/* Class */
.clear {
	display: block;
	clear: both;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.hidden {
	display: block;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	height: 0;
	min-height: 0;
	width: 0;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.replace {
	display: block;
	text-align: left;
	text-indent: -999em;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: no-repeat 0 0 transparent;
	border: none;
}

.imgContainer {
	position: relative;
	display: block;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}

.imgContained {
	min-width: 100%;
	height: 100%;
}

.floatedItem {
	position: relative;
	display: block;
	float: left;
}

.fullScreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.first-row {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}


/* Google Maps (per mostrare che funziona) */
#map_canvas {
	min-height: 10px;
}


/* ********************************** */
/* css/gen/general.css */


/* CSS Document */

@font-face {
    font-family: 'SansationRegular';
    src: url('font/sansation_regular.eot');
    src: url('font/sansation_regular.eot') format('embedded-opentype'),
         url('font/sansation_regular.woff') format('woff'),
         url('font/sansation_regular.ttf') format('truetype'),
         url('font/sansation_regular.svg#SansationRegular') format('svg');
}
@font-face {
    font-family: 'SansationBold';
    src: url('font/sansation_bold.eot');
    src: url('font/sansation_bold.eot') format('embedded-opentype'),
         url('font/sansation_bold.woff') format('woff'),
         url('font/sansation_bold.ttf') format('truetype'),
         url('font/sansation_bold.svg#SansationBold') format('svg');
}
@font-face {
    font-family: 'SansationLightRegular';
    src: url('font/sansation_light.eot');
    src: url('font/sansation_light.eot') format('embedded-opentype'),
         url('font/sansation_light.woff') format('woff'),
         url('font/sansation_light.ttf') format('truetype'),
         url('font/sansation_light.svg#SansationLightRegular') format('svg');
}
@font-face {
    font-family: 'souvenirdemi';
    src: url('font/souvenir_demi-webfont.eot');
    src: url('font/souvenir_demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/souvenir_demi-webfont.woff') format('woff'),
         url('font/souvenir_demi-webfont.ttf') format('truetype'),
         url('font/souvenir_demi-webfont.svg#souvenirdemi') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sansationitalic';
    src: url('font/sansation_italic-webfont.eot');
    src: url('font/sansation_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sansation_italic-webfont.woff') format('woff'),
         url('font/sansation_italic-webfont.ttf') format('truetype'),
         url('font/sansation_italic-webfont.svg#sansationitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	font-family: 'SansationRegular', Arial, sans-serif;
	font-size: 15px;
	line-height:18px;
	height: 100%;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header {
	position:relative;
}

#content {
	clear: both;
	position:relative;
}

#footer {
	position:relative;
}

.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -212px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 212px; /* .push must be the same height as .footer */
}


/* ********************************** */
/* css/gen/header.css */


/* CSS Document */

#header {
	height:168px;
	width:100%;
	position:relative;
	background:url(img/sprite.png) no-repeat center top;
}
#h_logo {
	position:absolute;
	top:0;
	left:-31px;
	width:223px;
	height:249px;
	background:url(img/sprite-varie.png) no-repeat left top;
	z-index:100;
}
#h_logoLink {
	display: block;
	height: 118px;
	margin-left: 31px;
	margin-top: 12px;
	width: 142px;
}
#menu {
	float:right;
	width:745px;
	height:45px;
}
#menuList {
	text-align:right;
	padding-top:12px;
}
.menuContainer {
	display:inline;
	padding:0 15px;
}
.menuItem {
	color:#7a003d;
	text-transform: uppercase;
	border-bottom: 1px dashed #feebd4;
	-webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}
.menuItem:hover {
	border-bottom: 1px dashed #7a003d;
}
.menuItem.selected, .menuItem.selected:hover{
	font-family:'SansationBold';
	border-bottom: 1px dashed #feebd4;
}

#languages {
	position:absolute;
	top:143px;
	left:32px;
	z-index:100;
}
.h_lang {
	float:left;
	width:18px;
	height:18px;
	margin-right:12px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	
	filter: alpha(opacity=50);	
	-moz-opacity:0.5;	
	-khtml-opacity: 0.5;    
	opacity: 0.5;
	background-image:url(img/sprite.png);
	background-repeat:no-repeat;
	text-indent: -999em;
	cursor:pointer;
}
#flagIT {
	background-position: -960px -380px;
}
#flagEN {
	background-position: -978px -380px;
}
#flagDE {
	background-position: -996px -380px;
}
.selectedLanguage {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	filter: alpha(opacity=100);	
	-moz-opacity:1;	
	-khtml-opacity: 1;    
	opacity: 1;
	cursor:default;
}


/* ********************************** */
/* css/gen/footer.css */


/* CSS Document */


#footer {
	width:100%;
	min-width:960px;
	height:212px;
	background:url(img/sprite.png) no-repeat center -168px;
	overflow:hidden;
}
#footer .container {
	height:212px;
}
#f_company {
	color:#feebd4;
	padding-top:145px;
	font-size:13px;
}
.f_companyDataValue {
	font:13px 'SansationLightRegular';
}
.f_companyDataValue a {
	color:#feebd4;
	text-decoration: none;
	border-bottom: 1px dashed #7a003d;
	-webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}
.f_companyDataValue a:hover {
	border-bottom: 1px dashed #feebd4;
}

#sitemap {

}
#sitemap #menuList {
	text-align:left;
	padding-top:5px;
}
#sitemap .menuContainer {
	display:block;
	float:left;
	padding:0 10px 0 2px;
	color:#feebd4;
}
#sitemap .menuContainer.first-child {
	padding-right:8px;
}
#sitemap .menuItem {
	color:#feebd4;
	text-transform: uppercase;
	border-bottom: 1px dashed #7a003d;
	-webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
    font-size:12px;
}
#sitemap .menuContainer:before {
	content:"|\a0\a0\a0";
	font:12px 'SansationLightRegular';
}
#sitemap .menuContainer.first-child:before {
	content:"";
	font:12px 'SansationLightRegular';
}
#sitemap .menuItem:hover {
	border-bottom: 1px dashed #feebd4;
}
#sitemap .menuItem.selected, #sitemap .menuItem.selected:hover{
	font-family: 'SansationRegular';
}

.socialMenuItem {
	position:absolute;
	height:74px;
	width:74px;
	bottom:0;
	right:0;
	text-indent: -999em;
	z-index:5;
}
.socialItemFacebook {
	background: url(img/sprite-varie.png) no-repeat -223px -118px;
}
.nastroBg {
	position: absolute;
	width:82px;
	height:118px;
	bottom:-18px;
	right:0;
	background: url(img/sprite-varie.png) no-repeat -223px 0;
	z-index:2;
	-webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}
.socialMenuItem:hover + .nastroBg {
	bottom:0;
}



/* ********************************** */
/* css/gen/content.css */


/* CSS Document */


/*
 *	LAYOUT DI DEFAULT
 *	(codice da eliminare)
 *
 *	Clean Layout
*/
