* {
	list-style:none;
}
html {
	height:100%;
	overflow:hidden;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	font-size:12px;
}
.lt-ie7 body {
	behavior: url('csshover.htc');
	font-size: 100%;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	color:#ddd;
}
.clear {
	clear:both;
	width:100%;
	margin:0;
	padding:0;
}
div {	
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}

#arrow_next,#arrow_prev,#icon_info,#icon_play {
	position:fixed;
	display:none;
	width:30px;
	height:60px;
	z-index:100;
}
#arrow_next {
	background:url(images/arrow_next.png);
}
#arrow_prev {
	background:url(images/arrow_prev.png);
}
#icon_info {
	width:60px;
	background:url(images/icon_info.png);
}
#icon_play {
	width:60px;
	background:url(images/icon_play.png);
}
.lbl_play {
	background:url(images/icon_play.png) no-repeat center;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	top:0px;
}

#btn_next,#btn_prev,#btn_info {
	position:fixed;
	width:33%;
	height:685px;
	top:50%;
	margin-top:-360px;
	z-index:30;
	cursor:none;
	/*
	background-color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	*/
}
#btn_info {
	width:20%;
	left:50%;
	margin-left:-10%;
}
#btn_next {
	width:40%;
	right:0%;
}
#btn_prev {
	width:40%;
	left:0%;
}
/*
#btn_next {
	background:#000 url(images/btn_next.png) center no-repeat;
	left:50%;
	margin-left:171px;
}
#btn_prev {
	background:#000 url(images/btn_prev.png) center no-repeat;
	right:50%;
	margin-right:171px;
}
#btn_next:hover,#btn_prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
*/
#canvas {
	height:100%;
}
#debug {
	position:fixed;
	top:0px;
	left:0px;
}
#footerbox {
	position:fixed;
	top:50%;
	right:50%;
	margin-top:360px;
	margin-right:-512px;
	z-index:4;
	height:40px;
	line-height:12px;
	padding-top:14px;
	padding-right:1px;
}
#footerbox * {
	color:#bbb;
}
#footerbox a:hover {
	color:#ddd;
}
#headerbox {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-360px;
	margin-left:-512px;
	z-index:5;
	width:1024px;
	height:685px;
}
#headerbox .bg, #headerbox .bg_thumb {
	display:none;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	*/
	background-image:url(images/bg_0.png);
}
#headerbox .bg_thumb {
	background:none;
	background-color:#FFF;
}
#headerbox h1 {
	display:block;
	position:absolute;
	top:697px;
	left:0px;
	font-size:12px;
	line-height:12px;
	background-color:#FFF;
}
#headerbox h1 img {
	height:13px;
}
#headerbox .submenu {
	display:block;
	position:absolute;
	top:697px;
	left:160px;
	font-size:12px;
	line-height:12px;
	white-space:nowrap;
	background-color:#FFF;
}
#headerbox .submenu a {
	display:block;
}
#headerbox .submenuitem {
	display:inline;
	cursor:pointer;
}
#headerbox .submenuitem:hover, #headerbox .submenuitem.selected {
	color:#CCC;
}
#header{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}
#mainbox {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-360px;
	margin-left:-512px;
	z-index:25;
}
#mainbox .mask {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
.imglist {
	height:685px;
	border-collapse:collapse;
	padding:0;
	margin:0;
	border:none;
}
.imglist * {
	padding:0;
	margin:0;
}
.imglist ul {
	display:table-row;	
}
.imglist li {
	display:table-cell;
	height:685px;
	width:1024px;
	background-color:#f8f8f8f;
}
.imglist a {
	display:block;
	position:relative;
	height:685px;
	width:1024px;
	background:url(images/loader.gif) no-repeat center;
	z-index:1;
	cursor:default
}
.imglist a .url {
	display:none;
}
.imglist img {
	display:block;
	
}
.imglist li .thumb {
	display:none;
}
.imglist .info {
	display:none;
}
.imglist .infobox {
	display:none;
	position:absolute;
	top:0px;
	z-index:3;
	width:100%;
	height:100%;
}
.imglist .infobox .bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	right:auto;
	bottom:auto;
	z-index:0;
	background:url(images/bg_1.png);
}
.imglist .infobox .txt {
	top:0px;
	left:0px;
	position:absolute;
	z-index:2;
	padding:20px;
	font-size:13px;
	word-wrap: break-word;
	width:80%;
}
.imglist .infobox .txt * {
	color:#ccc;
	font-size:12px;
	line-height:18px;
	padding:0;
	margin:0;
}
.imglist .infobox .txt h3 {
	text-transform:uppercase;
	padding-bottom:18px;
	color:#FFF;
}
.imglist .infobox .txt .url {
	font-size:9px;
}
.imglist .infobox .txt .btnbox {
	padding-top:18px;
}
.imglist .infobox .txt .btnbox .btn {
	text-decoration:underline;
	cursor:pointer;
}
.imglist .infobox .txt .btnbox .btn:hover {
	color:#FFF;
}
.imglist .infobox .txt a:hover {
	text-decoration:underline;
}
.imglist .infobox .txt a:hover {
	color:#FFF;
}
#introbox {
	width:100%;
	height:100%;
	z-index:500;
	position:fixed;
	top:0px;
	left:0px;
}
#introbox .bg{
	width:100%;
	height:100%;
	background-color:#FFF;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#introbox .logo{
	width:200px;
	height:36px;
	font-size:36px;
	text-align:center;
	text-transform:uppercase;
	line-height:36px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-22px;
	z-index:5;
}
#introbox .loader {
	position:absolute;
	width:19px;
	height:19px;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:10px;
	z-index:6;
	background:url(images/loader1.gif) no-repeat center;
}
#mask_l,#mask_r {
	position:fixed;
	height:100%;
	z-index:20;
	background-color:#fff;
	top:0px;
	width:50%;
}
#mask_l {
	right:50%;
	margin-right:512px;
}
#mask_r {
	left:50%;
	margin-left:513px;
}
.media_canvas, #media {
	position:absolute;
	display:block;
	top:0px;
	width:100%;
	height:100%;
	z-index:3;
	background-color:#000;
}
.media_canvas {
	overflow:hidden;
}
#media {
	z-index:10;	
}
#nav {
	display:none;
	position:absolute;
	bottom:0px;
	left:0px;
	padding-top:10px;
	overflow:hidden;
}
#nav * {
	padding:0;
	margin:0;
	color:#cccc;
	font-size:60px;
	line-height:47px;
	font-weight:600;
	text-transform:uppercase;
}
#nav ul {
	margin-left:-5px;
}
#nav a {
	display:block;
}
#nav a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#thumbbox {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:5;
	top:0px;
	left:0px;
	background-color:#fff;
}
#thumbbox * {
	padding:0;
	margin:0;
	display:block;
	position:relative;
}
#thumbbox ul {
	position:relative;
	display:block;
	padding-left:0px;
	padding-top:0px;
}
#thumbbox li {
	width:105px;
	height:70px;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	background:url(images/cross.png) center no-repeat;
}
#thumbbox img {
	width:105px;
	height:70px;
}
#thumbbox a {
	width:105px;
	height:70px;
	padding-bottom:20px;
	padding-right:20px;
}
#thumbbox a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1
}
#txt_box {
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
}
#txt_box * {
	font-size:18px;
	line-height:24px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	color:#999;
}
#txt_box h2 {
	font-size:18px;
	margin-bottom:0px;
	color:#111;
}
#contactbox {
	position:fixed;
	top:50%;
	left:0px;
	z-index:35;
	width:100%;
	height:137px;
	margin-top:-68px;
	overflow:hidden;
}
#contactbox * {
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	color:#999;
}
#contactbox p {
	padding:0;
	margin:0;
}
#contactbox h2 {
	padding:0;
	margin:0;
	font-size:12px;
	margin-bottom:0px;
	color:#111;
}
#contactbox .bg {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index:1;
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	*/
	background-color:#fff;
}
#contactbox a:hover {
	color:#CCC;
}

.contact_page {
	display:block;
	position:relative;
	width:1024px;
	margin:0 auto;
	z-index:2;
}
.contact_col {
	display:block;
	width:50%;
	padding-top:20px;
	float:left;
}





html.mobile {
	overflow:auto;
}
.mobile .imglist a {
	display:inline;
	position:inherit;
	height:auto;
	width:auto;
	background:none;
	z-index:auto;
}
.mobile .imglist td {
	background:url(images/loader.gif) no-repeat center;
}
.mobile #footerbox {
	display:none;
}


.home #mainbox, .home #headerbox {
	display:none;
}
.lt-ie9.home #headerbox .bg {
	background:none;
}



.lt-ie9 #btn_next,#btn_prev,#btn_info {
	background:url(images/clear.gif);
}
.lt-ie8.home #headerbox .bg {
	background:none;
}

.lt-ie7 {
	overflow:auto;
}
.lt-ie7 * {
	position:relative;
	display:inline;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
.lt-ie7 #canvas {
	padding:20px;
	display:block;
}
.lt-ie7 #canvas * {
	display:none;
}
.lt-ie7 #headerbox, .lt-ie7 #footerbox, .lt-ie7 #contactbox, .lt-ie7 #headerbox *, .lt-ie7 #footerbox *, .lt-ie7 #contactbox * {
	position:relative;
	display:inline;
	color:#999;
	width:auto;
	height:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin-top:0px ;
	margin-left:0px ;
	margin-bottom:0px ;
	margin-right:0px ;
	padding-top:0px ;
	padding-left:0px ;
	padding-bottom:0px ;
	padding-right:0px ;
	padding:0 ;
	margin:0 ;
	float:none;
	font-size:12px;
	line-height:18px;
}
.lt-ie7 #headerbox, .lt-ie7 #footerbox, .lt-ie7 #contactbox {
	display:block;
}
.lt-ie7 #headerbox .submenu {
	display:none;
}
.lt-ie7 #headerbox #nav {
	display:block;
}
.lt-ie7 #headerbox #nav ul, .lt-ie7 #nav li {
	display:block;
}
.lt-ie7 #headerbox #nav ul {
	padding-top:18px;
}
.lt-ie7 #headerbox #thumbbox {
	display:block;
	padding-top:18px;
}
.lt-ie7 #headerbox #thumbbox img {
	width:105px;
	height:70px;
}
.lt-ie7 #headerbox #nav a {
	font-size:20px;
	line-height:18px;
}
.lt-ie7 #headerbox #nav a:hover {
	color:#CCC;
}
.lt-ie7 #footerbox {
	padding-top:18px;
}
.lt-ie7 #contactbox h1, .lt-ie7  #contactbox h2 {
	display:block;
	font-weight:bold;
}