@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 */


html, body {
	font-family: 'Yanone', Arial, sans-serif;
	font-size: 12px;
	background: #2f2f2f;
}

.container {
	position: relative;
/* 	width: 960px; */
	max-width: 1350px;
	margin: 0 130px;
}

#header {
	position:relative;
}

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

#footer {
	position:relative;
}


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

}

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

}



@media (min-width: 1610px) {
	.container {
		margin: 0 auto;
	}
}

@media (max-width: 960px) {
	.container {
		margin: 0;
	}
}


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


/* CSS Document */


#header {
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}

#headerBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 507px;
}


#h_logoLink {
	float: left;
	margin-top: 20px;
	width: 251px;
	height: 77px;
	background-image: url('img/logo.png');
}



/* Menù */

#menu {
	float: right;
}

.menuContainer {
	float: left;
}

a.menuItem {
	display: block;
	width: 90px;
	height: 97px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	line-height: 140px;
	background: transparent;
}

a.menuItem:hover,
a.menuItem:active {
	background: repeat url('img/menu-hover.png');
}

a.menuItem.selected {
	background: #e43b24;
}


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


/* CSS Document */


#footer {
	border-top: 1px solid #222;
	padding: 20px 0 0;
}


#f_company {
	float: left;
}

#f_logo {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 42px;
	background-image: url('img/logo-footer.png');
}


#f_signName,
.f_companyData,
.f_companyDataLabel,
.f_companyDataValue,
.f_companyDataValue a {
	display: inline;
	color: #FFF;
	font-size: 14px;
	line-height: 65px;
}


.f_companyDataLabel:before {
	content: " - "
}


.f_companyDataLabel:after {
	content: ": "
}


#credits {
	float: right;
	margin-top: 27px;
	width: 106px;
	height: 13px;
	background-image: url('img/credits.jpg');
}


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


