body{
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	
}

#main{
	width: 994px;
	margin: 0 auto;
	padding: 0px;
	background-color:#FFF;
	margin-top:4px;
}

#header {
    width: 995px;
    height:86px;
    padding:0px;
    margin: 0px auto;
}

#content_main {
    width: 995px;
    margin: 0px auto;
    padding: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top:-24px;
}

#navi_bg {
    margin: 0px;
	padding:0px;
    float: left;
}

#content{
	font-size: 0.9em;
	width:992px;
	color: #777777;
	border:1px solid #494B9F;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	min-height:400px;
}

h1 {
	font-size:1.6em;
	margin-top:8px;
	margin-bottom:22px;
	color: #494B9F;
	padding: 10px 16px;
}

h2, h3{
	padding: 0px;
	margin: 10px 0px 10px 0px;
    font-weight: bold;
	color: #494B9F;
	line-height: 1em;
	padding: 10px 16px;
}

h1.cat {
	background-color: #494B9F;
	color: #FFFFFF;
	line-height: 1.4em;
}

h2.link {
	color: #494B9F;
	/*line-height: 0.1em;*/
    border-bottom:1px solid #494B9F;
}

h2{
	font-size:1.4em;
}

h3{ 
	font-size:1.2em;
}

p, a, li, b, i, span, div, td, th, strong, pre {
	font-size:1em;
}

input, textarea, radio {
	padding:2px;
	margin:4px;
}

a, a:hover {
	text-decoration:none;
}

a.current {
	font-weight:bold;
}

.bordata {
	border:1px solid #89888E;
	padding:1px;
	margin:10px 8px;
}

table.prezzi {
	border:1px solid #89888E;
	padding:0px;
	margin:0px auto;
	width:60%;
}

table.prezzi td {
	border:1px solid #89888E;
	padding:2px;
	margin:0px;
}

table.prezzi th {
	background-color:#494B9F;
	color:#fff;
	text-align:center;
	padding: 4px 6px;
}

/*----------------------image--------------------- */

#image{
	padding: 0px;
	margin: 0px 2px 12px 0px;
	float:left;	
	width:220px;
	padding-right: 20px;
	margin-bottom:12px;
}

#image a{
	padding-top: 5px;
	color: #89888E;
	font-weight: normal;
}

#image a:hover{
	color: #494B9F;
	font-weight: normal;
}

/*----------------------text--------------------- */

#text {
    padding: 10px 16px;
	margin:2px 0px 6px 0px;
	text-align: justify;
}

#text2 {
    padding: 10px 16px;
	margin:2px 0px 6px 242px;
	text-align: justify;
}

#text p, #text2 p {
    text-align: justify;
    padding: 0px;
	margin: 0px;
}

#text ul, #text2 ul {
	padding: 0px;
	margin:10px 20px 10px 20px;
}

#text ul li, #text2 ul li {
	list-style-type: disc;
	text-align: left;
	margin-left: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#text a, #text2 a {
	margin: 0px;
	padding: 0px;
    font-weight: bold;
    color: #494B9F;
}

#text a:hover, #text2 a:hover {
	margin: 0px;
	padding: 0px;
	color: #494B9F;
	font-weight: bold;
}

.clear {
	clear: both
}

object, embed {
	padding: 10px 26px;
}

/*----------------------navi_menu--------------------- */

#navigation_menu{
	background-color: #494B9F;
	float: left;
	width: 994px;
	color: #fff;;
	height:44px;
	font-size:0.9em;
	text-align:center;
}

#navigation_menu ul{
	padding:14px;
	list-style-image:url(../images/pix.gif);
	margin:0 auto;
}

#navigation_menu ul li{
	margin:2px 7px 2px 7px;
	display:inline;
}

#navigation_menu a{
	color:#fff;
	padding:8px;
}

#navigation_menu a:hover{
	color:#89888E;
	border-top:1px solid #89888E;
    border-bottom:1px solid #89888E;
}

/*----------------------subnavi_menu--------------------- */

#subnavi_menu{
	width: 200px;
	background-color: #494B9F;
	margin: 18px 0px 20px 22px;
	float:left;
	position:absolute;
}

#subnavi_menu ul{
	padding: 1px;
	margin: 0px;
	border-right: 1px solid #FFF;
	list-style-image:url(../images/pix.gif);
}

#subnavi_menu ul li{
	margin:2px 0px 2px 0px;
	padding:1px;
}

#subnavi_menu a {
	color: #FFF;
	font-size:0.9em;
}

#subnavi_menu a:hover {
	color: #FFF; 
	/*font-weight:bold;*/
	background-color: #494B9F;
}

/*----------------------footer--------------------- */

#footer {
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-image:url(../images/footer_nuovo.gif);
	background-repeat:repeat-x;
	color: #fff;
	font-size: 0.7em;
	width:994px;
}

#footer a {
	padding-left: 10px;
	padding-right: 10px;
	color: #89888E;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


/*---------------------- div pop-up --------------------- */

div#alert {
  position:absolute;
  margin:0 auto;
  z-index:1;
  top:0;
  left:0;
  border:1px #000 solid;
  text-align: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

div#alert-out {
  background-color:#000;
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
  z-index:1;
  width:100%;
  height:100%;
  text-align:center;
  overflow: visible;
  margin:0 auto;
  position:fixed;
  top:0;
  left:0;
  /*margin-bottom:-1000px; */
}

div#alert-in {
  position:fixed;
  background-color:#000;
  z-index:2;
  text-align:center;
  overflow: visible;
}