@import url("mozns.css");

body{
  background: black repeat-y url("../pub/images/ressources/fondi.png");
  color: black;
  margin: 0;
  padding: 0;
}

:link{
  color:#ffffff;
}

:link:active{
  color:#ff2800;
}

:visited{
  color:#ff2800;
}


#mozilla-logo{
  background: #ff2800 no-repeat url("../pub/images/ressources/mozilla_titre.gif");
  background-position: 148px 0;
  margin: 0;
  padding: 0;
  font-size: smaller;
  height: 69px;
}

#mozilla-logo a{
}

#mozilla-logo img {
  border: 0;
}

#mozilla-navigation{
  float: left;
  width: 148px; /* width of h4 (121px) + left padding (27px) */
}

#mozilla-navigation div{
  margin-bottom: 1em;
}

#mozilla-navigation h4{
  background: #ffffff no-repeat url("../pub/images/ressources/fleche.gif");
  min-height: 19px;
  font-family: helvetica,arial,san-serif;
  color:#ff2800;
  padding: 0 0 0 27px;
  margin: 0;
  border: solid black;
  border-width: 1px 0px 1px 0px;
  width: 121px;
}

#mozilla-navigation ul{
   margin: 1em 0 0 1em;
   list-style-position: inside;
   list-style-type: none;
   font-weight: normal;
   /* *old* font-size: 13px; */
   font-size: smaller;
   color: #990000;
   padding: 0;
}

#mozilla-categories{
}

#mozilla-clones{
}

#mozilla-plugins li.mozilla-all-resources,
#mozilla-categories li.mozilla-list-all-projects,
#mozilla-clones li.mozilla-start-new-project{
  margin-top: 1em;
}

#mozilla-for-developers{
}

#mozilla-contact,
#mozilla-copyright{
  margin-top: 2em;
  padding-left: 28px;
  font-size: smaller;
  clear: both;
  color: #999999;
}

#main-content{
  padding-left: 28px;
}
