/*  content.css */

/*  עיצוב כללי */
body * 
{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    vertical-align:top;
}
p, b, ul, li 
{
    margin: 0px;
}
hr 
{
 width: 80%;
 color: #866620; 
}
/*  סוף עיצוב כללי */

/*  רקעים וחלוקה לתאים */
.body 
{
    background-color: #fbfdc9;
}
/*  header */
.top 
{
    height: 172px;
}
.top_right {
    background-image: url('../pics/hp_top_right.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.top_center {
    height: 122px;
    background-image: url('../pics/elyon.gif');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.top_left {
    background-image: url('../pics/hp_top_left.gif');
    background-position: right bottom;
    background-repeat: no-repeat;
    vertical-align:middle;
}
/*  end of header */
/*  middle */
.middle 
{
    height: 463px;
    z-index: 100;
}
.middle *
{
    z-index: 100;
}
.middle_right {
    background-image: url('../pics/hp_middle_right.gif');
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.middle_center {
    background-image: url('../pics/hp_middle_center.gif');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top:20px;
}
.middle_left {
    background-image: url('../pics/hp_middle_left.gif');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align:middle;
}
/*  end of middle */
/*  footer */
.Footer {
    height: 50px;
}
.bottom_right {
    background-image: url('../pics/hp_bottom_right.gif');
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.bottom_center {
}
.bottom_left {
    background-image: url('../pics/hp_bottom_left.gif');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align:middle;
}
/*  end of footer */
/*  סוף רקעים וחלוקה לתאים */

/*  תפריט ראשי */
#top_spacer 
{
    height: 120px;
}
.hpTopMenu 
{
    height: 50px;
    background-image: url('../pics/frame1.gif');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.hpTopMenuTbl
{
    vertical-align: bottom;
}
.top_menu_link {
    padding-right: 25px;
    padding-left: 15px;
    color: #866620;
    font-weight:bold;
    text-decoration:none;
    float:left;
    background-image: url('../pics/top_menu_button.gif');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
.top_menu_link:hover {
    padding-right: 25px;
    padding-left: 15px;
    color: #a88842;
    font-weight:bold;
    text-decoration:none;
    float:left;
    background-image: url('../pics/top_menu_button_hover.gif');
    background-position: right top;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
.top_sub_menu 
{
    position: relative;
    top: 0px;
    right: 0px;
    height: 0px;
    display: none;
    z-index: 200;
}
.top_sub_menu_div 
{
    position: absolute;
    top: 40px;
    right: 0px;
    border: #866620 0px solid;
    background-color: #f2e992;
    padding: 10px;
    white-space:nowrap;
    text-align: right;
}
.top_sub_menu_link {
    color: #a81111;
    font-weight:bold;
    text-decoration:none;
}
.top_sub_menu_link:hover {
    color: #a88842;
    font-weight:bold;
    text-decoration:none;
}
/*  סוף תפריט ראשי */

/*  placeholder1 */
.placeholder1 {
    position: relative;
    top: 0px;
    right: 0px;
}
/*  תפריט צד */
.side_menu_div 
{
    width: 116px;
    padding-top: 10px;
    padding-bottom: 0px;
    background-image: url('../pics/side_menu_div.gif');
    background-position: left top;
    background-repeat: repeat-y;
    vertical-align: middle;
    border: 0px solid #880044;
    position: absolute;
    top: 20px;
    height: 230px;
}
.side_menu_top 
{
    width: 116px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../pics/side_menu_top.gif');
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border: 0px solid #880044;
    height: 20px;
    position: absolute;
    top: 0px;
}
.side_menu_bottom 
{
    width: 116px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../pics/side_menu_bottom.gif');
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border: 0px solid #880044;
    height: 32px;
    position: absolute;
    top: 250px;
}
.side_menu_link {
    padding-right: 28px;
    color: #866620;
    font-weight:bold;
    text-decoration:none;
    float: right;
    background-image: url('../pics/side_menu_button.gif');
    background-position: right center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    top: 0px;
   
    }
.side_menu_link:hover {
    padding-right: 28px;
    color: #a88842;
    font-weight:bold;
    text-decoration:none;
    float: right;
    background-image: url('../pics/side_menu_button_hover.gif');
    background-position: right center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
/*  סוף תפריט צד */
/*  end placeholder1 */

/*  תוכן מרכזי */
.middle_spacer 
{
    width: 148px;
    border: 0px solid blue;
}
.content_box 
{
}
#content_table 
{
}
.content_link 
{
   font-size: 16px;
   text-decoration: none;
   font-weight: bold;
   color: #b35d2c; 
}
.content_link:hover 
{
   font-size: 16px;
   text-decoration: none;
   font-weight: bold;
   color: #ffaa66; 
}
.content_text 
{
   background-color: transparent;
   width: 620px;
}
.content_page_title 
{
   font-size: 18px;
   text-decoration: none;
   font-weight: bold;
   color: #d13333;
   background-color: transparent;
   height: 40px;
}
.text 
{
   font-size: 14px;
   text-decoration: none;
   font-weight: normal;
   color: #221100;
   background-color: transparent;
   height: 100%;
}
.text a 
{
   font-size: 14px;
   text-decoration: none;
   font-weight: bold;
   color: #a81111;
}
.text a:hover 
{
   font-size: 14px;
   text-decoration: none;
   font-weight: bold;
   color: #a88842;
}
/*  סוף תוכן מרכזי */
.yarok 
{
   position: absolute;
   top: 40px;
   right: 0px;   
}
/*  כתובת */
.adress_div 
{
    width: 778px;
    height: 35px;  
}
.adress_div a
{
    font-size: 18px;
   text-decoration: none;
   font-weight: bold;
   color: #a81111;
}
.adress_div a:hover
{
    font-size: 18px;
   text-decoration: none;
   font-weight: bold;
   color: #a88842;
}
/*  סוף כתובת */
