/* CSS Document */

body, p, h1, h2, h3, h4, ul, li, img, a
{
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
}

body
{
	text-align: center;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(body-bg.png	);
}

div#main_container
{
	width: 781px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#top_section
{
	position: relative;
	width: 100%;
	height: 158px;
	background: url(top-bg.jpg) no-repeat;
}

div#content_section
{
	position:relative;	
	background: url(content-bg-new.jpg) repeat-y;
	width: 100%;
}
	div#content_section1
	{
		padding: 0 18px 0 22px;
	}
		

div#footer_section
{
	position: relative;
	width: 100%;
	height: 80px;
	background: url(footer-bg.jpg) no-repeat;
}
	#footer_content
	{
		position: absolute;
		width: 740px;
		height: 28px;
		top: 15px;
		left: 60px;
		text-align: center;
		font-size: 9px;
		line-height: 140%;
		color: #333333;
	}
	#footer_content a
	{
		color: #333333;
	}
	#footer_content a:hover
	{
		color: #B5173A;
	}
	
	
div#footer_section2
{
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #F7F7F7;
}
	#footer_content2
	{
		position: absolute;
		width: 740px;
		height: 28px;
		top: 15px;
		left: 60px;
		text-align: center;
		font-size: 9px;
		line-height: 140%;
		color: #333333;
	}
	#footer_content2 a
	{
		color: #333333;
	}
	#footer_content2 a:hover
	{
		color: #B5173A;
	}
	


/*	 T 0 P   S E C T I O N 	*/

div#top_section h1
{
	display: none;
}

#lng_switch
{
	position: absolute;
	top: 140px;
	right: 20px;
}

#site_path
{
	position: absolute;
	top: 137px;
	left: 215px;
	font-size: 11px;
	color: #5C5C5C;
}
	#site_path a 
	{
		color: #5C5C5C;
	}
	#site_path a:hover
	{
		color: #991133;
	}


/* M A I N   S E C T I O N S */

#navigation
{
	width: 179px;
	float: left;
}

#extends
{
	width: 120px;
	float: right;
}

#content
{
	margin: 0 0 0 185px;
	width: 428px;
	_width: 420px;
}


/* N A V I G A T I O N */

ul.menu
{
	width: 100%;
}

ul.menu li
{
	width: 100%;	
	float: left;	
}
ul.menu a 
{
	text-decoration: none;
}

li.lev1
{
	margin: 0 0 0 0;
}

li.lev1 a span
{	
	display: block;
	padding: 2px 0 0 39px;
}
	li.lev1 a
	{
		display: block;
		height: 23px;
		padding: 0;
		color: #FFFFFF;
		background: url(btn-1.gif) no-repeat;
		border-bottom: 1px solid #FFFFFF;
	}
	li.lev1 a:hover
	{
		background-position: -358px;
		color: #5C5C5C;
	}
	
	.attention
	{
		background-position: -179px !important;
	}
	.attention:hover
	{
		background-position: -358px !important;
		color: #5C5C5C !important;
		font-weight: bold;
	}	
	
li.lev2
{
	height: 100%;
	margin-bottom: 0px;
	font-size: 11px;
}	
	
li.lev2 a span
{	
	display: block;
	padding: 0px 0px 0px 60px;
}
	li.lev2 a
	{
		display: block;
		height: 18px;
		padding: 0;
		color: #FFFFFF;
		background: #838383 url(btn-2.gif) no-repeat;
		width: 100%;
		float: left;
	}
	li.lev2 a:hover
	{
		background-position: -179px 0;
		color: #FFFFFF;
	}
	
#sidebar
{
	position: relative;
	top: 15px;
	padding: 15px
}




/* C O N T E N T */


#content h2
{
	background: #5C5C5C;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0 2px 12px;
}

.block
{
	padding: 11px 13px 11px 13px;
}

.block p
{
	padding: 0 0 15px;
}

	.on_top
	{
		border-left: 1px solid #F3F4F2;
		border-right: 1px solid #F3F4F2;
		border-bottom: 1px solid #F3F4F2;
		padding-top: 16px;
	}
	
.gallery
{
	width: 155px;
	float: right;
	margin: 0 0 15px 15px;
}	
	.gallery img
	{
		margin: 0 0 7px 0;
		border: 1px solid #838383;
	}
	
	
.pricetable
{
	border-collapse: collapse;
}
	.pricetable td
	{
		padding: 5px 7px 5px 7px;
	}
	
.formatted
{
}

	.formatted h3
	{
		color: #B5173A;
		margin: 0 0 0.5em 0;
		padding: 0;
		font-size: 15px;
	}	
	.formatted h4
	{
		color: #333333;
		margin: 0.8em 0 0.4em 0;
		font-size: 14px;
	}
	.formatted ul
	{
		margin: 0 0 0 18px;
		padding: 0 0 0 15px;
	}
	.formatted li
	{
		list-style-type: disc;
	}
	.formatted p
	{
	}


	
/* E X T E N D S */	

#ext_title
{
	background: #5C5C5C;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0 2px 0px;
	text-align: center;
}
	#ext_title strong
	{
		font-weight: normal;
	}
	
	#ext_content
	{
		padding: 7px;
		font-size: 11px;
		line-height: 130%;
	}



/* B O O K I N G */	

#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;
	}




.correct
{
	clear: both;
	visibility: hidden;
}



	