html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
img{
	border:none;
}
#wrapper {
	width:1000px;
    padding: 1em;
	margin:0 auto;
}

#header{

}
#logo{
	float:left;
	margin:0 100px 0 0;
}
#headerContact{
	float:left;
	font-size:1.5em;
	line-height:1.75em;
	text-align:center;
	margin:60px 90px 0 0;
}

#booking{
float:left;
   right: 20px;
   margin: 13px 0 0;
}


/*#############################################################################
################################### Content ###################################
#############################################################################*/
#center_col{
	float:left;
	width:780px;
}
#content{
	/*border: solid 1px #CCC;*/ 
	padding:10px 0 0 30px;
	margin-left:10px;
	color:#666;

}


#content h2{
    font-weight:normal;
}

#homeVideo {

    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
	width:530px;
}

.form {
	border: 1px solid #ccc;
	margin: 2em 0px;
	padding:0px 0.4em 0.4em;
	width: auto;
}
form {
	display:block;}
form tr {
border-bottom:1px solid #CCCCCC;
padding:0.2em;
}

form tr {
line-height:2em;
}
/*#############################################################################
################################### TOP NAV ###################################
#############################################################################*/
#top {
    text-align: center;
    position: relative;
}
#tNav {
    background: url(../images/nav/topNavMidBg.gif) top left repeat-x;
    height: 24px;
    border: 1px solid #777;
    margin-top:1em;
    /*position: relative;*/
}


#tNav ul {
    margin: 0;
    padding: 0;
    
}

#tNav li {
    float: left;
    list-style-type:none;
    font-size: 1.2em;
    padding: 0 0em;
    position: relative;
    height: 20px;
}

#tNav li a {
    color: #212020;
	text-decoration: none;
    font-weight:normal;   
    display:block;
    width: 6.4em;
    margin-top: 0px;
    height: 20px;
    padding: 4px 20px 0 20px;

}

.activeNav, .activeNav a {
    /*background: #666;*/
    background: url(../images/nav/topNavHovBg.gif) top left repeat-x;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
    color: #333 !important;
}

#tNav li a:hover, .activeNav a:hover, .activeNav a {
    /*background: #666;*/
    background: url(../images/nav/topNavHovBg.gif) top left repeat-x;
    color: #333 !important;
    text-decoration: underline;
}

#tNav li ul {
    position: absolute;
    height: 0;
    left: 0;
    top: 24px;
    visibility: hidden;
    display: none;
	font-size:0.9em;
    /*border-top: 1px solid #999;*/
}

#tNav li:hover ul {
	visibility:visible !important;
	background: #000 !important;
    display: block;
    width: 9em;
}

#tNav ul li:hover ul.dropdown {
    background: #000 !important;
    visibility:visible !important;
    display: block !important;
}

#tNav ul li:hover ul.dropdown li {
    background: #E5E5E5 !important;
    padding: auto 0 auto 0 !important;
}

#tNav ul li:hover ul.dropdown li a {
    background: #E5E5E5 !important;
    padding: auto;
    display: block;
    width: 10.3em !important;
    padding: auto 0 auto 0 !important;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

ul.dropdown li a {
    padding: 0 !important;
    width: 9em;
	font-size:0.8em;
}

.selected{	
    color: #006600 !important;
    text-decoration: underline;
}

/*#############################################################################
################################### Side Nav ###################################
#############################################################################*/

#navigation #countryFlags {
	/*text-align: center;*/
	padding: 0 0 0 12px;
}

#navigation #countryFlags img {
	border: 0;
	margin: 0 3px;
}

#left_col{
	width:200px;
	float:left;
}

#navigation {
	width: 230px;
	float: left;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	font-size: 1em;
    clear: both;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0.5em 0;
	padding: 0 0 0 1.3em;
}

#navigation ul li ul {
	font-weight: normal;
	padding: 0 0 0 0em;
	margin: 0 0 0.5em 0;
}

#navigation a {
	color: #777;
	text-decoration: none;
}

#navigation a:hover {
	color: #060;
}

#navigation li img {
	border: 0;
}

#navigation #countryFlags {
	/*text-align: center;*/
	padding: 0 0 0 12px;
}

#navigation #countryFlags img {
	border: 0;
	margin: 0 3px;
}





/*#############################################################################
################################### Footer ###################################
#############################################################################*/


#footer{
	text-align:left;
	padding: 10px 0 15px 0;
	border-top:1px #ccc solid;

}
#nbLinks{
padding: 0px 0 15px 0;
}
.clear {
    clear: both;
    display: block;
    font-size: 1px;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

.length{
	width:300px;
}

.lengthN{
	width:180px;
}
.newsletterform{
	margin:5px 0;
	border: 1px solid black;
	padding: 10px;
	text-align: left;
}

.errorMessage {
    padding: 10px;
    border: 1px solid #C00;
    background-color: #FCC;
    margin: 10px 0;
}
.errorMessage h2 {
    font-size: 1.1em;
    margin: 0;
}
.errorMessage ul {
    margin-bottom: 0;
}
