﻿/* ------------------------------------------- */
/* BODY                                        */
body { background: #67675D url('/images/bg.jpg') repeat-x left top; }
/* ------------------------------------------- */
/* BRANDING                                    */
#branding { background: url('/images/logo.png') no-repeat; }
/* ------------------------------------------- */
/* NAV MAIN                                    */
#nav_main { background: #dad8cc; }
    #nav_main ul { background: #bab7a4; }
        #nav_main a { color: #f1f1ed; }
        #nav_main a:hover { color: #6e6b5e; }
        #nav_main li.active a { background: #dad8cc; color: #a9a696; }
        #nav_main li.active a:hover span { border-left: 1px solid #f1f1ed; }
            #nav_main a span { border-left: 1px solid #f1f1ed; }
            #nav_main li:first-child a span { border-left: 0; }
/* ------------------------------------------- */
/* LINGUE                                      */
.lingue li { color: #fff; }
.lingue li a { color: #fff; }
.lingue li a:hover { color: #000; }
/* ------------------------------------------- */
/* CONTENT                                     */
.hotel { background: #dad8cc url('/images/img.jpg') no-repeat left top; }
.camere { background: #dad8cc url('/images/backC.jpg') no-repeat left top; }
.piscina { background: #dad8cc url('/images/backH.jpg') no-repeat left top; }
    /* ------------------------------------------- */
    /* CONTENT MAIN                                */
    #content_main { background: url('/images/main.png') no-repeat; }
        #content_main h2 { background: url('/images/bullett.gif') no-repeat left center; color: #a1884e; }
        #content_main p { color: #4a4a3e; }
            #content_main p a { color: #3a3a2f; }
        .highlights { background: #eceadb; -moz-box-shadow: 0 0 5px 0px #c0b793; -webkit-box-shadow: 0 0 5px 0px #c0b793; }
            .highlights h3 { color: #8c8b7c; }
            .highlights h4 { color: #c3aa8a; }
                .highlights h4 a { color: #c3aa8a; }
                .highlights h4 a:hover { color: #8c775b; }
            .highlights p { background: url('/images/tree.gif') no-repeat left top; }
    /* ------------------------------------------- */
    /* CONTENT SUB                                 */
    #content_sub { background: #bab7a4; }
        #content_sub h3 { background: url('/images/bullett.gif') no-repeat left center; color: #a1884e; }
        #content_sub h3 a { color: #a1884e; }
        #content_sub h3 a:hover { color: #FFF; }
/* ------------------------------------------- */
/* SITE INFO                                   */
#site_info { color: #fff; }
    #site_info a { color: #fff; }
    #site_info a:hover { color: #b2b2a3; }
    #site_info strong { background: url('/images/logosmall.png') no-repeat; }
