
/* CSS Document */

/** 
 * tags
 **/
  
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #5f461a/*#f6f0e6*/;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5F461A;
}

a {
    text-decoration: none;
    color: #5F461A;
}

object {
	margin-top:32px;
}

a:hover { color: #950606; }

a img, img { border: 0 none; }

hr {
    height: 1px;
    background: #eae4db;
    width: 90%;
    margin: 6px auto;
    border: 0 none;
}

h2, h3 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    margin: 8px 0;
}

h2 {
    color: #950606;
    font-size: 18px;
}

h3 {
    color: #7B633A;
    font-size: 15px;
}

input, textarea, select { border: 1px solid #7B633A; }

/** 
 * layout 
 **/

#wrapper {
    width: 879px;
    margin: 0 auto;
    background: #f6f0e6 url(../img/bg-content.jpg) left top repeat-y;
}

#header {
    background:#5f461a;
    height:275px;
    margin-top:15px;
}

#nav {
    background: url(../img/bg-nav.gif) left bottom no-repeat;
    height: 64px;
}

#content {
    background: url(../img/bg-main.jpg) left bottom no-repeat;
    width: 100%;
    float: left;
    padding-bottom: 155px;
}

#main {
    background: url(../img/bg-left.jpg) 15px bottom no-repeat;
    width: 100%;
    float: left;
}

#left {
    /*background: url(../img/bg-left.jpg) left bottom no-repeat;*/
	width: 164px;
    padding-left: 15px;
    float: left;
}

#right {
    width: 650px;
    margin: 0 10px 0 0;
    padding-top: 15px;
    float: right;
    line-height: 150%;
}

#footer {
    background: #5f461a;
    clear: both;
    height: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    padding: 25px 15px 0;
}

/* <header> */
#top {
    float:right;
    width:690px;
    height:265px;
    overflow:hiddden;
}

#top #flashHeader {
	width:490px;
    height:240px;
    float:left;
}

#top #bookingHeader {
    background:#e7e3dd url(../img/booking-box-bg.gif) 0 0 repeat-x;
    float:right;
    height:260px;
    padding:5px;
    width:180px;
    display:block;    
}

#top #bookingHeader h3 {
    color:#FFFFFF;
    font-family:trebuchet MS;
    font-size:20px;
    font-weight:400;
    margin:0;
    padding:0;
    text-align:center;
}

#top #bookingHeader .head {
	color:#fff;
    padding: 13px 0 13px 5px;
}

#top #bookingHeader .head label {
	width: 100%;
}

#bookingHeader p {
    padding: 0 0 0 5px;
    clear: left;
    overflow: hidden;
    display: block;
    zoom: 1;
}

#bookingHeader .head .myinput {
   width: 54px;
   margin-right:0; 
}

#bookingHeader .myinput {
    padding: 0;
    font-size: 80%;
    width: 60px;
    margin-right:20px;
}

#bookingHeader form > * {
    font-size:12px;
}

#bookingHeader label {
    float: left;
    padding-right: 3px;
}

#bookingHeader select { border:1px solid #93806c; }

#bookingHeader label span {
    display: block;
    font-size: 90%;
    font-weight: bold;
    padding-left: 2px;
}

#bookingHeader .submit {
    color:#93806C;
    float:left;
    font-weight:bold;
    margin-left:50px;
    margin-top:5px;
    text-align:center;
}

#logo {
    background:url("../img/relais-logo.gif") no-repeat scroll 8px bottom transparent;
    width:180px;
    height:210px;
}

#logo #lingue {
    background:url("../img/bg-lingue.gif") repeat-y scroll center top transparent;
    height:16px;
    list-style:none outside none;
    margin-top:205px;
    padding:6px 0 2px;
    text-align:center;
    width:180px;
}

#logo #lingue li {
    margin: 0 0;
    padding:0px;
    display:inline;
}

#logo #lingue li img { border: 1px solid #950606; }

/* </header> */

/* <nav> */
#nav ul {
    list-style: none;
    padding: 6px 0 0 20px;
    width: 100%;
    height: 41px;
    overflow: hidden;
    float: left;
}

#nav ul li {
    float: left;
    height: 41px;
}

#nav ul li a {
    display: block;
    /*font-family: "Times New Roman", Times, serif;
	font-size: 16px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 21px;
    padding: 10px;
    background-color: #5f461a;
    float: left;
}

#nav ul li.current a, #nav ul li a:hover { background-color: #950606; }

/* </nav> */

/* <footer> */
#footer a { color: #F6F0E6; }

#footer p.copyright {
    width: 320px;
    float: left;
}

#footer p.contacts {
    width: 242px; /*89px*/
    /*margin-left: 90px;*/
	float: left;
    overflow: hidden;
}

#footer p.extra {
    width: 180px;
    float: right;
    text-align: right;
}

#footer p.extra img {
    border: 1px solid #aaa06f;
    margin-top: 5px;
}

#footer .skypeus {
    background: url(../img/skype-us.gif) left center no-repeat;
    width: 120px;
    display: block;
    height: 27px;
    font-size: 12px;
    color: #f0e6d6;
    line-height: 100%;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    float: left;
}

#footer .skypeus span {
    padding-left: 30px;
    padding-top: 0px;
    display: block;
}

#footer .facebook {
    background: url(../img/fb.gif) left center no-repeat;
    width: 120px;
    display: block;
    height: 27px;
    font-size: 12px;
    color: #f0e6d6;
    line-height: 100%;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    /*margin: .3em 0;*/
    float: left;
}

#footer .facebook span {
    padding-left: 30px;
    padding-top: 0px;
    display: block;
}

#footer .job {
    clear: left;
    padding-top: 1em;
    text-align: center;
    width: 240px;
    display: block;
}

/* </footer> */

/* <left> */
#left h3 {
    color: #950606;
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
    padding: 10px 14px;
    /*height: 74px;*/
}

#left p { padding: 0 .5em; }

#left .imgholder {
    width: 172px;
    height: 340px;
}

#left a span {
    font-size: 13px;
    display: block;
    line-height: 100%;
    font-family: "Times New Roman", Times, serif;
}

#left .btnbooking {
    background: url(../img/btn-booking.gif) left top no-repeat;
    width: 173px;
    display: none;
    height: 62px;
    color: #950606;
}

#left .btnbooking span {
    padding-left: 35px;
    padding-top: 20px;
}

#left .btnnewsletter {
    background: url(../img/btn-newsletter.gif) left top no-repeat;
    width: 172px;
    display: block;
    height: 45px;
    font-size: 14px;
}

#left .btnnewsletter span {
    padding-left: 50px;
    padding-top: 8px;
}

#left .btnbrochure {
    background: url(../img/btn-brochure.gif) left top no-repeat;
    width: 172px;
    display: block;
    height: 45px;
    font-size: 14px;
}

#left .btnbrochure span {
    padding-left: 50px;
    padding-top: 8px;
}

/* </left> */

/* <right> */
#right p { margin-bottom: .5em; }

#right ul.photogallery {
    float: left;
    margin-bottom: 20px;
    list-style: none;
    line-height: 100%;
    width: 100%;
}

#right ul.photogallery li {
    border: 0 none;
    float: left;
    margin: 4px 6px;
}

#right h3 { font-size: 20px; }

#right h3.box {
    margin: 20px auto -3px 10px;
    font-size: 14px;
    clear: both;
}

#right div.box {
    background: url(../img/bg-box.gif) left top no-repeat;
    width: 660px;
    height: 129px;
}

#right div.box p, #right div.box ul {
    list-style: none;
    margin: 10px 0 10px 20px;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    color: #333;
    line-height: 18px;
}

#right div.box p.left, #right div.box ul-left { width: 200px; }

#right div.box_ru {
    background: url(../img/bg-box-ru.gif) left top no-repeat;
    width: 660px;
    height: 129px;
}

#right div.box_ru p, #right div.box_ru ul {
    list-style: none;
    margin: 10px 0 10px 20px;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    color: #333;
    line-height: 18px;
}

#right div.box_ru p.left, #right div.box_ru ul-left { width: 200px; }

/* </right> */

/* <camere> */
#camere #main { background-image: url(../img/bg-left.jpg); }

#camere .slide li p {
    width: 160px;
    color: #725521;
    line-height: 150%;
}

#camere .slide li span {
    font-size: 10px;
    font-weight: bold;
    line-height: 110%;
    display: block;
}

#camere .slide ul.photogallery {
    margin-bottom: 0;
    padding: 6px 0;
}

#camere .slide ul.photogallery li { margin: 0 4px; }

/* </camere> */

/* <photogallery> */
#photogallery #main { background-image: url(../img/bg-left.jpg); }

/* </photogallery> */

/* <relais> */
#relais #main { background: none; }

#relais .imgholder { display: none; }

#relais #right img.right {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: -5px;
}

/* </relais> */

/* <home> */
#home #main { background: none; }

#home .imgholder { display: none; }

#home #right img.right { margin: -5px -5px 50px 5px; }

/* </home> */

/* <itinerari> */
#itinerari #right .testoItalic {
    font-style: italic;
    padding: 3px;
    color: #5F461A;
}

#itinerari #right .titolo {
    color: #950606;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 0 0;
}

#itinerari #right .boxData {
    float: left;
    margin: 0 5px 20px;
    width: 300px;
    text-align: center;
}

#itinerari #right .boxData img {
    background-color: #ECEADF;
    border: 1px solid #7B633A;
    padding: 3px;
    width: 150px;
}

#itinerari #right .titleData { margin-bottom: 3px; }

#itinerari #right .titleData a { text-transform: uppercase; }

#itinerari #right hr { margin: 10px auto 2px; }

/* </itinerari> */

/* <dovesiamo> */
#dovesiamo #map {
    width: 95%;
    height: 400px;
    border: 1px solid #5F461A;
}

/* </dovesiamo> */

/* <liste> */
ul.list, ul.list ul, ul.promotions, ul.events { list-style: none; }

ul.list li {
    margin: 0 18px;
    list-style: square;
}

ul.events {
    border-top: 1px dashed #7B633A;
    margin: 10px 0;
}

ul.events li {
    border-bottom: 1px dashed #7B633A;
    padding: 10px 5px 20px;
    clear: both;
}

ul.events li a { font-weight: bold; }

ul.events li img {
    background-color: #ECEADF;
    border: 1px solid #7B633A;
    float: left;
    margin: 0 5px 20px 0;
    padding: 3px;
}

ul.promotions li {
    margin-bottom: 20px;
    border-bottom: 1px dashed #7B633A;
}

ul.promotions li li {
    margin-bottom: inherit;
    border-bottom: none;
}

/* </liste> */

/* <servizi> */
#servizi .slide { margin-bottom: 10px; }

#servizi .slide ul.photogallery {
    margin-bottom: 0;
    padding: 6px 0;
}

#servizi .slide ul.photogallery li { margin: 0 4px; }

/* </servizi> */

/* <newsletter> */
#newsletter #main { background: none; }

#newsletter .imgholder { display: none; }

#newsletter table.info td { padding: 5px; }

#newsletter label input, #newsletter label select { width: 250px; }

/* </newsletter> */

/* <form_prenotazione> */
#form_prenotazione form { display:inline; }

#form_prenotazione input { }

#form_prenotazione textarea {
    font-family:sans-serif;
    border-width:1px;
}

#form_prenotazione .w165fL {
    width:155px;
    float:left;
}

#form_prenotazione .noerror {
    background:#006699;
    color:white;
    font-size:11px;
    display:block;
    padding:5px 5px 5px 5px;
    margin:5px 0px 10px 0px;
}

#form_prenotazione .privacy {
    font-size:9px;
    font-family:arial;
}

/* </form_prenotazione> */


/**
 * classi
 **/
.left { float: left; }

.right { float: right; }

.clear {
    clear: both;
    height: 0px;
    display: block;
}

.slide {
    float: left;
    width: 100%;
    margin-top: 1px;
    background: #d1c4ae url(../img/bg-slide.jpg) left top repeat-y;
}

.cite {
    color: #5F461A;
    font-style: italic;
    padding: 6px;
}

.error {
    background: #F9F5F0 none repeat scroll 0%;
    border: 1px solid #7B633A;
    font-weight: bold;
    padding: 10px;
}

.even { background-color: #f3eadb; }

.borded {
    background-color: #ECEADF;
    border: 1px solid #7B633A;
    padding: 3px;
}

.pager {
    margin-top: 10px;
    text-align: center;
}

.period { font-style: italic; }

.schede li { list-style: none; }

.hidden { display: none; }

/**
 * fixes
 **/
 
/* nav */ 
body.russo #nav ul { /*padding: 6px 0 0 10px;*/
	}

body.russo #nav ul li a {
    /*font-size: 14px;
	padding: 5px 5px 15px;*/
    font-size: 11px;
    line-height: 12px;
    padding: 8px 4px 12px;
}

* html body.russo #nav ul li a {
    font-size: 14px;
    height: 21px;
    line-height: 10px;
    padding: 5px 4px 15px;
}

body.francese #nav ul { /*padding: 6px 0 0 10px;*/
	}

body.francese #nav ul li a {
    /*font-size: 14px;*/
    font-size: 11px;
    line-height: 12px;
    padding: 8px 8px 13px;
}

* html body.francese #nav ul li a {
    font-size: 14px;
    height: 26px;
    line-height: 13px;
    padding: 5px 9px 10px;
}

body.tedesco #nav ul { /*padding-left: 8px;*/
	}

body.tedesco #nav ul li a {
    /*font-size: 11px;
	padding: 13px 5px 7px;*/
    font-size: 11px;
    line-height: 12px;
    padding: 8px 7px 12px;
}

* html body.tedesco #nav ul li a {
    padding: 11px 3px 4px;
    height: 26px;
    line-height: 13px;
}


body.inglese #nav ul { /*padding-left: 8px;*/
	}

body.inglese #nav ul li a {
    /*font-size: 11px;
	padding: 13px 5px 7px;*/
    font-size: 12px;
    line-height: 16px;
    padding: 8px 8px 12px;
}

* html body.inglese #nav ul li a {
    padding: 11px 3px 4px;
    height: 26px;
    line-height: 13px;
}


body.spagnolo #nav ul { /*padding: 6px 0 0 10px;*/
    padding-left: 15px; }

body.spagnolo #nav ul li a {
    font-size: 11px;
    padding: 8px 7px 13px;
    line-height: 12px;
    letter-spacing: -.1px;
}

/* left */ 	
body.russo #left h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 14px 10px 10px;
    height: 74px;
}
