/*##### general settings ###################################################*/
html, body {
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	color: #585858;
	font-size: 14px;
	background: #fef6e1;
}
* {
    margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
a, a:link, a:visited, a:hover, a:active { 
	text-decoration: none; 
}
table {
    border-collapse: collapse;
}

/*##### inputs on login forms ##############################################*/
div.login_form input{
    margin: 2px 0px;
}
/*##### general id an classes ###################################################*/
.float_right {
    float: right;
}
.float_left {
    float: left;
}
.clear {
    clear: both;
}
.hr_line{
    margin: 5px 0px;
    height: 2px;
    background: #a4c62a;
}
.ltr_input {
    direction: ltr;
}
.page_path, .page_path a, a.system_a, .page_tags, .page_tags a {
    color: #9DC10B;
    font-weight: bold;
}
.page_path {
    position: absolute;
    top: 0px;
    margin: 5px 10px;
}
.page_tags {
    margin: 5px 0px;
}
a.system_a {
    margin: 5px 0px;
    display: block;
}
/*##### wrapper settings ###################################################*/
div.wrapper {
    position: relative;
	width: 1000px;
	margin: 0 auto;
}
/*##### header ###################################################*/
.header {
    height: 123px;
    background-image: url('../image_system/skin_6/header_bg.jpg');
	background-repeat:repeat-x;
	
}
#social_links{
    position: absolute;
    top: 80px;
    left: 20px;
}
#client_gate{
    position: absolute;
    top: 20px;
    left: 20px;
}
#client_gate a{
    display: block;
    font-size: 16px;
    width:100px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#header_wrapper {
    height: 123px;
}
span.site_slogan {
    position: absolute;
    top: 50px;
    left: 200px;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
div.header_logo {
    position: absolute;
    top: 0px;
    left: 0px;
	background-repeat:no-repeat;
	background-position: center left;
    height: 120px;
    width: 150px;
}
div.header_photo {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('../image_system/skin_6/photo.jpg');
	background-repeat:no-repeat;
	background-position: center right;
    height: 120px;
    width: 150px;
}
div.site_slogan {
    position: relative;
    top: 30px;
    color: #714737;
    height: 50px;
    direction: rtl;
    text-align: center;
}
div.site_slogan p.main_slogan {
    font-size: 30px;
    font-weight: bold;
}
div.site_slogan ul {
    list-style-type: none; 
    margin: 0 auto;
}
div.site_slogan li {
    display: inline; 
    letter-spacing: 1px;  
    font-size: 17px;
    font-weight: bold;
}
div.site_slogan li img {
    position: relative;
    top: 2px;
    margin: 0px 3px;
}
/*div.header_logo img {
    margin-top: expression(( 84 - this.height ) / 2); 
}*/
/*search*/
div.div_search {
    position: absolute;
    top: 85px;
    left: 0px;
    width: 130px;
    height: 16px;
    z-index: 300;
}
div.div_search input[type="submit"] {
    position: absolute;
    z-index: 20;
    border: none;
    background: url(../image_system/search_icon.jpg);
    background-repeat: no-repeat;
    width: 15px;
    height: 11px;
    cursor: pointer;
    right: 1px;
    top: 2px;
}
div.div_search input[type="text"] {
    text-align: right;
    width: 110px;
    height: 16px;
    top: 2px;
    left: 35px;
    border: none;
    background: url(../image_system/search_field.png);
    background-repeat: no-repeat;
    padding-right: 20px;
}
/*##### menu ###################################################*/
.menu {
    position: relative;
    min-height: 50px;
    background-image: url('../image_system/skin_6/menu_bg.jpg');
    background-repeat:repeat-x;
    background-color: #883458;
    z-index: 10;
}
.menu ul {
    position: relative;
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}
.menu ul li {
    position: relative;
    border-left: solid 1px white;
    padding: 15px 10px;
    white-space: nowrap;
    float: right;
    height: 20px;
}
.menu ul li:first-child {
    border-right: solid 1px white;
}
.menu ul li:hover, .menu ul li#selected {
    background: #cda0b0;
}
.menu ul li ul li:hover a {
    color: white;
}
.menu ul li a{
    display: block;
    line-height: 21px;
    vertical-align: center;
    color: 	white;
    font-weight: bold;
    text-align: center;
}
.menu ul li ul {
    position: absolute;
    right: -1px;
    visibility: hidden;
    z-index: 100;
    background: white;
}
.menu ul li ul li {
    position: relative;
    float: none;   
    border-right: solid 1px #dcebc6;
    border-left: solid 1px #dcebc6;
    width: 250px;
    padding: 0px; 
    white-space: normal; 
}
.menu ul li ul li:first-child {
    border-right: solid 1px #dcebc6;
}
.menu ul li ul li a{
    color: #9dc10b;
    padding: 0px;
    line-height: 25px;
    min-height: 25px;
}
.menu ul li ul li a#rounded_corner {
    border-bottom: solid 1px #dcebc6;
}
/*##### main ###################################################*/
.main {
}
#main_wrapper {
    direction: rtl;
}
/*side part*/
.side_part {
    position: relative;
    width: 290px;
    min-height: 500px;
}
.side_block {
    width: 290px;
    direction: ltr;
}
.block_border {
    background-repeat: no-repeat;
    background-position: center center;
    height: 10px;
    width: 290px;
}
.block_top {
    /*background-image: url('../image_system/skin_6/block_top.png');*/
    margin-top: 25px;
}
.block_middle {
    width: 290px;
/*    background: #fffbf0;
    border-left: solid 1px #ccc8c7;
    border-right: solid 1px #ccc8c7;*/
}
.block_middle div.clouds_wrapper {
    padding: 10px;
    text-align: center;
    direction: rtl;
}
.block_middle div.clouds_wrapper a {
    color: #868889;
}
.block_bottom {
    /*background-image: url('../image_system/block_bottom.png');*/
    margin-bottom: 20px;
}
.block_title {
    display: none;
    line-height: 25px;
    text-align: center;
    background: #9dc10b;
    border-left: solid 1px #ccc8c7;
    border-right: solid 1px #ccc8c7;
}
.block_title span {
    position: relative;
    top: -5px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.block_gift {
    direction: rtl;
    color: #714737;
    font-weight: bold;
}
.gift_top {
    background-repeat: no-repeat;
    background-position: center center;
    height: 235px;
    width: 250px;
    background-image: url('../image_system/skin_6/gift_top.jpg');
    margin: 25px auto 0 auto;
}
#gift_bottom {
    background-image: url('../image_system/skin_6/gift_bottom.jpg');
    margin: 0 auto;
}
#gift_middle {
    width: 250px;
    background-image: url('../image_system/skin_6/gift_middle.jpg');
    background-repeat: repeat-y;
    background-position: center center;
    border: none;
    margin: 0 auto;
}
.gift_form {
    position: relative;
    padding: 0px 15px;
    background-image: url('../image_system/skin_6/gift_input.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 auto;
}
.gift_form input[type="text"] {
    position: absolute;
    left: 27px;
    height: 15px;
    width: 160px;
    border:  none;
}
.gift_form input[type="submit"] {
    position: relative;
    height: 55px;
    width: 220px;
    border:  none;
    background: url('../image_system/skin_6/button.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.gift_form #name_index {
    top: 3px;
}
.gift_form #mail_index {
    top: 35px;
}
.form_title {
    width: 30px;
    height: 35px;
}
.social_net ul {
    direction: rtl;
    list-style-type: none; 
}
.social_net li {
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 10px;
}
.social_net li a {
    color: #714737;
    display: block;
    line-height: 40px;
    vertical-align: middle;
    padding-right: 40px;
    font-size: 16px;
    font-weight: bold;
}
#facebook_link {
    background-image: url('../image_system/facebook.png');
}
#tapuz_link {
    background-image: url('../image_system/tapuz-logo.jpg');
}
#rss_link {
    background-image: url('../image_system/rss.jpg');
}
#youtube_link {
    background-image: url('../image_system/youtube.png');
}
#contact_link {
    background-image: url('../image_system/contact.png');
}
/*main part*/
.main_part {
    position: relative;
    width: 710px;
}
.main_border {
    background-repeat: no-repeat;
    background-position: center center;
    height: 11px;
    width: 710px;
}
.main_top {
    /*background-image: url('../image_system/main_top.png');*/
    margin-top: 25px;
}
.main_middle {
    min-height: 500px;
/*    background: #fffbf0;
    border-left: solid 1px #ccc8c7;
    border-right: solid 1px #ccc8c7;*/
}
.main_bottom {
    /*background-image: url('../image_system/main_bottom.png');*/
    margin-bottom: 20px;
}
.page_content {
    /*padding: 10px 20px;*/
}
.facebook_like {
    position: relative;
    left: 45px;
    display: none;
}
/*##### footer ###################################################*/
.footer {
    height: 21px;
    background-image: url('../image_system/skin_6/menu_bg.jpg');
	background-repeat:repeat-x;
	direction: rtl;
}
#footer_wrapper {
    height: 21px;
    color: white;
    font-size: 12px;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
}
#footer_wrapper a {
    color: white;
}
.design_credit img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
a#hidden_link {
    cursor: default;
}
.left_footer a {
    text-decoration: underline;
}
/*##### contact settings ###################################################*/
.main_part .contact_div {
    width: 300px;
    margin: 50px auto;
    /*color: #9DC10B;*/
    color: #800080;
}
.contact_div td.large_td {
    width: 50px;
}
.contact_div input[type='text'], .contact_div textarea {
    width: 200px;
    margin: 3px 0px;
    border: solid 1px #CCC8C7;
}
.contact_div textarea {
    height: 115px;
}
.contact_div input[type='submit'] {
    width: 70px;
    height: 23px;
    border: solid 1px #CCC8C7;
    background: white;
    color: #800080;
    /*color: #9DC10B;*/
    cursor: pointer;
}
td#td_contact {
    padding-bottom: 10px;
    color: #868889;
}
#top_align {
    vertical-align: top;
    padding-top: 5px;
}
.contact_side {
    padding: 10px 20px;
    direction: rtl;
}
.contact_side input[type="text"], .contact_side textarea {
    width: 200px;
    margin: 2px 0px;
    color: #868889;
    font-size: 12px;
    padding: 0px 5px;
    border: solid 1px #CCC8C7;
}
.contact_side input[type="submit"] {    
    width: 70px;
    height: 23px;
    border: solid 1px #CCC8C7;
    background: white;
    color: #9DC10B;
    cursor: pointer;
    margin-top: 10px;
    
}
/*##### gallery settings ###################################################*/
div.player_wrapper {
    position: relative;
    width: 640px;
    margin: 0px auto;
}
div.main_img_gallery {
    position: relative;
    width: 640px;
    margin: 0px auto;
}
div#img_part {
    width: 640px;
    height: 440px;
    margin-bottom: 20px;
}
#video_title {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}
.gallery_content {
    margin-bottom: 10px;
}
/*##### carousel ###################################################*/
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 24px;
    height: 70px;
    cursor: pointer;
    background: url(../image_system/skin_6/arrow_prev.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 24px;
    height: 70px;
    cursor: pointer;
    background: url(../image_system/skin_6/arrow_next.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

/*************** side pics *****************/ 
.pic_container{
    position: relative;
    width: 690px;/*600px;*/
    height: 460px;/*400px;*/
    overflow: hidden;
    margin:0 auto;
}
#pic_container2{
    position: relative;
    width: 690px;/*600px;*/
    height: 460px;/*400px;*/
    overflow: hidden;
    float: right;
}
.pic_row{
    position: relative;
    height: 400px;
}
.pic1{
    position: absolute;
    width: 690px;/*600px;*/
    height: 460px;/*400px;*/
    background-position: center center;
    background-repeat: no-repeat;
    /*display: inline-block;*/
    /*float: right;*/
}
#pic_container2 img,#pic_container img{
    width:100%;
    height: auto;
}
/*################################*/
#courses_promo{
    margin: 10px auto;
}
.promo_item{
    width: 23%;
    margin: 0 1%;
}
#breakthrough{
    margin: 20px 0;
}
.rcmnd_txt{
    height: 240px;
    overflow: auto;
}
.rcmnd{
    width: 30%;
    margin: 10px 1.5%;
    float: right;
}
.continue{
    text-align: left;
    text-decoration: underline !important;
    margin-top: 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}
.block_foot{
    width: 700px;
}


.arye{
	display:none;
}


.switch_version{
    width: 100%;
    display: block;
    background-color: yellow;
    height:60px;
    line-height:60px;
    font-size:40px;
}

