.titl {
	font-size: 20px;
	color: #FFD6AD;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	color: #1C5539;
}

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */

@charset "utf-8";
/* CSS Document */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	width: 100%;
	margin: 0;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	border-left:  1px solid #C0C0C0;
	height:18px;
}


/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	border-right: 1px solid #C0C0C0;
	height: 18px;
}


/* the links, that is each list item */
div#menu_horiz a {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #333333;
	display: block; /* IE has problems with this, fixed above */
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}


/* hover state for links */
div#menu_horiz li a:hover {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
div#menu_horiz a.activeparent:hover {
	background-color: #FFFFFF;
	color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	color: #999999;
	background-image: url(images/cms/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div#menu_horiz h3 {
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #993300;
	display: block; /* IE has problems with this, fixed above */
	font-size: 11px;                           /* instead of the normal font size for <h3> */
	background-image: url(images/cms/arrow-right-active.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
}



@charset "utf-8";
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;

   vertical-align: bottom;
   text-align: right;
}

#menu_vert img{
	width: 100px;
	padding-bottom: 10px;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
	list-style: none;
	margin: 0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
	float: right;
	text-decoration:none; /* no underline for links */
	display: block; /* some air for it */
	width: 110px;
	color: #FFFFFF;
	min-height:1em; /* Fixes IE7 whitespace bug */
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
}
div#menu_vert a.activeparent:hover {
	color: #CCCCCC;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
	background-image: url(img/bullet.gif);
	color: #990000;
}

div#menu_vert ul ul li a.activeparent {
	background-position: 1.5em center;
	background-color: transparent;
	color: #990000;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
	display: block;  /* some air for it */
	color: #990000;                                 /* this will be link color for all levels */
	font-size: 11px;                           /* instead of the normal font size for <h3> */
	margin: 0;                                  /* as <h3> normally has some margin by default */
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.4em center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align:center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}



@charset "utf-8";
/* CSS Document */

#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
  }

#menu_vert ul {
	width: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
  }
#menu_vert li {

  list-style: none;
  }

#menu_vert li a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
  }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: 3px 5px 3px 25px;
        border-bottom: none;
        font-size: 90%;
    }
    div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      border-bottom: 1px solid #006699;
      padding-bottom: 5px;
    }

    div#menu_vert ul ul ul li a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        padding-left: 40px;
    }
    div#menu_vert ul ul ul  {
      border-bottom: none;
    }
#menu_vert li ul li a { padding: 5px 5px; } /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

#menu_vert li a:hover {
	background-color: #990000;
}

.current
{
	list-style-type: square;
	display: inline;
	background-color: #FFFFFF;
}

#menu_vert li.activeparent {
	background-color: #FF6600;
}

#menu_vert li.active01 h3 {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	color: #990000;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#menu_vert li.active02 h3
{
	display: block;
	padding: 3px 5px 3px 25px;
	border-bottom: none;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	margin: 0;
}

#menu_vert li.active03 h3
{
	display: block;
	padding: 3px 5px 3px 40px;
	border-bottom: none;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	margin: 0;
}

li.sectionheader {
  margin: 0;
  margin-right: -1px;
 }
li.sectionheader h3 {
	margin: 0;
	padding: 1em 10px 0.5em 10px;
	background-color: #fff;
	z-index: 90;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 100%;
   border-bottom: 1px dotted black;
}




/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------- */

.text a:link{text-decoration: underline; color: #1C5539;}
.text a:visited{text-decoration: underline; color: #1C5539;}
.text a:hover{text-decoration: underline; color: #1C5539;}

.catgalery h2{font-size: 16px; font-weight: normal;}

.languages{}
.languages img{height: 10px; float: right; border: 1px solid #FFFFFF; margin-left: 4px;}
.selectedLanguage img{border: #000000 1px solid;}

.selectedMenuItem{font-weight: bold; color: #993300;}

.footer{color: #AAAAAA; padding-left: 10px;}
.footer a{color: #AAAAAA; text-decoration: underline;}

.wifi{float: right; padding-left: 10px; padding-top: 0px;}
.wifi img{height: 40px;}

.carrental{float: right; padding-left: 10px; padding-bottom: 20px;}
.carrental img{height: 40px;}

.content{margin-bottom: 10px;}
.galeryImage{margin-bottom: 10px; float: left; padding-right: 10px;}
.galeryImage img{height: 150px; border: #000000 1px solid;}

.galeryCategory{width: 100%; display: block; border: #000000 0px solid; float: left; clear: left; margin-bottom: 10px;}
.galeryCategory div a{float: left;}
.galeryCategory div .galeryCategoryButtons{width: 100px; float: right;}

.addImage{clear: left; float: left;}

.forumThreads{width: 100%;}
.forumThreads tr td{padding: 5px;}
.forumThreads .head img{display: inline;}
.forumThreads .head{font-weight: bold;}
.forumThreads .row0{}
.forumThreads .row1{background-color: #A96522; color: #000000;}

.forumThreads .author{text-align: center;}
.forumThreads .posts{text-align: center;}
.forumThreads .lastPost{text-align: right;}

.forumThread{width: 100%;}
.forumThread tr td{padding: 5px;}
.forumThread .head img{display: inline;}
.forumThread .head{font-weight: bold;}
.forumThread .row0{}
.forumThread .row1{background-color: #A96522; color: #000000;}
.forumThread .author{width: 200px; font-size: 12px; color: #000000;}

.addPost textarea{width: 100%; height: 100px;}

/*
	SYSTEM (ADMIN) CSS ELEMENTS
*/

.wysiwyg{width: 100%; height: 300px;}

.pagesTable{width: 100%;}
.pagesRow1{background-color: #A96522; padding: 3px; color: #000000;}
.pagesRow2{padding: 3px; color: #000000;}

.adminPanel{display: none;}

.errors{width: 100%; border: solid 1px #883333; background-color: #CC9999; vertical-align: middle;}
.error{padding: 5px;}
.successes{width: 100%; border: solid 1px #338833; background-color: #99CC99;}
.success{padding: 5px;}
