/*
Title:		Le Pinete screen styles and ie/win fixes
Author: 	Codex, Pavia (IT) - http://www.codexcoop.it
Created: 	January 2009
*/

html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 76% Verdana, sans-serif;
  color: #383a3b;
}
#rail {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent url(/img/rail.png) repeat-x bottom center fixed;
  z-index: 30;
}
#rail2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent url(/img/rail2.png) repeat-x bottom center fixed;
  z-index: 20;
}
a img {
  border: 0;
}
a {
  color: #452f23;
  font-weight: bold;
  text-decoration: none;
}
#booking a {
  font-weight: normal;
  padding: 3px 6px;
  color: #fff;
  background: #332118;
}
#booking a:hover {
  background: #abcd55;
}
#langs a {
  color: #624d3f;
  padding: 3px;
  font-weight: normal;
}
#langs a:hover {
  color: #fff;
  background: #624d3f;
}
#langs a#fb {
  padding: 0;
}
#langs a#fb:hover {
  background: #fff;
}
#links a:hover, #footer a:hover {
  text-decoration: underline;
}

/* BASIC LAYOUT */
#wrap {
  width: 880px;
  margin: 0 auto;
  text-align: left;
}
.inner {
  width: 800px;
  margin: 0 auto;
}
#header {
  margin: 8px 0 0 0;
}
#header p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 17px;
}
#booking {
  float: left;
}
#langs {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #624d3f;
}
#langs img {
  vertical-align: top;
  margin-right: 4px;
}
h1 {
  clear: both;
  height: 113px;
  margin: 0 0 20px 0; padding: 0;
  text-align: center;
}

/* MENU */
#menu, #menu ul  {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: normal;
}
#menu a {
  display: block;
  margin: 0 0 0 1px;
  padding: 3px 0 4px 0;
  text-align: center;
  color: #fff;
  background: #332118;
  font-weight: normal;
}
#menu a.first { margin-left: 0; }
#menu a:hover { background: #abcd55; }
#menu a.on { background: #6b563d; }
#menu li ul a {
  position: relative;
  left: 1px;
  text-align: left;
  margin: 1px 0 0 0;
  padding-left: 16px;
}
#menu li {
  float: left;
  margin: 0;
  padding: 0;
}
#menu li ul {
  display: none;
  position: absolute;
  z-index: 999;
  width: 140px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff; /* serve a IE! */
}
#menu li li {
  float: none;
  margin: 0;
  padding: 0;
}
/*
#menu li:hover ul ul, #menu li.cssHover ul ul {
  display: none;
}
*/
#menu li:hover ul, #menu li.cssHover ul {
  display: block;
}
#menu li:hover, #menu li.cssHover {
  background: transparent; /* serve a IE! */
}

/* specific widths
total width: 792 = 800 [container] - 8 [gutter between items]
*/
a#it1 { width: 76px; }
a#it2 { width: 118px; }
a#it3 { width: 62px; }
a#it4 { width: 80px; }
a#it5 { width: 112px; }
a#it6 { width: 112px; }
a#it7 { width: 84px; }
a#it8 { width: 64px; }
a#it9 { width: 84px; }

a#en1 { width: 82px; }
a#en2 { width: 80px; }
a#en3 { width: 76px; }
a#en4 { width: 64px; }
a#en5 { width: 126px; }
a#en6 { width: 126px; }
a#en7 { width: 76px; }
a#en8 { width: 76px; }
a#en9 { width: 86px; }

a#fr1 { width: 74px; }
a#fr2 { width: 120px; }
a#fr3 { width: 80px; }
a#fr4 { width: 72px; }
a#fr5 { width: 70px; }
a#fr6 { width: 120px; }
a#fr7 { width: 84px; }
a#fr8 { width: 72px; }
a#fr9 { width: 100px; }

a#de1 { width: 82px; }
a#de2 { width: 124px; }
a#de3 { width: 64px; }
a#de4 { width: 84px; }
a#de5 { width: 112px; }
a#de6 { width: 96px; }
a#de7 { width: 60px; }
a#de8 { width: 76px; }
a#de9 { width: 94px; }

/* CONTENT */
#focus {
  clear: both;
  width: 800px; /* img: 800 x 355 */
  height: 355px;
  text-align: center;
  margin: auto;
  border-top: 1px solid #fff;
}
#flash {
  width: 800px;
  height: 355px;
}
.nivoSlider {
  position: relative;
  width: 800px; /* Change this to your images width */
  height: 355px; /* Change this to your images height */
  background: url(themes/default/images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.nivoSlider a {
  border: 0;
  display: block;
}
#content {
  padding: 18px 0;
}
#txt {
  float: left;
  width: 480px;
}
#txt p {
  margin: 0 0 12px 0;
  line-height: 16px;
}
#box {
  float: right;
  width: 300px;
  color: #fff;
  background: #7f6a50;
}
h2 {
  margin: 0;
  padding: 2px 0;
  font-size: 12px;
  font-weight: bold;
}
#box h2 {
  padding: 5px 10px;
  color: #fff;
  background: #b2d066;
}
#box-inn {
  padding: 10px;
}
/* box news */
#box #thumb {
  float: left;
  display: block;
  width: 129px;
  margin-right: 10px;
}
#box p {
  width: 138px;
  float: left;
  margin: 0;
  font-size: 11px;
  line-height: 14px;
}
#box .btn {
  width: auto;
  clear: both;
  text-align: right;
  float: none;
}
/* box attachments */
#box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#box li {
  margin: 0;
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
}
#box li a {
  display: block;
  color: #fff;
  font-weight: normal;
  background: url(/img/arrow.gif) no-repeat right center;
}

/* FOOTER and MISC */
#footer {
  clear: both;
  padding: 0 0 50px 0;
  font-size: 10px;
}
#footer p {
  margin: 0;
  padding: 0;
}
#info {
  float: left;
}
#credits {
  text-align: right;
}
.mute {
  font-size: 9px;
}
#prices {
  border-collapse: collapse;
  float: right;
  width: 300px;
  margin-top: 24px;
  font-size: 11px;
}
#prices th, #prices td {
  vertical-align: top;
  padding: 5px 10px;
  border: 2px solid #bfb5a8;
}
#prices th {
  border-color: #9f8f7c;
  font-size: 12px;
  color: #fff;
  background: #b2d066;
}
#prices .number {
  width: 70px;
  text-align: center;
  padding: 5px 0;
}
#prices_note {
  float: right;
  width: 290px;
  padding-left: 10px;
  font-size: 11px;
  line-height: 13px;
  background: url(/img/asterisk.gif) no-repeat 2px 3px;
}
sup, sub {
  font-size: 9px;
  line-height: 9px;
}
#txt ul {
  margin-left: 0;
  padding-left: 18px;
}
a.note {
  text-decoration: underline;
}
a.note:hover {
  color: #abcd55;
}
#links div {
  clear: both;
  padding: 0 0 18px 0;
}
#links img.thumb {
  float: left;
  display: block;
}
#links p.text {
  margin-left: 142px;
}

/* self-clearing floats */
#content:after, #box-inn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* trigger hasLayout and target ie5+6/win only */
* html #menu,
* html #content, * html #box-inn { height: 1%; }
* html #rail, * html #rail2 { display: none; }
/* trigger hasLayout and target ie7/win only */
*:first-child+html #menu,
*:first-child+html #content,
*:first-child+html #box-inn { min-height: 1px; }

