/* CSS Document */

BODY {
  margin: 40px;
  background-color: #FFFFFF;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  }
  
P {
  text-align: justify;
  }


TABLE.top {
  width: 100%;
  height: 39px;
  }

TABLE.top TD.logo {
  width: 300px;
  text-align: left;
  }

TD.logo IMG {
  padding-right: 10px;
  }

TABLE.top TD.navone {
  width: 100%;
  }

TABLE.top TD.sp IMG {
  width: 720px;
  height: 5px;
  }
  

TABLE.nav {
  width: 100%;
  height: 39px;
  background-image: url(../images/bg_nav.gif);
  border-left: 1px solid #000000;
  }

TABLE.nav TD {
  /*width: 8%;*/
  /*padding-left: 10px;*/
  text-align: center;
  }

TABLE.nav TD.fourteen {
  width: 28px;
  background-color: #FFFFFF;
  background-image: url(../images/nav_right.gif);
  background-repeat: no-repeat;
  }

TABLE.nav, TABLE.nav A {
  color: #FFE10A;
  text-decoration: none;
  }

TABLE.nav A:hover {
  color: #FFFFFF;
  }

TABLE.second {
  width: 100%;
  height: 400px;
  border: 2px solid #000000;
  margin-top: 5px;
  }

TABLE.second TD.sidephoto {
  width: 242px;
  vertical-align: top;
  text-align: right;
  }

TABLE.second TD.sp IMG {
  width: 774px;
  height: 5px;
  }

TABLE.second TD.leftside {
  width: 100%;
  vertical-align: top;
  padding: 25px;
  }

TABLE.third {
  width: 100%;
  
  }

TABLE.third TD.one,
TABLE.third TD.three {
  width: 420px;
  }

TABLE.third TD.two,
TABLE.third TD.four {
  width: 100%;
  }

TABLE.third TD.one,
TABLE.third TD.two {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  height: 30px;
  vertical-align: top;
  }

TABLE.third TD.three,
TABLE.third TD.four {
  padding-top: 15px;
  vertical-align: top;
  }

TABLE.third TD.three {
  padding-top: 20px;
  }

TABLE.third TD.three P,
TABLE.third TD.three P A {
  color: #333333;
  text-decoration: none;
  line-height: 7px;
  padding-bottom: 5px;
  }

TABLE.third TD.three p A:hover {
  /*border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;*/
  border-bottom: 1px solid #FFCC00;
  color: #996600;
  /*background-color: #FFE10A;*/
  }

TABLE.third TD.three P.sub A {
  border-left: 1px solid #666666;
  padding-left: 15px;
  color: #666666;
  margin-left: 5px;
  line-height: 0px;
  padding: 5px;
  }

TABLE.third TD.three P.sub A:hover {
  color: #996600;
  }

P.footer, P.footer A {
  font-size: 10px;
  text-align: center;
  color: #666666;
  margin-top: 5px;
  line-height: 15px;
  }

P.footer A:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #FFCC00;
  }

/*P, OL, UL {
  line-height: 18px;
  }*/

H1 {
  font-size: 18px;
  font-weight: bold;
  }


  
TABLE.third TD.four A,
A.home {
  color: #996600;
  padding: 1px;
  /*background-color: #FFFF99;
  border: 1px solid #FFE10A;*/
  text-decoration: none;
  border-bottom: 1px solid #FFCC00;
  }

TABLE.third TD.four A:hover,
A.home:hover {
  color: #FFCC00;
  text-decoration: none;
  border-bottom: 1px solid #996600;
  /*background-color: #FFFFCC;*/
  }

P.products IMG {
  border: 1px solid #000000;
  margin-right: 10px;
  }

P.products A  {
  border-bottom: none;
  text-decoration: none;
  }

TABLE.home {
  width: 100%;
  height: 297px;
  background-image: url(../images/bg_home.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  border-bottom: 2px solid #000000;
  }

TABLE.second TD.oneone {
  vertical-align: top;
  height: 297px;
  }
  
  .req { color:#f00 }
