/* Base CSS */@import url(reset.css);
@import url(fonts.css);
@import url(base.css);
html, body {
    height: 100%;
    direction: ltr
}

body {
    direction: ltr;
    font: normal 11px arial;
    background: #f1f1f1 url(../images/bg_1100.gif) center center repeat-y;
}

/* Sticky footer. The height for #footer and #push, and the negative bottom margin for the #wrapper must be the same! */
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px;
    font-family: tahoma, Arial;
    font-size: 12px;
    color: #596875;
}

#footer, #push {
    height: 100px;
    margin: auto;
}

img {
    border: 0;
    vertical-align: middle;
}

.clear {
    clear: both;
}

#wrapper, #footer {
    min-width: 1000px;
    max-width: 1101px;
    / /max-width: 1099px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

a:hover {
    text-decoration: none;
}

a {
    color: #7170b3;
}

/*#wrapper { background: #FFF; }*/
/* Your CSS goes here! */
#post_wrapper {
    padding-top: 8px;
    margin-right: 7px;
    background: url(../images/back-top.gif) top left no-repeat;
    padding-bottom: 60px;
}

#header {
    padding-bottom: 10px;
}

#header .top {
    background: url(../images/top_grad.gif) bottom right repeat-x;
    height: 72px;
    margin-left: 417px;
}

#header .Search {
    width: 220px;
    float: right;
}

#header .search_div #submit {
    display: none;
}

#header .form_text {
    background: #f4f6f8;
    border: none;
    border-bottom: solid 1px #d7dee5;
    height: 16px;
    float: right;
    padding: 3px 0 0 6px;
    color: #596b82;
    font-family: tahoma, Arial;
    font-size: 12px;
    width: 180px;
}

#header .links-top {
    padding: 0;
    margin: 0;
    list-style: none;
}

#header .links-top li {
    list-style: none;
    float: left;
    color: #8292a6;
    margin-right: 5px;
}

#header .links-top li a {
    color: #8292a6;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#header .links-top li:hover a {
    text-decoration: underline;
}

#logo {
    padding-left: 93px;
    padding-top: 22px;
    float: left;
    /*margin-top: -4px;*/
}

#top_menu {
    margin-left: 145px;
    margin-top: 6px;
}

#top_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#top_menu ul li {
    list-style: none;
    float: left;
    height: 14px;
    margin-right: 20px;
    cursor: pointer;
}

#top_menu ul li a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 1.24em;
    color: #596b82;
    font-weight: bold;
}

#top_menu ul li a:hover {
    color: #a7b1bf;
}

#top_menu ul li.link1 {
    background: url(../images/list-pic.gif) top left no-repeat;
    width: 58px;
}

#top_menu ul li.link2 {
    background: url(../images/list-pic.gif) top left no-repeat;
    background-position: -79px 0;
    width: 55px;
}

#top_menu ul li.link3 {
    background: url(../images/list-pic.gif) top left no-repeat;
    background-position: -151px 0;
    width: 52px;
}

#top_menu ul li.link4 {
    background: url(../images/list-pic.gif) top left no-repeat;
    background-position: -223px 0;
    width: 90px;
}

#top_menu ul li.link5 {
    background: url(../images/list-pic.gif) top left no-repeat;
    background-position: -328px 0;
    width: 65px;
}

#top_menu ul li.link6 {
    background: url(../images/list-pic.gif) top left no-repeat;
    background-position: -413px 0;
    width: 50px;
}

#top_menu ul li:hover.link1 {
    background-position: 0 bottom;
}

#top_menu ul li:hover.link2 {
    background-position: -79px bottom;
}

#top_menu ul li:hover.link3 {
    background-position: -151px bottom;
}

#top_menu ul li:hover.link4 {
    background-position: -223px bottom;
}

#top_menu ul li:hover.link5 {
    background-position: -328px bottom;
}

#top_menu ul li:hover.link6 {
    background-position: -413px bottom;
}

/**
 #top_menu .blank {
 background:url(../images/blank.gif) top right repeat;
 padding-top:11px;
 position:absolute;
 top: 10px;
 left:0;
 }
 */
#top_menu ul li, #top_menu ul li a {
    position: relative;
    z-index: 100;
}

#top_menu ul ul {
    background: #fff;
    list-style: none;
    width: 180px !important;
    display: none;
    position: absolute;
    top: 14px;
    left: 0px;
    z-index: 50;
}

#top_menu ul li:hover ul {
    display: block;
}

#top_menu ul ul li {
    list-style: none;
    float: none;
    height: auto;
    margin-right: 0;
    border-bottom: solid 1px #e0e5e9;
    font-weight: normal;
    width: 180px !important;
    background: #8E96A2 zoom: 1;
}

#top_menu ul ul li a {
    width: 180px !important;
    padding: 3px 0 4px 0px;
    color: #8e96a2;
    font-size: 12px;
    font-weight: normal;
    background: #f4f6f9;
    text-indent: 12px;
}

#top_menu ul ul li:hover a {
    background: #fff;
}

#main_flash {
    outline: none;
    height: 247px;
    overflow: hidden;
    /*background:#ebeff2 url(../images/main-flash.jpg) top right no-repeat;*/
}

#main_text .left_col {
    width: 600px;
    float: left;
    background: url(../images/line.gif) top left no-repeat;
}

#main_text .right_col {
    margin-left: 58%;
}

#main_text .left_col p {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 40px 0 145px;
}

#main_text .left_col .kotar-move {
    width: 130px;
    text-align: right;
    margin-top: 20px;
    float: left;
    clear: both;
}

#main_text .right_col .kotar-move {
    padding-top: 20px;
    position: absolute;
    width: 460px;
}

#main_text .left_col .move {
    margin-top: 0;
}

#main_text .left_col .line_move {
    margin: 20px 0;
    clear: both;
}

#main_text .left_col .half {
    width: 32%;
    padding-right: 10px;
    float: left;
    margin-top: -5px;
}

#main_text .left_col .half .inside_half {
    padding: 15px 0 0 15px;
    font-size: 12px;
}

#main_text .left_col .half p {
    padding: 2px;
}

.inside_half a {
    margin-top: 5px;
    color: #999999;
    text-decoration: none;
}

#main_news {
    height: 115px;
    padding-top: 11px;
    overflow: hidden;
}

#main_news .half .news_home_a {
    margin-top: 10px;
}

#main_news .half .color-text a {
    color: #8D97A0;
    text-decoration: none;
}

#news_fade_1 {
    position: absolute;
    margin-left: 130px;
    *margin-left: 0px;
    width:
    655px;
}

#news_fade_2 {
    position: absolute;
    margin-left: 130px;
    *margin-left: 0px;
    width:
    655px;
}

#news_fade_3 {
    position: absolute;
    margin-left: 130px;
    *margin-left: 0px;
    width:
    655px;
}

.color-text {
    color: #8998a5;
    font-weight: normal;
}

.logos {
    margin: 20px 0 15px -15;
    height: 70px;
    overflow: hidden;
    width: 443px;
}

.logos img {
    height: auto !important;
}

.logos td {
    padding: 0 15px;
}

#gray_box {
    margin-right: 50px;
    margin-top: 25px;
    *margin-top: 50px;
    * width: 360px;
    position: absolute;
    right: 0;
}

#gray_box .in {
    /*background: #eceff3;*/
    padding: 10px 15px 20px;
    _margin-left: 2px;
	/*width: 366px;*/
    /*text-align:center;*/
}

#gray_box .top {
    height: 5px;
	/*width: 366px;*/
    /*background: #eceff3;*/
}

#gray_box a {
    font-family: arial;
    font-style: italic;
    text-decoration: none;
}

#footer {
    padding-top: 60px;
}

#footer-in {
    color: #95a1b0;
    border-top: solid 1px #e6eaed;
    margin: 10px 20px;
    padding-top: 10px;
    font-size: 12px;
}

hr {
    border: none;
    border-top: solid 1px #d5dfe5;
    margin-right: 30px;
}

#footer a {
    color: #95a1b0;
}

#footer-in .in {
    margin-top: 30px;
}

/****************************************************** inner *****************************************************/
.Advertising {
    background: #51c1a6 url(../images/Advertising-left.gif) top left no-repeat;
    position: relative;
    z-index: 50;
}

.Advertising .in {
    height: 172px;
    background: url(../images/Advertising-right.jpg) top right no-repeat;
}

#main-kotar {
    margin: 20px 0 20px 145px;
}

/***/
#inner_text .left_col {
    width: 70%;
    float: left;
    background: url(../images/line.gif) top left no-repeat;
}

#inner_text .right_col {
    margin-left: 70%;
    padding-top: 20px;
}

#inner_text .left_col p {
    font-size: 12px;
    padding: 0;
}

#inner_text .content {
    font-size: 12px;
    /*overflow: hidden;*/
    line-height: 16px;
}

.content {
    padding: 15px 50px 15px 18px;
    margin-left: 130px;
}

.content p, .content h3 {
    padding: 5px 0;
}

.content h3 {
    font-size: 1.2em;
}

.content ul li {
}

.content h2 {
    margin-left: 0px;
}

.content ul {
    padding: 0;
    list-style: none;
}

.content ul ul {
    margin-top: 10px;
}

.content ul li {
    background: url(../images/list.gif) left 5px no-repeat;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 20px;
}

#inner_text .left_col .kotar-move {
    width: 130px;
    text-align: right;
    margin-top: 20px;
    float: left;
    clear: both;
}

#inner_text .left_col .line_move {
    margin: 20px 0;
    clear: both;
}

.newscategory ul {
    padding-left: 15px;
}

.NewsSummary {
    padding: 10px 0;
}

.right_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    background: url(../images/menu-line.gif) top left no-repeat;
}

.right_menu li {
    list-style: none;
    background: url(../images/menu-line.gif) bottom left no-repeat;
    padding-bottom: 1px;
}

.right_menu li a {
    display: block;
    padding: 5px 0 6px 10px;
    text-decoration: none;
}

.right_menu li.current a {
    background: url(../images/menu-grad.gif) top left repeat-y;
    font-weight: bold;
}

.right_menu li:hover a {
    text-decoration: underline;
}

/****color****/
.Advertising-menu a {
    color: #35a68c;
}

#news_event {
    background: url(../images/inner-grad.gif) top right repeat-x;
    padding-top: 15px;
    padding-right: 20px;
    margin-right: -6px;
}

#news_event .kotar {
    width: 130px;
    text-align: right;
    float: left;
    clear: both;
}

#news_event p {
    line-height: 16px;
}

#news_event .NewsSummary {
    line-height: 16px;
    padding: 3px 15px 5px 145px;
}

#news_event p.move {
    line-height: 16px;
    padding: 3px 100px 5px 145px;
}

#news_event .half {
    /*width:50%;	*/
    float: left;
}

.small-pic {
    float: left;
    margin: 0 5px 5px 0;
}

.inner-small-pic {
    float: left;
    margin: 5px 20px 10px 0;
}

/*****moblie-tv*****/
.moblie-tv {
    background: #7096e8 url(../images/Mobile_TV-left.gif) top left no-repeat;
    position: relative;
    z-index: 50;
}

.moblie-tv .in {
    height: 172px !important;
    background: url(../images/Mobile_TV-right.jpg) top right no-repeat;
}

.moblie-tv-menu a {
    color: #557dd3;
}

/******** Multimedia******/
.Mutlimedia {
    background: #d455a0 url(../images/Multimedia-left.gif) top left no-repeat;
    position: relative;
    z-index: 50;
}

.Mutlimedia_mess {
    background: #d455a0 url(../images/Multimedia-left2.gif) top left no-repeat;
    position: relative;
    z-index: 50;
}

.Mutlimedia .in {
    height: 172px;
    background: url(../images/Multimedia-right.jpg) top right no-repeat;
}

.Mutlimedia_mess .in_mess {
    height: 172px;
    background: url(../images/Multimedia-right.jpg) top right no-repeat;
}

.Mutlimedia-menu a {
    color: #c36da0;
}

/********inner *****/
.inner-top {
    /*background:#f2f4f7 url(../images/inner-left.gif) top left no-repeat;*/
    position: relative;
    z-index: 50;
}

.inner-top .in {
    height: 172px !important;
    /*background: url(../images/inner-right.gif) top right no-repeat;*/
}

h2 {
    color: #3f4f64;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 145px;
}

.list {
    padding: 0;
    margin: 15px 70px 0 145px;
    list-style: none;
}

.list li {
    background: url(../images/list.gif) left 5px no-repeat;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 20px;
}

#links-page {
    padding: 15px 0 15px 145px;
}

#links-page .current {
    font-weight: bold;
    text-decoration: none;
    color: #9e9dd0;
}

.change li {
    float: left;
    text-align: center;
    padding: 0 3px;
    list-style: none
}

/*****links-right-menu*****/
.links-right-menu {
    padding: 15px 0 0 0;
    width: 145px;
    margin: 22px 0 0 0;
    list-style: none;
}

.links-right-menu li {
    list-style: none;
    background: url(../images/menu-grad.gif) top left repeat-y;
    padding-bottom: 1px;
    margin-bottom: 2px;
}

.links-right-menu li a {
    display: block;
    padding: 5px 0 6px 10px;
    text-decoration: none;
    color: #8392a5;
    background: url(../images/menu-line.gif) top left no-repeat;
}

.links-right-menu li:hover a {
    text-decoration: underline;
}

.links-right-menu li div {
    background: url(../images/menu-line.gif) bottom left no-repeat;
}

#pre-client {
    margin: 10px 70px 0 145px;
}

.client {
    float: left;
    margin: 10px 10px 0 0;
    width: 130px;
    height: 110px;
    overflow: hidden;
}

.contactform tr {
    height: 28px;
}

.contactform tr td {
    padding-right: 15px;
}

.contactform input[type =
"submit"] {
    background: url(../images/button.gif) repeat-x;
    border: 0;
    margin: 2px 0;
    height: 19px;
    width: 80px;
    color: #fff;
}

/***** support *****/
#support {
}

#support .back {
    background: #eceff3;
    width: 205px;
    border-bottom: solid 1px #dbe1e8;
}

#support .link {
    text-align: center;
    margin-bottom: 5px;
}

#support .link a {
    display: block;
}

#support .top {
    margin-bottom: 13px;
    margin-top: 5px;
    padding: 10px;
    width: 185px;
    color: #8998a5;
}

#support .top .text-form {
    background: #fff;
    border: none;
    border-bottom: solid 1px #dbe1e8;
    color: #596b82;
    padding: 3px 5px;
    width: 176px;
    margin: 3px 0 3px;
}

#support .top .text {
    height: 60px;
    overflow: hidden;
    margin-top: 6px;
    line-height: 14px;
    overflow-y: scroll;
}

#support .top .text a {
    color: #596b82;
}

#support .top .move {
    margin: 5px 0 0;
}

.indexnew {
    width: 500px;
    position: relative;
    margin-left: 130px;
}

.content .NewsSummaryLink {
    color: #596875;
}

.content .NewsSummarySummary a {
    text-decoration: underline;
    color: #7170B3;
}

.content .NewsSummarySummary a:hover {
    text-decoration: none;
}

#news_event .NewsSummary .NewsSummarySummary {
    margin-top: 10px;
}

#news_event .NewsSummary .NewsSummarySummary a {
    text-decoration: none;
    color: #596875;
}

#news_event .NewsSummary .NewsSummarySummary p {
    /*line-height: 0px;*/
}

#all_testimonials .NewsSummary {
    position: absolute;
    width: 350px;
}

.content .NewsSummarySummary {
    width: 550px;
}

.hr_in_news {
    color: #D5DFE5;
    height: 1px;
    margin-top: 30px;
}

.click_in_news {
    font-size: 13px;
    text-decoration: none !important;
}

#quiz .group td {
    border: 1px solid #000000;
    width: 70px;
}

#quiz td {
    padding: 2px;
    text-align: center;
}

#quiz .quest, #quiz .one_line {
    width: 400px;
    text-align: left;
}

#quiz .text_input input {
    width: 400px;;
}

#quiz .submit_it input {
    width: 70px;;
}

.first_t, #quiz .quest {
    text-align: left !important;
    width: 275px !important;
}

#choose_con_open {
    cursor;
    pointer;
}

#myOnPageContent {
    display: none;
}

#choose_con {
    opacity: 0;
    filter: alpha(Opacity = 0);
    background-color: #ECEFF3;
    height: 194px;
    margin-left: -10px;
    margin-top: -203px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    width: 205px;
    z-index: -1;
}

.yes_no_sati {
    text-align: center;
}

.co_1 {
    background-color: #596875;
    color: #FFFFFF;
    width: 20px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    float: left;
    margin-left: 5px;
}

/************************************ man-pgae *******************************/
.man-page {
    /*margin-left:145px;*/
	width:521px;
}

.top-man {
    /*height:160px;*/
    margin-bottom: 20px;
    overflow: hidden;

}

.top-man .man {
    float: left;
    margin-right: 4px;
    cursor: pointer;
	width:83px;
}

.top-man .pic {
    height: 102px;
    width: 83px;
    margin-bottom: 5px;
}

.top-man #thumb1 .pic {
    background: url(/images/maneg-man-small.jpg) left top no-repeat; /*amir*/
}

.top-man #thumb2 .pic {
    background: url(/images/maneg-man-small.jpg) -83px top no-repeat; /*david*/
}

.top-man #thumb3 .pic {
    background: url(/images/maneg-man-small.jpg) -166px top no-repeat; /*yehuda*/
}

.top-man #thumb4 .pic {
    background: url(/images/maneg-man-small.jpg) -581px top no-repeat; /*bob*/
}

.top-man #thumb5 .pic {
    background: url(/images/maneg-man-small.jpg) -498px top no-repeat; /*tamar*/
}

.top-man #thumb6 .pic {
    background: url(/images/maneg-man-small.jpg) -747px top no-repeat; /*avichai*/
}

.top-man #thumb7 .pic {
    background: url(/images/maneg-man-small.jpg) -249px top no-repeat; /*yaron*/
}

.top-man #thumb8 .pic {
    background: url(/images/maneg-man-small.jpg) -332px top no-repeat; /*avi*/
}

.top-man #thumb9 .pic {
    background: url(/images/maneg-man-small.jpg) -415px top no-repeat; /*asher*/
}

.top-man #thumb10 .pic {
    background: url(/images/maneg-man-small.jpg) -664px top no-repeat; /*moshe*/
}

.top-man #thumb11 .pic {
    background: url(/images/maneg-man-small.jpg) -830px top no-repeat; /*matt*/
}

.top-man #thumb12 .pic {
    background: url(/images/maneg-man-small.jpg) -913px top no-repeat; /*yan*/
}

/**/
.top-man #thumb1:hover .pic, .top-man #thumb1:active .pic {
    background: url(/images/maneg-man-small.jpg) left -102px no-repeat; /*amir*/
}

.top-man #thumb2:hover .pic, .top-man #thumb2.active .pic {
    background: url(/images/maneg-man-small.jpg) -83px -102px no-repeat; /*david*/
}

.top-man #thumb3:hover .pic, .top-man #thumb3.active .pic {
    background: url(/images/maneg-man-small.jpg) -166px -102px no-repeat; /*yehuda*/
}

.top-man #thumb4:hover .pic, .top-man #thumb4.active .pic {
    background: url(/images/maneg-man-small.jpg) -581px -102px no-repeat; /*bob*/
}

.top-man #thumb5:hover .pic, .top-man #thumb5.active .pic {
    background: url(/images/maneg-man-small.jpg) -498px -102px no-repeat; /*tamar*/
}

.top-man #thumb6:hover .pic, .top-man #thumb6.active .pic {
    background: url(/images/maneg-man-small.jpg) -747px -102px no-repeat; /*avichai*/
}

.top-man #thumb7:hover .pic, .top-man #thumb7.active .pic {
    background: url(/images/maneg-man-small.jpg) -249px -102px no-repeat; /*yaron*/
}

.top-man #thumb8:hover .pic, .top-man #thumb8.active .pic {
    background: url(/images/maneg-man-small.jpg) -332px -102px no-repeat; /*avi*/
}

.top-man #thumb9:hover .pic, .top-man #thumb9.active .pic {
    background: url(/images/maneg-man-small.jpg) -415px -102px no-repeat; /*asher*/
}

.top-man #thumb10:hover .pic, .top-man #thumb10.active .pic {
    background: url(/images/maneg-man-small.jpg) -664px -102px no-repeat; /*moshe*/
}

.top-man #thumb11:hover .pic, .top-man #thumb11.active .pic {
    background: url(/images/maneg-man-small.jpg) -830px -102px no-repeat; /*matt*/
}

.top-man #thumb12:hover .pic, .top-man #thumb1:active .pic {
    background: url(/images/maneg-man-small.jpg) -913px -102px no-repeat; /*yan*/
}

.top-man .man a {
    text-decoration: none;
    color: #8998a5;
}

.top-man .man:hover a {
    color: #3f4f64;
}

.top-man .active a {
    color: #3f4f64;
}

#scroll {
    background: #f4f6f9; /*url(../images/bar-new.gif) top left no-repeat;*/
    height: 10px;
    width: 519px;
    margin-top: 15px;
    /*padding: 0 12px;*/
}

.in-scroll {
    background: #d3dae0;
    height: 10px;
    width: 35%;
}

#move-top {
    margin-top: 20px;
    background: url(../images/man-info-top.gif) top left no-repeat;
    /*margin-bottom:100px;*/
    /*height:210px;*/
    overflow: hidden;
    width: 519px;
    position: relative;
}

.man-info {
    background: url(../images/man-info-back.gif) left 1px repeat-x;
    float: left;
    min-height: 168px;
    _height: auto !important;
    _height: 168px;
    width: 500px;
    padding: 15px;
}

#inner_text .left_col #move-top p {
    padding: 0;
}

#inner_text .left_col #move-top h2 {
    font-size: 13px;
    margin: 0;
    margin-bottom: 5px;
}

#move-top .text-man {
    margin-left: 155px;
}

#dudes {
    width: 1180px; /* this is a width for 10 people */
    /* width:786px; */
}

#dudes2 {
    width: 7413px;
    position: relative;
    left: 0;
}

/****** 4.5.09 *****/
#scroll {
    float: left;
    width: 494px;
    margin-top: 0;
}

.in-scroll {
    background: #d3dae0;
    height: 10px;
    width: 100px;
    padding: 0 12px;
}

.right-a {
    float: left;
    margin-left: 1px;
}

.left-a {
    float: left;
    margin-right: 1px;
}

.right_col .kotar-move img {
	 
}