html {height: 100%;}
body {
	font: 9px Verdana, Helvetica, sans-serif;
	background:#fff;
	/*height: 100%;*/
	color:#000;
	margin:0;
}
img {border:none;}
a,a:visited{text-decoration: none;color:#1C1CEF}
a:hover{text-decoration: underline;}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	min-height: 100%;
	overflow: hidden;
}
* html #main {
	height: 100%;
	overflow: visible;
}
/* header block styles */
#header {
	background: url(/images/bg-header-tile.png) repeat-x;
	overflow:hidden;
}
#header .header-area {
	background: url(/images/bg-header.png) no-repeat 0 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 770px;
	height:309px;
}
/* logo styles */
#header strong.logo {
	background: url(/images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 200px;
	height: 36px;
	margin: 15px 61px 0 4px;
}
#header strong.logo a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* slogan styles */
#header span.slogan {
	background: url(/images/slogan.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	width: 209px;
	height: 18px;
	left: 228px;
	bottom: 80px;
}
/* navigation menu styles */
#navigation {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	line-height: 9px;
	list-style: none;
	float: left;
	padding: 15px 0 0;
	height: 79px;
	margin: 0;
}
#navigation li {
	position: relative;
	margin: 0 17px 0 0;
	float: left;
}
#navigation li a {
	width: 35px;
	height: 36px;
	color: #000;
	float: left;
}
#navigation li a span {
	position: absolute;
	visibility: hidden;
	width: 200px;
	top: 55px;
	left: 2px;
}
#navigation li a:hover {
	background-position: 0 0;
	text-decoration: none;
}
#navigation li a:hover span {visibility: visible;}

#navigation li.nav-cosa_facciamo a {background-image: url(/images/nav-cosa_facciamo.png);}
#navigation li.nav-portfolio a {background-image: url(/images/nav-portfolio.png);}
#navigation li.nav-contatti a {background-image: url(/images/nav-contatti.png);}

/* content block styles */
#content {
	overflow:hidden;
	width:100%;
}
#content .content-area {
	width: 770px;
	margin: 0 auto;
	overflow:hidden;
}
#content .page-text {
	padding: 12px 0 0 3px;
	width: 470px;
	float: left;
}
#content .sidebar {
	padding: 7px 0 0;
	width: 252px;
	float: right;
}
#content .sidebar a img {
	display: block;
	margin: 0 0 3px;
}
#content .page-text h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 14px;
	font-size: 9px;
	line-height: 9px;
}
#content .page-text p, li{
	letter-spacing: 1.5px;
	/*word-spacing: -2px;*/
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	margin: 0 0 17px;
}
#content .page-text ul {
    padding-left: 20px;
}
#content .page-text li {
    padding: 0px;
}
/* footer block styles */
#footer {
	position: relative;
	overflow:hidden;
	background:#ff6600;
	margin: 0px 0 0;
	height: 52px;
	color: #fff;
	width:100%;
}
#footer a {color: #fff;}
#footer ul {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	overflow: hidden;
	list-style: none;
	padding: 20px 0;
	width: 770px;
	margin: 0 auto;
}
#footer ul li {
	background: url(/images/separator1.gif) no-repeat 0 3px;
	padding: 0 21px 0 21px;
	margin: 0 0 0 -16px;
	float: left;
}

#map{
    width: 100%;
    height: 300px;
}