body {
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}


 
#container {
	font-family: "Trebuchet MS";
	width: 780px;
	margin: 0px auto 0px auto;
	background-image: url(../imgs/bg_testata.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #333333;
	position: relative;
	z-index: 2;
}
#menu {
	height: 70px;
	background-image: url(../imgs/bg_menu.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	position: relative;
}
#corpo {
	padding-top: 10px;
	background-image: url(../imgs/bg_corpo.jpg);
	background-repeat: repeat-y;
	border: 0px red solid;
	position: relative;
	z-index: 3;
	margin:0px;
}

#corpo a:link, #corpo a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: 10pt;

	
}


#piede {
	background-image: url(../imgs/bg_piede.jpg);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 45px;
	font-size: 11px;
	position: relative;
	padding-left: 62px;
	z-index: 6;

}

.col_immagini{
	width:97px;
	top:11px;
	position: absolute;
	left: 194px;

}



.col_sx{
	width:215px;
	top:10px;
	position: absolute;
	left: 60px;
}
.col_dx{
	position: relative;
	width: 330px;
	left: 300px;
	top:0px;


}


.col_dx_prodotti{
	position: relative;
	width: 330px;
	left: 300px;
	top:0px;
	
	background-image: url(../imgs/bg_dx.jpg);
	background-repeat: no-repeat;
padding-left:20px;
padding-right:15px;
	
}


.col_dx_prodotti p{
	padding-left:20px;
	padding-right:15px;
	margin:0px;
	line-height: 13px;
	margin-bottom:2px;
}



.box   {
	float:left;
	margin-right: 15px;
	height: 35px;
	padding-top: 20px;
}


.box a:link, .box a:visited  {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	
}
.box_active a:link, .box_active a:visited  {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	
}

.box_active{
	float:left;
	margin-right: 15px;
	height: 32px;
	padding-top: 20px;
	border-top-color: #9BA6A8;
	border-bottom-color: #9BA6A8;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;

}

.colore{
	font-weight: bold;
	color: #FF0000;
}

.titolo{
	width: 210px;
	margin-top: 10px;
	float: left;
}

h1 {
	margin:0px 0px 0px 0px;


}
h3 {
	margin:0px 0px 0px -20px;
	background-image: url(../imgs/fondotitolo.jpg);


	padding-top:16px;
	background-repeat: no-repeat;	
	font-size: 18px;
	color:#999999;
	height:45px;
	
}



hr {
	border : none;
	border-top : dashed 1px #999999;
	background-color : #FFFFFF;
	height : 1px;
 }


#piede a:link, #piede a:visited  {

	color: #000000;
	text-decoration: none;
	
}

.trasparente {
	color: #000000;
	text-decoration: none;
	position: absolute;
	left: 670px;
	top: 440px;
	z-index: 8;
}



.indented
   {
      margin-left: 50px;
 
   }


