html 
{
   font-family: Calibri;
}

a {
    text-decoration: none;
}

.adres {
    float: right;
    padding: 15px 25px;
    text-align: left;
}

#nav {
    width: 900px;
    height: 32px;
    line-height: 80%;
    display: inline-block;
    margin: auto;
    padding-top: 4px;
    text-align: center;
}

#nav li {
    margin: 0 10px;
    position: relative;
    list-style: none;
    display: inline-block;
}

/* main level link */
#nav a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 11px 10px;
    margin: 0;

    border-radius: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#nav a:hover {
    background: #000;
    color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
    background: #fff repeat-x 0 -40px;
    color: #003366;
    border-top: solid 1px #f8f8f8;

    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);

    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #003366;
    box-shadow: none;

}

#nav ul a:hover {
    background: #003366 !important;
    color: #fff !important;
    border-radius: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

/* dropdown */
#nav li:hover > ul {
    display: block;
}

/* level 2 list */
#nav ul {
    display: none;
    margin: 0;
    padding: 0;

    position: absolute;
    top: 35px;
    left: 0;
    background: #fff repeat-x 0 0;
    border: solid 1px #b4b4b4;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#nav ul li {
    float: none;
    padding: 0;
}

#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
    left: 181px;
    top: -3px;
}

/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] #nav {
    display: block;
}

* html #nav {
    height: 1%;
}

/*
#main {
    padding-top: 180px;
    min-height: 400px;
}
*/

#left {
    width: 900px;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

#leftin {
    padding: 30px;
}

#right {
    margin-top: 30px;
    margin-left: 640px;
    padding: 20px;
}

#rightin {
    padding-top: 10px;
    padding-right: 10px;
}

html, body {
    margin: 0;
    padding: 0;
}

.page {
    margin: auto;
    width: 900px;
    position: relative;
}

.bg-line {
    background-color: #0f3463;
    display:  block;
    min-height: 44px;
    height:  44px;
    width: 100%;
    color: #003366;
    position:fixed;
    margin-top: 145px;
    z-index: 100;
    text-align: center;
}

.header {
    background: url(http://www.kama.org.il/img/logo.png) no-repeat top;
    padding-top: 0px;
    position: fixed;
    top: 00px;
    width: 900px;
    height: 139px;
    background-color: #FFF;
    background-position: 78px 20px;
    z-index: 1;
}

#main {
    padding-top: 190px;
    width: 900px;
    height: auto;
}

.footer {
    height: 40px;
}