﻿body {
 background-image:url('Img/sfondo.jpg');
}

a:link{
color:#ffffff;
text-decoration:underline;
}


a:visited{
color:#ffffff;
text-decoration:underline;
}

a:hover{
color: #000000;
text-decoration:underline;
}


h1 {
  font-family: Verdana;
  font-size: small;
  font-variant:small-caps;
  color: #BA402F;
}

.link_footer {
	font-family: Verdana;
	font-size: x-small;
}


.sfondo_trasparente {
	top: 0px;
	/*left: expression(this.offsetParent.clientWidth-12);	*/
	left: 50%;
	margin-left: -376px;	
	position: absolute;
	width: 752px;
	height: 600px;
	background-color: transparent;
}

.ombra_dx {
	top: 0px;
	right: 0px;
	position: absolute;
	width: 10px;
	height: 100%;
	background-image:url('Img/ombra_dx.png');
}

.ombra_sx {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 10px;
	height: 100%;
	background-image:url('Img/ombra_sx.png');
}

.corpo_sito {
	top: 0px;
	left: 10px;
	right: 10px;
	position: absolute;
	width: 732px;
	height: 100%;
	background-color:white;
	border: 0px solid red;
}

.head {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 732px;
	height: 106px;
	background-color:white; 
} 

.footer {
   bottom: 0px;
   left: 0px;
   position: absolute;
   width: 732px;
   height: 21px;
   background-color: #BA402F;	  
}

.content {
	top: 110px;
	right: 7px;
	bottom: 28px;
	position:absolute;
	width: 416px;
	height: 78%;	
	background-color: #EDEBEB;
	font-family: Verdana;
	font-size: x-small;
	color: #666666;	
}

.prodotti {
	top: 110px;
	left: 7px;
	position: absolute;
	width: 297;
	height: 78%;
}

