@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:100%; 
	height:100%; 
	overflow:hidden;
}

#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 


* {margin: 0; padding: 0;}
img {border: none;}
.container {
	width: 990px;
	height:850px;
	margin: 15px 0 0 -480px;
	left: 50%;
	position: absolute;
	z-index:100;
}

.container_kiosk {
	width: 990px;
	height:650px;
	margin: 15px 0 0 -480px;
	left: 50%;
	position: absolute;
	z-index:100;
}

#header{
	width:934px;
	height:140px;}
	
	#header_touch{
	width:934px;
	height:75px;}
	
#logo{
	margin-left:-10px;
	width:350px;}
	
#logo_small{
	margin-left:-10px;
	width:350px;
	margin-top:0px;}
	
.slide{
	margin-top:17px;}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width:934px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 122px;
	height: 84px;
}
ul.thumb li img {
	width: 122px; height: 84px;
	border: 1px solid #ddd;
	padding: 0px;
	margin:5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;
	
}

/* nav begins */

#nav{
	float:right;
	width:333px;
	margin-top:-110px;
	position:relative;
	}

#iconmenu {position: relative; margin: 10px auto; padding: 3px; width: 333px; height: 52px; background: url(pattern.gif);}
#iconmenu li {
	width: 50px;
	height: 41px;
	position: absolute;
	top: 2px;
	display: block;
	list-style: none;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#iconmenu a { height: 41px; display: block;}

#iconmenu #panel1c {width: 86px; left: 0px;}
#iconmenu #panel2c {width: 86px; left: 85px; background-position: -85px 0;}
#iconmenu #panel3c {width: 83px; left: 169px; background-position: -169px 0;}
#iconmenu #panel4c {width: 90px; left: 254px; background-position: -254px 0;}

#iconmenu #panel1c a:hover {width: 86px; background: url(images/top_nav.gif) 0px -41px no-repeat;}
#iconmenu #panel2c a:hover {width: 86px; background: url(images/top_nav.gif) -85px -41px no-repeat;}
#iconmenu #panel3c a:hover {width: 83px; background: url(images/top_nav.gif) -169px -41px no-repeat;}
#iconmenu #panel4c a:hover {width: 90px; background: url(images/top_nav.gif) -254px -41px no-repeat;}

#iconmenu #panel1c .active {width: 86px; background: url(images/top_nav.gif) 0px -82px no-repeat;}
#iconmenu #panel2c .active {width: 86px; background: url(images/top_nav.gif) -85px -82px no-repeat;}
#iconmenu #panel3c .active {width: 83px; background: url(images/top_nav.gif) -169px -82px no-repeat;}
#iconmenu #panel4c .active {width: 90px; background: url(images/top_nav.gif) -254px -82px no-repeat;}

#home a{
	float:left;
	font-size:12px;
	color:#999;
	margin:0px;
	text-decoration:none;
	padding-left:10px;
}
#home{
	float:left;
	font-size:12px;
	color:#999;
	margin:0px;
	text-decoration:none;
	padding-left:10px;
	width:910px;
	height:100px;
}

#aud_home{
	float:left;
	font-size:12px;
	color:#999;
	padding-left:5px;
	margin-top:10px;
	text-decoration:none;
	width:928px;
	height:100px;
}
#aud_home a{
	float:left;
	font-size:12px;
	color:#999;
	padding-left:5px;
	margin-top:10px;
	text-decoration:none;
}

#home img, #aud_home img{
	display:inline;}