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

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

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
	{
		float: left;
		width: 178px; /* 194 - 16 */
		height: 155px; /* 164 - 9 */
		padding: 9px 0 0 16px;
	}
	
	#main_menu
	{
		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_en.png);
			background-repeat: no-repeat;
		}
		
		#main_menu a
		{
			display: block;
		}
		
		a#mm_btn_1
		{
			width: 253px;
			background-position: 0px 0px;
		}
		
		a#mm_btn_1:hover
		{
			background-position: 0px -16px;
		}
		
		a#mm_btn_1_selected
		{
			width: 253px;
			background-position: 0px -16px;
		}
		
		a#mm_btn_2
		{
			width: 216px;
			background-position: -294px 0px;
		}
		
		a#mm_btn_2:hover
		{
			background-position: -294px -16px;
		}
		
		a#mm_btn_2_selected
		{
			width: 216px;
			background-position: -294px -16px;
		}
		
		a#mm_btn_3
		{
			width: 96px;
			background-position: -549px 0px;
		}
		
		a#mm_btn_3:hover
		{
			background-position: -549px -16px;
		}
		
		a#mm_btn_3_selected
		{
			width: 96px;
			background-position: -549px -16px;
		}
		
		#main_menu .mm_separator
		{
			width: 41px;
			margin-bottom: 5px;
			background-position: -253px 0px;
		}

	#top_nav
	{
		width: 146px;
		position: absolute;
		left: 804px;
		top: 8px;
	}
	
		#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: 610px;
		height: 33px;
		line-height: 33px;
		text-align: center;
		font-size: 12px;
		background-color: #e8ede6;
	}
	
	#map_button_box
	{
		float: left;
		width: 70px;
		height: 33px;
		line-height: 33px;
		background-color: #b3c6ad;
		text-align: center;
		font-size: 14px;
	}

	#opening_hours_button_box
	{
		float: left;
		width: 255px;
		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_selected2
				{
					display: block;
					width: 147px;
					height: 39px;
					background-position: -8px -122px;
				}
				
				a#sm_g1_btn_1:hover
				{
					background-position: -181px -122px;
				}
				
				a#sm_g1_btn_1_selected2
				{
					background-position: -181px -122px;
				}
		
				a#sm_g1_btn_2, a#sm_g1_btn_2_selected
				{
					display: block;
					width: 147px;
					height: 25px;
					background-position: -8px -161px;
				}
				
				a#sm_g1_btn_2:hover
				{
					background-position: -181px -161px;
				}
		
				a#sm_g1_btn_2_selected
				{
					background-position: -181px -161px;
				}
		
				a#sm_g1_btn_3, a#sm_g1_btn_3_selected
				{
					display: block;
					width: 147px;
					height: 41px;
					background-position: -8px -186px;
				}
				
				a#sm_g1_btn_3:hover
				{
					background-position: -181px -186px;
				}
		
				a#sm_g1_btn_3_selected
				{
					background-position: -181px -186px;
				}
		
				a#sm_g2_btn_1, a#sm_g1_btn_1_selected
				{
					display: block;
					width: 147px;
					height: 39px;
					background-position: -8px -122px;
				}
				
				a#sm_g2_btn_1:hover
				{
					background-position: -181px -122px;
				}
				
				a#sm_g2_btn_1_selected
				{
					background-position: -181px -122px;
				}
		
				a#sm_g2_btn_1, a#sm_g2_btn_1_selected
				{
					display: block;
					width: 150px;
					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: 150px;
					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: 150px;
					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: 150px;
					height: 21px;
					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: 680px;
	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;
	}


