html{
  height:100%;
  padding:0;
  margin:0;
  direction: ltr;
  

}
body {
  direction: rtl;
  background-color:#192526;
  background-image:url(../images/body-bg.jpg);
  background-repeat:repeat-y;
  background-position:top center;
}
body,td,th {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#000;
  direction:rtl;
  
}
h1, h2, h3, h4, h5, h6 {
  color:#582500;
  font-weight:bold;
}
h1,h3 {
  text-align:center;
}
h1 span {
  color:#582500;
  font-weight:bold;
  font-size:15px;
}
  
hr {
  width:705px;
  height:3px; 
  background-image:url(../images/pas.png);
  background-repeat:no-repeat;
  border:none;
  background-position:right top;
}

img {
  border:0;
}

a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  
}
div.run p {
  font-size: 14pt; 
  line-height: 26px; 
  font-family: 'Times New Roman', serif;
}
div.center-p p{
 text-align:center;
}
div.shir p {
  text-align: center; 
  direction: rtl; 
  unicode-bidi: embed; 
  font-size: 18pt; 
  font-family: 'Times New Roman', serif; 
  font-weight:bold;
}

#wrapper {
  width:910px;
  height:100%;
  /*min-height:840px;*/
  text-align:right;
  margin:0 auto;
  padding:0 45px;
  background-image:url(../images/main-bg.jpg);
  background-repeat:no-repeat;
}
#header {
  position:relative;
  width:910px;
  height:525px;
}
  
#logo {
  position:relative;
  width:525px;
  height:105px;
}
#logo a {
  display:block;
  position:relative;
  width:525px;
  height:105px;
  background-image:url(../images/logo.png);
  background-repeat:no-repeat;
}
#menu {
  position:relative;
  margin:7px 40px 0 0;
  height:44px; 
  width:784px;
 
}
#low-header {
  position:relative;
  margin-top:33px;
  height:336px;
  width:910px;

}

#side-menus {
  position:relative;
  float:right;
  width:156px;
  height:336px;
  padding-right:62px;
  background-image:url(../images/sidemenu-bg.png);
  background-position:right bottom;
  background-repeat:no-repeat;
}  
#slider-wrap {
  position:relative;
  float:right;
  width:632px;
  height:308px;

}
  
/************************************************/
/*=============-- CONTENT --====================*/
/************************************************/

#content {
  position:relative;
  width:910px;
  height:100%;
  line-height:16px;
}
.cont-header {
  position:relative;
  width:667px;
  height:90px;
  padding-right:86px;
  padding-left:157px;
  background-image:url(../images/content-header1.png);
  background-repeat:no-repeat;
}
.cont-main {
  position:relative;
  width:667px;
  padding-right:86px;
  padding-left:157px;
  background-image:url(../images/content-main.png);
  background-repeat:repeat-y;
  
}
.cont-bottom {
  position:relative;
  clear:both;
  width:667px;
  height:150px;
  padding-right:86px;
  padding-left:157px;
  background-image:url(../images/content-bottom.png);
  background-repeat:no-repeat;
}

.item-page {

  padding-bottom:1px;
  
}
.item-page h2 {
  font-size:14px;
  line-height:14px;
  display:block;
  position:absolute;
  width:225px;;
  height:14px;
  top:-42px;

  
}
/***************************************************************/
/********************SLIDER*************************************/
/**************************************************************/  
  
#container {
  width:632px;
  margin:0 auto;
  position:relative;
  z-index:0;
  /*background-color:red;*/
  position:absolute;
  top:0;
  right:0;
  
  
}

#example {
  width:632px;
  height:308px;
  position:relative;
  background-repeat:no-repeat;
  background-image:url(../images/slider-bg.png);
  background-repeat:no-repeat;  
}
#tal {/*this one is only for בלעדיך tab*/
  width:632px;
  height:308px;
  position:relative;
  background-repeat:no-repeat;
  background-image:url(../images/tomb.png);
  background-repeat:no-repeat;  
}

/*
  Slideshow
*/

#slides {
  position:absolute;
  top:26px;
  right:55px;
  z-index:100;
}

/*
  Slides container
  Important:
  Set the width of your slides container
  Set to display none, prevents content flash
*/

.slides_container {
  width:526px;
  overflow:hidden;
  position:relative;
  /*display:none;*/
}

/*
  Each slide
  Important:
  Set the width of your slides
  If height not specified height will be set by the slide content
  Set to display block
*/

.slides_container img{
  width:526px;
  height:257px;
  display:block;
}

.slides_container img {
  display:block;
}

/*
  Next/prev buttons
*/

#slides .next,#slides .prev {
  position:absolute;
  top:118px;
  right:534px;
  width:35px;
  height:35px;
  display:block;
  z-index:101;
}
#slides .next:hover,#slides .prev:hover {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;  
}
#slides .next {
  right:-46px;
}

/*
  Pagination
*/

.pagination {
  display:none;
}

