/*
Genius Loci 1.0
Martin Sarsini http://www.sarsini.it
*/
html {
    font-size: 100%;
    color: #000;
    }

/* Begin Typography & Colors */
body {
    background-color: #663333;
    color:#000;
	font: .80em/1.4em 'Georgia', Verdana, Arial, Sans-Serif;
    line-height:140%;
    margin:10px 0 10px 0;
    }

#page {
    margin:0 auto;
    width:740px;
    }
#header {
    background: url(./img/bg-header.gif) bottom no-repeat;
    padding-left: 10px;
    margin:0;
}

#header img {
    display: block;
    margin: 0;
    padding:0;
    }
#header a img{
    border:1px solid #e1ddd3;
    }
#header a:hover img {
    border:1px solid #e1ddd3;
    }
#navigation {
    width:718px;
    border-bottom: 1px solid #663333;
    background: #e2ded4 url(./img/bg-menu.gif) repeat-x;
    height:2.2em;
    margin:0 0 0 1px;
    text-align:center;
    }
#navigation ul {
    padding:0;
    padding-top:0.4em;
    margin:0;
    list-style: none;
    text-align: center;
    }
#navigation ul li {
    margin:5px 0 5px 0;
    padding:0 5px 0 5px;
    border-right: 1px solid #976666;
    display: inline;
    font-size:1.0em;
    font-weight: bold;
    color: #996666;
    }

#navigation a, #navigation a:link {color: #663333; text-decoration: none;}
#navigation a:visited {color: #663333; text-decoration: none;}
#navigation a:focus, #navigation a:hover { color: #996666; }
#navigation a:active { color: #663333; }

.clearl {
    clear:left;
    }

#content-body {
    margin:0;
    background: url(./img/bg-out-content.gif) repeat-y;
    }
#contents {
    margin:0px;
    padding:0 15px 15px 15px;
    width:690px;
    margin-left:10px;
    min-height: 405px;
    background: url(./img/bg-in-content.gif) repeat-x;
    font-size:0.9em;
    }

#contents img { border: none; }

#nav {
    margin:0;
    text-align: right;
    padding:0.1em 0 1em 0;
    }
#nav img { border: none; vertical-align: middle;}
#nav a, #nav a:link { font-family: "arial", sans-serif; font-size: 0.8em; color:#663333; text-decoration: none; text-transform: uppercase;}
#nav a:visited { color: #663333; }
#nav a:focus, #nav a:hover { color: #996666; }
#nav a:active { color: #663333; }



h1 {
    color: #6d3d3d;
    font-size:1.75em;
    font-style: italic;
    line-height: 150%;
    margin:0px;
    }
h1 a {
    text-decoration: none !important;
    }
h2 {
    color: #6d3d3d;
    font-size:2.6em;
    font-weight: normal;
    line-height: 90%;
    margin:0px;
    text-align: left;
    float: left;
    width:162px;
    }
h3 {
    color: #6d3d3d;
    margin:0px;
    font-size: 1.3em;
    }
p {
    margin-top:0px;
    }

blockquote {
    color: #6d3d3d;
    font-size:1.5em;
    font-style: italic;
    font-weight: bold;
    line-height: 150%;
    margin:0px;
    }

a,
a:visited,
a:link {
    color:#663333;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #996666;
}


#page-right {
    float: left;
    margin-left: 15px;
    width:510px;
}
#page-right p {
    line-height: 160%;
    font-size: 1.1em;
}

a.photo img,
a:link.photo img,
a:visited.photo img {
    padding:1px;
    border: 1px solid #663333 !important;
    margin:0 10px 10px 0;
}
a:active.photo img,
a:focus.photo img,
a:hover.photo img {
    border: 1px solid #996666 !important;
    }


#gallery {
    text-align:center;
    margin: 0 auto;
    }

#gallery a.photo img,
#gallery a:link.photo img,
#gallery a:visited.photo img {

    margin:0 10px 20px 10px;
}


.prices-table {
    border: none;
    margin: 5px 0 15px 0;
    padding: 0px;
    }
.prices-table tr, .prices-table tr td {
    padding: 0 0 3px 0;
    margin: 0;
    font-size: 1.1em;
    }

#contents ul {
    padding:0px;
    margin-left:15px;
    list-style: square;
    }
#footer {
    background: url(./img/bg-footer.gif) no-repeat;
    font-size: 0.8em;
    color: #cc9999;
    margin: 0 auto;
    width: 740px;
    }
#footer p {
    margin:0px;
    padding:15px 0 0 10px;
    }
#footer a {
    color: #ffcccc;
    text-decoration: underline;
    }
#footer a:hover {
    color: #fff;
    }



#leftcol {
    float:left;
    width:285px;
    padding-right:15px;
    border-right: 1px solid #6d3d3d;
    }

#rightcol {
    background: url(./img/gl.gif) top right no-repeat;
    padding-left:15px;
    width:355px;
    float:left;
    line-height: 180%;     
    }
#leftcol, #rightcol {
    font-size:.95em;
    }

.macroarea img {
    float:right;
    width:124px;
    }