/* Header */
	.header {
		background: url(../images/splash-header-bg.gif) bottom repeat-x;}

		.header-left {
			position: absolute; bottom: 0; left: 0; width: 112px; height: 82px;
			background: url(../images/splash-left-up.gif) left bottom no-repeat;}
		
		.header-right {
			position: relative; height: 235px; _height: 277px; padding-top: 42px; padding-left: 188px;
			background: url(../images/splash-house-up.gif) right top no-repeat;}

	.slogan {
		background: url(../images/splash-slogan-bg.gif) top repeat-x; margin-bottom: 1px;}

		.slogan-left {
			position: relative; height: 168px;
			background: url(../images/splash-slogan-left.gif) left top no-repeat;}
		
		.slogan-right {
			position: absolute; right: 0; height: 168px; width: 479px;
			background: url(../images/splash-house-middle.gif) right top no-repeat;}

	.english {
		position: absolute; bottom: -20px; left: 15px;}

/* Menu */
	.menu {
		text-align: center;
		background: url(../images/splash-menu-bg.gif) right top no-repeat;}
	
	.header-menu {
		margin: 0 auto;}

		.header-menu td {
			padding: 70px 15px 0 0;}

		.header-menu a, .header-menu a:visited {
			display: block; padding: 0 5px;
			text-decoration: none;
			border-left: 4px #E6E6E6 solid;
			color: #ADADAD; font-weight: bold; font-size: 1.3em; font-family: Arial,serif;}
		
		.header-menu a:hover {
			border-left: 4px #ED2129 solid;
			color: #ED2129;}	
			
/* Objects */
	.objects {
		margin: 40px 0 0 0;
		background: url(../images/splash-obj-bg.gif) bottom repeat-x;}

		.objects table {
			width: 100%;}
		
			.objects table td {
				width: 33%; text-align: center; padding: 0 20px;}

			.objects table td a,.objects table td a:visited {
				text-decoration: none;}

/* Footer */
	.footer {
		position: relative;  height: 25px; margin: -25px 0 0;
		 font-size: 1.1em; font-family: Arial,serif; text-align: center; color: #8F8F8F;}
		
/* Footer to bottom */
	html, body {
		margin:0;  padding:0;  width:100%;  height:100%;}

	.not-footer {
		position: relative;  min-height: 100%; _height: 100%; padding-bottom: 60px;}
