* {
  padding:0;
  margin:0;
}
body {
  font-family: Arial;
  font-size:12px;
  color:#666;
  padding-top:0;
  padding-bottom:10px;
  line-height:1.5em;
  margin:0px;
/*  background: url("DecoProducts.jpg");
  background-repeat: no-repeat;
  background-position: 0px 220px ;*/
}
a {
  color:#446FB6;
  text-decoration: underline;
}
a:hover {
  color:#c00;
}
img {
  border: 0;
}

/* page */
div.site {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* site table */
table.sitetable {
  width: 960px;
  border: 0px;
  margin-top: 80px;
  margin-bottom: 40px;
}
td.siteleft {
  width: 15%;
  vertical-align: top;
}
td.sitemiddle {
  vertical-align: top;
  padding-left: 40px;
  padding-right: 40px;
}
td.siteright {
  width: 15%;
  vertical-align: top;
}

div.title p {
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 20px;
}

div.content p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

div.subtitle p {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 15px;
}

div.subcontent p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  margin-left: 15px;
}

div.lrtitle p {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
  border-bottom: #666 1px solid;
  margin-bottom: 10px;
}

div.lrmenu li {
  list-style-type: none;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.lrmenu em {
  font-weight: bold;
  font-style: normal;
}
div.lrmenu a {
  text-decoration: none;
}

span.product {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}

table.formtable {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #777;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
table.formtable td, th {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
}

/* FAQ */
div.faq li {
  font-weight: bold;
}
div.faq li ul li {
  font-weight: normal;
  padding-left: 16px;
  list-style-type: none;
}

/* footer */
div.footer {
  text-align: center;
}
div.footer a {
  text-decoration: none;
}

/* header */
iframe.header {
  width: 960px;
  height: 250px;
}

/* menu bar */
#menu li {
  position: relative;
  float: left;
  width: 120px;
  height: 22px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  list-style-type: none;
}

#menu ul.level1 a {
  color: #fff;
  text-decoration: none;
}

#menu ul.level1 a:hover {
  color: #ddd;
}

#menu ul.level2 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#menu ul.level2 a:hover {
  color: #000;
  background: #fff;
  display: block;
}

#menu ul ul {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  border: 1px solid #BBB;
}
#menu ul.level2 {
  left: 0px;
  top: 22px;
}

#menu li:hover ul.level2 {
  display:block;
}
