/* basics */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	background: #DFDFDF;
	color: #C9C9C9;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
a
{
	font-weight: bold;
	text-decoration: none;
}
a:link,
a:visited
{
	color: #FF4D00;
}
a:hover
{
	color: #353535;
}
em,
strong
{
	color: #FFD900;
	font-style: normal;
	font-weight: bold;
}
	strong
	{
		color: #FF7900;
	}
h1
{
	background: url(../image/h1.png) no-repeat 50% 0;
	color: #FF7900;
	font-size: 17px;
	font-weight: normal;
	margin: 0 -15px;
	padding: 29px 20px 38px;
	text-align: right;
}
h2
{
	color: #FFD900;
	font-size: 15px;
	margin: 20px 0 10px;
	text-align: left;
	text-transform: uppercase;
}
h3
{
	color: #FFD900;
	font-size: 13px;
	margin: 20px 0 10px;
	text-align: left;
	text-transform: uppercase;
}
h4
{
	color: #FF7900;
	font-size: 11px;
	margin: 10px 0 0;
	text-align: left;
	text-transform: uppercase;
}
img
{
	border: none;
}
p
{
	text-align: justify;
}
table
{
	border-collapse: collapse;
}
td
{
	border: none;
	padding: 2px 5px;
	vertical-align: top;
}
ul
{
	list-style-type: none;
}
.bold
{
	font-weight: bold;
}
.clear
{
	clear: both;
}
.right
{
	text-align: right;
}


/* container */
#header
{
	background: #353535 url(../image/header.png) repeat-x 50% 0;
	width: 100%;
}


/* header */
#mainMenuArea
{
	background: #353535 url(../image/mainmenuarea.png) no-repeat 0 0;
	height: 82px;
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 1;
}
#mainMenu
{
	font-size: 11px;
	height: 30px;
	margin: 0 0 0 195px;
	padding: 40px 0 0 0;
	text-transform: uppercase;
	width: 765px;
}
#mainMenu li
{
	float: left;
}
#mainMenu li a,
#mainMenu li p
{
	color: #FF7900;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 1px;
	padding: 0 7px 0 8px;
}
	* html #mainMenu li a,
	* html #mainMenu li p
	{
		display: inline;
		float: left;
	}
#mainMenu li a:hover,
#mainMenu li.current a
{
	background: #000000 url(../image/mainmenu_li_a_hover.png) no-repeat;
	color: #FFD900;
}
	#mainMenu li.current a
	{
		cursor: default;
	}
	#mainMenu li a.menu_1:hover,
	#mainMenu li.current a.menu_1
	{
		background-position: 0 0;
	}
	#mainMenu li a.menu_2:hover,
	#mainMenu li.current a.menu_2
	{
		background-position: -106px 0;
	}
	#mainMenu li a.menu_3:hover,
	#mainMenu li.current a.menu_3
	{
		background-position: -170px 0;
	}
	#mainMenu li a.menu_4:hover,
	#mainMenu li.current a.menu_4
	{
		background-position: -250px 0;
	}
	#mainMenu li a.menu_5:hover,
	#mainMenu li.current a.menu_5
	{
		background-position: -394px 0;
	}
	#mainMenu li a.menu_6:hover,
	#mainMenu li.current a.menu_6
	{
		background-position: -463px 0;
	}
	#mainMenu li a.menu_7:hover,
	#mainMenu li.current a.menu_7
	{
		background-position: -527px 0;
	}
	#mainMenu li a.menu_8:hover,
	#mainMenu li.current a.menu_8
	{
		background-position: -663px 0;
	}
#mainMenu ul
{
	clear: left;
	display: none;
	margin-left: -2px;
	position: absolute;
	top: 70px;
}
#mainMenu ul li
{
	float: none;
}
#mainMenu ul li.end
{
	background: url(../image/mainmenu_ul_li_end_crop.png) no-repeat 50% 0;
	height: 11px;
	margin: 0;
	padding: 0;
	width: 179px;
}
	* html #mainMenu ul li.end
	{
		clear: left;
		display: inline;
		float: left;
	}
	*:first-child + html #mainMenu ul li.end
	{
		float: left;
	}
#mainMenu ul li a
{
	background: url(../image/mainmenu_ul_li_a_crop.png) no-repeat 50% 0;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	width: 159px;
}
	* html #mainMenu ul li a
	{
		clear: left;
		display: inline;
		float: left;
	}
#mainMenu ul li a:hover,
#mainMenu ul li.current a
{
	background: url(../image/mainmenu_ul_li_a_hover_crop.png) no-repeat 50% 0;
}


/* container */
#content
{
	background: #DFDFDF url(../image/content.png) repeat-y 0 0;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	z-index: 0;
}


/* content */
#sidebar
{
	color: #BFBFBF;
	float: left;
	text-align: left;
	width: 190px;
}
#sidebar h2
{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 5px 9px 0;
}
#sidebar div.section
{
	background: url(../image/sidebar_section.png) repeat-y 0 0;
	margin: 10px 3px;
	padding: 0 7px 5px;
}
#sidebar div.section h3
{
	background: url(../image/sidebar_section_h.png) repeat-y 0 0;
	color: #FF7900;
	font-size: 11px;
	margin: 0 -7px;
	padding: 3px 7px 0;
	text-align: left;
	text-transform: uppercase;
}
#sidebar div.section h4
{
	background: url(../image/sidebar_section_h.png) repeat-y 0 0;
	color: #8A8A8A;
	font-size: 11px;
	font-weight: normal;
	margin: 0 -7px 2px;
	padding: 0 7px 2px;
	text-align: left;
	text-transform: none;
}
#sidebar div.section a.more
{
	display: block;
	text-align: right;
}
#sidebar div.section a.more:hover
{
	color: #FFD900;
}
#sidebar div.section p
{
	text-align: left;
}


/* content */
#main
{
	float: left;
	padding: 0 15px 20px 25px;
	width: 730px;
}
#main a
{
	color: #2A2A2A;
}
#main a:hover
{
	color: #FF7900;
}
#main div.photo img
{
	background: url(../image/main_div_photo_img.png) no-repeat 50% 50%;
	margin: 5px 0;
	padding: 13px 140px;
}
#main p
{
	line-height: 16px;
	margin: 0 0 10px;
}
#main dl
{
	line-height: 16px;
	margin: 0 0 10px 10px;
}
#main dl dt
{
	color: #FFD900;
	font-weight: bold;
}
#main dl dd
{
	margin: -16px 0 10px 22px;
}
#main ul
{
	margin: 0 0 10px 10px;
}
#main ul li
{
	background: url(../image/main_ul_li.png) no-repeat 0 50%;
	line-height: 16px;
	padding: 0 0 0 15px;
	text-align: justify;
}
#main div.logoareaPrint
{
	height: 0;
	visibility: hidden;
}
	* html #main div.logoareaPrint
	{
		display: none;
	}
#main div.section
{
	padding: 10px;
}
	#main h1 + div.section
	{
		padding-top: 0;
	}
#main div.column
{
	background: #5B5B5B url(../image/main_column.png) repeat-y 50% 0;
	float: left;
	margin: 10px 3px 0 2px;
	padding: 0 13px;
	width: 334px;
}
	* html #main div.column
	{
		margin: 10px 2px 0 1px;
	}
#main div.column a
{
	color: #FF4D00;
}
#main div.column a:hover
{
	color: #FFD900;
}
#main div.column h3
{
	background: #5B5B5B url(../image/main_column_h3.png) no-repeat 50% 0;
	margin: 0 -13px 5px;
	padding: 8px 13px 7px;
	width: 334px;
}
#main div.column_end
{
	background: #5B5B5B url(../image/main_column_end.png) no-repeat 50% 0;
	height: 8px;
	margin: 0 -13px;
	width: 360px;
}
	* html #main div.column_end
	{
		margin: 0 -13px -7px;
	}
#main div.column ul li
{
	background: url(../image/main_column_ul_li.png) no-repeat 0 2px;
}
#main table a:hover
{
	color: #FF4D00;
}
#main table.priceList,
#main table.ep
{
	margin: 0 auto;
}
#main table.priceList th,
#main table.ep th,
#main table.priceList td,
#main table.ep td
{
	background: #DFDFDF;
	border: 1px solid #666666;
	color: #353535;
	padding: 3px 10px;
}
	#main table.priceList td,
	#main table.ep td
	{
		vertical-align: bottom;
	}
	#main table.priceList th,
	#main table.ep th
	{
		background: #353535;
		color: #FF7900;
	}
#main table.priceList td.borderLeftRightNone
{
	background: #666666;
	border-left: none;
	border-right: none;
}
#main table.timetable
{
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 auto 20px;
}
	* html #main table.timetable
	{
		margin-top: 15px;
	}
#main table.timetable td
{
	color: #3F3F3F;
	background: url(../image/timetable_td.png) no-repeat 0 0;
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
	width: 90px;
}
#main table.timetable td span
{
	text-transform: uppercase;
}
#main table.timetable td.intensive
{
	background: #DFDFDF url(../image/timetable_td_intensive.png) no-repeat 0 0;
}
#main table.timetable td.shape
{
	background: #949494 url(../image/timetable_td_shape.png) no-repeat 0 0;
	color: #2A2A2A;
}
#main table.timetable td.change
{
	background-position: 0 -32px;
}
#main table.timetable thead td,
#main table.timetable tfoot td
{
	background: #333333 url(../image/timetable_thead_td.png) no-repeat 0 0;
	color: #FF7900;
	padding: 9px 0;
	text-transform: uppercase;
}
	* html #main table.timetable thead td,
	* html #main table.timetable tfoot td
	{
		width: auto;
	}
	*:first-child + html #main table.timetable thead td,
	*:first-child + html #main table.timetable tfoot td
	{
		width: auto;
	}
	#main table.timetable tfoot td
	{
		background: #333333 url(../image/timetable_tfoot_td.png) no-repeat 0 0;
		text-transform: none;
	}
#main table.timetable tbody th,
#main table.timetable td.time
{
	background: #555555 url(../image/timetable_th.png) no-repeat 0 0;
	color: #353535;
	padding: 2px 0;
	text-align: center;
}
#main table.contact td.bold
{
	font-weight: bold;
}
#main img.map
{
	display: block;
	margin: 10px auto;
}
#main div.mapPrint
{
	height: 0;
	visibility: hidden;
}
	* html #main div.mapPrint
	{
		display: none;
	}


/* container */
#footer
{
	background: url(../image/footer.png) repeat-x 50% 100%;
	clear: both;
	color: #353535;
	width: 100%;
}
#footer .section
{
	background: url(../image/footer_section.png) no-repeat 0 0;
	margin: 0 auto;
	padding: 39px 0 10px 190px;
	width: 770px;
}
#footer a
{
	color: #353535;
	font-weight: normal;
}
#footer p
{
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}