
/* Essenziale
+++++++++++++++++++++++++++++++++++*/

* {
margin: 0;
padding: 0;
}

body {
background: #6B3D21 url("images/back_pgc.gif") repeat-y;
color: #fff;
font: normal 13px "trebuchet ms", georgia, serif;
}

h1 {
font: normal 30px georgia, times, serif;
color: #BB6D3D;
display: block;
width: 645px;
border: 1px solid #A16745;
border-width: 0 0 1px 0;
margin: 65px 0 2px 110px;
padding-bottom: 12px;
cursor: default;
}

* html h1 {
position: relative;
top: 45px;
padding-top: 20px;
}

h2 {
font: normal 24px 'ms serif', 'new york', serif;
color: #A16745;
margin: 10px 0 -40px 270px;
}

* html h2 {
margin: 60px 0 -40px 270px;
}

img {
border: none;
}

a {
color: #fff;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #fc9;
}

/* Base
+++++++++++++++++++++++++++++++++++*/

p {
width: 480px;
margin: 0 0 0 270px;
text-align: justify;
}

.price {
background: #824E2F;
background-position: 3% 10%;
font: normal 13px serif;
color: #300;
width: 350px;
margin: 20px 0 20px 280px;
font: normal 13px "trebuchet ms", georgia, serif;
text-align: left;
}

.price span {
display: block;
border: 1px solid #522B13;
border-width: 1px 0;
height: 100%;
background: transparent;
padding: 20px 20px;
background-position: 90% 85%;
}

.pictures {
list-style: none;
position: absolute;
top: 285px;
left: 111px;
}

.pictures a {
border: 4px solid #824E2F;
display: block;
margin-top: 5px;
}

.pictures a:hover {
border-color: #A06948;
}

#footer {
margin: 40px 0 0 270px;
height: 50px;
}

/* Navigazione
+++++++++++++++++++++++++++++++++++*/

#nav {
position: absolute;
top: 120px;
left: 112px;
list-style: none;
}

#nav a {
font: normal 11px "trebuchet ms", georgia, sans-serif;
color: #fff;
text-decoration: none;
display: block;
width: 136px;
background-color: #824E2F;
margin-top: 1px;
padding: 10px 0 10px 0px;
}

* html #nav a {
width: 136px;
}

#nav a:hover {
background-color: #A16745;
}

#current a{
background-color: #945e3e;
text-indent: 10px;
}

#nav li.link {
text-indent: 10px;
}

#nav li.image {
text-align: center;
padding-top: 3px;
}

img{
margin: -8px 0px -8px 0px;
}
