@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	position:relative;
}

body {
	background-color:#979797;
}

.container{
	position:relative;
	width:100%;
}

.topBG{
	background-image:url(../images/trans01.gif);
	height:497px;
	z-index:2;
}

.bottomBG{
	height:184px;
	background-image:url(../images/bottombg.png);
	background-position:center top;
	background-repeat:no-repeat;
}

.roomShadow {
  background-image: url("../images/room_shadow.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 407px;
  position: absolute;
  top: 310px;
  width: 100%;
  z-index: 10;
}
	

/*.logo {
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	height: 400px;
	left: -70px;
	position: absolute;
	top: -160px;
	width: 400px;
	z-index: 5;
	text-align:center;
	vertical-align:middle;
}*/

.logo {
  background-image: url("../images/logo.jpg");
  background-repeat: no-repeat;
  height: 400px;
  left: 20%;
  position: absolute;
  text-align: center;
  top: -166px;
  vertical-align: middle;
  width: 400px;
  z-index: 5;
}

.logo a{
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	line-height:400px;
}

.screen_out {
	background-image: url("../images/screen_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 454px;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 15;
}

/*.screen_out {
  background-image: url("../images/screen_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 454px;
  margin: auto;
  position: relative;
  top: -620px;
  width: 900px;
  z-index: 15;
}*/

.menu_top {
  display: block;
  left: 50%;
  top: -10px;
  margin-left: -400px;
  position: relative;
  width: 800px;
  height:20px;
}

.menu_top ul {
  list-style: none outside none;
  text-align: center;
}

.menu_top ul li {
  float: left;
  list-style: none outside none;
  /*padding: 0 20px;*/
  text-align: left;
}

.menu_top a {
	text-decoration:none;
	color:#000000;
	padding:0 20px;
}
.menu_top a:link,
.menu_top a: visited {
	color:#000000;
}

.menu_top a:hover {
	color: #feca09;
	background-color:#4d4d4d;
}


.content_outer {
  border: 1px solid #666;
  height: 370px;
  left: 50%;
  margin-left: -400px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  width: 800px;
}

.lights{
	position:absolute;
}

.lights {
  left: 50%;
  margin-left: -400px;
  position: absolute;
  width: 800px;
}

.left_light1 {
  background-image: url("../images/light1.png");
  background-repeat: no-repeat;
  height: 460px;
  left: -250px;
  position: absolute;
  top: -500px;
  width: 247px;
  z-index: 25;
}

.umbrela {
  background-image: url("../images/umbrela.png");
  background-repeat: no-repeat;
  height: 278px;
  margin-right: -55px;
  position: absolute;
  right: -74px;
  top: -360px;
  width: 158px;
  z-index: 30;
}

.video_camera {
  background-image: url("../images/camera.png");
  background-repeat: no-repeat;
  bottom: -40px;
  height: 154px;
  position: absolute;
  right: 260px;
  width: 240px;
  z-index: 35;
}