﻿body 
{
    font-size: 13px;
    font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
}

p
{
    margin: 4px 0;
    padding: 0;
	line-height: 20px;
}

h3
{
	font-size: 20px;
	margin: 20px 0 10px 0;
}

h4
{
	font-size: 16px;
	margin: 20px 0 10px;
	font-weight: normal;
}

img
{
    border: 0;
}


/* gallery */
#galleryWrapper
{
	width: 900px;
	margin: 0 auto 20px;
	overflow: hidden;
	height: 470px;
	position: relative;
	z-index: 1;
}

	#galleryWrapper ul#gallery
	{
		list-style: none;
		margin: 0;
		padding: 0;		
	}
	
	#galleryWrapper ul#gallery li img
	{
		width: 900px;
		height: 470px;
	}
	
	#galleryWrapper ul#gallery .image-caption
	{
		display: none;
		background-image: url(../images/layout/bg-image-caption.png);
		position: absolute;
		bottom: 20px;
		left: 20px;
		padding: 10px;
		font-size: 12px;
		width: 500px;
	}
	
		#galleryWrapper ul#gallery li.active .image-caption
		{
			display: block;
		}
	
	/* sub-page gallery */
	#galleryWrapper ul#gallery.sub-gallery .image-text
	{
		display: none;
		background-color: #000;		
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 15px;
		font-size: 12px;
		width: 900px;
	}
	
		#galleryWrapper ul#gallery.sub-gallery li.active .image-text
		{
			display: block;
		}
	
		#galleryWrapper ul#gallery.sub-gallery .image-text a
		{
			text-decoration: none;
		}
	
	/* gallery navigation */
		#galleryWrapper ul#galleryPager
		{
			position: absolute;
			right: 10px;
			bottom: 20px;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			#galleryWrapper ul#galleryPager li
			{
				float: left;		
				margin: 0 10px 0 0;
			}
			
				#galleryWrapper ul#galleryPager li img
				{
					width: 900px;
					height: 470px;
				}
			
				#galleryWrapper ul#galleryPager li a
				{
					display: block;
					width: 14px;
					height: 14px;
					background-color: #fff;
					outline: none;
				}
				
				#galleryWrapper ul#galleryPager li.active a,
				#galleryWrapper ul#galleryPager li a:hover
				{
					background-color: #a80f1b;
				}
				
				#galleryWrapper ul#galleryPager li a span
				{
					margin-left: -9999px;
				}

/* columns */
.left-col
{
    float: left;
    width: 200px;
    padding: 0;  
}

	.left-col.wide
	{
		width: 600px;
	}

.right-col
{
    width: 685px;
    float: right;
    padding: 0;
	overflow: hidden;
}

	.right-col.narrow
	{
		width: 300px;
	}

/* banners */
.banners
{
	overflow: hidden;
}

	.banners div
	{
		float: left;
		margin: 0 20px 20px 0;
	}

/* start page wrapper */
#startPageWrapper
{
	overflow: hidden;
	padding: 0 0 20px 0;
}

/* sub page wrapper */
#subpagewrapper
{
	overflow: hidden;
	min-height: 300px;
	padding: 0 0 30px 0;
}

/* sub navigation */
ul.submenu
{
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}

	ul.submenu li
	{
		margin: 0 0 10px 10px;
	}
	
		ul.submenu li a,
		ul.submenu li a:visited
		{
			text-decoration: none;
			font-weight: bold;
		}

/* preview-list  */
ul.preview-list
{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

	ul.preview-list li
	{
		margin: 15px 0;
		padding: 0;
		overflow: hidden;
	}
	
		ul.preview-list li p
		{
			line-height: 13px;
		}
	
	ul.preview-list li .thumb-container	
	{
		float: left;
		margin-right: 10px;
		width: 145px;
	}
	
	ul.preview-list li .text-container
	{
		float: left;
		font-size: 11px;
		width: 400px;
	}
		
		ul.preview-list li .text-container h4
		{
			margin: 0;
			font-size: 14px;
		}
		
		ul.preview-list li .text-container h4 a,
		ul.preview-list li .text-container a
		{
			text-decoration: none;
		}

/* facebook */
.fb_iframe_widget 
{
	float: right;
}

/* forms */
fieldset
{
	border: 0;
	margin: 10px 0;
	padding: 0;	
}

label 
{
	display: block;
	margin: 4px 0;
	padding: 0;
}

label span 
{
	width: 110px;
	display: block;
	float: left;
	padding: 2px 0 0 0;
}

input
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    padding-left: 1px;
}

input.text 
{
	width: 150px;
}

input.number 
{
	width: 75px;
}

.textbox 
{
    width: 265px;
    padding: 1px;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

/* colors */
.white,
#galleryWrapper ul#gallery.sub-gallery .image-text,
#galleryWrapper ul#gallery.sub-gallery .image-text a,
#galleryWrapper ul#gallery.sub-gallery .image-text a:visited
{
    color: #fff;
}

.blue,
#footer a,
#footer a:visited,
#startFooter a,
#startFooter a:visited,
ul.preview-list li .text-container a,
ul.preview-list li .text-container a:visited
{
	color: #01518e;
}

.red,
h2,
h3,
ul.preview-list li .text-container h4 a,
ul.preview-list li .text-container h4 a:visited
{
	color: #8c0a14;
}

.grey,
h4,
#galleryWrapper ul#gallery.sub-gallery .image-text a:hover,
ul.submenu li a,
ul.submenu li a:visited
{
	color: #555;
}

.dark-grey
{
	color: #333;
}

.black,
ul.submenu li a:hover
{
	color: #111;
}

/* misc */

.hidden
{
    display: none;
}

.border
{
    border: 1px solid grey;
}

.clr 
{
    clear: both;
}

span.date
{
    color: #931d1b;
    font-size: small;
}

a.book-btn,
a.book-btn-en
{
	background: transparent url(../images/book-btn.png);
	display: block;
	margin: 10px 0;
	width: 169px;
	height: 31px;
}
	
a.book-btn-en
{
	background: transparent url(../images/book-btn-en.png);
}

.commentbg
{
    background: url(../images/comment.png) top left no-repeat;
}

a.booking
{
	text-decoration: none;
	color: #555;
	font-weight: bold;
	margin-left: 10px;
}
