@charset "utf-8";

/* ---------------------- */ 
/*   Reset                */
/* ---------------------- */

body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* ---------------------- */ 
/*   Main Styles          */
/* ---------------------- */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
        background: #c0c0c0 url('/redesign/img/bg-yellow.gif') repeat-y 0px 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-bottom:10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #626b6e;
}
h1 {
font-weight:bold;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container { 
	width: 970px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
/*	margin: 0 auto; the auto margins (in conjunction with a width) center the page */
margin-top:0px;
margin-left:0px;
margin-right:auto;
margin:bottom:0px;
text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
background: #ffffff; 
height:95px;
} 
h1#pagetitle {
height:270px;
width:825px;
position:absolute;
top:95px;
background-color:#eeeeee;
}
h1#pagetitle strong {
position:absolute;
left:-999em;
}
#header #langs {
background-color:#fff20e;
width:650px;
padding-bottom:2px;
padding-left:2px;
padding-top:2px;
}
#header #langs a {
text-decoration:none;
font-family:verdana,arial,helvetica;
font-size:10px;
color:#ffffff;
}
#header #logos #logo-txt span,#header #logos #logo-img span {
position:absolute;
left:-999em;
}
#header #logos #logo-txt {
display:block;
position:absolute;
height:16px;
width:227px;
left:423px;
top:50px;
background:#ffffff url('/redesign/img/logo-txt.gif') no-repeat 0px 0px;
}
#header #logos #logo-img {
display:block;
position:absolute;
height:47px;
width:139px;
left:825px;
top:30px;
background:#ffffff url('/redesign/img/logo-img.gif') no-repeat 0px 0px;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: right; 
	width: 145px; /* since this element is floated, a width must be given */
	background: #fff20e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div */
color:#626b6e;
min-height:270px;
height:270px;
overflow:hidden;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#menu-bottom {
position:absolute;
top:410px;
left:827px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
  	margin:0; /* the left margin will look best if you match the padding amount to the header and footer. */
width:650px;
} 
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ---------------------- */ 
/*   Clearfix             */
/* ---------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
	overflow:hidden;
}
* html .clearfix {height: 1%;}
/* ---------------------- */ 
/*   showcase               */
/* ---------------------- */
#showcase {
width:650px;
height:315px;
overflow:hidden;
position:relative;
}
#showcase-container {
width:650px;
height:315px;
margin-bottom:10px;
position:relative;
overflow:hidden;
}
#showcase-bg-lower {
	position:absolute;
	filter:alpha(opacity=40);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index:10;
	height:45px;
	width:650px;
	top:270px;
	left:0px;
	background-color:#fff20e;
}
#showcase-img,#showcase-img-two {
	width:650px;
	height:315px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	border:0;
}
#showcase-img-two {
	z-index:5;
}
#showcase-txt {
	color:white;
	font-size: 28px;
	z-index:15;
	top:275px;
	left:20px;
	width:650px;
	position:absolute;
}
#showcase-decoration {
position:absolute;
width:100%;
height:205px;
top:0px;
background-color:#eaeaea;
} 
/* ---------------------- */ 
/* Menu style */
/* ---------------------- */

#menu-right {
list-style:none;
padding:0px;
margin:0px;
padding: 5px 10px;
}
#menu-right ul {
list-style:none;
padding:0px;
margin:0px;
padding-left:10px;
}
#menu-right a {
text-decoration:none;
color:#626b6e;
font-weight:bold;
display:block;
margin-top:2px;
}
#menu-right a:hover {
color:#ffffff;
}
#menu-right li ul {
padding:0;
margin:0;
}
#menu-right li ul li a {
font-weight:normal;
font-size:10px;
}
/* ---------------------- */ 
/*   Google Maps          */
/* ---------------------- */
#google-map {
width:615px;
height:450px;
background-color:#eee;
border:1px solid #999;
margin-top:5px;
margin-bottom:5px;
}
#baloon-home {
background: transparent url('/img/logo.gif') no-repeat center top;
height:40px;
color:#9c1f2e;
display:block;
font-size:14px;
font-variant: small-caps;
text-transform:lowercase;
font-weight:bolder;
text-align:center;
position:relative;
top:10px;
line-height:14px;
}
/* ---------------------- */ 
/* Lastminute and Article */
/* ---------------------- */
#landscape-img,#landscape-img-padded {
margin-top:20px;
margin-bottom:20px;
display:block;
}
#landscape-img-padded {
margin-top:20px;
margin-bottom:0px;
display:block;
}
#landscape-img img,#landscape-img-padded img {
border:0;
display:block;
}
.gallery-el {
float:left;
margin-right:1px;
margin-bottom:5px;
border:0;
}
.gallery-el a {
color:#000000;
text-decoration:none;
font-size:9px;
}
.gallery-el a img {
border:0;
}
.download-pdf,.download-img {
color:#666666;
text-decoration:none;
display:block;
padding:5px;
border:1px solid #f4f4f4;
height:64px;
background:transparent url('/img/icon-pdf.gif') no-repeat 5px 5px;
}
.download-pdf span,.download-img span {
position:relative;
left:74px;
top:28px;
}
.download-pdf:hover,.download-img:hover {
color:#555555;
background-color:#fafafa;
border:1px solid #eeeeee;
}
.download-img {
background:transparent url('/img/icon-img.gif') no-repeat 5px 5px;n
}
/* ---------------------------- */ 
/* 20/08/2007: To be classified */
/* ---------------------------- */
.floatbox {
width:650px;
clear:left;
margin-bottom:30px;
}
.floatbox p strong {
font-weight:bold;
}
.floatbox h1 {
font-size:11px;
margin:0;
padding:0;
}
.floatbox > h1 {
margin-left:20px;
float:left;
width:150px;
}
.floatbox > p,.floatbox > ul, .floatbox #contact-form {
margin:0;
padding:0;
width:470px;
margin-left:180px;
padding-bottom:10px;
}
.floatbox #contact-form p {
margin:0;
padding:0;
padding-bottom:5px;
}
.floatbox #contact-form p * {
width:100%;
}
.floatbox > ul li {
list-style:none;
margin-bottom:4px;
}
h1.stripe {
font-size:11px;
display:block;
margin:0;
padding:0;
padding-left:20px;
margin-top:10px;
padding-top:24px;
padding-bottom:2px;
background-color:#fff20e;
}
h1.stripe-padded {
padding-left:180px;
margin-top:0px;
padding-top:24px;
padding-bottom:2px;
margin-bottom:10px;
background-color:#fff20e;
}
h1.fullwidth {
width:630px;
padding-bottom:4px;
margin-bottom:10px;
}
.tab h1 {
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
}
.tab p {
margin-left:0px;
}
.tab ul {
padding-left:10px;
list-style:none;
}
.tab ul li {
padding-bottom:10px;
}
body#page-listino .floatbox a {
text-decoration:none;
font-weight:bold;
color:#626b6e;
}
body .floatbox a {
text-decoration:none;
font-weight:bold;
color:#5a5342;
}
body#page-terme_sensoriali_listino .floatbox a {
text-decoration:none;
font-weight:bold;
color:#5a5342;
}
.floatbox-booking {
margin-top:10px;
}
.floatbox-booking ul li {
float:left;
padding-left:40px;
}
.floatbox-booking ul {
margin-left:140px;
}
.floatbox-booking ul li a {
text-decoration:none;
font-weight:bold;
color:#8bb61f;
}
#booking-box {
position:absolute;
width:650px;
height:270px;
top:95px;
left:0px;
overflow:hidden;
}
#booking-box label {
display:block;
clear:left;
float: left;  
width: 90px;  
padding:0;
margin:0;
margin-right: 10px;  
text-align: right; 
margin-top:12px;
color:#ffffff;
font-weight:bold;
white-space:nowrap;
}
#booking-box input,#booking-box select {
width:110px;
margin-top:10px;
font-size:9px;
font-family:verdana;
}
#booking-box #contact-form {
width:600px;
height:210px;
position:absolute;
top:40px;
left:70px;
}
#booking-box fieldset {
border:0px;
width:220px;
float:left;
}
#booking-box fieldset#column-2 {
width:310px;
}
#booking-box fieldset#column-1 select {
width:115px;
}
#booking-box fieldset#column-2 select {
width:65px;
}
#booking-box fieldset#column-2 input {
width:100px;
margin-left:100px;
}
#booking-box textarea {
width:200px;
margin-top:10px;
font-size:12px;
}

/* ---------------------------- */ 
/* Custom group styles          */
/* ---------------------------- */

body.blue  {
        background: #c0c0c0 url('/redesign/img/bg-blue.gif') repeat-y 0px 0px;
}
body.blue #showcase-bg-lower,
body.blue #booking-box,
body.blue h1.stripe,
body.blue #header #langs,
body.blue #sidebar1,
body.blue #showcase-bg-lower {
background-color:#004d92;
}
body.blue h1.stripe,
body.blue #sidebar1,
body.blue #piva,
body.blue #privacy-hd a,
body.blue #menu-right a {
color:#ffffff;
}
body.blue #menu-right a:hover {
color:#000000;
}

body.brown  {
        background: #c0c0c0 url('/redesign/img/bg-brown.gif') repeat-y 0px 0px;
}
body.brown #showcase-bg-lower,
body.brown #booking-box,
body.brown h1.stripe,
body.brown #header #langs,
body.brown #sidebar1,
body.brown #showcase-bg-lower {
background-color:#5a5342;
}
body.brown h1.stripe,
body.brown #sidebar1,
body.brown #piva,
body.brown #privacy-hd a,
body.brown #menu-right a {
color:#ffffff;
}
body.brown #menu-right a:hover {
color:#000000;
}

body.pink  {
        background: #c0c0c0 url('/redesign/img/bg-pink.gif') repeat-y 0px 0px;
}
body.pink #showcase-bg-lower,
body.pink #booking-box,
body.pink h1.stripe,
body.pink #header #langs,
body.pink #sidebar1,
body.pink #showcase-bg-lower {
background-color:#f0585b;
}
body.pink h1.stripe,
body.pink #sidebar1,
body.pink #piva,
body.pink #privacy-hd a,
body.pink #menu-right a {
color:#ffffff;
}
body.pink #menu-right a:hover {
color:#000000;
}

body.cyan  {
        background: #c0c0c0 url('/redesign/img/bg-cyan.gif') repeat-y 0px 0px;
}
body.cyan #showcase-bg-lower,
body.cyan #booking-box,
body.cyan h1.stripe,
body.cyan #header #langs,
body.cyan #sidebar1,
body.cyan #showcase-bg-lower {
background-color:#008cdb;
}
body.cyan h1.stripe,
body.cyan #sidebar1,
body.cyan #piva,
body.cyan #privacy-hd a,
body.cyan #menu-right a {
color:#ffffff;
}
body.cyan #menu-right a:hover {
color:#000000;
}

body.green  {
        background: #c0c0c0 url('/redesign/img/bg-green.gif') repeat-y 0px 0px;
}
body.green #showcase-bg-lower,
body.green #booking-box,
body.green h1.stripe,
body.green #header #langs,
body.green #sidebar1,
body.green #showcase-bg-lower {
background-color:#8bb61f;
}
body.green h1.stripe,
body.green #sidebar1,
body.green #piva,
body.green #privacy-hd a,
body.green #menu-right a {
color:#ffffff;
}
body.green #menu-right a:hover {
color:#000000;
}

body.red  {
        background: #c0c0c0 url('/redesign/img/bg-red.gif') repeat-y 0px 0px;
}
body.red #showcase-bg-lower,
body.red #booking-box,
body.red h1.stripe,
body.red #header #langs,
body.red #sidebar1,
body.red #showcase-bg-lower {
background-color:#e82714;
}
body.red h1.stripe,
body.red #sidebar1,
body.red #piva,
body.red #privacy-hd a,
body.red #menu-right a {
color:#ffffff;
}
body.red #menu-right a:hover {
color:#000000;
}

body.violet  {
        background: #c0c0c0 url('/redesign/img/bg-violet.gif') repeat-y 0px 0px;
}
body.violet #showcase-bg-lower,
body.violet #booking-box,
body.violet h1.stripe,
body.violet #header #langs,
body.violet #sidebar1,
body.violet #showcase-bg-lower {
background-color:#903276;
}
body.violet h1.stripe,
body.violet #sidebar1,
body.violet #piva,
body.violet #privacy-hd a,
body.violet #menu-right a {
color:#ffffff;
}
body.violet #menu-right a:hover {
color:#000000;
}

body.yellow  {
        background: #c0c0c0 url('/redesign/img/bg-yellow.gif') repeat-y 0px 0px;
}
body.yellow #showcase-bg-lower,
body.yellow #booking-box,
body.yellow h1.stripe,
body.yellow #header #langs,
body.yellow #sidebar1,
body.yellow #showcase-bg-lower {
background-color:#fff30e;
}
body.yellow h1.stripe,
body.yellow #sidebar1,
body.yellow #piva,
body.yellow #privacy-hd a,
body.yellow #menu-right a {
color:#626b6e;
}
body.yellow #menu-right a:hover {
color:#ffffff;
}
#lastminute-img {
margin-left:180px;
}
/* ---------------------------- */
/* Admin styles                 */
/* ---------------------------- */

a.command {
text-decoration:none;
padding: 12px 0px 12px 0px;
font-weight:bold;
color:#ffffff !important;
margin-left:10px;
display:block;
width:150px;
text-align:center;
float:left;
}
a.command:hover {
background-color:#626b6e;
}

form#login, form#admin-images-upload, form#admin-lastminute-save {
margin:0;
padding:0;
width:450px;
margin-left:180px;
padding:10px;
background-color: #fff30e;
margin-bottom:10px;
}
form#login label, form#admin-images-upload label, form#admin-lastminute-save label {
font-weight:bold;
padding-left:5px;
padding-right:5px;
}
form#admin-lastminute-save label {
display:block;
margin:0;
padding:0;
padding-top:5px;
padding-bottom:2px;
}
span.command-secondrow-container {
clear:left;
padding-top:10px;
margin-left:170px;
display:block;
}
#admin-image-gallery {
margin-left:180px;
border:1px solid #f0f0f0;
padding:6px;
margin-bottom:10px;
}
#admin-image-gallery .gallery-el {
width:71px;
padding:2px;
overflow:hidden;
}
#admin-image-gallery .selected {
background-color:#c0c0c0;
}
#admin-image-gallery .selected .gallery-el-txt a {
color:#ffffff;
font-weight:bold;
}

#admin-lastminute-gallery {
margin:0px;
padding:0px;
margin-left:170px;
width:490px;
}
#admin-lastminute-gallery li {
width:150px;
float:left;
margin:0px;
padding:0px;
margin-left:10px;
margin-bottom:10px;
background-color:#8bb61f;
}
#admin-lastminute-gallery li .p-top {
height:30px;
color:#ffffff;
padding:5px;
text-align:center;
font-weight:bold;
}
#admin-lastminute-gallery li .p-bottom {
height:30px;
color:#ffffff;
padding:5px;
text-align:center;
font-weight:bold;
}
#admin-lastminute-gallery .selected {
background-color:#abe64f;
}
#admin-lastminute-gallery .selected a p {
color:#000000;
}
.cmd-images {
background-color:#903276;
}
.cmd-lastminute {
background-color:#8bb61f;
}
.cmd-generic {
background-color:#c0c0c0;
}
table.pricetable {
margin-bottom:20px;
}
table.pricetable tr td {
padding:3px;
}
table.pricetable tr.thd {
font-weight:bold;
color:#ebb730;
}
table.pricetable tr.tsubhd {
border-bottom:1px solid #ebb730;
color:#ebb730;
}
table.pricetable tr td.tzn {
font-weight:bold;
}
table.pricetable tr td.tdt {
}
table.pricetable tr.lightrow {
background-color:#f6dea5;
}
table.pricetable tr.darkrow {
background-color:#f1cb6d;
}
#menu-bottom a {
display:block;
width:143px;
margin-bottom:5px;
}
#langs a span {
display:none;
}
#langs a {
display:block;
float:left;
width:16px;
height:11px;
margin-right:5px;
}
#langs a#it { background: transparent url('/img/flags/it.gif') no-repeat 0px 0px; }
#langs a#en { background: transparent url('/img/flags/us.gif') no-repeat 0px 0px; }
#langs a#de { background: transparent url('/img/flags/de.gif') no-repeat 0px 0px; }
#langs a#fr { background: transparent url('/img/flags/fr.gif') no-repeat 0px 0px; }
#langs a#ru { background: transparent url('/img/flags/ru.gif') no-repeat 0px 0px; }
#piva {
position:absolute;
top:1px;
left:500px;
font-size:9px;
}
.textlink {
color:#999999;
text-decoration:none;
text-align:center;
background-color:#ffffff;
padding:5px 0px 5px 0px;
position:relative;
font-weight:bold;
font-size:11px;
}
.textlink:hover {
color:#ffffff;
text-decoration:none;
text-align:center;
background-color:#666666;
font-weight:bold;
}
.skypelink {
border:1px solid #eeeeee;
padding:10px;
position:relative;
top:-4px;
}
.skypelink img {
top:8px;
left:-3px;
position:relative;
}
.skypelink:hover {
border:1px solid #999999;
}
.skypelink:hover span {
color:#000000;
}
.article-img {
display:block;
margin:10px 0px 10px 180px;
}
.menu-shown-el {
color:red;
background:transparent url('/img/microsquare.gif') no-repeat 0px 2px;
padding-left:13px;
position:relative;
}
.menu-shown-el:hover { background-image:url(/img/microsquare-black.gif); }
body.yellow .menu-shown-el { background-image:url(/img/microsquare-black.gif); }
body.yellow .menu-shown-el:hover { background-image:url(/img/microsquare.gif); }

#privacy-txt {
	left:5px;
	top:-2px;
	position:relative;
	display:inline;
}
#privacy-hd {
position:absolute;
top:1px;
left:350px;
font-size:9px;
}
#privacy-hd a {
text-decoration:none;
}
#page-booking #privacy-check input {
position:relative;
left:-45px;
}
#page-booking #privacy-check #privacy-txt {
position:relative;
display:block;
width:200px;
top:-15px;
left:120px;
color:#ffffff;
font-weight:bold;
}
#page-booking #privacy-check #privacy-txt a {
color:#ffffff;
}
#page-booking #form-submit {
position:relative;
top:-10px;
}
