/* *{
	cursor:none;
} */

.noscroll{
	position:relative;
}

html,body{
	height:100%;
	width:100%;
}

body{
	background:#fff;
	overflow-x:hidden;
	font:75% Arial,serif;
	color:#242626;
	line-height: 1.5em;
}

p{
	margin: 0 0 1.5em;
}

a		{color: #2693d1;}
a:hover,a.hover		{color: #d5363b;}
a:focus		{outline:none;}

#layout-wrapper{
	width:100%;
	min-height:548px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#layout{
	position:relative;
	height:100%;
	width:100%;
}

#page{
	width:504px;
	height:413px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-249px;
	margin-top:-206px;
	background: left top no-repeat url(../images/promo-bg2.jpg);
	z-index:10;
}

#page-duplicate{
	width:499px;
	height:413px;
	position:relative;
	top:0;
	left:0;
	background: left top no-repeat url(../images/promo-bg2.jpg);
}

#mega-logo{
	position:absolute;
	top:132px;
	left:363px;
	width:109px;
	height:30px;
	background: left top no-repeat url(../images/mega-logo.png);
}

#slide-left{
	position:absolute;
	left:-50px;
	top:206px;
	height:34px;
	width:28px;
	background: left top no-repeat url(../images/slide-left.gif);
	display:none;
}

#slide-right{
	position:absolute;
	right:-50px;
	top:206px;
	height:34px;
	width:28px;
	background: left top no-repeat url(../images/slide-right.gif);
	display:none;
}

#slide-line-hider{
	overflow:hidden;
	position:absolute;
	left:0px;
	top:8px;
	height:180px;
	width:499px;
}

.block{
	position:relative;
}

#slide-line-white{
	display:block;
	position:absolute;
	width:20373px; /*  669 */ 
	height:160px;
	left:4331px;
	top:0px;
	background: left top no-repeat url(../images/promo-text-white_new.png);
}

#slide-line-blue{
	display:block;
	position:absolute;
	width:16487px;
	height:160px;
	left:4331px;
	top:8px;
	/* background: left top no-repeat url(../images/promo-text-blue.png); */
}

#slide-line-src-l{
	top:0;
	left:0;
	display:none;
	position:absolute;
	height:160px;
	width:540px;
	background: left top no-repeat url(../images/promo-text-white_new.png);
}

#slide-line-src-r{
	top:0;
	right:38px;
	display:none;
	position:absolute;
	height:160px;
	width:540px;
	/* border:red solid thin; */
	background: left top no-repeat url(../images/promo-text-white_new.png);
}

#promo-text{
	position:absolute;
	left:121px;
	top:338px;
	z-index:120;
	font-size:175%;
}

#slide-area-l{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-170px;
	width:50%;
}

#slide-area-l-inner{
	padding-right:150px;
}

#slide-area-l-trigger{
	/* cursor: url("../images/cursor_arrow_left.cur"),url("../images/cursor_arrow_left.cur"),w-resize; */
}

#slide-area-r{
	position:absolute;
	/* right:0;
	top:50%;
	margin-top:-170px;
	width:50%; */
	width:100%;
	height:100%;
	top:68px;
}

#slide-area-r-inner{
	width:100%;
	height:100%;
}

#slide-area-r-trigger{
	cursor: url('../images/cursor_arrow_right.cur'),url('../images/cursor_arrow_right.cur'),e-resize;

}

#slide-area-l,
#slide-area-l-inner,
#slide-area-l-trigger{
	height:120px;
	
}

#slide-area-r,
#slide-area-r-inner,
#slide-area-r-trigger{
	width:500px !important;
	height:314px !important;
	margin:0 auto;
	position:relative;
}

#slide-area-l,
#slide-area-r{
	z-index:1999;
}

#no-slide-area-middle{
	position:absolute;
	left:50%;
	top:50%;
	height:120px;
	margin-top:-170px;
	margin-left:-150px;
	width:300px;
	z-index:2005;
	cursor:default;
}

#no-slide-area{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:1998;
	cursor:default;
}

#fog{
	height:100%;
	width:100%;
	z-index:2500;
	position:absolute;
	top:0;
	left:0;
	cursor:default;
	/* background:rgba(166, 124, 86, 0.7); */
}

#studio-info{
	height:102px;
	bottom:0;
	left:0;
	width:100%;
	position:absolute;
	z-index:2007;
}

#studio-info .blocks{
	position:relative;
}

#studio-info .desc-block{
	top:36px;
	left:0;
	width:100%;
	position:absolute;
	text-align:center;
}

#studio-info .desc-block span{
	margin-left:7px;
}

#studio-info .logo-block{
	height:40px;
	width:100%;
	left:0;
	top:0;
	text-align:center;
	position:absolute;
}

#studio-info .logo-wrapper{
	margin:0 auto;
	width:108px;
	height:40px;
	background:url(../images/artlebedev_logo_shadow.png) top left no-repeat;
	position:relative;
}

#studio-info .logo{
	position:absolute;
	top:0;
	left:12px;
	width:90px;
	height:30px;
}

#go{
	width:131px;
	height:133px;
	/* top:-63px;
	right:-56px; */
	top:60px;
	right:-150px;
	position:absolute;
	/* background:url(../images/arrow2.gif) top left no-repeat; */
	background:#fff;
	z-index:2000;
	display:none;
}

#go-inner{
	width:121px;
	height:133px;
	/* background:url(../images/arrow2.gif) top left no-repeat; */
}