* { font-family: Verdana, Arial, Helvetica, sans-serif;}
body { background: white url('./gfx/bg.png') repeat-x; margin: 0; font-size: 12px; }
a { text-decoration: none; color: rgb(50, 50, 150); }
a:hover { text-decoration: underline; color: black; }



/* Header */
div.header { margin: 0 auto; width: 613px; height: 30px; background-repeat: no-repeat; background-image: url('./gfx/hdbg.png'); font-size: 10px; padding-left: 280px; padding-top: 57px; }

div.header a.tbtn {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
  color: rgb(153, 153, 153);
  text-decoration: none;
  margin-right: 16px; 
}

div.header a.tbtn:hover { text-decoration: underline; }

div.header a.home { background-image: url('./gfx/btn_home.gif'); }
div.header a.sitemap { background-image: url('./gfx/btn_sitemap.gif'); }
div.header a.contact { background-image: url('./gfx/btn_mail.gif'); }


div.menudiv { margin: 0 auto; width: 893px; }
div.menudiv table.menu { border-collapse: collapse; margin: 0; padding: 0; width: 100%; }
div.menudiv table.menu tbody tr td { margin: 0; padding: 0; }
div.menudiv table.menu tbody tr td.menu { background-repeat: repeat-y; background-position: left top; background-image: url('./gfx/graydot.png'); width: 227px; vertical-align: top; }
div.menudiv table.menu tbody tr td.menu a { display: block; margin: 2px 8px 0 16px; border-bottom: 1px solid rgb(178, 178, 178); text-decoration: none; color: black; padding: 2px 3px; }
div.menudiv table.menu tbody tr td.menu a:hover { border-bottom: 1px solid black; }
div.menudiv table.menu tbody tr td.menu a.active { font-weight: bold; }
div.menudiv table.menu tbody tr td.tablefooter { height: 12px; background-repeat: no-repeat; background-position: left top; background-image: url('./gfx/menubottom.png'); }
div.menudiv table.menu tbody tr td.imgs { padding-top: 10px; vertical-align: top; background-repeat: repeat-y; background-position: 12px top; background-image: url('./gfx/graydot.png'); }
div.menudiv table.menu tbody tr td.imgs div { font-size: 9px; margin-bottom: 10px; margin-left: 30px; color: rgb(190, 190, 190); letter-spacing: 5px; text-align: left; }
div.menudiv table.menu tbody tr td.imgs img { padding-right: 4px; padding-bottom: 4px; background-repeat: no-repeat; background-position: right bottom; background-image: url('./gfx/thumbbg.png'); border: 0; margin-right: 10px; }

/* Content */
div.content { width: 880px; margin: 20px auto 0 auto; }
div.content div.box { border: 1px solid rgb(178, 178, 178); margin: 10px 0; padding: 10px; }
h1 { font-size: 24px; margin-top: 2px; padding-bottom: 5px; border-bottom: 1px solid rgb(178, 178, 178); }
h2 { font-size: 20px; }

/* Footer */
div.footer { width: 880px; margin: 0 auto; border-top: 1px solid rgb(178, 178, 178); font-size: 10px; margin-top: 20px; padding-top: 5px; text-align: right; }

/* Ajax inner */
div.ajaxinner { display: none; }

/* gallery mod */
div.g { text-align: center; }
a.g img { border: 1px solid #C0C0C0; background-color: white; padding: 10px; margin: 10px; }
a.g:hover img { border: 1px solid black; background-color: rgb(240, 240, 240); }

a.gallink * { vertical-align: middle; border: 0; margin-right: 10px; }
a.gallink { text-align: left; display: block; text-decoration: none; font-size: 12px; font-weight: bold; margin-right: 10px; padding: 6px; color: rgb(100, 100, 100); }
a.gallink:hover { background-color: #C0C0C0; color: black; border: 1px solid black; padding: 5px; }

div.fsbg { position: absolute; background-color: #C0C0C0; display: none; }
div.imgwindow { background-color: white; border: 1px solid black; position: fixed; }
div.imgwindow div.ld { text-align: center; font-size: 10px; color: rgb(52, 172, 254); }

div.closeim { background-color: white; position: absolute; font-size: 11px; display: inline; padding: 0 0 5px 5px; top: 10px; }
div.closeim a { text-decoration: none; background-repeat: no-repeat; display: block; width: 24px; height: 24px; background-image: url('./gfx/close.gif'); }
div.closeim a:hover { text-decoration: none; background-image: url('./gfx/closehv.gif'); }