// Temporary CSS file
// This page must be filtered out into the layout and typography pages

#section_nav ul li { list-style: none; }

		/* close button in building */
		#close_button a {
			position: absolute;
			top: 12px;
			right: 52px;
			background: url(../images/building/btn_close.gif) no-repeat;
			text-decoration: none;
			width: 20px;
			height: 19px;
			
			text-indent: -9999px;
			overflow: hidden;
		}

		#close_button a.current, #close_button a:hover {
			background: url(../images/building/btn_close_over.gif) no-repeat;
		}


/* Page ********************************************************/
#page_nav {
	position: absolute;
	background: transparent;
	bottom: 30px; 
	left: 16px; 
	width: 500px; 
	height: 30px;
}

ul.pagenav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.pagenav li {
	float: left;
	width: 28px;
	font-size: 11px;
}

ul.pagenav li a {
	display:block;
	background-color: transparent;
	background-image: url(../images/triumph/bg_page_nav_out.gif);
	background-repeat: no-repeat;
	width: 26px;
	padding: 5px 0;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #827979;
	text-decoration:none;
	text-align:center;
}

ul.pagenav li a.current, ul.pagenav li a:hover {
	background-color: transparent;
	background-image: url(../images/triumph/bg_page_nav_over.gif);
	background-repeat: no-repeat;
}

ul.pagenav li a.current span, ul.pagenav li a:hover span {
	color: #FFFFFF;
}
/***************************************************************/
.page #page_text h2 {
	background-color: transparent;
	color: #864343;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-weight: bold; 
	font-style: normal; 
	text-align: left;
	margin-bottom: 0px;
}

.page #page_text h3 {
	background-color: transparent;
	color: #656565;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-weight: bold; 
	font-style: normal;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
}

.page #page_text label {
	background-color: transparent;
	color: #656565;
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.page #page_text p {
	background-color: transparent;
	color: #656565;
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.page #page_text p a  {
	color: #888888;
	text-decoration: none;
}
.page #page_text ul {
	margin: 0 0 0 20px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.page #page_text ul li {
	margin: 0 0 0 20px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#detail_btn, #detail_btn:hover {
	position: absolute;
	bottom: 90px;
	right: 21px;
	width: 76px;
	height: 14px;
	background-color: #FFFFFF;
	color: #888888;
	padding-top: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	visibility: visible;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-transform: uppercase;
}

#caption {
	position: absolute;
	bottom: 44px;
	right: 21px;
	width: 180px;
	background-color: #FFFFFF;
	padding: 6px;
	color: #888888;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 12px;
	text-align: right;
	visibility: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1;
}

#caption_btn, #caption_btn:hover {
	position: absolute;
	bottom: 60px;
	right: 21px;
	width: 76px;
	height: 14px;
	background-color: #FFFFFF;
	color: #888888;
	padding-top: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	visibility: visible;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

#caption p {
	margin-top: 6px;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: right;
}

#asahi-ja #caption p { text-align: left; }

#info {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 120px;
	padding: 4px;
	color: #888888;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	text-align: right;
}

#info a {
	background-color: transparent;
	background-image: url(../images/caption_btn_close.gif);
	background-repeat: no-repeat;
	padding: 2px;
	text-decoration: none;
}

#info a.current {
	background-color: transparent;
	background-image: url(../images/caption_btn_close_over.gif);
	background-repeat: no-repeat;
	padding: 2px;
	text-decoration: none;
}

#info a:hover {
	background-color: transparent;
	background-image: url(../images/caption_btn_close_over.gif);
	background-repeat: no-repeat;
	padding: 2px;
	text-decoration: none;
}

#back_button {
	position: absolute;
	top: 6px;
	right: 116px;
	width: 40px;
	height: 20px;
	padding: 6px;
	color: #FFFFFF;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	text-align: right;
}

#back_button a {
	background-color: transparent;
	background-image: url(../images/building/back_out.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 20px;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
}

#asahi-fr #back_button a {
	width: 48px;
	padding: 4px 0 4px 0;
	font-size: 0.9em;
}

#back_button a.current {
	background-color: transparent;
	background-image: url(../images/building/back_over.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 20px;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
}

#back_button a:hover {
	background-color: transparent;
	background-image: url(../images/building/back_over.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 20px;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
}

.term {
	position: absolute;
	width: 180px;
	height: auto;
	background-color: #FFFFFF;
	padding: 12px;
	visibility: hidden;
	border: 1px solid #e4982b;
	z-index: 100;
}

.term p {
	background-color: transparent;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}

.term h3 {
	background-color: transparent;
	color: #e4982b;
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

#slideshow {
	position: absolute;
	top: 280px;
	left: 280px;
	width: 120px;
	height: 14px;
}

#asahi-fr #slideshow {
	width: 150px;
}

#slideshow a {
	float: left;
	margin-right: 8px;
}


#flash_audio {
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
}

#flash_video {
	width: 272px;
	height: 218px;
	display: block;
	position: absolute;
}

