/* Stylesheet for Amornmas web site, English
* (C) 2004-2010 Amornmas. BKK
* Sorasak D. 2010/01/14
*/
/* Theme of Red
* - Navigation menu is on left side.
* - Product sub-menus have lighter color background.
*/
body {
  background-color: silver;
  color: black;
  font-family: Verdana, Arial, Helvetica, "Sans Serif";
  text-decoration: none;
  margin: 2px;
}
a:link, a:visited {
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  font-style: italic;
  color: red;
  text-decoration: underline;
}
.pagebase {
  background-color: #f5f5f5; /* WhiteSmoke  */
  height: 600px; /* Minimum height */
  width: 910px; /* Minimum width */
}
.clientbase {
  width: 750px;
  height: 500px; /* Minimum height */
  border: 0px;
}
.clientbase td {
  vertical-align: top;
}
.menubase {
  width: 140px;
  background-color: #f5f5f5; /* WhiteSmoke  */
  color: white;
  font-weight: normal;
  text-align: left;
  border: 0px;
}
.menubase a:link, .menubase a:visited {
  display: block;
  color: white; 
}
.menubase a:hover {
  color: blue;
}
.menul1 {
  background-color: #900000;
  height: 28px;
  text-indent: 2px;
}
.menul1current {
  background-color: teal;
  color: yellow;
  height: 28px;
  text-indent: 2px;
}
.menul2 {
  background-color: #904040;
  height: 24px;
  text-indent: 6px;
}
.menul2current {
  background-color: teal;
  color: yellow;
  height: 24px;
  text-indent: 6px;
}
.menul3 {
  background-color: #aa6060;
  height: 20px;
  text-indent: 10px;
}
.menul3current {
  background-color: teal;
  color: yellow;
  height: 20px;
  text-indent: 10px;
}

h1, h2, h3, h4, h5, h6{
  color: navy;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
p, li {
  line-height: 130%;
}
p.copyright {
  font-style: italic;
  text-align: center;
  color: teal;
}
.popbutton {
  width: 75;
}
