/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFCC;
	text-align: center;
}

#main
{
	width: 792px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#top_section
{	
	position: relative;
	width: 100%;
	height: 290px;
}
	#top_section_flash
	{
		position: relative;
		left: 11px;
	}
	#top_section_image
	{
		position: relative;
		background: url(img/bg-top.jpg) no-repeat;
		left: 11px;
		width: 770px;
		height: 290px;		
	}
	
h1
{
	position: absolute;
	top: 50px;
	left: 30px;
}
	h1 a
	{
		display: block;
		width: 235px;
		height: 235px;
		text-decoration: none;
	}
	h1 a span
	{
		visibility: hidden;
	}
#lng_switch
{
	position: absolute;
	top: 22px;
	right: 40px;
}
	#lng_switch img
	{
		margin: 0 0 0 7px;
		border: none;
	}

#content_section
{
	width: 100%;
	background: url(img/bg-content.jpg) repeat-y;
	padding: 10px 0 0 0;
}
	#content_section_1
	{
		padding: 0 27px 0 26px;
	}
	
	#content_section h3
	{
		font-size: 16px;
		color: #311212;
	}
	
#navigation
{
	width: 242px;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
	#navigation ul
	{
		border-top: 1px solid #620307;
		list-style: none;
		list-style-type: none;
	}
	#navigation li
	{
		border-bottom: 1px solid #620307;
	}
	#navigation li a 
	{
		display: block;
		padding: 7px 20px 7px 22px;
		color: #D9B388;
		text-decoration: none;
	}
	#navigation li a:hover
	{
		background-color: #660000;
		color: #FFFF99;
	}
	
	#hot_offer
	{
		padding: 20px 20px 7px 22px;
		color: #D9B388;
		text-align: center;
	}
		#hot_offer a 
		{
			color: #FFFFFF;
		}
		#hot_offer a:hover
		{
			color: #FFFF66;
		}
		

#content
{
	width: 457px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
}
	#content1
	{
		padding: 13px 38px 28px 38px;
		font-size: 13px;
		line-height: 145%;
	}	
		#content1 p
		{
			padding: 0 0 15px 0;
		}
		#content1 h2
		{
			color: #82030A;
			font-size: 19px;
			margin: 0 0 20px 0;
			line-height: 140%;
		}			
	
#footer_section
{
	clear: both;
	width: 100%;
	height: 44px;
	background: url(img/bg-footer.jpg) no-repeat;
}

#footer_content
{
	text-align: center;
	width: 700px;
	margin: 0 auto 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
	#footer_content a 
	{
		color: #666666;
	}


#booking_container
{
	text-align: center;
}
	#booking_container table
	{
		display: block;
		margin: 0 auto 0 auto;
	}
	#booking_container fieldset
	{
		padding: 10px;
	}
	#booking_container td,th,tr
	{
		font-size: 13px;
	}

.coorectb
{
	visibility: hidden;
	clear: both;
	height: 1px;
}

.gallery
{
	margin: 10px 0 0 0;
}
	.gallery img
	{
		border: 2px solid #A89E72;
		padding: 2px;
		margin: 0 0 15px 0;
	}
	
.virtualnavigation
{
	padding-bottom: 50px;
}
