@charset "utf-8";
/* CSS Document */

/* template */

body {
	background-repeat: repeat-x;
	overflow-y:auto;
	overflow-x:auto;
	background-image: url(images/background.png);
	background-color: #000000;
}
#outerDiv {
	height: auto;
	width: auto;
	z-index:0;
}
#pageDiv {
	position:absolute;
	width:100%;
	height:100%;
	z-index:3;
	top: 0px;
	left: 7px;
	overflow: hidden;
}
#mainDiv {
	background-image: url(images/main.png);
	position:relative;
	margin-right:auto;
	width:1050px;
	height:996px;
	z-index:4;
	margin-left: auto;
}
#brandImage {
	position:absolute;
	width:300px;
	height:525px;
	z-index:79;
	top: 0px;
	background-image: url(images/brand_image.png);
	left: 0px;
}
#animationImage {
	position:absolute;
	width:270px;
	height:227px;
	z-index:18;
	left: 600px;
	top: 500px;
	float: left;
}
#animationImage img {
	position:absolute;
	left:-120px;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
} 
#animationImage img.top:hover { opacity:0;  
}

/* home page */

#menuDiv {
	position:absolute;
	width:250px;
	height:100%;
	z-index:99;
	left: 270px;
	top: 50px;
	/*background-color: #FFFF00;*/
}
#navigationDiv {
	position:absolute;
	width:626px;
	height:100%;
	z-index:80;
	left: -150px;
	top: 350px;
	background-image: url(images/remote.png);
	background-repeat: no-repeat;
}

#navigationDiv2 {
	position:absolute;
	width:526px;
	height:100%;
	z-index:98;
	left: -50px;
	top: 700px;
	background-image: url(images/hand.png);
	background-repeat: no-repeat;
}

#screenArea {
	position:absolute;
	width:716px;
	height:436px;
	z-index:8;
	left: 262px;
	top: 28px;
	background-color: #FFFFFF;
}
#screenText {
	position:absolute;
	width:683px;
	height:399px;
	z-index:6;
	left: 260px;
	top: 28px;
	background-color: #FFFFFF;
	padding: 15px;
}
#pageTitle {
	position:absolute;
	width:734px;
	height:29px;
	z-index:10;
	left: 230px;
	top: 490px;
}
.style16 {color: #FFFFFF}
.style24 {color: #000000}
a:link {
	color: #99CC00;
}
a:visited {
	color: #CC99CC;
}
a:hover {
	color: #FFCC66;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 14pt;
}
.style11 {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	font-size: 12pt;
	text-align: center;
}
.style12 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style13 {
	font-size: 10pt
}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66CCFF;
	font-size: 12pt;
}

.style15 {color: #3399FF}

.style25 {
	font-size: 18px;
	color: #CCCC00;
	text-align: right;
}
.textStyle10 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
