.ContentItem {
        width: 974px;
        height: 402px;
        /*border: 1px solid black;*/
        background-color: #000000;
        font-size: 12px;
        color: #ffffff;
        text-align: left;
        z-index: 0;
        display: none;
        position: absolute;
        left: 26px;
}

/*
.ContentItemA {
        width: 954px;
        height: 402px;
        border: 1px solid black;
        background-color: #000000;
        font-size: 12px;
        color: #ffffff;
        text-align: left;
        z-index: 100;
        display: block;
}
*/
body
{
  background: #0d1f23;
  margin: 0;
  padding: 0;
  text-align: center;
}

.Wrap
{
    width: 1027px;
    margin: 0px auto;
}

.Top
{
    width: 974px;
    height: 360px;
    margin: 0px auto;
}

.MenuBg
{
  width: 1027px;
  height: 39px;
  background: url('design/menubg.jpg') no-repeat;
}

.MenuItem
{
  width: 170px;
  height: 39px;
  float: left;
  font-family: arial;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;

  position:relative;
  top:1px;
}

.MenuItemText
{
  margin-top: 8px;
  display: block;
  color: #5d6b6c;
}

.MenuItemTextA
{
  margin-top: 8px;
  display: block;
  color: #ffffff;
}

.MenuItem_a
{
  width: 170px;
  height: 39px;
  float: left;
  background: url('design/menuitem.png') repeat-x;
}


.MenuSeparator
{
  width: 31px;
  float: left;
}


.Content
{
  width: 170px;
  height: 402px;
  float: left;
  cursor: pointer;
}

.Content1
{
  background: url('design/content1i.jpg') no-repeat;
}
.Content2
{
  background: url('design/content2i.jpg') no-repeat;
}
.Content3
{
  background: url('design/content3i.jpg') no-repeat;
}
.Content4
{
  background: url('design/content4i.jpg') no-repeat;
}
.Content5
{
  background: url('design/content5i.jpg') no-repeat;
}

.gallery_cell
{
  text-align: center;
  padding-bottom: 20px;
  padding-right: 20px;
  vertical-align: middle;
}

.CloseContentButton
{
  width: 60px;
  height: 15px;
  float: right;
  background: url('design/close0.png') no-repeat;
  cursor: pointer;
}

.CloseContentButton:hover
{
  width: 60px;
  height: 15px;
  float: right;
  background: url('design/close1.png') no-repeat;
  cursor: pointer;
}

.ContentDiv
{
  height: 350px;
  margin-top: 20px;
  margin-left: 20px;  
  width: 296px;
  float: left;
  text-align:justify;
  color: #a3b1b1;
  font-family: arial;
  font-size: 12px;
}

.ContentDiv2
{
  margin: 20px;
}

.ContentDiv3
{
  margin: 6px;
}


.ContentDiv a
{
  color: #a3b1b1;
  font-family: arial;
  font-size: 12px;
}

.ContentDiv ul
{
  font-family: arial;
  font-size: 12px;
}

.ContentDivTitle
{
  text-transform:uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.ContentArea
{
  text-align:left;
}

.ContentDiv li
{
  list-style-image: url('design/li.png');
}

.gallery_image
{
  border: 1px solid #ffffff;
}
