/* style sheet for Tashi Murik Ltd. */

      body {
         height: 100%;
	 margin: 0px;
	 padding: 0px;
	 border: none;
	 font: 100% arial, helvetica, sans-serif;
	 color: #000; /* default text colour */
	 background-color: #fee;
	 background-color: #cfc7b7;
      }

      /*========================================================================================*/
      /* start main external container                                                          */
      /*========================================================================================*/
      #main {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding: 0px;
      margin: 0px;
      border: none;
      background: #000;
      background: #cfc7b7;
      }
      /*========================================================================================*/
      /* end main external container                                                            */
      /*========================================================================================*/

      /*========================================================================================*/
      /* start main2 container for content and footer                                            */
      /*========================================================================================*/
      #mainRel {
      position: relative;
      height: 100%;
      padding: 0px;
      margin: 0px;
      border: none;
      background: #333;
      background: #cfc7b7;
      }
      /*========================================================================================*/
      /* end main2 container for content and footer                                             */
      /*========================================================================================*/

      /*========================================================================================*/
      /* start header stuff                                                                     */
      /*========================================================================================*/
      #header {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 right: 0px;
	 height: 110px;
	 padding: 0px;
	 margin: 0px;
	 border-top: 1px solid #eee;
	 border-right: 1px solid #111;
	 border-bottom: 1px solid #111;
	 border-left: 1px solid #eee;
	 color: #fff; /* default text colour */
      }

      #headerRel {
	 position: relative;
	 height: 110px;
	 background: #aa3;
	 background: #b7a787;
      }

      #logo {
	 position: absolute;
	 top: 4px;
	 left: 3px;
	 width: 137px;
	 height: 100px;
	 padding: 0px;
	 margin: 0px;
	 border-top: 1px solid #eee;
	 border-left: 1px solid #eee;
	 border-right: 1px solid #111;
	 border-bottom: 1px solid #111;
	 z-index: 10;
      }

      #sheep {
	 position: absolute;
	 top: 3px;
	 right: 3px;
	 width: 137px;
	 height: 102px;
	 padding: 0px;
	 margin: 0px;
	 border-top: 1px solid #eee;
	 border-left: 1px solid #eee;
	 border-right: 1px solid #111;
	 border-bottom: 1px solid #111;
	 z-index: 10;
      }

      #companyName {
	 position: relative;
	 top: 26px;
	 padding: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 margin-left: 145px;
	 margin-right: 145px;
	 border-top: 1px solid #eee;
	 border-right: 1px solid #111;
	 border-bottom: 1px solid #111;
	 border-left: 1px solid #eee;
	 text-align: center;
      }
      #companyName h1 {
	 margin: 0px;
	 padding: 0px;
	 color: #123;
	 background-color: #99bbcc;
	 font: 150% times, serif;
      }
      #companyDesc {
	 position: relative;
	 top: 26px;
	 padding: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 margin-left: 145px;
	 margin-right: 145px;
	 border-top: 1px solid #eee;
	 border-right: 1px solid #111;
	 border-bottom: 1px solid #111;
	 border-left: 1px solid #eee;
	 text-align: center;
      }
      #companyDesc h1 {
	 margin: 0px;
	 padding: 0px;
	 color: #123;
	 background: #8a8;
	 font: 110% times, serif;
      }
      #innerHeader h2 {
	 margin: 0 0 0 0;
	 border: none;
	 padding: 0 0 0 0;
	 color: #000;
	 background-color: #fff;
	 font-size: 120%;
      }
      /*========================================================================================*/
      /* end header stuff                                                                       */
      /*========================================================================================*/

      /*==============================================================================================*/
      /* start horizontal drop-down menu from http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp */
      /*==============================================================================================*/
      #menu {
	 position: relative;
	 top: 0px;
	 padding: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 width: 500px;
	 margin-left: auto;
	 margin-right: auto;
         border: none;
      }

      #menu ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 width: 100px;
	 float: left;
      }

      #menu a, #menu h2 {
	 font: bold 11px/16px arial, helvetica, sans-serif;
	 display: block;
	 border-width: 1px;
	 border-style: solid;
	 border-color: #ccc #555 #888 #bbb;
	 margin: 0;
	 padding: 2px 3px;
      }

      #menu h2 {
	 color: #fff;
	 background: #b7a787;
	 text-transform: uppercase;
	 text-align: center;
      }

      #menu a {
	 color: #fff;
	 background: #8a8;
	 text-decoration: none;
	 text-align: left;
      }

      #menu a:hover {
	 color: #fff;
	 background: #9bc;
      }

      #menu li {
	 position: relative;
      }

      #menu ul ul ul {
	 position: absolute;
	 top: 0;
	 left: 100%;
      }


      #menu ul ul {
	 position: absolute;
         z-index: 100;
      }

      div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	 display: none;
      }

      div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	 display: block;
      }
      /*========================================================================================*/
      /* end horizontal drop-down menu                                                          */
      /*========================================================================================*/


      /*========================================================================================*/
      /* start content                                                                          */
      /*========================================================================================*/
      /*--------------------------------------------*/
      #content {
         position: absolute;
	 top: 130px;
	 left: 0px;
	 right: 0px;
	 margin-top: 0px;
	 margin-right: 10px;
	 margin-bottom: 0px;
	 margin-left: 10px;
	 border: solid 1px #0ff;
	 border: none;
	 padding: 0px;
	 color: #000;
	 background: #f00;
	 background: #cfc7b7;
	 text-align: left;
      }

      #content p {
	 margin: 10px;
	 border: none;
	 padding: .5em 1em .5em 1em;
	 color: #000;
      }

      #content p.first {
	 font-size: 110%;
      }

      #content h1 {
	 text-align: center;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 color: #388;
      }

      #content img.left {
	 float: left;
	 margin: 10px;
      }

      #content img.right {
	 float: right;
	 margin: 10px;
      }

      /*========================================================================================*/
      /* end content                                                                            */
      /*========================================================================================*/

      /*========================================================================================*/
      /* start pagefill                                                                         */
      /*========================================================================================*/
      #pagefill {
	 border: solid 1px #cfc7b7;
      }
      /*========================================================================================*/
      /* end pagefill                                                                         */
      /*========================================================================================*/

      /*========================================================================================*/
      /* start footer stuff                                                                     */
      /*========================================================================================*/
      #footer {
         position: absolute;
	 top: 580px;
	 width: 100%;
	 height: 20px;
	 padding: 0px;
	 border: none;
	 background: #b7a787;
	 font: 80% arial, helvetica, sans-serif;
	 color: #111;
	 z-index: 100;
      }

      #copyright {
	 margin: 0px;
	 margin-top: 2px;
	 margin-bottom: 2px;
	 margin-right: 0px;
	 margin-left: 5px;
	 border: 0px;
	 padding: 0px;
	 float: left;
	 width: 18em;
	 text-align: left;
      }

      #registration {
	 margin-top: 2px;
	 margin-bottom: 2px;
	 margin-right: 5px;
	 margin-left: 0px;
	 border: 0px;
	 padding: 0px;
	 float: right;
	 width: 20em;
	 text-align: right;
      }
      /*========================================================================================*/
      /* end footer stuff                                                                       */
      /*========================================================================================*/

/* end style sheet for Tashi Murik Ltd. */
