/**** Main Styles *****/
body{
    margin: 0; padding: 0; background-color: #336666; text-align: center;
}
a:link, a:visited, a:active, a:hover { 
    color: #93d68f;
}
#body{
    width: 1003px; min-width: 1003px; position: relative; font-family:Arial, Helvetica, sans-serif; font-size:10pt; height:100%; text-align: left;
    margin: 0 auto;
}

img{ border: 0pt; }


/**** Header *****/
#header{
    width: 1003px; 
	position: relative; 
	clear: both; 
	height: 447px;  
	background-image: url(images/head.jpg); 
	background-repeat: no-repeat; 
	background-position:bottom; left:0px;
}
/** HEADER  MENU **/
#header_menu{
    position: absolute;
    top: 40px;
    right: 10px;
}
#header_menu ul{
    list-style: none;
}
#header_menu ul li{
    float: left;
    padding: 0 7px;
    position: relative;
    background: url('images/head_menu_sep.jpg') no-repeat;
    background-position: right top;
}
#header_menu ul li.last{
    background: none;

}
#header_menu ul li a{
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #b6e0e0;
    text-decoration: none;
    padding: 7px;
}
#header_menu ul li ul{
    position:  absolute;
    width: 185px;
    background: #285050;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 10;
    display: none;
}
#header_menu ul li:hover ul{
    display: block;
}
#header_menu ul li ul li{
    text-align: left;
    background: none;
    width: 185px;
}
#header_menu ul li ul li .subitem{
    width: 155px;
    margin: 0 5px 0 5px;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #366060;
}
#header_menu ul li ul li .no_border{
    border-bottom: none;
}

#header_menu ul li ul li.last{
    padding: 5px 15px 2px 15px;
}
#header_menu ul li ul li a{
    color: #b6e0e0;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 3px 0;
    display: block;
    width: 160px;
    height: 15px;
}
#header_menu ul li ul li .subitem.disabled a {
    opacity: 0.5;
}
#header_menu ul li ul li .subitem.disabled a:hover{
    color: #b6e0e0;
    background: none;
}
#header_menu ul li ul li a:hover{
    text-decoration: none;
    background: url('images/head_sub_item_bg.png') no-repeat;
    background-position: bottom center;
    color: #ffffff;
}
#header_menu ul li a.active{
    color: #ffffff;
    background: #285050;
}
#header_menu ul li a.folder{
    background-image: url('images/head_menu_arrow.png');
    background-repeat: no-repeat;
    background-position: right 15px;
    padding-right: 18px;
}
#header_menu ul li a:hover{
    text-decoration: underline;
}
#header_menu ul li a.folder.active{
    background-position: right -11px;
}

#header_menu ul li.lng {
    margin-left: 1px;
    margin-right: -11px;
    background-position: 19px center;
    padding-left: 1px;
}
#header_menu ul li.lng > a {
    padding-left: 36px;
}
#header_menu ul li.lng ul {
    right: -40px;
}
#header_menu ul li.lng ul li a{
    padding: 2px 0 5px 0;
}
#header_menu ul li.lng ul li a span{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left;
}
#header_menu ul li ul li a.folder{
    background: url('images/head_menu_arrow_right.png') no-repeat;
	background-position: 142px 4px;
}
#header_menu ul li ul li a:hover.folder{
	background-position: 142px -19px;
}

/*SUBMENU LEVEL2*/
#header_menu ul li ul li ul{
	border-left: 1px solid #366060;
	position: absolute;
	top: 0px;		
	margin: 0;
	padding: 0;
	width: 185px;
	left: 185px;
	top: -1px;
	display: none;
}
#header_menu ul li ul li ul li.subitem{
    width: 155px;
    margin: 0 5px 0 5px;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #366060;
}
#header_menu ul li:hover ul li ul{
	display: none;
}
#header_menu ul li ul li:hover ul{
	display: block;
}
#header_menu ul li ul li:hover ul li a{
    color: #b6e0e0;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 3px 0;
    display: block;
    width: 160px;
    height: 15px;
}
#header_menu ul li ul li ul li a:hover{
    text-decoration: none;
    background: url('images/head_sub_item_bg.png') no-repeat;
    background-position: bottom center;
    color: #ffffff;
}


/** END OF HEADER  MENU **/

#logo{
    position: absolute; float: left; left: 30px; top: 0px; width: 395px; height: 139px;
}

a.round-botton {
    text-decoration: none;
	font-family: Arial;
    background-image: linear-gradient(to top, #57d239, #fff);
    color: #4d2f05;
    border: 2px solid #05660b;
    padding: 16px 21px 13px 17px;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: rgba(255, 255, 255, 0.39) 0px 0px 0px 3px inset;
    font-weight: 700;
}
a.round-botton:hover {
    background-image: linear-gradient(to top, #5ef23a, #fff);
    box-shadow: rgba(255, 255, 255, 0.69) 0px 0px 0px 3px inset;
}
a.round-botton span.icon {
    background: url(images/sprite.png) center no-repeat;
    width: 40px;
    height: 35px;
    display: inline-block;
    position: relative;
    top: 11px;
}
a.round-botton span.icon.download {
    background-position: 0px 2px;
    margin-right: 5px;
}
a.round-botton span.icon.buy-now {
    background-position: 5px -56px;
    margin-right: 5px;
}

#dowmload_now,#dowmload_free, #dowmload_now_ru {
    position: absolute; 
	float: left; 
	left: 581px; 
	top: 371px; 
	width: 203px; 
	height: 48px;
}
#dowmload_now_ru {
    position: absolute;
    float: left;
    left: 539px;
    top: 322px;
    width: 203px;
    height: 48px;
}

#dowmload_now_ru{
    left: 539px;
    top: 322px;
}

#buy_now{
    position: absolute; float: left; left: 805px; top: 377px;  width: 161px; height: 48px;
}

#no_malware{
    position: absolute; 
	float: left; 
	left: 790px; 
	top: 370px;  
	width: 195px; 
	height: 60px; 
	color:#C69D07; 
	font-size: 12px;
}

#no_malware div {
	padding-top:15px
}

#no_malware_ru {
    position: absolute;
    left: 539px;
    top: 370px;
    width: 350px;
    height: 60px;
    color: #C69D07;
    font-size: 12px;
}
#no_malware_ru > div {
    text-align: left;
    color: #ffb830;
    font-size: 13px;
}
#change_icons{
    position: absolute; 
	font-size: 46px; 
	color: #FFFFFF; 
	top: 130px; 
	left: 580px;
}
#change_icons_ru {
    position: absolute;
    font-size: 36px;
    color: #FFFFFF;
    top: 119px;
    left: 540px;
    font-weight: 700;
}

#with_color_code{
    position: absolute; 
	font-size: 30px; 
	color: #FFFFFF; 
	top: 180px; 
	left: 580px;
}
#with_color_code_ru {
    position: absolute;
    font-size: 30px;
    color: #FFFFFF;
    top: 159px;
    left: 539px;
    border-bottom: 2px solid #fff1bf;
    padding-bottom: 8px;
}

#image_code{
    position: absolute; font-size: 30px; color: #FFFFFF; top: 210px; left: 720px;
}
#header h1{
    margin: 0; padding: 0; font-weight: normal;
}

#head_text{
    position: absolute; 
	float: left; 
	left: 600px; 
	top: 245px; 
	color: #EAFBD1; 
	width: 350px; 
	text-align: left;
    font-size: 14px;
}
#head_text_ru{
    position: absolute;
    float: left;
    left: 539px;
    top: 214px;
    color: #ffffff;
    width: 440px;
    text-align: left;
    font-size: 13px;
}
#head_text_ru p {
    margin: 0 0 5px 0;
    line-height: 16px;
}

#head_text p {
    margin: 0 0 5px 0;
    line-height: 16px;
}

#buttons{
    width: 1003px; position: relative; margin: 0 auto; margin-top: 5px;
}

a.link_title{
    font-size: 30px; position: relative; margin: 20px 0 0 0; padding: 0; font-weight: bold; display: block; color: #0A8904; text-decoration: none;
}
a.link_title:hover{
    text-decoration: underline;
}
a.link_description{
    font-size: 18px; position: relative; margin: 5px 0 0 0; padding: 0; color: #3DCA3A; text-decoration: none;
} 
a.link_description:hover{
    text-decoration: underline;
}

#see_it{
    position: relative; float: left; width: 129px; height: 111px;
}
#try_it{
    position: relative; float: left; width: 129px; height: 111px;
}
#buy_it{
    position: relative; float: left; width: 129px; height: 111px;
}
#see_it_button, #try_it_button, #buy_it_button{
    position: relative; float: left;  height: 111px; background-image: url('images/btn_r.jpg'); background-repeat: no-repeat; text-align: center;	
}
#see_it_button, #try_it_button{
    margin-right: 5px; width: 202px;
}
#buy_it_button{
    width: 202px;
}

#benefits_testimonials {
    width: 1001px;
    height: 259px;
    position: relative;
    background: white url('images/benefits_background.jpg') bottom repeat-x;
    clear: both;
    margin: 0 auto;
    border: solid 1px #244747;
    top: 5px;
}

#benefits_testimonials.restcontent.long {
    height: initial;
}

#benefits_testimonials.restcontent.long {
    width: auto;
    height: auto;
    background-color: white;
    background-image: none;
    padding: 20px;
    color: #336666;
}
#benefits_testimonials.restcontent.long h1{
    color: #40BA03;
}
#benefits_testimonials h2 {
    font-size: 20px; color: #40BA03; margin: 0 0 10px 0; padding: 0;
}
#benefits{
    position: relative; width: 522px; float: left; padding: 20px 10px 0 25px; color: #336666;
}
#testimonials{
    position: relative; width: 340px; float: left; padding: 20px 10px 0 25px; color: #336666;
}
#benefits ul{
    list-style: none; margin: 0; padding: 0;
}
#benefits li{
    position: relative; position: relative; background-image: url('images/li.jpg'); background-position: center left; background-repeat: no-repeat;
    padding: 4px 0 4px 27px; margin-top:6px;
}
#benefis_read_more{
    font-size: 10px; color: #228E01; text-decoration: underline; font-weight: bold; float: right; margin-top: 10px;
}
#testimonials_text{
    margin: 0; padding: 0; font-style: italic;
}
#testimonials_text p{
    margin: 0; padding: 0 0 10px 0;
}
#testimonials_read_more{
    font-size: 10px; color: #228E01; text-decoration: underline; font-weight: bold; float: right; padding-top: 0px;
}

/**** Content *****/
#content{
    width: 905px; position: relative; text-align: left; clear: both; margin: 0 auto; padding: 20px 50px 30px 50px;
}

#content h1 {
    color: #AACECE;
}

#content h2 {
    color: #AACECE;
    font-size: 18px;
    font-weight: bold;
}

#content h3 {
    color: #40BA03;
    font-size: 20px;
}

#content p{
    color: #DDDEE0;
    font-size: 14px;
    line-height: 20px;
}

.keyfeatures {
    color: #DDDEE0;
    font-size: 14px;
    font-family:Verdana, Geneva, sans-serif;
}
.keyfeatures .list {
    text-align:left;
    /*width:660px;*/
}
.keyfeatures ul li {
    margin-bottom:15px;
    line-height: 17px;
}
.keyfeatures .name {
    font-weight:bold;
}
.keyfeatures .mark1 {
    color:#20A786;
}

#keyfeatures {
    color: #DDDEE0;
    font-size: 14px;
    font-family:Verdana, Geneva, sans-serif;
}
#keyfeatures .list {
    text-align:left;
    width:660px;
}
#keyfeatures ul li {
    margin-bottom:15px;
    line-height: 17px;
}
#keyfeatures .mark1 {
    color:#FFC;
}

#bottomlinkbox {
    height: 70px;
    padding-top: 0px;
    vertical-align: middle;
    text-align: center;
    margin-top: 50px;
    line-height: 23pt;
}

a.bottomlink:link {
    color: #FFFFFF;;
    font-size: 17pt;
}

a.bottomlink:visited {
    color: #93BBBB;
}

a.bottomlink:hover {
    color: #CCC;
}

/**** Footer *****/
#footer{
    width: 1003px; position: relative; text-align: center; clear: both; background-color: #477575; margin: 0 auto;
    font-family: Arial; font-size: 12px; color: #93BBBB; height: 92px; border: 1px solid #316363; top: 10px;
    margin-bottom: 60px;
}
#footer_links{
    margin: 0 0 10px 0; position: relative; top: 20px;
}

#footer a{ 
    color: #93BBBB; font-size: 12px; margin: 0 3px 0 3px;
}

#copyrights{
    position: relative;
    top: 20px;
    padding:0; 
    font-family: "Times New Roman", Times, serif;
    font-size: xx-small;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    margin: 10px 0px 0px 0px auto;
}

#copyrights a{
    font-size: xx-small;
}

#footer_space{
    height: 60px; position: relative; clear: both;
}

#youtube-btn  {
    position: absolute;
    top: 230px;
    left: 241px;
    cursor: pointer;
}

.video_modal_window{
    display:none;
    padding: 30px 10px 10px 10px;
    z-index: 10;
    position: relative;
    background: #ffffff;
}
.video_modal_window .head{
    position: absolute;
    text-align: right;
    height: 15px;
    top: 10px;
    left: 0px;
    width: 100%;
    font-size: 12px;
}
.video_modal_window .head a{
    color: #000000;
    margin-right: 10px;
}
.video_modal_window .signature{
    margin-top: 10px;
}

.buttons{
    padding: 0px 0 0 5px;
    overflow: hidden
}

.btn_download{
    float: left;
    margin-right: 13px;
}
.btn_buy_now{
    float: left;
}
.name {
    font-style: italic;
}

.mark1 {
    font-weight: bold;
}

a.button-lime {
    border: 1px solid #f0f6f2;
    outline: 1px solid #9bd571;
    color: #3e8a18;
    background: #caf5ad;
    background: linear-gradient(to top, #bfe9a1, #caf5ad);
}

a.button-lime:hover {
    background: #8cd756;
    background: linear-gradient(to top, #90d659, #8cd756);
}

a.button-green {
    border: 1px solid #8ee88e;
    outline: 1px solid #2c7337;
    color: white;
    background: #58d33d;
    background: linear-gradient(to top, #57b350, #58d33d);
}

a.button-green:hover {
    background: #4bae2d;
    background: linear-gradient(to top, #4fb255, #4bae2d);
}

a.button-blue {
    border: 1px solid #80d6d7;
    outline: 1px solid #2c7337;
    color: white;
    background: #07bebc;                /* низ    верх  */
    background: linear-gradient(to top, #0091a0, #07bebc);
}

a.button-blue:hover {
    background: #16a0a0;
    background: linear-gradient(to top, #038f9c, #16a0a0);
}

.button {
    margin: 1px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.button>span {
    display: block;
    padding: 5px 10px 6px;
    min-width: 66px;
    /* Настройки паттерна */
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
}

.button:hover {
}

.button:active {

    /* Опускаем на 1px при нажатии */
    position: relative;
    top: 1px;
}

#select-lng {
    position: absolute;
    top: 0;
    right: 0; 
    z-index: 20;
}

.buy-now-with {
    display: inline-block;
    width: 67px;
    height: 44px;
    background: url(images/btn_BuyNow_with.gif) center no-repeat;
    text-decoration: none;
}
.buy-now-with90 {
    display: inline-block;
    width: 90px;
    height: 44px;
    background: url(images/btn_BuyNow_with_90px.gif) center no-repeat;
    text-decoration: none;
}
.buy-now-with span.buy-now-lbl, .buy-now-with90  span.buy-now-lbl {
    color: #fff;
    display: block;

    font-size: 13px;
    margin-top: 12px;
}
.buy-now-with span.buy-now-provider , .buy-now-with90  span.buy-now-provider {
    color: #fff;
    display: block;
    font-family: 'Arial';
    font-size: 9px;
    margin-top: -2px;
}