body{
	background: #78a519 url(images/body_bg.png);
	color: #000;
	font: 13px/20px Tahoma;
}
p{
	text-align: justify;
	margin-bottom: 10px;
}
a{
	color: #689109;
	text-decoration: none;
}
a:hover{
	color: #689109;
	text-decoration: underline;
}
h3{
	font: bold 24px Cambria;
	margin-bottom: 20px;
	color: #000;
}
h4{
	font: bold 18px Cambria;
	margin-bottom: 10px;
	color: #000;
}
h5{
	font: bold 17px Cambria;
	margin-bottom: 3px;
	color: #000;
}
.deco_line{
	padding-bottom: 10px;
	background: url(images/line.png) no-repeat center bottom;
}
.line{
	border-bottom: 1px solid #b4b18c;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
#header{ 
	background: #f8f7ed url(images/header_bg.png) repeat-x;
	padding: 15px 0 30px 0;
	box-shadow: 0 0 20px #1e2905;
}
#logo{
	padding: 10px 0;
}
.logo_text{
	color: #f1bb27; 
	font: bold 40px Calibri; 
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 -1px 5px #263702;
	padding-top: 25px;
	padding-left: 20px;
}
.motto{
	position: relative;
	top: 5px; 
	left: 15px;
	font: italic 20px Georgia;
	color: #3b5404; 
	text-shadow: 1px 1px 1px #dfe8bb;
}
#menu{
	background: url(images/menu_bg.png) no-repeat center 0;
	padding-bottom: 15px;
}
ul#nav{
	margin: 0;
	padding: 0 12px;
	list-style: none;
	overflow: hidden;
}
ul#nav > li{
	float: left;
}
ul#nav > li > a{
	display: block;
	padding: 9px 18px;
	font: 14px Calibri;
	text-decoration: none;
	color: #000;
	background: url(images/divider.png) no-repeat right center;
}
ul#nav > li > a span{
	padding: 4px 9px;
	border-radius: 5px;
}
ul#nav > li:last-child > a{
	background: none;
}
/*ul#nav > li > a.current span{
	background: #6f8d30;
	color: #fff;
	text-shadow: 0 0 2px #356a31;
}*/
ul#nav > li:hover > a{
	color: #689109;
}
ul#nav > li:hover  ul.sub
{
	top: auto;	
}
ul.sub{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -999px;
	z-index: 1000;
	background: #f2f2e6;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 4px 3px #444;
	margin-top: -2px;
	padding-top: 2px;
}
ul.sub li a{
	display: block;
	padding: 5px 28px;
	min-width: 135px;
	color: #000;	
	text-decoration: none;
	font: 14px Calibri;
	border-bottom: 1px solid #e1e0d2;
}
ul.sub li:last-child a{
	border-bottom: none;
}
ul.sub li a:hover{
	color: #689109;
}
#banner{
	margin-bottom: 10px;
	box-shadow: 0 0 20px #395102;
}
#content{
	padding: 30px;
	background: #f8f8ed;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 20px #395102;
}
.block{
	margin-bottom: 30px;
}
ul#service{
	margin-right: 0;
	list-style-image: url(images/bullet.png);
	line-height: 23px;
}
.featured{
	margin-right: 15px;
}
.featured img{
	width: 115px;
}
a.more{
	color: #689109;
	font: italic 14px Calibri;
	text-decoration: underline;
}
.btn{
	color: #fff;
	padding: 7px 14px;
	font: 14px Cambria;
	border: 1px solid #ce9f16;
	border-radius: 3px;
	background: rgb(234,185,45); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}
.btn:hover{
	color: #fff;
	text-decoration: none;
}
.thumb{
	width: 200px;
	margin-right: 15px;
}
.reservationform label{
	margin-top: 10px;
	float: left;
	width: 250px;
}
.reservationform select{
	width: 210px;
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	border: 1px solid #d5d0c3;
	padding-left: 3px;
}
.reservationform input{
	width: 200px;
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	border: 1px solid #d5d0c3;
	padding: 1px 5px;
}
.reservationform input[type="checkbox"]{
	width: 20px;
	margin-top: 10px;
}
.reservationform textarea{
	width: 200px;
	height: 80px;
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	border: 1px solid #d5d0c3;
}
.reservationform .formbtn{
	width: 105px;
	background: url(images/btnbg.png) #739e1d repeat-x;
	color: #fff;
	padding: 3px 0;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	text-shadow: 1px 1px 1px #435f05;
}
.testimonial{
	background: #e7efd8;
	width: 250px;
	padding: 20px;
	border: 1px solid #dae3c9;
	border-radius: 5px;
	margin-top: -15px;
	font: italic 14px/22px Calibri;
}
.whyus{
	margin-top: -15px;
	background: #f2f2e5 url(images/slider_bg.png) 100%; 
	width: 250px; 
	padding: 25px 20px; 
	border-radius: 5px;
}
.whyus ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.whyus ul li{
	background: url(images/bullet.png) no-repeat left;
	padding-left: 20px;
}
ul#sidenav{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: -15px;
}
ul#sidenav li a{
	display: block;
	padding: 5px 40px;
	font: 14px Calibri;
	text-decoration: none;
	color: #000;
	background: #ecebe0 url(images/arrow.png) no-repeat 25px center;
	border-bottom: 1px solid #d0cebd;
	margin-bottom: 1px;
}
ul#sidenav li a:hover{
	background: #75a118 url(images/arrow2.png) no-repeat 25px center;
	color: #fff;
}
ul#sidenav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 210px;
	margin-top: -30px;
	display: none;
	position: absolute;
	background: #f8f8ed;
	box-shadow: 0 0 3px #999;
}
ul#sidenav li:hover > ul{
	display: block;
}
ul#sidenav ul li:last-child a{
	border-bottom: 0;
}
ul#sidenav ul li a{
	background: #ecebe0;
	padding: 5px 20px;
}
ul#sidenav ul li a:hover{
	background: #75a118;
}
table tr:nth-child(even) td {
	background: transparent;
}
.cancellation{
	border: 1px solid #d5d5c3; 
	width: 600px;
	border-collapse: collapse;
}
.cancellation td{
	border: 1px solid #d5d5c3; 
}
.cancellation tr:nth-child(even) td {
  background: #efefe2;
}
.overview td:first-child{
	width: 180px;
}
.overview th{
	width: 150px;
}
.airline tr td {
	padding: 15px 0 10px 15px;
}
.airline tr td:first-child{
	width: 200px;
}
.airline tr:nth-child(odd) td {
	background: #edede3;
}
.airline img{
	border: 1px solid #e5e5e5;
}
.airline a:hover{
	text-decoration: underline;
}
.festivals{
	border-collapse: collapse;
}
.festivals td,.festivals th{
	border: 1px solid #d5d5c3; 
	padding-left: 10px;
}
#footer{
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
#footer a{
	color: #fff;
}
 