html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #096494;
}
a:hover {
	color: #0f9eea;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #b9e0db url(immagini/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: black;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/

#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(immagini/body_bg.jpg) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(immagini/header_2.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
}

#logo {
  width: 244px;
  height: 152px;
  background: url(immagini/header_1.jpg) no-repeat;
  text-align: center;
  color: black;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav {
  background: url(immagini/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 21px;
  background: #2A2A2A bottom left url(immagini/nav_bot.jpg) no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(immagini/arr_blue.gif) no-repeat;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #84d3cd;;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border-top: 1px solid #959595;
  background: 188px 10px url(immagini/arr_white.gif) no-repeat;
}
#nav .important a {
  color: white;
}
#endnav {
  background: url(immagini/nav_end.jpg) no-repeat;
  padding: 1px;
  height: 11px;
  color: #1A1A18;
}
#endnav p {
  margin: 0.7em 2.6em;
}

#news {
  background: url(immagini/news_bg.jpg) repeat-y;
  padding-left: 25px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
  font-size: 10px;
}
#news h2 {
  font-size: 12px;
  color: black;
}
#news h3, #news p {
  font-size: 10px;
  margin: 1em 1px 0em 0;
}
#news a {
  color: #096494;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #0f9eea;
}
#news .more {
  font-size: 8px;
}
#news .hr-dots {
  background: center url(immagini/dots.gif) repeat-x;
  height: 10px;
}

#endnews {
  background: url(immagini/support.jpg) no-repeat;
  padding: 1px;
  height: 11px;
  color: #1A1A18;
}
#endnews p {
  margin: 0.7em 2.6em;
}

#right {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 301px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: black;
  border-bottom: 1px solid #5d9591;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: black;
  border-bottom: 1px solid #5d9591;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#pagina {
  margin-right: 20px;
}
#piepagina {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#pieleft, #pieright, #pieall {
  float: left;
  width: 49%;
}
#pieleft {
  margin-right: 1%;
  border-right: 1px solid #5d9591;
}
#pieall {
  width: 100%;
}
#pieleft-img-down, #pieright-img-buy {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 8px;
  text-align: center;
  padding-top: 32px;
  font-size: 9px;
  font-weight: bold;
}
#pieleft-img-down {
  background: url(immagini/download_g.gif) no-repeat;
}
#pieright-img-buy {
  background: url(immagini/buy.gif) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(immagini/footer_bg.jpg) repeat-y;
}
#copyzero {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: Grey;
  font-weight: bold;
}
#footerline{
	background: url(immagini/footerline.jpg) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
