/* CSS style sheet for aRenarti- SIP website */

/* Spacing for padding/margins -> top right bottom left */
/* Properties for border -> width style color           */
/* Properties for background -> color image repeat      */

  body {                  
      font-family: Arial, Verdana, sans-serif;
      font-size: small; /* small font approx equals 12px */
      line-height: 1.4em;
      color: black;
      background-color: white;
      margin:  0px  0px 10px  3px; 
      padding: 0px  0px  0px  0px;
  }

  a:link {
      color: blue;
      text-decoration: none;
  }
  a:visited {
      color: blue; 
      text-decoration: none;
  }
  a:hover {
      color: blue;
      text-decoration: underline;
  }

  em.PIItext {
      font-size: 110%; 
      font-weight: bold;
      color: #af6000; /* dirty orange */
  }

  div#header img#aRenarti_corp_logo {
      float: left;
      padding: 10px 70px 10px 20px; 
      background-color: white;    
  }

  div#header p { 
      font-family: Book Antiqua, serif;
      font-size: x-large; /*220%;*/
      font-weight: bold; 
      letter-spacing: 4px; 
      color: #808080; /*slategray;*/ 
      background-color: white;     
      margin:   0px  0px  0px 184px; 
      padding-top:  48px;   /*48px 10px 24px  10px; */
      padding-left: 10px;
      padding-bottom: 10px;
  }

  div#hdr_strip_1 p { 
      border-bottom: 18px solid #4a88b5;   
      margin:  18px 0px 0px 0px; 
      padding:  0px 0px 0px 0px; 
  }

  div#main_text {
      font-size: small; /* small font approx equals 12px */
      line-height: 1.4em;
      color: #606060; 
      background-color: white; /*#f0f0f0;*/ 
      margin:  0px  0px  6px 120px; 
      padding: 0px 60px  6px  30px;
/*      background-image: url(images/aRenartiLogo35.jpg); */
/*      background-repeat: no-repeat; */
/*      background-position: top left; */
  }

  div#main_text h1, h2 {
      font-style: oblique; 
      font-size: 133%;
      font-weight: normal; 
      color: #c07000; /* dirty orange */
      text-decoration: underline;
/*      background-color: #c07000; */
      margin-top:  0px;
      padding-top: 12px;
  }

  div#main_text p#addr {
      padding-left: 25px;
  }

  div#main_text p#contact {
      line-height: 1.6em;
      padding-left: 25px;
      padding-bottom: 100px;
  }

  div#main_text p#links {
      line-height: 1.6em;
      padding-left: 25px;
      padding-bottom: 158px;
  } 

  div#main_text ul#modules {
      padding-bottom: 130px;
  }

  div#main_text ul#services {
      line-height: 1.6em;
      padding-bottom: 102px;
  }

  div#navigation {
      line-height: 2.0em;
      width: 103px; 
      background-color: #e0e0a0; /*white;*/
      padding: 20px 0px 120px 10px;    
      margin: 0px 0px 0px 0px;
      float: left; 
  }

  div#navigation img#silicon_img {
      margin: 25px 0px 10px -35px;
  }

  a#act_page {
      font-weight: bold;
      color: #af6000;
  }

  div#footer {
      text-align: center;
      font-size: x-small;
      line-height: 1.2;
      border-top: thin solid #0000c8; /*blue;*/
      padding: 5px 5px 5px 5px;
      margin-top: 0px;
      clear: left;
  }

