html, body
{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 90%;
}

body
{
  margin: 15px;
  background: #fff url("/images/main_bg.jpg") repeat-x top;
}

pre
{
  margin: 5px;
  font-size: 12px;
  color: #990000;
}

#layout
{
  min-width: 770px;
  height: 550px;;
}

#header
{
  width: 100%;
  height: 88px;
  background: url("/images/header_bg.jpg");
  background-repeat: repeat-x;
}

#headerleft
{
  float: left;
  width: 10px;
  height: 88px;
  background: url("/images/header_bgl.jpg");
}

#headerright
{
  float: right;
  width: 10px;
  height: 88px;
  background: url("/images/header_bgr.jpg");
}

#logo
{
  position: absolute;
  top: 30px;
  left: 38px;
}
#powered
{
  position: absolute;
  top: 75px;
  left: 38px;
}
#logo a, #powered a
{
  display: block;
  padding: 5px;
}


#nav_top
{
  white-space: nowrap;
  display: inline;
  margin: 62px 0 0 224px;
  padding: 0;
  float: left;
  font-size: 93%;
  line-height:normal;
}
#nav_top ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav_top li
{
  float: left;
  background: url("/images/nt_left_both.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 9px;
  border-bottom: 1px solid #e2e3e5;
}
#nav_top a
{
  float:left;
  display:block;
  width:.1em;
  background:url("/images/nt_right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#5c7995;
}
#nav_top > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_top a {float:none;}
/* End IE5-Mac hack */
#nav_top a:hover
{
  color:#e67505;
}
#home #nt_home, #info #nt_info,
#products #nt_products, #members #nt_members,
#support #nt_support, #contact #nt_contact
{
  background-position:0 -150px;
  border-width:0;
}
#home #nt_home a, #info #nt_info a,
#products #nt_products a, #members #nt_members a,
#support #nt_support a, #contact #nt_contact a
{
  background-position:100% -150px;
  padding-bottom:5px;
  color: #324f69;
  border-bottom: 1px solid #FFF;
}
#nav_top li:hover, #nav_top li:hover a
{
  background-position:0% -150px;
  color:#e67505;
}
#nav_top li:hover a
{
  background-position:100% -150px;
}


#navigation
{
  position: absolute;
  top: 75px;
  left: 15px;
  margin: 30px 20px 20px 20px;
  padding: 0;
  width: 162px;
}

#navigation ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}

#navigation li
{
   margin: 2px 0 0 0;
   height: 24px;
   font-size: 11px;
}

#navigation li a {
   display: block;
   padding: 5px 0 0 12px;
   text-decoration: none;
   height: 100%;
   background: url("/images/nl_normal.jpg") no-repeat;
   color: #333333;
}

html>body #navigation li a {
   width: auto;
}

#navigation li a:hover, #navigation li a.active {
   background: url("/images/nl_over.jpg") no-repeat;
   color: #e67505;
}
#navigation li a.active {
   background: url("/images/nl_active.jpg") no-repeat;
   color: #000;
}

#nav_lang
{
  position: relative;
  top: 10px;
}
#nav_lang, .points
{
  font-size: 9px;
  color: #CCC;
  text-align: right;
}
#nav_lang a
{
  margin: 0 1px 0 1px;
  padding: 2px;
}
#nav_lang img
{
  vertical-align: top;
}


#main
{
  margin: 27px 20px 35px 45px;
  background-color: #FFF;
  font-size: 82%;
  color: #333;
  line-height: 145%;
  text-align: justify;
}
#main div
{
  margin-bottom: 5px;
}

h1
{
  margin: 20px 0 20px -13px;
  font-size: 120%;
  padding: 0px;
  color: #e67505;
  line-height: 120%;
}

h2
{
  margin: 20px 0 8px -13px;
  font-size: 110%;
  padding: 0px;
  color: #666;
  line-height: 120%;
}

h3
{
  color: #666;
  line-height: 120%;
  font-size: 110%;
}

.small
{
  font-size: 78%;
}

.light
{
  color: #999;
}

#main a
{
  color: #324f69;
  text-decoration: underline;
}
#main a:hover
{
  color: #e67505;
  text-decoration: underline;
}
#main li a
{
  text-decoration: none;
}

#disclaimer
{
  border-top: 1px solid #F0F0F0;
  padding: 4px;
  font-size: 80%;
  text-align: right;
  background-color: #FFF;
  color: #AAA;
  line-height: 130%;
}
#disclaimer a
{
  color: #AAA;
  text-decoration: none;
}

.print
{
  display: none;
}

table
{
  border-collapse: collapse;
}
table td
{
  font-size: 70%;
  background-color: #FFF;
  color: #333;
}

table.list td
{
  padding: 4px 8px 4px 8px;
  border-bottom: 1px solid #D9D9D9;
}
table.list table.sub td
{
  padding: 1px;
  border-bottom: 0;
}
table.list th
{
  font-size: 72%;
  text-align: center;
  padding: 5px 8px;
  background-color: #EFEFEF;
  color: #5c7995;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}
table.list table.sub th
{
  padding: 0;
  background-color: #fff;
  border-top: 0;
  border-bottom: 0;
}
table.list th.top
{
  background: url("/images/tht_bg.jpg") left top repeat-x;
  border-top: 0;
}
table.list th.bottom
{
  background: url("/images/thb_bg.jpg") left bottom repeat-x;
  border-bottom: 0;
}
table.list td.left
{
  font-weight: bold;
  background-color: #F9F9F9;
  color: #666;
}

input[type=text], input[type=password], select, textarea
{
  font-size: 12px;
  background-color: #FFFFFF;
  border: 1px solid #999;
  padding: 2px;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus
{
  background-color: #faf3e1;
  border: 1px solid #CCC;
  border-color: #999 #CCC #CCC #999;
}

.highlight
{
  color: #324f69;
  font-weight: bold;
}

.orange
{
  color: #e67505;
  font-weight: bold;
}

#main ul
{
  padding: 0 0 0 18px;
  line-height: 160%;
}

#main ul li ul li
{
  padding-top: 2px;
  line-height: 130%;
}

.noborder
{
  border-bottom-color: #EFEFEF;
}
