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

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	/*font-style: normal;
	font-weight: normal;
	font-variant: normal;*/
	/*border-width: 0px;
	border-style: none; input fields disappear */
	/*color: #3a3a3a;*/
}
body {
	background-color: #232323;
}
#container, #flash, #flashow {
	/*position: relative;
	width: 800px; 
	height: 480px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*overflow: hidden;*/

	position: absolute;
	background-color: #FFFFFF;
	left: 50%;
	top: 50%;
	/*	top: 0px; bottom: 0px;*/
	width: 960px;
	height: 570px;
	margin-left: -480px; /* half of width */
	margin-top: -285px; /* half of height */
	overflow: hidden;
}
#container div {
position: absolute;
}
#flash {
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
#flashow {
	display: block;
}
#main, #main2, #main3, #getflash {
	width: 960px; /* IE6 fix */
	height: 570px; /* IE6 fix */
	position: absolute;
	background-color: transparent;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	text-align: left;
}
#main2, #getflash { /* home, contact */
	text-align: center;
}
#content1, #content2, #content3 {
	position: relative;
	width: 560px; /* 960px/600-padding */
	height: 550px; /* 570px/480-padding */
	left: -600px;
	top: 0px;
	color: #000000;
	padding: 10px 10px 10px 30px; /* top right bottom left */
	border:1px solid #000;
	border-width:0px 1px 0px 0px; /* top right bottom left */
	overflow-x: hidden;
	overflow-y: auto;
	clear: both;
	float: left;
}
/* Windows IE */
#content1 div.lng, #content2 div.lng, #content3 div.lng {
	position: relative;
	padding: 10px 70px 10px 0px; /* top right bottom left */
}
.lngs {
	right: 20px;
	float: right;
}
#tab1, #tab2, #tab3 {
	position: relative;
	height: 96px; /* 96-padding */
	width: 20px; /* 20-padding */
	left: 0px;
	top: 0px;
	color: #fff;
	overflow: hidden;
	clear: both;
	float: left;
	background-color: transparent;
}
#content1 {
	left: 0px;
}
#tab1 {
	left: 600px;
}
#content1, #content2, #content3, #tab1, #tab2, #tab3 {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#content1 {
	background-color: #EEEEEE;
	background-color: #FFFFFF;
}
#content2 {
	background-color: #DDDDDD;
	background-color: #FFFFFF;
}
#content3 {
	background-color: #CCCCCC;
	background-color: #FFFFFF;
}
ul {
	list-style-type: none;
}
li {
	display: inline;
	list-style-type: none;
}
a {
	color: #CC0000;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}


/* jQuery */
.lng, li imgx {
	display: none;
}

.lng.show, li imgx.show {
	display: inline;
}
