html,body {
  background-image:url('/res/img/bg/home4.jpg'); 
	background-repeat:no-repeat; 
  margin:0;
  padding:0;
  height: 100%;
  font-family: Helvetica;
  font-size:12px;
}

hr {
  clear: left;
  visibility: hidden;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:90%; /* IE6: treaded as min-height*/
	border: 1px dotted #aaa;
	min-height:90%; /* real browsers */
/*	filter: alpha(opacity=95); */ 
/*	opacity: 0.95; */ 
  
}
/*
 * Header
 * */
div#header {
/*  margin: 0px 5px 0px 5px; */
	padding:0px;
/*	background:#fff url("/res/img/logo.png") 2% 0px no-repeat; */
/*	border-bottom:4px solid black; */
}
div#header p{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  color: #88a6d3;
}

/*
 * Menu
 * */
div#menu {
/*  display: block; */
  height: 20px;
  margin: 0px 5px 0px 5px;
/*	border-bottom:4px solid black; */
  text-indent: 55px;
}
  div#menu a{
    text-decoration: none;
    letter-spacing: 0px;
    font-size: 16px;
/*    font-weight:bold; */
    color: #444;
    padding: 0px 10px 0px 10px;
  }
  div#menu a:hover{
    background-color: #88a6d3;
/*    font-weight:bold; */
    color: #fff;
  }


/*
 * Contenuto pagina
 * */
div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
  height: 580px
}
div#content p {
  color: #000;
  text-decoration: none;
  font-size:12px;   
  text-align:justify;
}
div#content #leftcol {
  width: 340px;
  float:left;
}
div#content #rightcol {
	margin-left: 20px;
  width: 340px;
  float:left;
}
div#content .more {
  color: #000;
  text-decoration: none;
  font-size:12px;
  float:right;   
}
div#content .more:hover {
  color: #88a6d3;
  text-decoration: none;
  font-size:12px;   
}

h4 {
  font-size: 16px;
	padding:1px;
  color: #222;
  background-color: #ededee;
  border: 1px solid #adadaa;
/*	border-top: 2px solid #444; */
/*	border-bottom: 2px solid #444; */
}


/*
 * Footer
 * */
div#footer {
	position:absolute;
	width:89%;
	bottom:0; /* stick to bottom */
	background:#fff;
	border-top:1px dashed #111;
  margin-left:40px;
}
div#footer p{
  color: #111;
  padding:0.8em;
  text-align: center;
  font-size: 9px;
}

/*
 * Form contatti
 * */
.requestForm {margin-top: 0px; font-size:12px;}
.requestForm label{width: 150px; float: left; text-align: right; margin-right: 25px;}
.requestForm input{width: 225px; float: left; margin-bottom: 5px;}
.requestForm textarea{width: 225px; float: left; height: 80px}
.requestForm br {clear:left;}
.requestForm .formButton{width: 150px; float: left; height: 22px; margin-top: 20px}

/*
 * Catalogo prodotti
 * */
#catalogo {}

.descr{
  display: block;
/*  font-weight: bold;*/
  font-size: 12px;
  width: 104px;
  float:left;
  text-align: left;
  padding: 5px;
}
.catimage{
/*  float:left; */
  display: block;
  height: 104px;
  width: 104px;
/*  border: 1px solid #666; */
/*  background-color:#efefef; */
  margin-right: 20px;
}
#catalogo img{
  display: block;
/*  float:left; */ 
/*  border: 1px solid #ddd; */
	border: 0;
}
#catalogo a{
  color: #000;
  text-decoration: none;
}
#catalogo a:hover{
  color: #88a6d3;
}


/*
 * Scheda prodotto
 * */
#scheda_prodotto {}

#scheda_prodotto .title{
  display: block;
  font-weight: bold;
  font-size: 18px;
  width: auto;
  float:left;
  text-align: left;
  padding-left: 10px;
/*  background-color: #88a6d3; */
}
.prod_text{
  display: block;
  font-size: 12px;
}
#scheda_prodotto img{
  display: block;
  float:left;
  border: 0px solid #ddd;
}
#scheda_prodotto a{
  color: #000;
  text-decoration: none;
}
#scheda_prodotto a:hover{
  color: #88a6d3;
}

