* { margin: 0; padding: 0; }
img { border: none; }
a, a:visited { text-decoration: none; color: #c9a54a; }
a span { cursor: pointer; }

body {
	color: #4E4E4E;
	font-family: Arial;
	font-size: 12px;
	background: #faf7ee url(../img/bg_body.gif) repeat-x top left;
	text-align: center;
}

div.content {
	margin: 0 auto;
	width: 1090px;
	position: relative;
	text-align: left;
	min-height: 647px;
	height: auto !important;
	height: 647px;
}

h1.logo {
	background: url(../img/logo.png) no-repeat top left;
	display: block;
	position: relative;
	margin: 0 auto;
	width: 294px;
	height: 94px;
	overflow: hidden;
	text-indent: -999em;
	font-size: 0;
	margin-top: 4px;
	z-index: 200;
}

h1.logo a { 
	display: block;
	width: 294px;
	height: 94px;
	overflow: hidden;
	text-indent: -999em;
	font-size: 0;
}

h2.title {
	overflow: hidden;
	text-indent: -999em;
	font-size: 0;
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 200;
}

div.col-left {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 130px;
	padding: 0 45px 0 38px;
}

div.col-left span,
div.col-left a {
	display: block;
	width: 130px;
	margin: 41px 0 0 0;
}

div.col-left span,
div.col-left a,
div.col-right span,
div.col-right a { text-align: center; }

div.col-left img,
div.col-right img { position: relative; margin: 0 auto; }

div.col-right {
	position: absolute;
	top: 120px;
	right: 47px;
	width: 170px;
	height: 470px;
	padding: 0;
}

div.col-right .shareArea {
	float: left;
	width: 100%;
	margin-top: 10px;
}

div.col-right .shareArea a {
	float: left;
	clear: left;
	display:block;
	width: 130px;
	height: 19px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 4px 0 0 30px;
	color: #FCFBF7;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

div.col-right .shareArea a:hover {
	color: #A78330;
}

div.col-right .shareArea a#btnPrint 	{ background-image: url(../img/btn_print.gif); }
div.col-right .shareArea a#btnDownload 	{ background-image: url(../img/btn_download.gif); }
div.col-right .shareArea a#btnSend 		{ background-image: url(../img/btn_send.gif); }
div.col-right .shareArea a#btnShare 	{ background-image: url(../img/btn_share.gif); }

div.col-right a.consigliButton {
	position: absolute;
	top: 130px;
	left: 13px;
	width: 153px;
	height: 39px;
	background: url(../img/btn_consigli.gif) no-repeat 0px -39px;
	text-indent: -9999em;
	line-height: 999em;
	overflow: hidden;
}

div.col-right a.consigliButton:hover {
	background-position: top left;
}

div.col-right a.consigliButton.active {
	left: 0;
	width: 179px;
	height: 37px;
	background: url(../img/btn_consigli_on.png) no-repeat top left;
	left: -6px;
}

div.col-right a#ganciaLogoNormal,
div.col-right a#ganciaLogoActive {
	position: absolute !important;
	bottom: 0;
	right: 13px;
	width: 131px;
	height: 165px;
	text-indent: -9999em;
	line-height: 999em;
	overflow: hidden;
	cursor: pointer;
	z-index:1;
}

div.col-right a#ganciaLogoNormal {
	background: url(../img/logo_rightCol.png) no-repeat top left;
}

div.col-right a#ganciaLogoActive {
	display: none;
	background: url(../img/logo_rightCol_active.png) no-repeat top left;
}

div.col-center {
	position: relative;
	margin: 0 auto;
	width: 647px;
	height: 518px;
}

div.footer {
	position: absolute;
	bottom: -5px;
	left: 245px;
	width: 600px;
	text-align: center;
	font-size: 10px;
	color: #c9a54a;
	z-index: 100;
	padding-bottom: 20px;
}

div.footer img { padding: 0 5px; }

embed, object { outline: none; }

.landing-text {
	width: 750px;
	margin: 30px auto 0 auto;
	line-height: 24px;
	text-align: left;
	font-size: 14px;
	position: relative;
}

.landing-text img.vespa {
  float: left;
  display: inline;
}

.landing-text p {
  float: left;
  display: inline;
  width: 320px;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-left: 20px;
}

.landing-text p.center {
	padding: 0;
	text-align: center;
}


.landing-text .footer {
	width: 750px;
	position: static;
	padding-top: 20px;
	clear: both;
}

.service-text {
	overflow: visible;
	width: 600px;
	text-align: left;
	margin: 40px auto 0 auto;
}

.service-text .footer {
  width: 600px;
  position: static;
  margin-top: 30px;
}

.service-text p {
  margin: 10px 0 0 0;
}
  
.service-text ol {
	padding-left: 20px;
	*padding-left: 25px;
}