        /*  CSS Code file: itnix_style */
        /*  Description: Pro nail & spa website default style */
        /*  Version: 1.0 */
        /*  All source code & concepts (c) copyright 2008, 2010 by ItNix, LLC. */
        /*  All rights reserved worldwide. */


html {

   scrollbar-face-color: #4497BF;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-base-color: #013564;
   scrollbar-track-color: #013564;
/*
   scrollbar-highlight-color: #red;
   scrollbar-3dlight-color: #202020;
   scrollbar-darkshadow-color: #989898;
*/
}



    body {
      background: #013564 url('../../images/back.jpg') scroll repeat-x;
      padding: 0px;
      margin: 0px;
      font-family: Helvetica, Verdana, Arial;
      font-size: 10pt;
      color: #000000;
      }


      #page {
        position: relative;
        z-index: 5;
        min-width: 780px;
        margin: 50px auto 10px auto;
        padding: 0px;
        width: 88%;
        background-color: #FFFFFF;
      }


      #header {
        /* width: 100%; */
        position: relative;
        height: 176px;
        margin: 0px;
        padding: 0px;
        background: url("../../images/frame/head_back.jpg") scroll repeat-x;
      }

        #header a {
          margin: 0px;
          padding: 0px;
        }

        #header img.left {
          float: left;
          width: 539px;
          height: 176px;
        }

        #header img.right {
         float: right;
         width: 159px;
         height: 176px;
        }

        #ada {
          z-index: 5;
          position: absolute;
          right: 0;
          bottom: 0;
          margin: 0px 30px 5px 0px;
          padding: 0px;
        }
        #ada a, #ada img {
          margin: 0px 5px 0px 0px;
          border: none;
          display: block;
          float: left;
          width: 20px ;
          height: 20px;
        }

      #splashcontainer {
          border: 1px solid black;
          margin: 0px auto 0px auto;
          padding: 0px 0px 0px 0px;
          width: 501px;
          height: 200px;
          border: none;
          border-collapse:collapse; /* sets whether the table borders are collapsed into a single border or detached as in standard HTML. */
          border-spacing: 0px; /* Specifies the distance between the borders of adjacent cells */
          background: transparent url("../../images/splash.jpg") scroll no-repeat;
      }

      /* This piece of code gets rid of extra space created by this elements on the top left corners of the same elements */
      #splashcontainer tr, #splashcontainer td {
        margin: 0px;
        padding: 0px;
      }


      #center {
        margin: 0px;
        padding: 20px;
      }


      #contentWrapper {
        margin: 0px 0px 0px 0px;
        padding: 10px 10px 0px 10px;
        border: 1px solid red;
      }

      #navigation {
        width: 200px;
        margin: 10px 0px 0px 0px;
        float: left;
      }

      #navigation img {
        display: block;
        width: 200px;
        height: 30px;
      }


      #content {
        position: relative;
        margin: 0px 0px 0px 210px;
        padding: 10px;
      }

      #calendar {
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 10px;
      }

      #copyright {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        text-align: center;
        border: 1px solid black;
      }

      #copyright span {
        text-align: center;
      }



      #footer {
        clear: both;
        height: 18px;
        margin: 0px auto 10px auto;
        padding: 0px;
        width: 88%;
        min-width: 780px;
      }


        #footer img.pbc {
          float: right;
          width: 118px;
          height: 17px;
          margin-right: 5px;
        }


      p {
        padding: 6px 0px 6px 0px;
        margin: 0px 10px 0px 10px;
      }
      .center {
        text-align: center;
      }
      .copy {
        margin: 30px 0px 0px 0px;
        padding: 0px;
        font-size: 8pt;
      }
      .pinkText {
        color: #B400B3;
        font-size: 1.1em;
      }

      img  {
        border: none;
        padding: 0px;
        margin: 0px;
      }

      h1, h2, h3, h4, h5, h6 {
        margin: 0px;
        padding: 0px;
      }

      div.centered {
        margin: 0px auto 10px auto;
        padding: 5px;

      }

      .imgNotTooLate {
        width: 400px;
        height: 150px;
      }

      .space {
        clear: both;
      }
