/* @override http://aa:8888//css/template.css */

*{
	margin: 0;
	padding: 0;
}
a:active{
	outline: none;
}

a:focus{
	-moz-outline-style: none;
}
a img{
	border: none;
}
p{
	line-height: 1.3em;
}

.clearline{
	clear: both;
	height: 0;
	overflow: hidden;
}

body{
	background: URL(/images/layout_images/page_bg2.png) repeat-x;
	color: #4c4c4c;
	font: 62.5% Arial, Helvetica, Geneva, sans-serif;
}


#outer_wrapper{
	background: URL(/images/layout_images/background_image.jpg) no-repeat center top;
}

#outer_wrapper2{
	background: URL(/images/layout_images/background_image.jpg) no-repeat center top;
}

#wrapper{
	font-size: 1.3em;
	width: 960px;
	margin: 0 auto;
	min-height: 800px;
	position: relative;
	padding-top: 170px;
}

@-moz-document url-prefix() { #wrapper { 
	width: 961px;
} } 


#japanese_site{
	display: inline-block;
	text-indent: -5000px;
	background: URL(/images/layout_images/japanese_btn.png) left top no-repeat;
	width: 108px;
	height: 36px;
	position: absolute;
	right: 10px;
	top: 0;
}
#english_site{
	display: inline-block;
	text-indent: -5000px;
	background: URL(/images/layout_images/english_btn.png) left top no-repeat;
	width: 108px;
	height: 36px;
	position: absolute;
	right: 10px;
	top: 0;
}

#twitter_link{
	display: inline-block;
	text-indent: -5000px;
	background: URL(/images/layout_images/sm_twitter.gif) left top no-repeat;
	width: 32px;
	height: 34px;
	position: absolute;
	right: 10px;
	top: 112px;
}

#facebook_link{
	display: inline-block;
	text-indent: -5000px;
	background: URL(/images/layout_images/sm_facebook.gif) left top no-repeat;
	width: 32px;
	height: 34px;
	position: absolute;
	right: 54px;
	top: 112px;
}

#logo{
	height: 170px;
	width: 161px;
	position: absolute;
	top: 0;
}

#nav, #nav_english{
	background: URL(/images/layout_images/nav_bg.gif) left top no-repeat;
	list-style: none;
	height: 53px;
	padding-left: 20px;
}
#nav li, #nav_english li{
	float: left;
	padding-top: 21px;
	position: relative;
	margin-right: 25px;
}
#nav a, #nav_english a{
	display: block;
	text-indent: -5000px;
	height: 13px;
	background-position: left top;	
}
#nav a:hover, #nav .selected a, #nav_english a:hover, #nav .nav_english a{
	background-position: left bottom;
}
#nav_home{
	background: URL(/images/layout_images/nav_home.gif);
	width: 47px;
}
#nav_bio{
	background: URL(/images/layout_images/nav_bio.gif);
	width: 27px;
}
#nav_the_latest{
	background: URL(/images/layout_images/nav_the_latest.gif);
	width: 93px;
}
#nav_tv{
	background: URL(/images/layout_images/nav_tv.gif);
	width: 21px;
}
#nav_scrapbook{
	background: URL(/images/layout_images/nav_scrapbook.gif);
	width: 100px;
}
#nav_downloads{
	background: URL(/images/layout_images/nav_downloads.gif);
	width: 102px;
}
#nav_garage{
	background: URL(/images/layout_images/nav_garage.gif);
	width: 129px;
}
#nav_forum{
	background: URL(/images/layout_images/nav_forum.gif);
	width: 56px;
}
#nav_links{
	background: URL(/images/layout_images/nav_links.gif);
	width: 45px;
}

#nav_antti_by_ndk{
	background: URL(/images/layout_images/nav_antti_by_ndk.gif) left top no-repeat;
	width: 23px;
}

/* Japanese
***************************/

.jp #nav_home{
	background: URL(/images/layout_images/nav_home.gif);
	width: 47px;
}
.jp #nav_bio{
	background: URL(/images/layout_images/navjp_bio.gif);
	width: 27px;
}
.jp #nav_the_latest{
	background: URL(/images/layout_images/navjp_the_latest.gif);
	width: 93px;
}
.jp #nav_tv{
	background: URL(/images/layout_images/navjp_tv.gif);
	width: 21px;
}
.jp #nav_scrapbook{
	background: URL(/images/layout_images/navjp_scrapbook.gif);
	width: 100px;
}
.jp #nav_downloads{
	background: URL(/images/layout_images/navjp_downloads.gif);
	width: 102px;
}
.jp #nav_garage{
	background: URL(/images/layout_images/navjp_garage.gif);
	width: 129px;
}
.jp #nav_forum{
	background: URL(/images/layout_images/navjp_forum.gif);
	width: 56px;
}
.jp #nav_links{
	background: URL(/images/layout_images/navjp_links.gif);
	width: 45px;
}

.jp #nav_antti_by_ndk{
	background: URL(/images/layout_images/nav_antti_by_ndk.gif);
	width: 111px;
}

/* End Japanese
***************************/


.arrow{
	background: URL(/images/layout_images/nav_arrow.png) center top no-repeat;
	width: 25px;
	height: 13px;
	position: absolute;
	top: 1px;
	width: 100%;
	display: none;
}
#nav .selected .arrow, #nav_english .selected .arrow{
	display: block;
}


/*#hero_image{
	height: 345px;
	width: 960px;
	overflow: hidden;
}*/

#hero_overlay{
	background: url(../images/layout_images/hero_home.png) no-repeat;
	width: 960px;
	height: 345px;
	z-index: 11;
	position: absolute;
}

#slideshow {
    position:relative;
    height:345px;
	width: 960px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:17px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#mp3_player{
	height: 60px;
	width: 960px;
	overflow: hidden;
	background: URL(/images/layout_images/mp3_player_bg_internal.gif) no-repeat left top;
	position: relative;
}
#mp3{
	position: absolute;
	top: -4px;
	left: 242px;
}


/* Page
***************************/

#page{
	background: URL(/images/layout_images/page_shadow.gif) left top no-repeat;
	min-height: 350px;
	padding: 20px 38px;
}



/* Footer
***************************/
#sponsors{
	clear: both;
	margin-left: 10px;
	width: 959px;
}
#sponsors h3{
	text-indent: -5000px;
	background: URL(/images/layout_images/h3_sponsors.gif) left top no-repeat;
}
#sponsors ul{
	list-style: none;
}
#sponsors ul li{
	float: left;
	margin-right: 13px;
	margin-bottom: 17px;
}

#footer{
	clear: both;
	background: URL(/images/layout_images/footer_bg.gif) center top no-repeat;
	min-height: 100px;
	padding-top: 20px;
	color: #979797;
	display: block;
}
#inner_footer{
	width: 940px;
	margin: 0 auto;
}



#tv_thumbs{
	height: 295px;
	overflow: auto;
}
