/* General */

body {
    background: url('images/bg.jpg'); 
    font-size: 13px; line-height: normal; font-family: arial, sans-serif; direction: rtl;
}

a { color: #808080; } 
#page { width: 800px; background: white; margin: 0 auto; border: 1px outset #dadada; margin-top: 16px; overflow: hidden;  }

/* Top */

#site-name { width: 800px; height: 114px; background: url('images/top.jpg'); text-indent: -100000px; }
#top { height: 86px; background: url('images/top-left.jpg') no-repeat; }

    /* Menu */
    #menu { background: url('images/top-right.jpg') 100% 0 no-repeat; padding-right: 57px; }
    #menu li { display: block; float: right; width: 114px; height: 86px; }
    #menu a { display: block; width: 100%; height: 100%; text-indent: -100000px; }
    
    #menu .about-us { background: url('images/menu-about-us.gif'); width: 72px; }
    #menu .ct { background: url('images/menu-ct.jpg'); width: 115px; }
    #menu .mri { background: url('images/menu-mri.jpg'); width: 114px; }
    #menu .nuclear-medicine { background: url('images/menu-nuclear-medicine.jpg'); width: 115px; }
    #menu .other-activities { background: url('images/menu-other-activities.gif'); width: 114px; }
    #menu .links { background: url('images/menu-links.gif'); width: 72px; }
    #menu .contact-us { background: url('images/menu-contact-us.gif'); width: 86px; }
    
    
    .en #menu .about-us { background: url('images/menu-about-us-en.jpg'); }
    .en #menu .other-activities { background: url('images/menu-other-activities-en.jpg'); }
    .en #menu .links { background: url('images/menu-links-en.jpg');  }
    .en #menu .contact-us { background: url('images/menu-contact-us-en.jpg'); }
   
   
/* Content */

.right { width: 496px; float: right; }
.left { width: 304px; float: right; height: 100%; }
    /* Titles */
    
    h2.title { width: 489px; height: 44px; text-indent: -100000px; background-repeat: no-repeat; }
    
    .about-us h2.title { background-image: url('images/title-about-us.gif'); }
    .ct h2.title { background-image: url('images/title-ct.gif'); }
    .mri h2.title { background-image: url('images/title-mri.gif'); }
    .nuclear-medicine h2.title { background-image: url('images/title-nuclear-medicine.gif'); }
    .other-activities h2.title { background-image: url('images/title-other-activities.gif'); }
    .links h2.title { background-image: url('images/title-links.gif'); }
    .contact-us h2.title { background-image: url('images/title-contact.gif'); }    
    
    .en .about-us h2.title { background-image: url('images/title-about-us-en.gif'); }
    .en .other-activities h2.title { background-image: url('images/title-other-activities-en.gif'); }
    .en .links h2.title { background-image: url('images/title-links-en.gif'); }
    .en .contact-us h2.title { background-image: url('images/title-contact-en.gif'); }
    
    
    /* Actual content */
    
    #content { padding: 5px; min-height: 328px; }
    #content p { margin: 10px 0; }
    #content strong { font-weight: bold; font-style: italic; }
    
    .links #content { direction: ltr; }
    .links #content a { font-weight: bold; }
    .links #content p { margin-bottom: 15px; }
    
    .en #content { direction: ltr; padding-left:15px; }
    
    /* Language menu */
    
    #language-menu { margin-top: 20px; margin-right: 79px; font-family: tahoma; font-weight: bold; color: #808080; }
    #language-menu strong { color: black; }
    
    
    /* Sidebars */
    
    .about-us .left { background: url('images/side-about-us.jpg') 20px 135px no-repeat; }
    .ct .left { background: url('images/side-ct.jpg') 20px 70px no-repeat; }
    .mri .left { background: url('images/side-mri.jpg') 20px 70px no-repeat; }
    .nuclear-medicine .left { background: url('images/side-nuclear-medicine.jpg') 20px 70px no-repeat; }
    .other-activities .left { background: url('images/side-other-activities.jpg') 20px 70px no-repeat; }
    .links .left { background: url('images/side-links.jpg') 20px 70px no-repeat; }
    .contact-us .left { background: url('images/side-contact.jpg') 20px 70px no-repeat; }
    
/* Footer */

#footer { height: 62px; background: url('images/bottom.jpg'); text-align: center; }
#footer p { padding-top: 16px; }
#footer .mobile { color: navy; }