
/* ffd700 - желтый aion; 0085d6 - синий pb; 005d99 - синий l2; 003053 - синий видео; ffd700 - желтый хавер видео; ff0000 - красный хавер */

* {
	margin: 0;
	padding: 0;
}

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

body {
	min-height: 900px;
	min-width: 990px;
	width: 100%;
}

img, table, tr, td, th {
	border: 0;
	border-collapse: collapse;
}

img, div, a, table, tr, td, th, ul, ol, li {
	outline: none;
}

.start_logo {
	width: 100%;
	height: 220px;
	padding-top: 20px;
	position: relative;
}
.start_logo_game {
	display: inline-block;
	position: absolute;
}
.start_box {
	min-width: 990px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
}
.start_playing {
	width: 33%;
	height: auto;
	padding: 0 0 0 250px;
}
.start_playing h1 {
	margin-bottom: 10px;
}
.start_playing p {
	font-size: 16px;
	line-height: 1.3;
}
.start_button {
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}
.start_button:hover {
	background-position: right center !important;
}
.start_button span {
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
}


.gallery_video_link {
	width: 400px;
	height: 304px;
	position: absolute;
	top: 0;
	left: 60%;
}
.gallery_video_link h2 {
	font-size: 18px;
	position: absolute;
	top: 8px;
	left: 28px;
}
.gallery_video_link a {
	width: 400px;
	height: 274px;
	background-position: left bottom !important;
	cursor: pointer;
	display: block;
	padding-top: 16px;
}
.gallery_video_link a:hover {
	background-position: right bottom !important;
}

.hidden {
	display: none;
}
/* Pop-up message and fading background */
#opaco {
	background-color: #000000;
	left: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
	filter: alpha(opacity=70);/* IE4- */
	moz-opacity: 0; /* Mozilla */
	-khtml-opacity: 0; /* Safari */
	opacity: 0;  /* general CSS3 */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
#popup {
	background-color: url('../imgs/blank.gif');
	position: fixed;
	/*width:300px;*/
	left:50%;
	top:50%;
	min-width: 300px;
	z-index: 11;
}
#popup .close-btn {
	background: url('../img/close_box.png') left center no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
}
#popup .close-btn:hover {
	background-position: right center;
}

.gallery_video {
	width: 560px;
	height: auto;
	padding: 50px 100px 30px 100px;
	position: relative;
	background: #000;
}
.gallery_video .sb-inner {
	background: #000;
}
.gallery_video .sb-border {
	background: #003053;
}
.gallery_video .gallery_show {
	width: 560px;
	height: 315px;
	position: relative;
	margin-bottom: 15px;
}
.gallery_video .gallery_show .gallery_show_play {
	width: 344px;
	height: 185px;
	position: absolute;
	top: 3px;
	left: 3px;
}
.gallery_video_paginator {
	width: 560px;
	height: 100px;
	position: relative;
}
.gallery_video_paginator .item {
	width: 120px;
	height: 100px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	background-position: left top;
	text-align: center;
}
.gallery_video_paginator .item:hover {
	background-position: center top !important;
}
.gallery_video_paginator .item.active {
	background-position: right top !important;
	cursor: default;
}
.gallery_video_paginator .item span {
	margin-top: 75px;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.gallery_video_paginator .item:hover span {
	color: #ffd700;
}
.gallery_video_paginator .item.active span {
	color: #fff;
}


.gallery_pictures {
	min-width: 990px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding-top: 20px;
}
.gallery_pictures h2 {
	font-size: 18px;
	padding-bottom: 8px;
	padding-left: 250px;
}
.gallery_pictures_block {
	padding-left: 245px;
}
.gallery_pictures .item {
	width: 120px;
	height: 70px;
	margin: 0 5px;
	display: inline-block;
}
.gallery_pictures_block a {
	width: 120px;
	height: 70px;
	background-position: left center;
	display: inline-block;
}
.gallery_pictures_block a:hover {
	background-position: right center !important;
}
	
.press {
	min-width: 990px;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 80px;
	z-index: 10;
	padding-bottom: 120px;
}
.press h2 {
	font-size: 18px;
	padding-left: 150px;
}
.press span {
	font-size: 12px;
	line-height: 1.3;
}
.press .one {
	display: inline-block;
	width: 27%;
	vertical-align: top;
	padding-left: 150px;
	padding-top: 18px;
	
}
.press .two {
	display: inline-block;
	width: 27%;
	vertical-align: top;
	padding-left: 50px;
	padding-top: 18px;
}
.press .three {
	display: inline-block;
	width: 27%;
	vertical-align: top;
	padding-left: 300px;
	padding-top: 18px;
}


/* footer */
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 40px 0;
	font-size: 12px;
	z-index: 10;
}
.footer .agreement {
	margin-top: 6px;
}
.footer .agreement a {
	font-size: 10px !important;
	color: #696969 !important;
}


/* download */
.start_download {
	height: 900px;
}
.start_download .start_logo {
	height: 190px;
}
.start_download .start_box {
	min-width: 640px;
	width: 640px;
	margin: 0 auto;
	padding: 0 175px;
}
.start_download_content {
	padding: 30px;
	position: relative;
	width: 640px;
}
.start_download h1 {
	margin-bottom: 8px;
}
.start_download p {
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 16px;
}
.start_download p a {
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

.start_download .back {
	font-size: 14x;
	color: #fff;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
}
.start_download .back span {
	font-size: 14x;
	color: #fff;
	text-decoration: underline;
}
.aboutToBegin {
	position: relative;
}
.cancel_download_text {
	padding-top: 10px;
	display: inline-block;
}
.cancel_download {
	height: 50px;
	vertical-align: top;
	display: inline-block;
}
.cancel_zapuskatr {
	font-size: 16px;
	display: inline-block;
	padding-left: 14px;
	padding-bottom: 4px;
	background: url('../img/cancel_zapuskatr.png') left center no-repeat;
	vertical-align: top;
	padding-bottom: 2px;
	text-decoration: none;
	
}
.download_zapuskatr {
	font-size: 16px;
	display: inline-block;
	padding-left: 13px;
	padding-bottom: 4px;
	background: url('../img/download_zapuskatr.png') left center no-repeat;
	vertical-align: top;
	padding-bottom: 2px;
	text-decoration: none;
}


/* light_box */
.light_box {
	width: 500px;
	height: 400px;
	position: relative;
	margin: 0 auto;
}
.light_box .sb-inner {
	background: #000;
}
.light_box .close {
	background: url('../img/close_box.png') no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 100;
	cursor: pointer;
}


/* games */

/* aion */
.start_aion  {
	background: #000;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	position: relative;
	font-family: Arial;
}
@font-face {
	font-family: Adonis_i;
	src: url('../AdonisC-Italic.otf');
}
@font-face {
	font-family: Adonis;
	src: url('../AdonisC.otf');
}
.start_aion .elia {
	width: 300px;
	height: 633px;
	background: url('../img/elia.png') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.start_aion .asmo {
	width: 436px;
	height: 452px;
	background: url('../img/asmo.png') no-repeat;
	position: absolute;
	bottom: -3px;
	right: 0;
	z-index: 5;
}
.start_aion_adonis {
	font-family: Adonis, Times New Roman;
}
.start_aion_adonis_i {
	font-family: Adonis_i, Times New Roman;
}
.start_aion .start_logo_game {
	width: 597px;
	height: 155px;
	background: url('../img/start_logo_aion.png') right bottom no-repeat;
	margin: 0 auto;
	display: block;
	top: 20px;
	position: relative;
}
.start_aion .text_color {
	color: #ffd700;
	font-weight: normal;
}
.start_aion h1 {
	font-size: 40px;
	font-weight: normal !important;
	font-style: normal !important;
}
.start_aion .start_button {
	width: 281px;
	height: 63px;
	text-decoration: none;
	display: block;
	background: url('../img/start_button_aion.png') left center no-repeat;
}
.start_aion .footer {
	text-align: center;
	width: 100%;
}
.start_aion .footer, .start_aion .footer a {
	color: #fff;
	font-size: 12px;
}
.start_aion .footer a:hover {
	color: #ffd700;
	font-size: 12px;
	
}
.start_aion .footer .logo_innova {
	display: inline-block;
	width: 67px;
	height: 18px;
	background: url('../img/logo_innova.png') left center no-repeat;
	margin-right: 10px;
}
.start_aion .footer .logo_ncsoft {
	display: inline-block;
	width: 96px;
	height: 12px;
	background: url('../img/logo_ncsoft.png') no-repeat;
	margin-right: 10px;
}
.start_aion .footer .logo_innova:hover, .start_aion .footer .logo_ncsoft:hover {
	background-position: right center;
}

.start_aion .gallery_pictures_block a.item_01 {
	background: url('../img/aion/s/aion_01.png') no-repeat;
}
.start_aion .gallery_pictures_block a.item_02 {
	background: url('../img/aion/s/aion_02.png') no-repeat;
}

.start_aion .gallery_pictures_block a.item_03 {
	background: url('../img/aion/s/aion_03.png') no-repeat;
}
.start_aion .gallery_pictures_block a.item_04 {
	background: url('../img/aion/s/aion_04.png') no-repeat;
}
.start_aion .gallery_pictures_block a.item_05 {
	background: url('../img/aion/s/aion_05.png') no-repeat;
}

.start_aion .gallery_video_paginator .item_01 {
	background: url('../img/video_aion_01.png') no-repeat;
}
.start_aion .gallery_video_paginator .item_02 {
	background: url('../img/video_aion_02.png') no-repeat;
}
.start_aion .gallery_video_paginator .item_03 {
	background: url('../img/video_aion_03.png') no-repeat;
}
.start_aion .gallery_video_paginator .item_04 {
	background: url('../img/video_aion_04.png') no-repeat;
}
.start_aion .gallery_video_link a {
	background: url('../img/gallery_video_link_aion.png') no-repeat;
}
.start_aion .cancel_zapuskatr span, .start_aion  .download_zapuskatr span {
	border-bottom: 1px solid #ffd700;
	color: #ffd700;
}
.start_aion .cancel_zapuskatr span, .start_aion  .download_zapuskatr span {
	border-bottom: 1px solid #ffd700;
}
.start_aion  .download_zapuskatr:hover span, .start_aion  .cancel_zapuskatr:hover span {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}
.start_aion.start_download p a:hover {
	color: #ffd700;
}
.start_aion.start_download .back:hover, .start_aion.start_download .back:hover span {
	color: #ffd700;
}
#pid_zapuskatr:hover {
	color: #ff0000;
}

/* start_agreement */
.start_agreement {
	color: #000;
	background: #fff;
	font-family: Arial;
}
.start_agreement h3 {
	margin: 20px 0 10px 0;
}
.start_agreement p {
	margin: 7px 0;
}
.start_agreement ul {
	margin: 7px 40px;
}
.start_agreement a, .start_agreement a:hover {
	color: #000;
	text-decoration: underline;
}
.start_agreement .content_text {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}
.start_agreement .application {
	margin-top: 50px;
}


#backstretch {
	overflow: hidden;
}



