#logo
{
 position: absolute;
 top: 10px;
 left: 40px;
 height: 150px;
 width: 100px;
 text-align: center;
 color: #ffffff;
 border-color: #000000;
 border-style: none;
 border-width: thin;
 background-image: url(images/finestra-logo.gif);
 background-repeat: no-repeat;
}

#summary
{
 position: absolute;
 top: 170px;
 left: 0px;
 height: 300px;
 width: 180px;
}

#title
{
 position: absolute;
 top: 10px;
 left: 180px;
 height: 150px;
 width: 75%;
 background-color: #ffffff;
 background-image: url(images/logo.gif);
 background-position: center;
 background-repeat: no-repeat;
 border-top-style: inset;
 border-left-style: inset;
 border-right-style: inset;
}

#content
{
 position: absolute;
 top: 160px;
 left: 180px;
 height: 100%;
 width: 75%;
 background-color: #ff6600;
 border-left-style: inset;
 border-bottom-style: inset;
 border-right-style: inset;
 background-image: url(images/sfumato.jpg);
 background-repeat: repeat-x;
}

button
{ 
/* background-color: transparent;*/
 color: #FFFFFF;
 font-family: Comic Sans MS;
 border: 0px;
 font-weight: bold;
 font-size: 18px;
 text-align: center;
/* line-height: 100%;*/
 position: relative;
 top: 0px;
 left: 0px;
 width: 120px;
 height: 35px;
 cursor: hand;
 background-image: url('images/wood.jpg');
/* background-repeat: repeat;*/
 border-style: outset;
 border-width: medium;
}

button.mouse-over
{
 color: #bfeff0;
 font-family: Comic Sans MS;
 border: 0px;
 font-weight: bold;
 font-size: 18px;
 text-align: center;
 position: relative;
 top: 0px;
 left: 0px;
 width: 120px;
 height: 35px;
 cursor: hand;
 background-image: url('images/wood.jpg');
/* background-repeat: repeat;*/
 border-style: outset;
 border-width: medium;
}

.arial
{
  font-family: Arial;
}

.neretto
{
 font-weight: bold;
}

.titolo
{
  font-family: Arial;
  font-size: 28px;
  color: #000000;
}

.prodotti
{
  font-family: Arial Black;
  font-size: 28px;
  color: #000000;
}

.prodotti-menu
{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

A {
font-weight: bold;
}
A:LINK {
font-weight: bold;
} 
A:VISITED {
font-weight: bold;
} 
A:HOVER {
font-weight: bold;
} 
A:ACTIVE {
font-weight: bold;
} 

A.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
font-weight: normal;
text-decoration : underline;
}
A:LINK.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
color : #000000;
font-weight: normal;
text-decoration : underline;
} 
A:VISITED.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
color : #000000;
font-weight: normal;
text-decoration : underline;
} 
A:HOVER.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
color : #000000;
font-weight: bold;
text-decoration : underline;
} 
A:ACTIVE.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
color : #000000;
font-weight: bold;
text-decoration : underline;
} 

p
{
}

b.back-white
{
background-color: #ffffff;
}

hr
{
color: blue;
}

body
{
background-image:url(images/wall.jpg);
font-family: Arial;
font-size: 18px;
color: #000000;
}