﻿*
{
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #231f20;
}
body
{
  background-color: Black;
}
td
{
  vertical-align: top;
}

h2
{
  margin: 10px 0;
}

.imageLeft img
{
  border: solid 1px Black;
}

#page
{
  width: 905px;
  height: 694px;
  margin: 30px auto 20px auto;
  background-color: White;
  position: relative;
  overflow: hidden;
}

#tbMain
{
  width: 100%;
}

.divFlying
{
  position: absolute;
  width: 250px;
  left: 415px;
  top: 520px;
  text-align: right;
}
.divFlying a
{
  font-size: 9px;
  text-decoration: none;
}
.divFlying img
{
  margin-left: -20px;
}

.cornerBottomLeft
{
  position: absolute;
  top: 663px;
}
.cornerBottomRight
{
  position: absolute;
  top: 663px;
  left: 873px;
}

/*********************
       TOP
 *********************/
#tbMenuBar
{
  width: 100%;
  margin-bottom: 18px;
}
#tdRightTabExtension
{
  width: 347px;
}

#tdTopMenu
{
  padding: 10px 22px 0 0;
  text-align: right;
  color: #c2c3c5;
  font-size: 11px;
}
#tdTopMenu a
{
  font-size: 11px;
  margin: 0 5px;
  color: #c2c3c5;
  text-decoration: none;
}
#tdTopMenu a:hover, #tdTopMenu a.selected
{
  color: #58585a;
}

/*********************
       LEFT
 *********************/
#tdLeft
{
  width: 136px; /*border-right: dashed 1px #c2c3c5;*/
  background: url('../images/vertDashedLine.gif') no-repeat top right;
}
#divLeft
{
  position: relative;
}
.leftTitle
{
  width: 95px;
  padding: 6px 0 5px 18px;
  font-size: 10px;
}
.leftTitle a
{
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
ul.leftMenu
{
  width: 113px;
  clear: both;
}
.leftMenu li
{
  list-style: none;
  border-top: solid 1px #58585a;
}
.leftMenu li a
{
  font-size: 10px;
  display: block;
  width: 95px;
  padding: 6px 0 6px 18px;
  text-decoration: none;
}
.leftMenu li.selected a, .leftMenu li a:hover
{
  background-color: #e1e1e1;
}

.privacyEtc
{
  position: absolute;
  top: 414px;
  left: 18px;
}
.privacyEtc a
{
  font-size: 9px;
  color: #a7a9ac;
  text-decoration: none;
}
.privacyEtc a:hover
{
  color: #58585a;
}

/*********************
       CONTENT
 *********************/
#tdContent
{
  background: White url('../images/content_bg.gif') no-repeat left bottom;
  padding: 0 30px 0 40px;
  height: 484px;
}
h1
{
  text-transform: uppercase;
}
#tdContent li
{
  margin-left: 20px;
}
#mainContent
{
  position: relative;
}

.bottomLink
{
  position: absolute;
  top: 447px;
  left: 0;
}
.bottomLink a
{
  font-size: 11px;
  font-weight: bold;
  color: #6d6e71;
}
.bottomLink a:hover
{
  color: #231f20;
}

/*********************
       RIGHT
 *********************/
#tdRight
{
  width: 259px;
}
.pageImage
{
  border: solid 1px Black;
  margin-bottom: 8px;
}
.pageImage.last
{
  margin-bottom: 0;
}

#google_translate_element
{
  margin-right: 12px;
  height: 58px;
  margin-top: 12px;
}

#tdTopMenu
{
  padding-top: 28px;
}

