body {
   margin: 0px;
   border: 0px;
   padding: 0px;
   width: 100%;
   height: 100%;
   background-color: #1f1a17;
   font-family: Arial, sans-serif;
   font-size: 12px;
}
.imagePreview {
   position: absolute;
   top: 1px;
   left: 1px;
   height: 66px;
   width: 88px;
}
.imagePreview2 {
   position: absolute;
   top: 1px;
   left: 1px;
   height: 66px;
   width: 88px;
}
.imagePreviewBar2 {
   position: relative;
   float: left;
   height: 68px;
   width: 90px;
   background-color: White;
}
.menuItemBar {
   position: relative;
   float: left;
   width: 90px;
   height: 16px;
   background-color: White;
   margin-right: 9px;
}
.menuItemBar2 {
   position: relative;
   float: right;
   width: 90px;
   height: 16px;
   background-color: White;
   margin-left: 9px;
}
.menuItem {
   position: absolute;
   top: 1px;
   left: 1px;
   width: 88px;
   height: 14px;
   background-color: #c0a062;
   text-align: center;
   color: #1f1a17;
   font-weight: bolder;
   text-decoration: none;
   font-size: 11px;
}
.menuItemActive {
   position: absolute;
   top: 1px;
   left: 1px;
   width: 88px;
   height: 14px;
   text-align: center;
   font-weight: bolder;
   text-decoration: none;
   font-size: 11px;
   background-color: #da251d;
   color: White;
}
.menuItem2 {
   position: absolute;
   top: 1px; left: 1px;
   width: 88px;
   height: 14px;
   background-color: #c0a062;
   text-align: center;
   color: #1f1a17;
   font-weight: bolder;
   text-decoration: none;
   font-size: 11px;
}
.menuItem2Active {
   position: absolute;
   top: 1px; left: 1px;
   width: 88px;
   height: 14px;
   text-align: center;
   font-weight: bolder;
   text-decoration: none;
   font-size: 11px;
   background-color: #da251d;
   color: White;
}
.mainImage {
   position: absolute;
   top: 1px;
   left: 1px;
}
.mainImageBar {
   position: relative;
   top: 5px;
   left: 2px;
   height: 360px;
   background-color: White;
}
.mainImageDesc {
   position: absolute;
   top: 368px;
   left: 3px;
   color: White;
   font-size: 11px;
   text-align: justify;
   margin: 0px;
}
.categoryItemBar {
   position: relative;
   height: 68px;
   width: 90px;
   background-color: White;
}
.categoryItemLink {
   text-decoration: none;
}
.categoryItemDesc {
   color: White;
   background-color: #c0a062;
   margin: 1px;
   font-size: 11px;
}
.categoryItemDescBar {
   position: absolute;
   bottom: 0px;
   width: 100%;
   height: 16px;
   background-color: White;
   text-align: center;
   cursor: pointer;
}

.mainBar {
   position: absolute;
   width: 800px;
   height: 590px;
   background-color: #1f1a17;
   margin: 10px;
}

.topLogo {
   position: absolute;
   left: 7px;
}
.topLogoBar {
   position: relative;
   width: 100%;
   height: 57px;
}

.topMenuBar {
   position: relative;
   left: 6px;
   width: 100%;
   height: 22px;
}

.mainPartBar {
   position: relative;
   width: 800px;
   height: 489px;
   background-color: #c0a062;
}

.leftCategoryBar {
   position: relative;
   width: 102px;
   height: auto;
   padding: 5px;
}

.mainWindowBar {
   position: absolute;
   left: 102px;
   top: 0px;
   width: 698px;
   height: 100%;
}
.mainWindowImage {
   position: relative;
   width: 498px;
   height: 419px;
}
.mainWindowTextBar {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 200px;
   height: 419px;
}
.mainWindowText {
   font-size: 11px;
   color: White;
   margin: 10px;
}
.bottomImageBar {
   position: relative;
   left: 2px;
   width: 100%;
   height: 70px;
}

.bottomMenuBar {
   position: absolute;
   top: 568px;
   width: 100%;
   height: 22px;
}
.bottomMenu {
   position: relative;
   top: 3px;
   width: 100%;
   height: 100%;
}
.bottomMenuText {
   margin-top: 1px;
   margin-left: 8px;
   text-align: left;
   color: White;
   font-size: 14px;
}
.bottomMenuItemBar {
   position: absolute;
   top: 4px;
   right: 12px;
   width: 320px;
}

a.menuItem:hover, a.menuItem2:hover {
   background-color: #da251d;
   color: White;
}
