body {
  background: url('/img/background-repeat.gif') top left repeat-x #ffffff;  
  margin : 0px;
  padding : 0px;
  border : 0px;
  font-family: Arial, Helvetica, Sans-Serif;
  /*font-family: Arial, Helvetica, Sans-Serif;*/
  /*font-size: 80%;*/
}

div.clear {
  clear: both;
}

div.body {
  position: absolute;
  width: 80%;
  margin-top: 0px;
  margin-left: 10%;
  margin-right: 10%;
  background: url('/img/content-repeat.gif') top left repeat-x ;
  z-index: 4;
}

div.header {
  position: relative;
  width: auto;
  height: 130px;
  margin-top: 0px;
  margin-left: 10%;
  margin-right: 10%;
  background: url('/img/test.gif') top left repeat-x ;
  overflow: hidden;
  z-index: 2;
}

div.curve-top {
  position: absolute;
  width: 454px;
  left: 371px;
  top: 0px; 
  height: 132px;
  margin-left: 0px;
  margin-right: 0px;
  background: url('/img/curve-top.gif') top left no-repeat ;  
  z-index: 2; 
} 

div.curve-under {
  position: absolute;
  width: 90%;
  height: 132px;
  margin-top: 0px;
  left: 10%;
  right: 0px;
  top: 0px;
  background: url('/img/curve-under.gif') top left no-repeat;
  z-index: 1;    
  overflow: hidden;
}

div.content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 32px;
  margin-left: 250px;
  width: auto;
  clear: both;
}

div.footer {
  position: relative;
  height: 20px;
  padding: 0px;
  margin-bottom: 20px;
  margin-right: 10px;
  float: right;
  text-align: right;
  border: 0px solid #f00fff;    
}

div.left-panel {
  position: absolute;
  height: auto;
  width: 200px;
  top: 130px;
  left: 30px;
  margin: 0px;
  padding: 0px;
  border: 0px solid #ff00ff;
}

div.center {
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
}

img.under {
  position: absolute;
  width: 454px;
  left: 371px;
}

img.feature {
  position: absolute;
  left: 10%;
  top: 0px;
  width: 371px;
  height: 118px;
  z-index: 4;
}

img.logo {
  position: absolute;
  top: 20px;
  left: 40px;
  border: 0px;
}

img.ionix-logo {
  padding-right: 0px;
  margin-top: 0px;
  bottom: 0px;
  border: none;
  z-index: 3;
}  

table.nav {
  position: absolute;
  height: 40px;  
  top: 20px;
  right: 150px;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  border: 0px solid #f00fff;    
  z-index: 5;
}

table.nav td {
  text-align: bottom;
  padding-left: 10px;
  padding-right: 10px;  
  border: 0px solid #f00fff;    
}

table.nav td.on {
  background: url('/img/nav-button-on.gif') top no-repeat;
}

table.nav td.off:hover {
  background: url('/img/nav-button-hover.gif') top no-repeat;      
}

/*Fonts-paragraphs*/

p {
  color: #2E2D2A;
  font: 80%;
  font-size: 80%;
  border: 0px;
  margin-left: 30px;
  margin-right: 30px;
}

p.footer {
  color: #624c5d;
  font: 70%;
  font-size: 70%;
  border: 0px;
  margin-left: 0px;
  margin-right: 10px;
}

h1 {
  color: #6c6c6c;
  font: 150%;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0px;
  margin-left: 0px;  
}

h2 {
  color: #dd9d20;
  color: #624c5d;  
  font: 100%;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: -5px;
  letter-spacing: 0px;
  margin-left: 15px;
}

h3 {
  color: #697707;
  color: #8e9902;
  font: 80%;
  font-size: 80%;
  border: 0px;
  font-weight: bold;  
  margin-left: 45px;
  margin-right: 65px;  
}

a {
  color: #6c6c6c;
  /*font-size: 80%;*/
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #624c5d;
}

a.nav {
  color: #ffffff;
  font-size: 80%;
  display: block;
  padding-top: 40px;
  height: 40px;
  vertical-align: top;    
  text-decoration: none;
  font-weight: bold;
}

a.nav:hover {
  text-decoration: underline;
  color: #ffffff;
}

ul {
  color: #624c5d;
  font: 80%;
  font-size: 80%;
  border: 0px;
  margin-bottom: 0px;
}

