/* CSS Document */

body#liss {
  position: absolute;
  width: 100%;
  height:100%;
  
  margin:   0px;
  padding:  0px;
  z-index:  0px;

  background-color: white;
  color:      black;
  font-family: arial, verdana,sans-serif,trebuchet;
  font-size:   12px;
  letter-spacing: 0;
  word-spacing:   0;
  
  background: #090909 url("background.png") repeat-x top;
  
  scrollbar-track-color: #000;
  scrollbar-face-color: #ff0;
  scrollbar-highlight-color: #fff;
  scrollbar-3dlight-color: #2f3538;
  scrollbar-darkshadow-color: #000;
  scrollbar-shadow-color: #333;
  scrollbar-arrow-color: #000;}

#header-line {
  position:relative;
  width:800px; height:86px;}
#logo-text {
  position:absolute;
  left:18px; top:14px;
  color:yellow;
  font-size:34px;
  font-weight:bold;
  text-align:left;
  z-index:2}
#logo-img {
  position:absolute;
  left:17px; top:12px;
  width:299px; height:35px;
  background: transparent url("logo.gif") left top;
  z-index:3}
#menu-top {
  position:absolute;
  left:19;top:65px;
  color:#aaa;}
#menu-top a {color:black;text-decoration:none;font-weight:bold;}
#menu-top a:hover {text-decoration:underline;}
#menu-language {
  position:absolute;
  right:19;top:65px;
  color:#aaa;}
#menu-language a {color:black;text-decoration:none;font-weight:bold;}
#menu-language a:hover {text-decoration:underline;}

#main {
  position:relative;
  width:806px; min-height: 550px; _height: 550px;
  background: white url("background-main-intro.gif") left top;}
#fade-left {
  position:absolute;
  left:-12px;
  width:15px; height: 510px;
  background: transparent url("sidefade-left.png");}
#fade-right {
  position:absolute;
  left:803px;
  width:15px; height: 510px;
  background: transparent url("sidefade-right.png");}
  
#img-intro {
  position:relative;
  display:block;
  width:762px;height:276px;
  margin-top:5px;
  text-decoration: none;
  background: black url("intro-img-katana.jpg");}
#img-intro-mirror {
  position:relative;
  width:762px;height:21px;
  margin-top:5px;
  background: transparent url("intro-img-katana-mirror.gif") no-repeat;}
#moto {
  position:absolute;
  left:15px; bottom:10px;
  color:#ff0;
  font-size:30px;
  font-weight:bold;}
#intro-button {
  position:absolute;
  right:8px; bottom:10px;
  width:177px;height:42px;
  background: transparent url("intro-button-continue.gif") no-repeat;}
#intro-button span {
  position:absolute;left:0px; 
  display:block;
  width:177px;height:45px;
  font-size:20px;
  font-weight:block;
  color:#ff0;
  text-decoration:none;
  text-align:center;
  line-height:37px;}
a:hover#img-intro  span {
  background: transparent url("intro-button-continue-over.gif") no-repeat;
  color:#fff;}
  
#text-frame {
  margin-left:40px;
  margin-right:40px;}
#quickNews {
  position:relative;
  margin-left:22px;
  margin-right:22px;
  padding-top:2px;
  padding-bottom:2px;
  border-top:1px solid #888;
  border-bottom:1px solid #888;}
#quickNewsTitle {
  position:relative;
  left:20px;
  text-align:left;
  font-weight:bold;}
#quickNewsTitle a{color:black;text-decoration:none;}
#quickNewsTitle a:hover{text-decoration:underline;}
#quickNewsMessage {
  position:absolute;
  left:100px;top:2px;}
  
table {
  margin-left:18px;
  margin-right:12px;
  font-family: arial, verdana,sans-serif,trebuchet;
  font-size:   12px;
  letter-spacing: 0;
  word-spacing:   0;}
table.intro td {
  vertical-align:top;
  text-align:center;}
table.intro a {
  position:relative;
  display:block;
  color:black;
  font-weight:bold;
  text-align:left;
  text-decoration:none;}
table.intro a:hover {
  text-decoration:underline;}
table.intro .frame-left {
  position: absolute;
  width:140px; height:60px;
  left:0px; top:0px;
  background: transparent url("intro-frame-left.gif") no-repeat;}
table.intro .frame {
  position: absolute;
  width:140px; height:60px;
  left:0px; top:0px;
  background: transparent url("intro-frame.gif") no-repeat;}
table.intro .frame-right {
  position: absolute;
  width:140px; height:60px;
  left:0px; top:0px;
  background: transparent url("intro-frame-right.gif") no-repeat;}    
  
  
#footer {
  position:relative;
  width:806px; height:26px;
  background: #ff0 url("footer.png");}
#footer-left {
  position:absolute; left:0px;
  width:3; height:26px;
  background: #ff0 url("footer-left.png");}
#footer-right {
  position:absolute; right:0px;
  width:3; height:26px;
  background: #ff0 url("footer-right.png");}
#footer #copyright {
  position:absolute;
  right:20px;top:5px;
  font-size:12px;
  text-align:right;}
  

div.hr {
  margin-left: 0px;
  margin-right:0px;
  height: 1px;
  overflow: hidden;
  background-color: #acacac;}
h1 {
  font-size: 36px;
  margin: 0px;}
h2 {
  font-size: 13px;
  font-weight: bold;}
p {text-align:justify;}
a img {border:0px;}
