/*##### general settings ###################################################*/
html, body {
	height: 100%;
}
body {
	background: white;
	font-family: Arial, sans-serif;
	color: black;
	font-size: 14px;
}
* {
    margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
a:link, a:visited, a:hover, a:active { 
	text-decoration: none; 
}
ul { 
    list-style-type: none;  
}
table {
    border-collapse: collapse;
}
/*##### general id an classes ###################################################*/
.float_right {
    float: right;
}
.float_left {
    float: left;
}
.clear {
    clear: both;
}
a.a_underline {
    text-decoration: underline; 
}
.eng_dir {
    direction: ltr;
}
/*##### wrapper settings ###################################################*/
div.wrapper {
	width: 960px;
	margin: 0 auto;
}
/*##### index settings ###################################################*/
div.index_main {
    position: relative;
    min-height: 600px;
	background-image: url(../images_design/index_back.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
div.index_header {
    position: relative;
    height: 200px;
}
div.index_main a {
    color: #7e7e7e;
}
div.index_logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 307px;
    height: 75px;
    background-image: url(../images_design/logo_full.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
div.index_menu {
    direction: rtl;
    width: 700px;
    margin: 0 auto;
}
.menu_index_item {
    float: right;
    width: 120px;
    margin: 0 10px;
}
div.index_item_img {
    width: 118px;
    height: 118px;
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 1px #00581b;
    cursor: pointer;
}
div.index_menu_title {
    text-align: center;
    margin-top: 15px;
}
div.index_menu_title a{
    font-size: 22px;
    color: #00581b;
}
.index_main ul li {
    font-size: 14px;
    padding: 5px 0;
}
.index_main ul li a {
    display: block;
    background-image: url(../images_design/arrow_index2.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 20px;
}
.index_menu ul li:hover {
    background: #cadaad;
}
.index_header ul {
    position: absolute;
    top: 10px;
    left: 20px;   
    width: 230px;
}
.index_header ul li {
    float: right;
    padding: 0px 10px;   
    background-image: url(../images_design/sep.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.index_header ul li:first-child {
    background: none;
}
.index_header ul li:hover, .index_header ul li.is_selected {
    background: #cadaad;
    background-image: url(../images_design/sep.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.index_header ul li:first-child:hover {
    background-image: none;
}
.index_header ul li a {
    background: none;
    display: block;
    padding: 0;
    font-size: 16px;
    color: #00581b;
}
/*##### header settings ###################################################*/
.header {
    position: relative;
    width: 932px;
    height: 105px;
    background-image: url(../images_design/header.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 auto;
}
.header div.logo {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 307px;
    height: 75px;
    background-image: url(../images_design/logo_full.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
/*##### main_menu settings ###################################################*/
.main_menu {
    direction: rtl;
    position: relative;
    background-image: url(../images_design/main_menu.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 960px;
    min-height: 60px;
}
.main_menu ul li {
    float: right;
    padding: 0px 15px;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    background-image: url(../images_design/sep.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.main_menu ul li:first-child, .main_menu ul li:first-child#is_selected {
    background-image: none;
}
.main_menu ul li:hover, .main_menu ul li#is_selected {
    background: #adc877;
    background-image: url(../images_design/sep.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.main_menu ul li#is_selected {
    font-weight: bold;
}
.main_menu ul li a {
    color: #00581b;
}
/*sub menu settings*/
.main_menu ul li ul{
    position: absolute;
    right: 0px; 
    /*display: block;
    visibility: hidden;*/
    z-index: 100;
    /*width: 100px;*/
}
.main_menu ul li ul {
    margin-right: 15px;
}
.main_menu ul li ul li{
    font-weight: normal;
} 
.main_menu ul li ul li:hover{
    background:none;
    background-image: url(../images_design/sep.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}  
.main_menu ul li ul li:first-child {
    padding-right: 20px;
    background-image: url(../images_design/arrow_double.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.main_menu ul li ul li#sub_is_selected{
    font-weight: bold;
}   

/*##### main settings ###################################################*/
.main {
    width: 930px;
    margin: 0 auto;
}
/*##### menu side settings ###################################################*/
.menu_side {
    direction: rtl;
    float: right;
    height: 400px;
    width: 130px;
    background-image: url(../images_design/menu_side.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
.menu_side_eng {
    float: left;
    height: 390px;
    width: 120px;
    background-image: url(../images_design/menu_side.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    padding: 5px;
}
.menu_side ul li a {
    color: #00581b;
}
.menu_side ul {
    margin-top: 15px;
}
.menu_side ul li {
    font-size: 14px;
    min-height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-image: url(../images_design/arrow_index.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
.menu_side ul li:hover,  .menu_side ul li#side_is_selected {
    background: #adc877;
    background-image: url(../images_design/arrow_index.png);
    background-repeat: no-repeat;
    background-position: right center;
}
/*##### content settings ###################################################*/
.content {
    float: right;
    min-height: 400px;
    width: 790px;
    direction: rtl;
    padding: 0px 5px;
    /*overflow-y: auto;*/
}
.content_eng {
    float: right;
    min-height: 400px;
    width: 790px;
    direction: ltr;
    padding: 0px 5px;
    /*overflow-y: auto;*/
}
/*##### gallery settings ###################################################*/
.gallery_desc {
    float: right;
    height: 400px;
    width: 253px;
    overflow-y: auto;
}
.gallery_desc h1 {
    font-weight: bold;
    color: #A9A9A9;
    font-size: 18px;
}
.gallery_desc h2 {
    font-weight: bold;
    color: #A9A9A9;
    font-size: 14px;
}
.gallery_desc p {
    color: #A9A9A9;
    font-size: 12px;
}
.gallery {
    position: relative;
    float: right;
    height: 400px;
    width: 537px;
}
.main_picture{
    position: relative;
    height: 315px;
    width: 533px;
    border: solid 0px #00581b;
}
.main_picture div{
    position: absolute;
    height: 315px;
    width: 533px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pic_details {
    line-height: 25px;
    height: 25px;
    width: 537px;
    overflow-y:auto;
    vertical-align: middle;
    color: #00581b;
}
.pic_details span {
    padding-left: 10px;
}
.pic_title {
    font-weight: bold;
}

div#div_prev {
    float: right;
    /*cursor: pointer;*/
    width: 19px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
}

div#div_next {
    float: right;
    /*cursor: pointer;*/
    width: 19px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
} 
div#div_next img, div#div_prev img{
    cursor: pointer;
}
div#handler {
    position: relative;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    width: 483px;
    float: right;
    margin: 0 5px;
}
div#gallery_strip {
    height: 45px;
    /*float: right;*/
    left: 1px;
}
.img_gallery {
    margin: 0px 5px; 
    cursor: pointer;
    border: solid 1px #00581b;
}
 
 
/* 
div#div_gallery {
    position: relative;
    width: 750px;
}

div.gallery_item {
    direction: rtl;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: white;
    cursor: pointer;
}

div#main_picture {
    position: relative;
    top: 0px;
    margin: 0 auto;
    min-height: 560px; 
    border-left: solid 1px #7d7862;
    border-right: solid 1px #7d7862;
}

div#gallery_list { 
    position: absolute;
    width: 170px;
    top: 0px;
    right: 0px;
    z-index: 1;
    float: top right;
}

div#fade_demo {
    background-image: url('../images/site/alpha_strip.png');
    background-repeat: repeat-y;
    background-position: top right;
    width: 145px;
    height: 560px;
    position: relative;
    float: right;
}

div#arrow_changing {
    height: 25px;
    width: 25px;
    background-image: url('../images/site/alpha_strip.png');
    cursor: pointer;
    float: right;
}

div#div_picture {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    height: auto;
}

div#handler {
    position: relative;
    height: 72px;
    overflow-x: hidden;
    white-space: nowrap;
    width: 702px;
    float: left;
    background: #7d7862;
}

div#div_prev {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 72px;
    background: #7d7862;
}

div#div_next {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 72px;
    background: #7d7862;
}

div#gallery_strip {
    height: 70px;
    float: left;
}

div#close_gallery_text {
    color:white; 
    padding-left: 5px;
    padding-top: 2px;
}

.img_gallery {
    padding: 0px 7px; 
    margin-top: 3px; 
    cursor: pointer;
}

img.picture {
    direction: ltr;
    position: absolute;
}

div.gallery_align_center {
    margin: 0 auto;
}

div#img_title {
    position: absolute;
    color: white;
    z-index: 20;
    top: 520px;
    background: #7d7862;
    line-height: 30px;
    vertical-align: middle;
    width: 750px;
    text-align: center;
    font-weight: bold;
}
div.main_pic_div {
    position: absolute;
    width: 749px;
    height: 560px;
    background-position: center center;
    background-repeat: no-repeat;
}
*/
/*##### footer settings ###################################################*/
.footer {
    direction: rtl;
    position: relative;
    border-top: 1px solid #00581b;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    color: #00581b;
    text-align: center;
    font-size: 16px;
}
.footer a{
    color: #00581b;
}
.footer span {
    padding: 0px 10px;
    display: inline-block;
}
.footer a#hidden_link {
    cursor: default;
}

.footer .copyrights {
    font-size: 14px;
}

/*##### contact ##############################################################*/
#w_contact {
    background: #c8d8a9;
    margin: 0 auto;
    width: 320px;
    padding: 10px;
    color: #00581B;
    font-weight: bold;
}

#w_contact input[type="text"], #w_contact textarea {
    width: 230px;
    margin: 0 20px 5px 0;
    border: solid 1px #00581B;
}

#w_contact table td{
    padding: 0;
}

#w_contact table td#top_align{
    vertical-align: top;
}
#w_contact table {
    border-spacing: 0;
}

#w_contact textarea {
    height: 150px;
    overflow: auto;
}

#w_contact div {
    margin-bottom: 5px;
}

#w_contact input[type="submit"] {
    border: 0;
    color: #00581B;
    background: white;
    float: left;
    font-weight: bolder;
    padding: 0 3px;
    cursor: pointer;
    width: 70px;
    border: solid 1px #00581B;
}

#main_info {
    text-align: center;
    line-height: 25px;
    margin-top: 15px;
}

.thank_mssg {
    text-align: center;
    padding: 30px;
}

.thanks_div {
    text-align: center;
    color: #00581B;
    font-weight: bold;
    position: relative;
    top: 50px;
}






