@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: 'itc_avant_garde_gothic_stdBk';
    src: url('font/itcavantgardestd-bk-webfont.eot');
    src: url('font/itcavantgardestd-bk-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/itcavantgardestd-bk-webfont.woff') format('woff'),
         url('font/itcavantgardestd-bk-webfont.ttf') format('truetype'),
         url('font/itcavantgardestd-bk-webfont.svg#itc_avant_garde_gothic_stdBk') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'itc_avant_garde_gothic_stdMd';
    src: url('font/itcavantgardestd-md-webfont.eot');
    src: url('font/itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/itcavantgardestd-md-webfont.woff') format('woff'),
         url('font/itcavantgardestd-md-webfont.ttf') format('truetype'),
         url('font/itcavantgardestd-md-webfont.svg#itc_avant_garde_gothic_stdMd') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'itc_avant_garde_std_mdbold';
    src: url('font/itcavantgardestd-bold-webfont.eot');
    src: url('font/itcavantgardestd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/itcavantgardestd-bold-webfont.woff') format('woff'),
         url('font/itcavantgardestd-bold-webfont.ttf') format('truetype'),
         url('font/itcavantgardestd-bold-webfont.svg#itc_avant_garde_std_mdbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'itc_avant_garde_gothic_stdXLt';
    src: url('font/itcavantgardestd-xlt-webfont.eot');
    src: url('font/itcavantgardestd-xlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/itcavantgardestd-xlt-webfont.woff') format('woff'),
         url('font/itcavantgardestd-xlt-webfont.ttf') format('truetype'),
         url('font/itcavantgardestd-xlt-webfont.svg#itc_avant_garde_gothic_stdXLt') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header {
	position:absolute;
	top: 0px;
	width: 100%;
	height: 62px;
	z-index: 9999;
	background: url("img/spacerHeader.png") repeat-x left bottom;
}

#content {
	clear: both;
	position:relative;
	min-height:650px;
}

#footer {
	position:relative;
	height: 60px;
	z-index: 6;
	margin-top: 40px;
	width: 100%;
	background: #019fe3;
}


/* ********************************** */
/* css/gen/header.css */


/* CSS Document */

.containerHeader{
	height: 62px;
}
#h_logo{
	width: 206px;
	height: 30px;
	background: url("img/sprite.png") no-repeat 0 0;
	float: left;
	margin-top: 28px;
}
#h_logoLink{
	display: block;
	height: 100%;
	width: 100%;
}

#menuList{
	float: right;
	margin-top: 36px;
}
#menuList .menuContainer{
	float: left;
	margin-left: 35px;
}
#menuList .menuContainer .menuItem{
	color: white;
	width: 100%;
	font: 14px/20px 'itc_avant_garde_gothic_stdMd';
}
#menuList .menuContainer .menuItem.last-child{
	margin-right: 0px;
}

#magic-line { position: absolute; bottom: 0px; left: 0; width: 100px; height: 1px; background: white; }


/* ********************************** */
/* css/gen/footer.css */


/* CSS Document */

.containerFooter{
	height: 60px;
}
.spacer{
	width: 7px;
	height: 13px;
	background: url("img/sprite.png") no-repeat -196px -60px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	* display:inline;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.f_companyData{
	font: 11px/60px 'itc_avant_garde_gothic_stdBk';
	color: white;
	text-align: center;
}
.f_companyData .nameCompany{
	text-transform: uppercase;
}
.f_companyDataValue a{
	color: white;
	-webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.f_companyDataValue a:hover{
	color: #005ba8;
}


/* ********************************** */
/* css/gen/content.css */


/* CSS Document */


/*
 *	LAYOUT DI DEFAULT
 *	(codice da eliminare)
 *
 *	Clean Layout
*/


