html, body
{
	margin:0px;
	padding:0px;
	/* background-color:#2e2e2e;*/
  	background-color: #004684; 
	font-family:"Lucida Grande", "Lucida Sans", sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#d2d2d2;
	text-decoration:none;
	height:100%;
	width:100%;
}
 
#contenitore
{
  top: 0px;
  position:relative;
  background-image: url(../img/sfondo.png);
  background-repeat: no-repeat;
  width:960px;
  margin:0px auto 0px auto;
  height:auto !important;
  height:100%;
  min-height:100%;
 
}
/**************** menu ************/
#menu
{
  margin:0px 0px;
  height: 150px;
}
#menu img
{
  margin:0px;
  padding:0px;
  float:left;
  border:0px;
}
#menu ul
{
  padding-top: 30px;
  float:right;
  margin:0px;
  padding:0px;
  display:inline;
  list-style-type:none;
}
#menu ul li
{
  margin-top:20px;
  padding:0px;
  display:inline;
  list-style-type:none;
}

#menu h1
{
	padding-top: 15px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 350px;
	text-shadow: 0 2px 0 #000000;
}

.dettagli
{
	width: 80px;
	height: 28px;
	background-image: url(../img/bottone-dettagli-over.png);
	background-repeat: no-repeat;
}
.dettagli over
{
	background-image: url(../img/bottone-dettagli.png);
	background-repeat: no-repeat;
}

/****************end of menu ************/

/**********  mid content section  **********/
a
{
  color:#4F97DA;
  text-decoration:none;
}
 
a:hover
{
  text-decoration:underline;
}
#indexContent
{
  position: relative;
  width: 598px;
  color:#666;
  background-color: #fff;
  float: left;
}
#boxContent
{
  top: 150px;
  right: 0px;
  width: 360px;
  position: absolute;
  margin-right: 0px;
  margin-top: 0px;

}
#boxContent h1
{
	font-size: 15px;
	margin-left: 10px;
	margin-top: 4px
}
#boxContent img
{
	margin-left: 10px;
	margin-top: 10px
}
.boxBicarmill
{
	width: 360px;
	height: 330px;
	background-image: url(../img/box.png);
	background-repeat: no-repeat;
  	margin:0px;
   	color:#666;
   	float: right;
   	text-shadow: 0 1px 0 #FFFFFF;
}
.boxBicarmill p
{
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}
.boxBicarmill ul
{
	padding-left: 35px;
	padding-right: 0px;
	text-align: justify;
}
.boxBicarmill img
{
	margin-top: 55px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	
}
.boxDosaggio
{
	width: 360px;
	height: 330px;
	background-image: url(../img/box.png);
	background-repeat: no-repeat;
  	margin:0px;
  	color:#666;
  	float: right;
  	text-shadow: 0 1px 0 #FFFFFF;
}
.boxDosaggio p 
{
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}
.boxDosaggio ul 
{
	padding-left: 35px;
	padding-right: 0px;
	text-align: justify;
}
.boxDosaggio img
{
	margin-top: 55px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	
}

#midContent
{
  margin:0px 0px;
  color:#666;
  background-color: #fff;
}
.contenuto
{
	padding: 0px 30px 0px 30px;
	text-align:justify;
	list-style-position: inside;
}
.contenuto h1
{
	color: #333333;
	font-size: 20px;
	margin: 0px;
	text-shadow: 0 1px 0 #DDDDDD;
}
.contenuto h2
{
	font-size: 16px;
	text-shadow: 0 1px 0 #DDDDDD;
}
#logo
{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.topborder
{
  background-image:url(../img/top_bg.png);
  background-repeat:repeat-x;
  background-position:left top;
  height:19px;
}
.bottomborder
{
  background-image:url(../img/bottom_bg.png);
  background-repeat:repeat-x;
  background-position:left bottom;
  height:16px;
  bottom: 0px;
}
.col1
{
  float:left;
  width: 270px;
  
}
 
.col2
{
  float:left;
  width: 270px;
  margin: 0px 25px;
  
}
.col1 img, .col2 img
{
  margin-right:10px;
  
}
 
.col21
{
  float:left;
  width: 405px;
}
 
.col22
{
  float:left;
  width: 405px;
  margin: 0px 30px;
}
#flags
{
	clear: right; 
	float: right;
}
#flags img
{
	margin: 5px
}
/********** STILI AGGIUTIVI *********/
.modelli table
{
	padding: 0px;
	float: right
}
.modelli th
{
	padding: 5px;
	color: #FFFFFF;
	background-color: #58595a;
	border: 1px #58595a solid;
}
.modelli td
{
	border: 1px #58595a solid;
	font-size: 12px;
}

.foto img
{
	background-color: #FFFFFF;
	padding: 5px;
	border: 3px solid #333333;
}
/**************** FOOTER ************/
 
#footer
{
	padding-top:10px;
	text-align:center;
	font-size:10px;
	text-shadow: 0 1px 0 #000000;
}
.c_lear
{
  clear:both;
}
/****************end of footer ************/

