/* Header */

#header {
  /*height: 120px; */
  margin:0; padding:0;
  margin-bottom: 10px;
  position: relative;
}

#logo {
  padding-right: 18px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  top: -5px;
}

#logo img {
  width: 153px;
  height: 55px;
}

#title {
  /*background: url(/media/images/books.jpg) no-repeat 860px 0;*/
  font-size: x-large;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left:40px;
  margin-top: 5px;
  height: 50px;
}


#breadcrumbs {
  margin-left:40px;
  margin-top: 10px;
  margin-bottom:0px;
  position:relative;
}


/* style from zend */
/* nav bar */
#nav {
        height: 31px;
        background-color: rgb(255, 255, 255);
        background: url(../images/default-bg.gif) repeat-x 0 0;
        margin-bottom:20px;
        position:relative;
        }
#nav ul{
       margin: 8px;
       margin-top: 10px;
       margin-left:24px;
       padding:0;
       position:absolute;
      }
#nav li {
        float: left;
        list-style-type:none;
        }
#nav li a {
        height: 24px;
        margin-right: 2px;
        padding: 0px 16px 0px 16px;
        color: white;
        font-family: Arial, sans-serif;
        font-size: medium;
        text-decoration:none;
        }
#nav li a:hover {
        text-decoration: underline;
        }
#nav li.selected a { color:black;  }

/* style from zend */
/* tabs for news pages  */

#body #content #tabs ul{
       margin-top:-5px;
       padding:0;
       position:absolute;
      }
#body #content #tabs li {
        float: left;
        margin-right:16px;
        padding:0;
        list-style-type:none;
        font-size:17px;
         font-weight:bold;
        }
#body #content #tabs li a {
        color: #1d4cf0;
        font-size:17px;
        font-weight:normal;
        text-decoration:underline;
        }

/* style from Zend */
/* position of side */

