/*
 * COMMON
 */
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	/* background-color: #e8ede6; */
	font-family: Times;
	font-size: 14px;
	overflow: auto;
}

div.clearer
{
	clear: both;
	height: 0px;
	background-color: #000;
}

br.clearboth
{
	clear: both;
	height: 0px;
}

a
{
	border: 0;
}

img
{
	border: 0;
	text-align: center;
	vertical-align: middle;
}

/*
 * COMMON END
 */

#site
{
	min-width: 955px;
}

#head
{
	min-width: 955px;
	height: 164px;
	background-color: #ffffff;
}

	#logo_head
	{
		/*position: absolute;
		top: 0px;
		left: 0px;*/
		float: left;
		width: 178px; /* 194 - 16 */
		height: 155px; /* 164 - 9 */
		padding: 9px 0 0 16px;
	}
	
	#main_menu
	{
		/*position: absolute;
		top: 0px;
		left: 294px;*/
		float: left;
		width: 761px;
		height: 51px; /* 164 - 113 */
		padding: 113px 0 0 0;
	}
	
		#main_menu ul
		{
			height: 15px;
			list-style: none;
		}
		
		#main_menu li
		{
			float: left;
			display: inline;
			height: 15px;
		}
		
		.sprite
		{
			height: 15px;
			background-image: url(../image/spr_hu.png);
			background-repeat: no-repeat;
		}
		
		#main_menu a
		{
			display: block;
		}
		
		a#mm_btn_1
		{
			width: 70px;
			background-position: 0px 0px;
		}
		
		a#mm_btn_1:hover
		{
			background-position: 0px -16px;
		}
		
		a#mm_btn_1_selected
		{
			width: 70px;
			background-position: 0px -16px;
		}
		
		a#mm_btn_2
		{
			width: 207px;
			background-position: -111px 0px;
		}
		
		a#mm_btn_2:hover
		{
			background-position: -111px -16px;
		}
		
		a#mm_btn_2_selected
		{
			width: 207px;
			background-position: -111px -16px;
		}
		
		a#mm_btn_3
		{
			width: 222px;
			background-position: -359px 0px;
		}
		
		a#mm_btn_3:hover
		{
			background-position: -359px -16px;
		}
		
		a#mm_btn_3_selected
		{
			width: 222px;
			background-position: -359px -16px;
		}
		
		a#mm_btn_4
		{
			width: 94px;
			background-position: -622px 0px;
		}
		
		a#mm_btn_4:hover
		{
			background-position: -622px -16px;
		}
		
		a#mm_btn_4_selected
		{
			width: 94px;
			background-position: -622px -16px;
		}

		#main_menu .mm_separator
		{
			width: 41px;
			margin-bottom: 5px;
			background-position: -70px 0px;
		}

	#top_nav
	{
		position: absolute;
		left: 804px;
		top: 8px;
		width: 146px;
	}
	
		#music_player
		{
			float: left;
			width: 34px;
		}
	
		#lang_menu
		{
			float: left;
			margin-left: 16px;
			list-style: none;
		}
		
		#lang_menu li
		{
			display: block;
			float: left;
			font-size: 12px;
		}
		
		#lang_menu a
		{
			color: #333333;
			text-decoration: none;
		}
		
		#lang_menu a:hover
		{
			color: #c7c7c7;
		}
		
		#lang_menu span
		{
			color: #c7c7c7;
		}

#content_home
{
	height: 256px;
	background: #b2c3c0 url(../image/content_home_bg.png) repeat-x;
}

#foot
{
	height: 33px;
}

	#address_box
	{
		float: left;
		width: 507px;
		height: 33px;
		line-height: 33px;
		text-align: center;
		background-color: #e8ede6;
		font-size: 12px;
	}
	
	#map_button_box
	{
		float: left;
		width: 103px;
		height: 33px;
		line-height: 33px;
		background-color: #b3c6ad;
		text-align: center;
		font-size: 14px;
	}

	#opening_hours_button_box
	{
		float: left;
		width: 325px;
		height: 33px;
		line-height: 33px;
		background-color: #f4e3c6;
		padding-left: 20px;
		font-size: 14px;
	}

		#map_button_box a, #opening_hours_button_box a
		{
			color: #000000;
			text-decoration: none;
		}

		#map_button_box a:hover, #opening_hours_button_box a:hover
		{
			text-decoration: underline;
		}

#border_top
{
	height: 15px;
	background-color: #b3c6ad;
}

#general_text_content
{
	background: #e8ede6 url(../image/gtc_right_pan_top_bg.png) repeat-x;
}

	#gtc_left_group
	{
		float: left;
		width: 610px;
		background-color: #ffffff;
	}
	
		#gtc_left_panel
		{
			float: left;
		}

			#gtc_left_panel img
			{
				font-size: 0px;
			}
		
			#submenu
			{
				width: 164px; /* 172 - 8 = 164 */
				height: 125px; /* 131 - 6 = 125 */
				padding: 6px 0 0 8px;
				background-image: url(../image/no_submenu.png);
			}
		
				#submenu ul
				{
				}
				
				#submenu li
				{
					list-style: none;
					display: block;
				}
				
				a#sm_g1_btn_1, a#sm_g1_btn_1_selected
				{
					display: block;
					width: 120px;
					height: 42px;
					background-position: -8px -120px;
				}
				
				a#sm_g1_btn_1:hover
				{
					background-position: -181px -120px;
				}
				
				a#sm_g1_btn_1_selected
				{
					background-position: -181px -120px;
				}
		
				a#sm_g1_btn_2, a#sm_g1_btn_2_selected
				{
					display: block;
					width: 120px;
					height: 23px;
					background-position: -8px -162px;
				}
				
				a#sm_g1_btn_2:hover
				{
					background-position: -181px -162px;
				}
		
				a#sm_g1_btn_2_selected
				{
					background-position: -181px -162px;
				}
		
				a#sm_g1_btn_3, a#sm_g1_btn_3_selected
				{
					display: block;
					width: 120px;
					height: 41px;
					background-position: -8px -185px;
				}
				
				a#sm_g1_btn_3:hover
				{
					background-position: -181px -185px;
				}
		
				a#sm_g1_btn_3_selected
				{
					background-position: -181px -185px;
				}
		
				a#sm_g2_btn_1, a#sm_g2_btn_1_selected
				{
					display: block;
					width: 134px;
					height: 20px;
					background-position: -354px -124px;
				}
				
				a#sm_g2_btn_1:hover
				{
					background-position: -527px -124px;
				}
				
				a#sm_g2_btn_1_selected
				{
					background-position: -527px -124px;
				}
		
				a#sm_g2_btn_2, a#sm_g2_btn_2_selected
				{
					display: block;
					width: 134px;
					height: 24px;
					background-position: -354px -144px;
				}
				
				a#sm_g2_btn_2:hover
				{
					background-position: -527px -144px;
				}
				
				a#sm_g2_btn_2_selected
				{
					background-position: -527px -144px;
				}
		
				a#sm_g2_btn_3, a#sm_g2_btn_3_selected
				{
					display: block;
					width: 134px;
					height: 24px;
					background-position: -354px -168px;
				}
				
				a#sm_g2_btn_3:hover
				{
					background-position: -527px -168px;
				}
				
				a#sm_g2_btn_3_selected
				{
					background-position: -527px -168px;
				}
				
				a#sm_g2_btn_4, a#sm_g2_btn_4_selected
				{
					display: block;
					width: 134px;
					height: 19px;
					background-position: -354px -192px;
				}
				
				a#sm_g2_btn_4:hover
				{
					background-position: -527px -192px;
				}
				
				a#sm_g2_btn_4_selected
				{
					background-position: -527px -192px;
				}
				
		#gtc_content
		{
	background-image:url("../image/gtc_content_bg.png");
	background-repeat:repeat-x;
	float:left;
	padding:15px 10px;
	width:418px;
		}

			#gtc_content .cont
			{
				padding: 0 15px 0 15px;
			}

	#gtc_right_panel
	{
		float: left;
		width: 345px;
		background-image: url(../image/gtc_right_pan_bottom_bg.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	}

		#gtc_right_panel .container
		{
			width: 345px;
			padding-top: 30px;
		}
		
		#gtc_right_panel .image
		{
			width: 345px;
			text-align: center;
			margin-bottom: 20px;
		}
		
			#gtc_right_panel .image img

			{
				border: 0px solid #947161;
				margin-bottom: 5px;
			}
			
	#gtc_pager
	{
		margin-top: 14px;
	}

		#gtc_pager ul
		{
			list-style: none;
			padding-right: 15px;
			padding-top: 8px;
			border-top: 1px solid #b3c6ad;
			float: right;
		}
		
		#gtc_pager li
		{
			list-style: none;
			display: inline;
			font-size: 14px;
			line-height: 14px;
		}
		
			#gtc_pager li a
			{
				text-decoration: none;
				color: #000;
			}
			
			#gtc_pager li img
			{
				margin-bottom: 1px;
			}

			#gtc_pager li span
			{
				color: #bccbb7;
			}
			
#opening_hours
{
	display: none;
	position: absolute;
	/*width: 188px;*/
	/*bottom: -200px;*/
	top: -1000px;
	left: 610px;
	padding: 5px 0 0 0;
	z-index: 5;
	background-color: #b3c6ad;
}

	#opening_hours .container
	{
		background-color: #f5e4c6;
		padding: 10px 15px 15px 15px;
	}

#design
{
	width: 955px;
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
	color: #b3c6ad;
	cursor: default;
}

	#design a
	{
		text-decoration: none;
		color: #b3c6ad;
	}
	
	#design a:hover
	{
		color: #333333;
	}
	
#news_menu
{
	background: #fff url(../image/no_submenu.png) no-repeat;
	min-height: 121px;
	text-align: left;
	padding-top: 10px;
	padding-left:5px;
}
	
	#news_menu ol
	{
		list-style: none;
	}
	
		#news_menu ol li
		{
		margin-bottom:3px;
		}

	#news_menu h3
	{
		margin-bottom: 5px;
		text-transform:uppercase;
		font-weight: normal;
	}

	#news_menu a
	{
		color:#5c554a;
		font-size:14px;
		font-weight:normal;
		text-decoration:none;
		text-transform:uppercase;
		padding-left:10px;
	background-image:url("../image/leftmenubg.png");
	background-position:left center;
	background-repeat:no-repeat;
	}
	
	#news_menu a:hover
	{
		text-decoration: none;
		color: black;
	}
	
	.newsdate{
			color:black;
			font-weight:normal;
			height:20px;
			text-align:right;
			padding-bottom: 5px;
			width:100%;
	}
	
	#gtc_content .cont{
	margin: 0;
	margin-bottom:10px;
	}

	#gtc_content .hrbg{
		background-image:url("../image/newsbg.png");
		background-position:left bottom;
		background-repeat:no-repeat;
		padding-bottom:35px;
		float:left;
		padding-bottom:35px;
		width:384px;
	}
	
.news_images{
	float: left;
	margin-top: 10px;
}