
/*
body.home {
	background: #dddddd url(/i/background2.gif) repeat-x;
}

	body.home #header {
		display: none;
	}
	#home_logo {
		position: absolute;
		top: 15px;
		z-index: 1000;
	} 
	#home_logo {
		display: none;
	}
*/

	body.home #box-head {
		background-color: #000;
		background-image: url(/i/backgrounds-black.gif);
		background-repeat: no-repeat;
		background-position: -960px 0;
		padding: 1px 0px 0 0px;
		margin: 0;
		height: 13px;
	}
	body.home #content {
		background: #000;
	}
	


#tour {
	position: relative;
	background: #000;
	width: 100%;
	height: 560px;
	color: #ccc;
	margin: 0;
	padding: 0;
	font-family: Georgia, "New Times Roman", serif;
}
	#tour h2 {
		margin: 0;
		font-weight: normal;
		font-size: 3.5em;
		padding: 0;
		color: #ccc;
	}
	#tour h2 a {
		color: #ccc;
		text-decoration: none;
	}
	#tour h2 a:hover {
		color: #00bff3;
	}
	#tour p {
		font-size: 1.8em;
	}
	#tour img {
		position: absolute;
		top: 0;
		left: 0;
	}
	#tour .tour_text {
		z-index: 1000;
	}
	
	#tour_sbd {
		
	}
		#tour_sbd .tour_text {
			position: relative;
			top: 375px;
			/*
			bottom: 70px; */
			width: 100%;
			z-index: 1000;
		}
		#tour_sbd h2 {
			margin-right: 100px;
		}
		#tour_sbd p {
			margin-left: 100px;
			text-align: right;
		}
		
	#tour #tour_zdl {
		
	}
		#tour_zdl .tour_text {
			position: absolute;
			top: 150px;
			right: 30px;
		}
		#tour_zdl h2 {
			
		}
		#tour_zdl p {
			text-align: right;
		}
	#tour #tour_aoled {
	
	}
		#tour_aoled .tour_text {
			position: absolute;
			top: 150px;
			right: 30px;
		}
		#tour_aoled h2 {
			text-align: right;
		}
		#tour_aoled_p {
			text-align: right;
		}
		p#tour_aoled_p2 {
			margin-top: 75px;
			text-align: right;
			font-size: 1.0em;
			color: red;
		}
		
	#tour #tour_cma {
	
	}
		#tour_cma .tour_text {
			position: absolute;
			bottom: 70px;
			width: 100%;
		}
		#tour_cma h2 {
			margin-left: 100px;
		}
		#tour_cma p {
			margin-right: 100px;
			text-align: right;
		}

	#tour_nav {
		position: absolute;
		bottom: 10px;
		margin: 0 auto 0 auto 0;
		width: 100%;
		text-align: center;
		padding: 0;
		list-style-type: none;
		z-index: 1000;
	}
		ul#tour_nav li {
			display: inline;
			padding-right: 60px;
		}
		ul#tour_nav li a {
			color: #666;
			font-size: 1.1em;
			text-decoration: none;
			text-transform: uppercase;
		}
		ul#tour_nav li a:hover {
			color: #00bff3;
		}
		ul#tour_nav li.last {
			padding-right: 0;
		}
		ul#tour_nav li a.active {
			border-bottom: 2px solid #333;
		}
