* {
	border: 0;
	font-size: 100%;
	margin: 0; }
 
body {
    background: none repeat scroll 0 0 #F8F5F0;
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: normal;
    min-width: 300px;
}
.body{
    /*bottom: 0;
    height: 100%;
    left: 0;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;*/}
input{border:1px solid #333333;}
a{
	color: #F38C26;
	text-decoration: underline;}
a:hover{text-decoration: none;}
.abtn:hover{box-shadow:none;}
.abtn{
    background-color: #F38C26;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 1px #ccc;}
ul, ol {
    list-style: none;
    margin: 20px 0 10px 50px;
	padding:0;
}
li {
    background: url("../images/bg-ul-list.png") no-repeat scroll left top ;
    font-style: italic;
    margin: 10px 0;
    padding: 0 0 0 25px;
}
p{margin:10px 0;}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px; }
.clear-mt{height: 60px;}
h1 {
    color: #F38C26;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin: 10px 0;
    text-shadow: 0 1px #FFFFFF;
}
h2 {
    font-size: 36px;
    font-weight: normal;
    margin:20px 0 10px;
	color: #F38C26;
}
h3 {
    color: #F38C26;
    font-size: 28px;
    font-weight: normal;
    margin: 30px 0 10px; 
}
 .wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
/*HEADER*/
.header {
    margin: 0 auto;
    width: 990px;
}
.header-box {
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #333333;
    height: 45px;
    margin: 0 auto;
    width: 990px;
}
.header .logo:hover {opacity: 0.6;}
.header .logo {
    display: block;
    float: left;
    height: 36px;
	opacity: 1;
	transition: all 0.5s ease 0s;
    margin: 5px 0 0;
    width: 150px;
}
.language-box{
    float: right;
    margin: 10px 5px 0 0;}
.language-box a {
    background-position: 0 0;
    display: inline-block;
    height: 12px;
    margin-left: 8px;
    text-indent: -10000px;
    width: 15px;
}
.language-box a.ru {
    background-image: url("../images/language_ru.png");
}
.language-box a.ua {
    background-image: url("../images/language_ua.png");
}
.header-menu {
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 13px 5px 0 0;
}
.header-menu li {
    background: none repeat scroll 0 0 ;
    display: block;
    float: left;
    font-style: normal;
    margin: 0;
    padding: 0 0 10px 0;
	position: relative;
}
.header-menu li:hover ul {display: block;}
.header-menu li  ul{
    background-color: #F38C26;
    border-radius: 10px;
    color: #333333;
	box-shadow: 0 0 5px 0 #333333;
    display: none;
    margin: 5px 0 0;
    padding: 5px 0 0;
    position: absolute;
    z-index: 9999;}
.header-menu li  ul li{
    display: block;
    float: none;
	margin: 0 10px;
    padding: 0;}
.header-menu li ul li a{
    color: #333333;
    font-size: 14px;
    padding: 5px 0;
	font-weight:normal;
	text-shadow: none;
    white-space: pre;}
.header-menu li a:hover {color:#eeeeee;}
.header-menu li a {
    display: block;
    font-size: 16px;
    margin: 0 15px 0 0;
    text-decoration: none;
	font-weight: bold;
	transition: all 0.5s ease 0s;
	text-shadow: 1px 1px 0px #000;
}
.header-menu li a span{
    background: url("../images/arrow-down.png") no-repeat scroll left center ;
    padding: 0 0 0 11px;}
/*END HEADER*/

/*CONTENT*/
.content{
    margin: 0 auto 40px;
    width: 980px;}
.block{
    /*background: url("../images/bg-blok-bottom.png") repeat-x scroll center bottom ;*/}
.block-bg-top{
    background: url("../images/bg-blok-top.png") repeat-x scroll center top ;}
.yelow{color:#FF7F00; padding: 10px 0 15px !important;} 
.block-title {
    display: block;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 50px;
    font-weight: normal;
    padding: 10px 0 15px;
    text-align: center;
	text-shadow: 2px 2px #ccc;
	margin:0;
}
.block-title a{color:#333333; text-decoration: none;}
.block-title a:hover{color:#F38C26;}
.left-column{
    float: left;
    width: 700px;}
.right-column{
    float: right;
	width: 264px;
	}
.right-column-block {
    background:  ;
    margin: 30px 0 25px;
    width: 232px;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #D8D5D2 #D8D5D2 #95928C;
    border-image: none;
    border-radius:6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #D1CEC8;
    display: block;
    font-family: Arial;
    padding: 15px 15px 30px;
    position: relative;
}
.test-button:hover{color:#000;}
.test-button{
    display: block;
    text-align: center;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
background: #F67C00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVhNDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2N2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #F67C00 0%, #fea400 0%, #f67c00 100%, #FEA400 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F67C00), color-stop(0%,#fea400), color-stop(100%,#f67c00), color-stop(100%,#FEA400)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #F67C00 0%,#fea400 0%,#f67c00 100%,#FEA400 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #F67C00 0%,#fea400 0%,#f67c00 100%,#FEA400 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #F67C00 0%,#fea400 0%,#f67c00 100%,#FEA400 100%); /* IE10+ */
background: linear-gradient(to bottom,  #F67C00 0%,#fea400 0%,#f67c00 100%,#FEA400 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F67C00', endColorstr='#FEA400',GradientType=0 ); /* IE6-8 */

    border-color: #F26A00 #F26A00 #C25000;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 1px #FEBF4D inset, 0 -1px #F6974D inset, 1px 0 #FDAB21 inset, -1px 0 #FDAB21 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    padding: 7px 15px;
    text-decoration: none;
    text-shadow: 0 -1px #C95F00;}
.company_logo{
    background-color: #FFFFFF;
    border: 3px solid #333333;
    border-radius: 3px;
    padding: 5px;}
/*END CONTENT*/

/*FOOTER*/
.footer{
    background: none repeat scroll 0 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    color: #ECECEC;
    font-family: arial;
    font-size: 13px;
    height: 60px;
    width: 100%;
    z-index: 9999;}
.footer .footer-inner {
    margin: 0 auto;
    width: 900px;
}
.copyright {
    color: #E0E0E0;
    float: left;
    font-size: 14px;
    margin-top: 15px;
}
.copyright a {
    color: #E0E0E0;
}
/*END FOOTER*/

/*lingua-front-block*/
.lingua-promo-block {
    height: 597px;
    margin: 0 auto;
    position: relative;
    width: 988px;
}
.gallery-block {
    height: 434px;
    position: relative;
    width: 590px;
}

.gallery-block .wrap-slide-info {
    left: 20px;
    overflow: visible;
    position: absolute;
    top: 23px;
    width: 570px;
}
.gallery-block .slide-block {
    width: 570px;
}
.lingua-promo-block .slide-info {
    float: left;
    padding-left: 10px;
}
.gallery-block .promo-info-block {
    background: url("../images/slider-bg.png") no-repeat scroll 0 0 ;
    border-radius: 5px;
    height: 455px;
    position: relative;
    width: 611px;
}
/*END lingua-front-block*/

/*PRINCIPLES*/
.principles{
    margin: 0 auto;
    padding-bottom: 50px;
    width: 900px;}
.principles ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.principles ul li {
    background: none repeat scroll 0 0 ;
    display: block;
    float: left;
    height: 160px;
    margin: 0 10px;
    padding: 0;
    width:430px;
    margin-bottom: 55px;
}
.principles ul li a:hover {opacity: 1;}
.principles ul li a h3{ text-decoration:underline;}
.principles ul li a {
    display: block;
    font-size: 22px;
    margin: 5px 0 10px;
    opacity: 0.6;
    text-align: left;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.principles ul li a img{
    display: block;
    float: left;
    margin: 21px 10px 0 0;}
.principles ul li a span {
    color: #666666;
    display: block;
    font-size: 14px;
    font-style: italic;
    margin: 10px 0;
    text-align: left;
}
/*END PRINCIPLES*/

/*CORPORATE*/
.corporate{
    margin: 0 auto;
    padding-bottom: 50px;
    width: 900px;}
.corporate ul{
    margin: 0;
    padding: 0;}
.corporate ul li{
    font-size: 14px;
    margin: 0 0 15px;}
/*END CORPORATE*/

/*PRICE*/
.price{
    /*background: url("../images/bg-price.png") no-repeat scroll 725px 0px ;*/
    margin: 0 auto;
    padding-bottom: 50px;
    width: 900px;}
.price ul{
    display: block;
	margin: 0;
    padding: 0;
    list-style: none;}
.price ul li{
    background: none repeat scroll 0 0 ;
    float: left;
    font-size: 18px;
    height: 120px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    width: 280px;}
.price ul li span{
    color: #F38C26;
    font-size: 16px;
    text-transform: uppercase;}
.price ul li p{
    color: #F38C26;
    font-family: Georgia;
    font-size: 22px;}
/*END PRICE*/

/*PARTNERS*/
.partners{
    margin: 0 auto;
    padding-bottom: 50px;
    width: 900px;}
.partners center a:hover{opacity: 1;}
.partners center a{
    display: inline-block;
	opacity: 0.6;
	transition: all 0.5s ease 0s;
    margin: 0 20px;}
/*END PARTNERS*/

/*TRUST*/
.trust-block{
    margin: 0 auto;
    min-height: 825px;
    padding: 0 0 20px;
    width: 789px;}

/*END TRUST*/

/*CONTACTS*/
.contacts{
    margin: 0 auto;
    padding-bottom: 50px;
    width: 900px;}
.contacts-map:hover{opacity: 1;}
.contacts-map{
    border: 10px solid #333333;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #333333;
    float: right;
	opacity: 0.6;
		transition: all 0.5s ease 0s;
    height: 350px;
    width: 600px;} 
/*END CONTACTS*/

/*SPEEDBAR*/
.speedbar{
    border-bottom: 1px dashed #FFE983;
    margin: 0 auto;
    padding: 5px 0;
    width: 980px;
    overflow: hidden;}
/*END SPEEDBAR*/

/*Бегущяя строка */
.str1,
.str2,
.str3,
.str3-2,
.str4,
.str5,
.str6,
.str9{ }
.str4,
.str5,
.str6,
.str8 {
	 width:49% !important;
	 display:inline-block;
	 //display:inline;
	 //zoom:1;
	 vertical-align:top;
}
.str_wrap p {
	padding:10px 0;
	margin:0;
}
.str_vertical p {
	padding:10px;
}
/*Plugin CSS*/
.str_wrap {
    color: #333333;
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 760px;
}

.str_wrap.str_active {

}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}

/*ACCORDION*/
.acc_trigger:hover {opacity: 0.8;}
.acc_trigger {
    background: url("../images/activ_off.png") no-repeat scroll 670px center #fff;
    color: #F38C26;
    height: 45px;
    line-height: 35px;
    margin: 0 0 2px;
    padding-left: 20px;
    border-radius: 3px;
	font-size:18px;
	cursor: pointer;
	border: 1px solid #F38C26;
}
.blocks{
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 3px;
    border-radius: 3px;
    color: #666;
    font-style: italic;}
.actives  a{color: #fff !important;}
.actives  {
    background: url("../images/activ_on.png") no-repeat scroll 670px center #F38C26 !important;
	color: #F38C26 !important;
}
#tit{
    color: #F38C26;
    text-decoration: none;
    display: block;
    line-height: 46px;}
/*END ACCORDION*/
/*NEWS*/
#moore-view{background: url("../images/moore-view.png") no-repeat scroll 0 0 ;}
.moore:hover, #moore-view:hover{background-position:0 -40px;}
.moore{
    background: url("../images/moore.png") no-repeat scroll 0 0 ;
    width: 132px;
    height: 40px;
    display: block;
    float: right;
    text-indent: -10000px;
    cursor: pointer;} 
/*END NEWS*/

/*LOGIN*/
.loginbox{
    display: inline-block;
	position: relative;
    z-index: 999;}
.loginbox #logform {
    background-color: #FBFDFE;
    border: 2px solid #FF7F00;
    border-radius: 5px;
    display: none;
    min-width: 140px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 12;
    box-shadow: 1px 1px 2px 0px #333;
}
.loginbox a.lbn{
    display: block;
    float: left;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin: 0 0 0 6px;
    padding: 1px 0px;
    text-decoration: underline;
    text-indent: 0;
    width: auto;}
.loginbox a.lbn:hover{}
#logform{}
#logform ul{
    list-style: none;
    margin: 0;
	background: none;
    padding: 0;}
#logform ul li{
    background: none repeat scroll 0 0 ;
    margin: 0;
    padding: 0;}
#logform ul li a{
    font-style: normal;
    text-indent: 0;
    width: auto;} 
.lfield label{display: inline-block;}
#login_name, #login_password{
    margin: 3px 0;
    border: 1px solid #333333;} 

/*END LOGIN*/

/*LANG IMG*/
.lang-h2 {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
ul.lang-img {
    margin: 0 0 0 15px;
    padding: 0;
}
ul.lang-img li {
    background: none repeat scroll 0 0 ;
    display: block;
    float: left;
    margin: 0 2px 10px 13px;
    padding: 0;
    width: 60px;
}
ul.lang-img li a:hover {opacity:0.7;}
ul.lang-img li a {
    display: block;
    text-decoration: none;
	opacity:1;
}
ul.lang-img li a img {
    border: 0 none;
    width: 60px;
}
/*END LANG IMG*/
.highslide img {
    border: 1px solid #F38C26 !important;
    padding: 1px !important;
    margin: 3px !important;
}
.counter{
    float: right;
    margin: 15px 0 0 0;}
	
.navigation {
    margin: 20px 0;
    text-align: center;
}
.navigation span {
    box-shadow: 0 0 2px 1px #EDEDED inset !important;
}
.navigation a:hover {
    box-shadow: 0 0 2px 1px #EDEDED inset !important;
    color: #727272;
}
.navigation span, .navigation a {
    border: 1px solid #EDEDED;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px #EDEDED;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}
.navigation span span, .navigation a span {
    border: 0 none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#toTop {
 position:fixed;
 z-index:9999;
 bottom:10px;
 right:10px;
 background: url('../images/arrow-top.png') no-repeat;
 width: 48px;
 height: 48px;
 border: none;
 padding: 5px;
 cursor: pointer;
 color: transparent;
 text-decoration: none; 
}