@import url(http://fonts.googleapis.com/css?family=Lato);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
  padding: 6px 15px;
}
#cssmenu {
  width: 260px;
}
#cssmenu > ul > li {
  cursor: pointer;
  background: #000;
  border-bottom: 1px solid #4c4e53;
}
#cssmenu > ul > li:last-child {
  border-bottom: 1px solid #3e3d3c;
}
#cssmenu > ul > li > a {
  font-size: 13px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #64676e;
  background: -moz-linear-gradient(#64676e 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64676e), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#64676e 0%, #4c4e53 100%);
  background: linear-gradient(#64676e 0%, #4c4e53 100%);
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #C90425;
  background: -moz-linear-gradient(#C90425 0%, #8F0219 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C90425), color-stop(100%, #8F0219));
  background: -webkit-linear-gradient(#C90425 0%, #8F0219 100%);
  background: linear-gradient(#C90425 0%, #8F0219 100%);
  color: #fff;
  text-shadow: 0 1px 1px #8F0219;
}

#cssmenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}

/* Sub menu */ 
#cssmenu ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a {
  background: #efefef;
  display: block;
  color: #797979;
  font-size: 13px;
  padding-left: 30px;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #c9c9c9;
}
#cssmenu ul ul li.odd a {
  background: #e5e5e5;
}
#cssmenu ul ul li:last-child {
  border: none;
}
#cssmenu ul ul.menushow {
	display:block;
}
#cssmenu ul ul li.submenu a{
	color: #8F0219;
}

.sandspicture {
	width:1000px;
	height:150px;
	margin-top:-12px;
}

.sandsshop {
	margin-left: 20px;
	margin-right: 20px;
}

.hotelpicture {
	width:1000px;
	height:300px;
	margin-top:-12px;
}

.hoteltitle {
	display: block;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 15px;
	padding-left: 8px;
	padding-right: 10px;
	text-align:justify;
	margin-left: 20px;
}

.hotelcontent {
	display:block;
	font: normal 14px Gothic, Arial;
	padding-left: 8px;
	padding-right: 10px;
	text-align:justify;
	margin-left: 20px;
	line-height: 160%;
}

.projecttitle {
	display: block;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
	margin-left: 20px;
}

.projectcontent {
	display:block;
	font: normal 13px Gothic, Arial;
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 160%;
}
