        /*  CSS Code file: itnix_style */
        /*  Description: website default style */
        /*  Version: 1.0 */
        /*  All source code & concepts (c) copyright 2008, 2009 by ItNix, LLC. */
        /*  All rights reserved worldwide. */
        /*  Last change: 30jul09 */
        /*  Changed by: Ivan Carrazco */
        /* changes: */
        /* removed the image border to the images inside the 'txtSize' container*/

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  font-family: Verdana, Helvetica, Arial;
  font-size: 10pt;
  color: #0E159A;
  text-align: center; /* IE5 correction */

}

/* page layout */
#page_layout {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 98%;
  min-width: 780px;
}

  #header {
    height: 87px;
    position: relative;
  }
    #logo_holder {
      float: left;
      position: relative;
      width: 128px;
      height: 73px;
      margin: 14px 0px 0px 0px;
    }
      #logo_holder img {
        width: 128px;
        position: absolute;
        bottom: 0;
        left:0;
      }

    #slogan_holder {
      float: right;
      width: 437px;
      height: 13px;
      margin: 73px 0px 0px 0px;
    }
      #slogan_holder a img {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        display: block;
      }


  #content {
    position: relative;
    z-index: 0;
    min-height: 200px;
    margin: 0px 0px 0px 0px;
    background: #FFFFFF url('../images/gradient.jpg') repeat-x scroll;
    margin: 5px 0px 0px 0px;
    border: 1px solid #5487E4;
  }

    #objectContainer {
      clear: both;
    }

    #PartnerTable {
      clear: both;
      margin: 0px;
      padding: 0px;
    }


  #footer {
    height: 21px;
  }


  #pbc {
    float: right;
    width: 124px;
    height: 21px;
    margin: 5px 3px 0px 0px;
    padding: 0px 0px 0px 0px;
  }


/* End of layout */


/* default classes/reminders */
img {
  margin: 0px;
  padding: 0px;
  border: 0;
}

#txtSize {
  position: absolute;
  width: 110px;
  height: 35px;
  top: 0;
  right: 0;
  z-index: 1;
}

#txtSize img, #txtSize a {
  margin: 0px 1px 0px 1px;
  padding: 0px;
  border: 0;
  width: 20px;
  height: 20px;
  display: block;
  float: right;
}


p {
  padding: 10px;
}

div {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

a, a:link, a:visited, a:hover {
  text-decoration: none;
  color: #0E159A;
  font-family: Verdana, Helvetica, Arial;
  font-size: 10pt;
}


hr {
  clear: both;
}

table, tr, td {
  z-index: -1;
}

.emailTo a {
  text-decoration: underline;
  color: #0000FF;
}


.copy {
  display: inline;
  float: left;
  width: 400px;
  font-size: 8pt;
  padding: 0px;
  margin: 0px;
}
