/*
====================================
		Основное
====================================
*/
body{
	background: white;	
	margin: 0px 0px;
}

a{
	color: #FF9933;
}

div#load{
	display: none;
	position: absolute;
	background: black;
	margin: -20px -10px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 100%;	
	z-index: 9999;
}

div#load p{		
	display: none;
	z-index: 99999;
	color: white;
}

div.content{
	position: absolute;
	width: 960px;	
	position: relative;
	left: 0px;
	margin-left:auto;
	margin-right:auto;	
	clear: both;
	color: #333333;
	font-size: 20px;
	background: none;
}

#div_about, #div_how-works, #div_functional, #div_contacts{
	display: none;	
}

/*
====================================
		Дополнительно
====================================
*/

.phone{

}

.adress{	
	margin: 0px;
}

em{
	color: #666666;
}

.head{
	color: #FF9933;
	font-style: Italic;
	font-size: 24px;
	margin: 0px;
	background: none;
}

/*
====================================
		Меню
====================================
*/

div#wrapper-menu ul#nav{
	position:relative;
	width:960px;/*this is the complete width of the menu*/
	width:980px\9;/*hack for fix width in IE8 and below*/
	height:55px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 0px;
	
}

div#wrapper-menu ul#nav li{
	display:inline-block;
	float:left;
	width:auto;
	height:55px;
	margin-right:4px;
}

#polgunok{
	position: absolute;
	z-index: -99;
	height:40px;
	left: -300px;
	background-color: green;
	background:url(images/black-arrow-current-navigation.png) no-repeat center 40px;
	
}

#polgunok span{
	position: absolute;
	z-index: -9;
	height:40px;
	width: 100%;
	border-radius: 8px;/*Only for advanced browsers*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #FF9933;
}

div#wrapper-menu ul#nav li a{
	display:inline-block;	
	margin-top: 350px;	
	opacity: 0;
	width:auto;
	height:40px;
	text-decoration:none;	
	font-family: helvetica,arial,sans;	
	font-style:italic;
	font-weight:normal;		
	font-size:1.2em;
	letter-spacing:-1px;
	line-height:40px;
	text-align:center;	
	padding:0 20px 0 20px;
	color: #999999;	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

}
/*
div#wrapper-menu ul#nav li a:hover{
	color:#FF9933;
	background-color:#eeeeee;
}
*/

/*
====================================
		Для скролла
====================================
*/
/* Tiny Scrollbar */

#detail div.box, #detail div.strela , #simple div.box, #simple div.strela{
	opacity: 0;
}

#simple{
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

#detail{
	position: relative;	
	left: 60px;
}

.controll_bar{	
	width: 960px;	
	position: relative;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.controll_bar a{
	color: #666666;
	font-style: Italic;
	border-bottom: 1px dashed #666666;
	text-decoration: none;
	margin-right: 20px;
}
.controll_bar a.active{
	color: #FF9933;
	border-color: #FF9933;
	
}

#scrollbarX { 
	opacity: 0;
	margin: 20px 0 10px; 
	
}
#scrollbarX .viewport { 	
	height: 380px; 
	background-color: white;
	overflow: hidden; 
	position: relative; 
	margin: 0px;
	padding: 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2)); 	
}
/*
#scrollbarX .overview { 	
	list-style: none; 	
	width: 5000px; 
	padding: 0; 
	margin: 0; 
	position: absolute; 
	left: 0; 
	top: 0; 	
}
*/

#scrollbarX .overview { 	
	list-style: none; 	
	width: 3500px; 
	padding: 0; 
	margin: 0; 
	position: absolute; 
	left: 0; 
	top: 0; 	
}
#scrollbarX .overview img{ 
	float: left; 
}
#scrollbarX .scrollbar{ 
	position: relative; 	
	display: none;
	left: 50%;	
	margin: 30px 0 5px -480px; 
	clear: both; 
	height: 15px; 
	background: transparent url(images/bg-scrollbar-track-x.png) no-repeat 0 0; 
}
#scrollbarX .track { 
	background: transparent url(images/bg-scrollbar-trackend-x.png) no-repeat 100% 0; 
	width: 100%; 
	height:15px; 
	position: relative; 
	}
#scrollbarX .thumb { background: transparent url(images/bg-scrollbar-thumb-x.png) no-repeat 100% 50%; height: 25px; cursor: pointer; overflow: hidden; position: absolute; left: 0; top: -5px; }
#scrollbarX .thumb .end{ background: transparent url(images/bg-scrollbar-thumb-x.png) no-repeat 0 50%; overflow: hidden; height: 25px; width: 5px;}
#scrollbarX .disable { display: none; }

/* Тени */
#left_bg_slide{
	position: absolute;
	margin-top: -15px;
	left: 0px;
	z-index: 9999;	
	width: 160px;
	height: 540px;
	background: url('images/bg_left.png') repeat-y;	
}

#prev_slide{
	position: absolute;
	display: none;
	margin-top: 15px;
	left: 0px;
	opacity: 0.5;
	z-index: 99999;
	width: 71px;
	height: 410px;
	background: url('images/prev_slide.png') repeat-y;
}

#prev_slide:hover, #next_slide:hover{	
	cursor: pointer;
	opacity: 0.8;
	background-color: #f6f6f6;
}

#right_bg_slide{
	position: absolute;
	margin-top: -15px;
	right: 0px;
	z-index: 9999;	
	width: 160px;
	height: 540px;
	background: url('images/bg_right.png') repeat-y;
}


#next_slide{
	position: absolute;
	display: none;
	margin-top: 15px;
	right: 0px;
	opacity: 0.5;
	z-index: 99999;
	width: 71px;
	height: 410px;
	background: url('images/next_slide.png') repeat-y;
}

#button_bg_slide{
	position: absolute;
	opacity: 0;
	top: 475px;
	left: 50%;
	margin-left: -580px;
	z-index: -999;
	width: 1160px;
	height: 45px;
	background: url('images/button_bg.png') no-repeat;
}

#top_bg_slide{
	position: absolute;
	opacity: 0;
	top: 65px;
	left: 50%;
	margin-left: -580px;
	z-index: -9999;
	width: 1160px;
	height: 45px;
	background: url('images/top_bg.png') no-repeat;
}

.viewport{	
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
            box-shadow:0 0 15px rgba(0,0,0,0.3);
}

/* Описываем блоки */

.viewport #detail div.box img {
	z-index: 999;
	padding: 10px;   
    background:#fff; 
	/*
	border: 1px solid #FF9933;	
	border-radius: 10px;
	*/
	border-top: 1px dashed #FF9933;	
	border-bottom: 1px dashed #FF9933;	
	
}
.viewport div.box  { 
	z-index: 999;
	padding: 10px;   
    background: none; 	
}

.viewport div.box div {	
	z-index: -9;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	margin: -10px 0px 0px -10px;
	padding: 30px;
	text-shadow:0 0 3px white;
}
/*
.strela{	
	padding: 5px;
	width: 150px;
	height: 40px;
	background: url('/promo/img/strela.png') no-repeat;
	background-position: 10px 25px;
}
*/
.strela{	
	padding: 5px;
	width: 420px;
	height: 40px;
	background: url('/promo/img/strela_.png') no-repeat;
	background-position: 220px 8px;
}

.strela p{	
	font-size: 20px;
	margin: 0px;
}

.strela p em{
	color: #FF9933;	
}

.viewport #detail div.box div p{
	margin: 240px -10px -10px -10px;		
	color: #666666;
}

/*---------------------------
		simple box
---------------------------*/
#simple div.box{
	position: absolute;	
}

#simple div.box p{
	color: #666666;
}

#box_4 p, #box_3 p{
	font-style: italic;
}


#box_0{	left: 129px; top: 72px;}
#box_0 p{ margin: 160px 0px 0px -35px; }
#box_1{	left: 366px; top: 80px;}
#box_1 p{ margin: 152px 0px 0px -35px; }
#box_2{	left: 595px; top: 72px;}
#box_2 p{ margin: 160px 0px 0px -35px; }
#box_3{	
	width: 960px;
	top: 10px;
}
	
#box_3 p{	
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	color: #FF9933 !important;
	text-shadow:0 0 8px rgba(0, 0, 0, .2);
}
#box_4{	
	width: 960px;
	top: 270px;
	color: #eeeeee !important;	
}


#box_55, #box_66, #box_77, #box_88, #box_99{
	top: 320px;
	width: 42px;
	margin: 0px;
	padding: 0px;
	height: 80px;
	background: url(images/browser.png) no-repeat;	
}
#box_55{	
	left: 370px;
	background-position: 0px 0px;
}
#box_66{	
	left: 420px;
	background-position: -56px 0px;
}
#box_77{	
	left: 470px;
	background-position: -113px 0px;
}
#box_88{	
	left: 520px;
	background-position: -167px 0px;
}
#box_99{	
	left: 570px;
	background-position: -222px 0px;
}

/*---------------------------
		detail box
---------------------------*/
/*

#detail div.strela{
	position: absolute;
	top: 140px;	
}

#detail div.box{
	position: absolute;
	top: 40px;
}

#box_6{	left: 0px;}
#box_7{	left: 150px;}
#box_8{	left: 430px;}
#box_9{	left: 580px;}
#box_10{ left: 860px;}
#box_11{ left: 1010px;}
#box_12{ left: 1290px;}
#box_13{ left: 1440px;}
#box_14{ left: 1720px;}
#box_15{ left: 1870px;}
#box_16{ left: 2150px;}
#box_17{ left: 2300px;}
#box_18{ left: 2580px;}
#box_19{ left: 2730px;}
#box_20{ left: 3010px;}
#box_21{ left: 3160px;}
#box_22{ left: 3440px;}
#box_23{ left: 3590px;}
#box_24{ left: 3870px;}
#box_25{ left: 4020px;}
#box_26{ left: 4300px;}
#box_27{ left: 4450px;}
#box_28{ left: 4730px;}
#box_29{ left: 4880px;}
#box_30{ left: 5160px;}
#box_31{ left: 5310px;}
*/

#detail div.strela{
	position: absolute;
	top: 5px;
}

#detail div.box{
	position: absolute;
	top: 40px;
}

.zagalovok{
	position: absolute;
	width: 280px;
	font-size: 20px;
	top: -47px;
	color: #FF9933;
	font-style: Italic;
}

.zagalovok em{	
	color: #FF9933;
}

#box_6, #box_7{	left: 50px;}
#box_8,#box_9{ left: 350px;}
#box_10, #box_11{ left: 650px;}
#box_12, #box_13{ left: 950px;}
#box_14,#box_15{ left: 1250px;}
#box_16,#box_17{ left: 1550px;}
#box_18,#box_19{ left: 1850px;}
#box_20,#box_21{ left: 2150px;}
#box_22,#box_23{ left: 2450px;}
#box_24,#box_25{ left: 2750px;}
#box_26,#box_27{ left: 3050px;}
#box_28,#box_29{ left: 3350px;}
#box_30,#box_31{ left: 3650px;}


/* Описываем Функции */
#div_functional ul li span{
	border-bottom: 1px dashed #333333;
}

div.dop_div {
    position: absolute;	
	display: none;
	left: 300px;
    width:35%;
	min-height: 360px;
    padding:1em;
    margin:-2em 10px 0em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border: 4px solid #efefef;
    -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
         border-radius:0 0 120px 120px / 0 0 6px 6px;
}

div.dop_div.rev{   
   margin-top: -300px;
}

div.dop_div.long{   
    width:65%;	
	min-height: 160px;
}

div.dop_div.litt{ 
	min-height: 100px;
}

div.dop_div p {
	padding: 15px; 
	border-top: 2px dashed #999999;
	border-bottom: 2px dashed #999999;   
} 		

/* Кнопка */
#enter{
	position: absolute;
	right: 5%;
	z-index: 999;
	top: 25px;	
}

p.mini{
	font-size: 14px; 
	color: #999999;
	margin: 10px 0 0 0;
	font-style: Italic;
	padding: 0px;
}

.but{
	text-decoration: none;
	font-size: 16px; 
	overflow:visible;
	font-family: helvetica,arial,sans;
	margin:0 5px 0 0;
	padding:5px 10px;
	outline:0;
	color:#999999;
	border-radius:5px;
	-moz-border-radius:5px;
	border:0;
	background-color:#eeeeee;
	background-image: linear-gradient(top -90deg, rgba(100%, 100%, 100%, .3), rgba(100%, 100%, 100%, .4) 15%, rgba(100%, 100%, 100%, .1) 75%, rgba(100%, 100%, 100%, 0) 100%);
	background-image: -moz-linear-gradient(top -90deg, rgba(100%, 100%, 100%, .3), rgba(100%, 100%, 100%, .4) 15%, rgba(100%, 100%, 100%, .1) 75%, rgba(100%, 100%, 100%, 0) 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100%, 100%, 100%, .3)), color-stop(15%, rgba(100%, 100%, 100%, .4)), color-stop(75%, rgba(100%, 100%, 100%, .1)), to(rgba(100%, 100%, 100%, 0)));
	box-shadow:0 0 5px #cccccc;
	-moz-box-shadow:0 0 5px rgba(40%, 60%, 80%, .5);
	transition:background-color .3s ease-out;
	-webkit-transition:background-color .3s ease-out;
	-moz-transition:background-color .3s ease-out;	
}

.but:hover {
	color:#fff;
	text-shadow:0 0 3px rgba(0, 0, 0, .4);
	background-color: #FF9933;	
}