/************************************* CSS by Nick Camedda, www.newweblab.net - 2009 ************************************/
body{

/* background-color:#79bbff; */
	
background-color:#d11414;

background-repeat:repeat-x;

background-attachment:fixed;

font-family:Arial,Verdana,sans-serif ;

}
img{

border:0;

}
a{

text-decoration:none;

}
a:link{

color:#d11414;

}
a:visited{

color:#d11414;

}
li{

list-style:none;

}
 .rounded1{
 -moz-border-radius:2ex;
 -webkit-border-radius:2ex;
 border:5px solid white;  
 }
  .rounded2{
 -moz-border-radius:1ex;
 -webkit-border-radius:1ex;
 border:3px solid white;
 }
#container{
               
width:915px;

margin:0 auto auto;

background-color: #ff7e02;

padding:10px;

}

#headerPanel{

position:absolute;

margin-left:0px;

margin-top:0px;



}
#headerPanel img{

width:390px;

height:227px;

padding:5px;

background-color:white;

}
/************************* MENU SECTOR ******************/

#nav{

width:505px;

margin-top:19px;

}

#nav ul{

background-color:#d11414;

/* border:1px solid #0066ff; */

word-spacing:37px;

}
#nav li{

display:inline;

font-size:22px;

/* font-weight:bold; */

margin-left:-33px;   

padding-right:6px;

}
#nav li a{

color:white;

}
#nav li a:hover{

color:#ffdd55;
	

}

#nav_en{

width:505px;

margin-top:19px;

}

#nav_en ul{

background-color:#d11414;

/* border:1px solid #0066ff; */

word-spacing:37px;

}
#nav_en li{

display:inline;

font-size:22px;

/* font-weight:bold; */

margin-left:-26px;

padding-right:8px;

}
#nav_en li a{

color:white;

}
#nav_en li a:hover{

color:#ffdd55;
	

}
/********************** CONTENT SECTOR **********************************/
#content{

background-color:white;

border:1px solid #d11414;

width:811px;

font-size:20px;

/* color:#343434; */
	
color:black;

text-align:justify;

margin:0 auto auto;

margin-bottom:14px;

padding-top:10px;

padding-bottom:10px;

}

#textContent{

padding:10px;

}
.bold{

/* color:#0a6cff; */
	
color:#d11414;

font-weight:bold;

font-size:20px;

}
#content a:hover span{

color:#ff8015;

}
#language{

margin-top:-15px;

margin-left:850px;

}
/*********************** IMAGE GALLERY ETC SECTOR **************************************/
#advImg{

margin-left:50px;

}
#advImg img{

/* border:1px solid #d11414; */

padding:6px;

background-color:white;

}
/************************* TABLE SECTOR *******************************/
#tableRooms table, td ,tr{

/* border:1px solid #0066ff; */

border:1px solid #ff7e02;

font-size:18px;

/* background-color:#E6F5FF; */

background-color:#FFFFC0;

}
#tableRooms img{

padding:5px;

background-color:white;

}
/********************** FOOTER SECTOR *******************/

#footer{

width:910px;

margin:10px auto auto;

background-color:white;

border:1px solid #d11414;

font-size:20px;

color:#343434;

text-align:center;

}
#footer a:hover span{

color:#ff8015;

}
#footer address{

font-size:12px;

}
/**

* jQuery lightBox plugin

* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)

* and adapted to me for use like a plugin from jQuery.

* @name jquery-lightbox-0.5.css

* @author Leandro Vieira Pinho - http://leandrovieira.com

* @version 0.5

* @date April 11, 2008

* @category jQuery plugin

* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)

* @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US

* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin

*/

#jquery-overlay {

position: absolute;

top: 0;

left: 0;

z-index: -50;

width: 100%;

height: 500px;

}

#jquery-lightbox {

position: absolute;

top: 0;

left: 0;

width: 100%;

z-index: 100;

text-align: center;

line-height: 0;

}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {

position: relative;

background-color: #fff;

width: 250px;

height: 250px;

margin: 0 auto;

}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {

position: absolute;

top: 40%;

left: 0%;

height: 25%;

width: 100%;

text-align: center;

line-height: 0;

}

#lightbox-nav {

position: absolute;

top: 0;

left: 0;

height: 100%;

width: 100%;

z-index: 10;

}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {

width: 49%;

height: 100%;

zoom: 1;

display: block;

}

#lightbox-nav-btnPrev { 

left: 0; 

float: left;

}

#lightbox-nav-btnNext { 

right: 0; 

float: right;
position:absolute;
}

#lightbox-container-image-data-box {

font: 10px Verdana, Helvetica, sans-serif;

background-color: #fff;

margin: 0 auto;

line-height: 1.4em;

overflow: auto;

width: 100%;

padding: 0 10px 0;

}

#lightbox-container-image-data {

padding: 0 10px; 

color: #666; 

}

#lightbox-container-image-data #lightbox-image-details { 

width: 70%; 

float: left; 

text-align: left; 

}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {

display: block; 

clear: left; 

padding-bottom: 1.0em;	

}			

#lightbox-secNav-btnClose {

width: 66px; 

float: right;

padding-bottom: 0.7em;	

}


