/* CSS Document */
body {
  padding: 0;
  margin: 0 2em 0 2em;
  color: #000000;
  background-image: url(../component/background.gif);
  background-color: #FFFFFF;
  background-repeat:repeat-x;
}

#header img {
  border: 2px solid #006600;
  width: 100%;
  display: block;
}

#search {
  border-bottom: 3px solid #999933;
  position: relative;
  text-align: right;
  padding-bottom: 0.75em;
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #008B00;
}
#search form {
  padding: 3px 6px 3px 6px;
  display: inline;
}
#search input {
  color: #008B00;
}
#search select {
  width: 100px;
  color: #008B00;
  border: 1px solid #008B00;
}
#navigation {
  float: left;
  margin-top: 1em;
  position: relative;
  width: 8em;
  margin-right: 1em;
}
#navigation ul {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: none;
}
#navigation ul li {
  border-bottom: 1px solid #CCFF33;
}
#navigation ul li a:link, #navigation ul li a:visited {
  background-color: #009900;
  color: #FF9900;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 5px 6px 5px;
  border-left: 2px solid #990000;
  border-right: 10px solid #990000;
}
#navigation ul li a:hover, #navigation ul li a:active {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #990000;
  color: #FFFF00;
  padding: 6px 5px 6px 5px;
}
#navigation ul ul {
  margin-top: 0;
  margin-left: 1em;
  display: block;
}
#navigation ul ul li {
  border-bottom: 1px solid #FFFFCC; 
  border-top: 1px solid #FFFFCC;
}
#navigation ul ul li a:link, #navigation ul ul li a:visited {
  background-color: #999900;
  color: #FFFF00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 5px 6px 5px;
  border-left: 2px solid #CC6600;
  border-right: 10px solid #CC6600;
}
#navigation ul ul li a:hover, #navigation ul ul li a:active {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #CC6600;
  color: #000000; 
  padding: 6px 5px 6px 5px;
}

#content {
  border-top: 3px solid #000000;
  border-bottom: 5px solid #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  margin: 1em 13em 0em 9em;
  padding: 0 1em 0 1em;
  position: relative;
}
#content table {
  font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
  border: 2px solid #000000;
  border-left: 3px solid #000000;
  border-top: 4px solid #000000;
  border-collapse: collapse;
  width: 100%;
}
#content th {
  font: bold 1.1em Arial, Helvetica, sans-serif;
  border: 1px solid #000000;
  background-color: #99CC66;
  padding: 4px;
  text-align: center;
}
#content td {
  text-align: center;
  border: 1px solid #000000;
}
#content .left {
  text-align: left;
}
#content caption {
  font: bold 0.9em "Courier New", Courier, monospace;
}
#content tr.altrow {
  background-color: #CCFF99;
  color: #000000;
  text-align: left;
}
#content a:link, #content a:visited {
  font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #339900;
}
#content a:hover, #content a:active {
  font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #66CC99;
} 
#content .special {
  list-style-image: url(../component/list.png);
  font: bold 0.8em Arial, Helvetica, sans-serif;
}
#content .special2 {
  list-style-image: url(../component/list2.png);
  font: bold 0.8em Arial, Helvetica, sans-serif;
  text-align: center;
}
#content ol {
  font: bold 0.8em Arial, Helvetica, sans-serif;
}
#content span {
  font: bold 0.8em Arial, Helvetica, sans-serif;
}
#content h2 {
  font: bold 1.2em Arial, Helvetica, sans-serif;
  background-color: #33CC66;
  display: block;
}
#content form table{
  border: none;
}
#content form table td{
  border: none;
  border-bottom: 1px solid #000000;
  text-align: left;
}
#content form input.txt {
  background-color: #FFFFCC;
  border: 1px inset #008B00;
  width: 200px;
}
#content form textarea.txt {
  background-color: #FFFFCC;
  border: 1px inset #008B00;
  width: 200px;
  height: 140px;
  font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
#content form input.btn {
  color: #008B00;
  background-color: #ADE6D8;
  border: 1px outset #008B00;
}
#content p.right {
  text-align: right;
}
#content p.conten {
  font: bold 0.8em Arial, Helvetica, sans-serif;
}
#content a.news:link, #content a.news:visited {
  font: bold 0.8em Arial, Helvetica, sans-serif;
}

#newrelease {
  list-style-type: none;
}
#newrelease li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #333333;
}
#newrelease img {
  display: block;
}
#newrelease h2 {
  font-family: bold 1em  Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #CCCC99;
  color: #993333;
  border-right: 10px solid  #993333;
  border-left: 10px solid  #993333;
  border-bottom: 3px solid #993333;
  border-top: 2px solid #993333;
}

#news {
  clear: left;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  padding: 0 1em 0 1em;
  border-top: 2px solid #000000;
}
#news h2 {
  font-family: bold 1em  Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #CCCC99;
  color: #993333;
  border-right: 10px solid  #993333;
  border-left: 10px solid  #993333;
  border-bottom: 3px solid #993333;
  border-top: 2px solid #993333;
}
#news p {
  font: bold 0.8em Arial, Helvetica, sans-serif;
}
#news span {
  font: bold 1em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #000000;
  color:#000000;
  display: block;
}
#news a:link, #news a:visited {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color:#9966CC;
}
#news a:hover {
  font: bold 1.1em Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color:#9933FF;
}
#news li {
  font: bold 0.8em Arial, Helvetica, sans-serif;
}

#affiliates {
  position: relative;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  right: 0;
  top: 1em;
  width: 12em;
  padding: 0;
  margin: 0;
  border: 2px solid #000000;
  background-color: #FFFFCC;
}
#affiliates .smallhead {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
  background-color: #33CC66;
  border-bottom: 3px solid #000000;
  border-top: 2px solid #000000;
}
#affiliates span {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  display: block;
}
#affiliates img {
  border: none;
  width: 150px;
}

#testimonial {
  position: absolute;
  top: 34em;
  left: 2em;
  width: 8em;
  border: 2px solid #000000; 
  background-color: #FFFFCC;
}
#testimonial span {
  background-color: #33CC66;
  color: #000000;
  display: block;
  font: bold 1.1em Arial, Helvetica, sans-serif;
  text-align: center;
  border-bottom: 3px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
#testimonial .nama {
  background-color: transparent;
  color: #990000;
  display: block;
  font: bold 0.9em Arial, Helvetica, sans-serif;
  text-align: right;
  border: none
}
#testimonial p {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  text-align: justify;
}
#testimonial a:link, #testimonial a:visited {
  color: #996666;
  text-decoration: none;
}
#testimonial a:hover {
  color: #993333;
  text-decoration: underline;
}

#footer h2 {
  background-color: #CCCC99;
  position: relative;
  width: 100%;
  top: 5em;
  margin: 0;
  border: 3px solid #009900;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: center;
  clear: both;
}

.nama {
  background-color: transparent;
  color: #990000;
  display: block;
  font: bold 0.9em Arial, Helvetica, sans-serif;
  text-align: right;
  border: none
}
