/* CSS Document */
body, ul
{
      font-family: "Verdana";
      font-size: x-small;
      color: #063d3e;
      background: #CEF8F4 url(../Images/fixed/background.jpg) repeat;      
}

.product
{
      text-align: center;
}

.home
{
     text-align: left;
     clear: both;
     padding-bottom: 2px;
}

/* Start of group of maintitle */

.maintitle
{
     padding-top: 5px;
     clear: both;
}
.title
{
     float: left;
}

.logo
{
     float: right;
}
/* End of group of maintitle */

.content
{
     text-align: center;
     clear: both;
     border-top: 1px solid gray;
}

/* Start of group of menu */
.menu
{
     width: 100%;
     background-color: rgb(6, 61,62);
}

.menuitem
{
     padding: 4px;
     padding-left: 8px;
     float: left;
     width: 14%;
     background-color: rgb(6, 61,62);    
}
/* End of group of menu */

img
{
     border: none;
}

.footer
{
     float:left;
     width: 100%;
     margin-top: 15px;
     padding-top: 3px;
     border-top: 1px solid gray;
     font-family: "Verdana";
     font-size: xx-small;
     text-align: center;
     color: #063d3e;
}

.lefthome
{
      float: left;
}
.righthome
{
      text-align: left;
}
.homecontent
{
      clear: both; 
}

.point
{
      font-size: small;
      text-align: center;
      padding : 6px;
      padding-bottom: 8px;
}

.point a
{
       color: #063d3e;
}

.subpoint
{
      text-align: left;
      font-weight: bold;
}
