/* @override http://localhost:8888/castagno/css/screen.css */

/* Reset CSS Code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  background: url(images/bg/body.jpg) 0 0;
  font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.float-fixer {
  clear: both;
}

#bg-top {
  height: 280px;
  position: absolute;
  width: 100%;
  top: 0;
  background: url(images/bg/bg-top.jpg) repeat-x 0 0;
}

#wrapper {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  top: 0;
}

#main-content {
  width: 515px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4px;
  border-bottom: 1px solid #008131;
  padding-bottom: 20px;
}

#left-col {
  width: 222px;
  position: absolute;
  top: 0;
  left: 0;
}

#right-col {
  width: 222px;
  position: absolute;
  top: 0;
  right: 0;
}

div.box {
  background-color: #d3dfb7;
}

div.round-bt {
  padding: 0px 5px 5px 5px;
}

div.round-all {
  padding: 5px;
  margin-top: 20px;
}

div.inner-bt-box {
  padding: 5px;
  border-right: 1px solid #008131;
  border-bottom: 1px solid #008131;
  border-left: 1px solid #008131;
}

div.inner-all-box {
  padding: 5px;
  border-top: 1px solid #008131;
  border-right: 1px solid #008131;
  border-bottom: 1px solid #008131;
  border-left: 1px solid #008131;
}

div.box p {
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  padding-bottom: 18px;
}

div.box h2 {
  font: 22px/34px Neucha, arial, serif;
  text-align: center;
  color: #b32c0c;
  background: url(images/bg/dotted.gif) repeat-x 0 bottom;
  height: 40px;
  margin-bottom: 10px;
}

div#main-content p {
  padding: 18px;
}

div#main-content h1 {
  font: 22px/34px Neucha, arial, serif;
  text-align: center;
  color: #b32c0c;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* @group Title */

h1#main-title {
  height: 120px;
  width: 100%;
  background: url(images/general/logo.jpg) no-repeat center top;
  margin-bottom: 15px;
}

h2#small-title {
  height: 69px;
  width: 100%;
  background: url(images/general/logo-small.jpg) no-repeat center top;
  margin-bottom: 15px
}

h2#small-title a {
  display: block;
  width: 100%;
  height: 100%;
}

h1#main-title span, h2#small-title span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}


/* @end */

/* @group Menu */

#main-menu li {
  font: 18px/26px Neucha, arial, serif;	
  list-style-image: url(images/bg/bullet.gif);
  list-style-position: inside;
  margin-bottom: 5px;
  margin-top: 5px;
}

#main-menu li a {
  text-decoration: none;
  color: #b32c0c;
}

#main-menu li a:hover {
  color: #999;
}



/* @end */

div#footer {
  width: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

div#footer p {
  font-size: 10px;
  text-align: center;
  color: #333;
  line-height: 16px;
}

/* @group Lista vantaggi */

div#list-top {
  background: url(images/bg/lista-vantaggi_01.png) no-repeat center top;
  margin-top: -4px;
  height: 32px;
}

div#list-corp {
  background: url(images/bg/lista-vantaggi_02.png) repeat-y center top;
  width: 381px;
  margin-right: auto;
  margin-top: -15px;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}

div#list-bottom {
  background: url(images/bg/lista-vantaggi_03.png) no-repeat center top;
  margin-top: 0;
  height: 33px;
}

div#list-corp p {
  background: url(images/bg/lista-bullet.gif) no-repeat 10px 0;
  text-align: left;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 10px;
}

div#list-corp p strong {
  text-transform: uppercase;
  font-size: 10px;
}



/* @end */

.form p {
  font-size: 10px !important;
  text-align: left !important;
}

ul.zemError li {
  font-size: 10px;
  color: red;
}

div.download a {
  font: 16px/20px Neucha, arial, serif;
  color: #B32C0C;
}

div.download p {
  padding: 0px !important;
  font: 10px/20px arial, serif;
}

ul#loghi {
  width: 260px;
  margin: 15px auto;
}

ul#loghi li {
  display: inline;
}

a {
  color: #B32C0C;
  text-decoration: none;
}
