html {
    overflow: hidden;
    height: 100%;
}

body {
    background: #000000;
    height: 99%;
    margin: 0;
    padding: 0;
    line-height: 140%;
    text-align: center;
}
* {
    font-size: 8pt;
    font-family: Tahoma, Verdana, sans-serif;
    color: #222;
    text-align: left;
    outline: none;
}

A {
    text-decoration: none;
}

a:hover {
    color: red;
}

h2 {
    font-size: 11pt;
    font-weight: bold;
    width: 100%;
    color: #444;
    height: 20px;
    border-bottom: 1px solid #666;
}

img {
    border: 0px;
}

.elrondImg {
    border: 1px solid #444;
}

/* === Containers === */
#outerContainer {
    margin: 0 auto 0 auto;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 1000px;
    visibility: hidden;
}

#innerContainer {
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

#mainContainer {
    position: relative;
    top: -260px;
    width: 100%;
    height: 520px;
}

#topContainer {
    position: absolute;
    top: 0px;
    width: 1000px;
    height: 20px;
}

#midContainer {
    position: absolute;
    top: 20px;
    width: 1000px;
    height: 440px;
    margin: 0px;
    background-image: url(../img/main/mainbg.gif);
}

#bottomContainer {
    position: absolute;
    top: 465px;
    width: 1000px;
    height: 20px;
}

/* === footer === */
#footer {
    position: absolute;
    width: 950px;
    left: 25px;
    height: 20px;
    text-align: left;
    font-size: 10px;
}

#footer p {
    text-align: left;
    font-size: 10px;
}

#linkMaker {
    float: left;
    height: 20px;
    width: 50%;
    background: url(../img/main/page_link.png) left no-repeat;
}

#linkMakerInput {
    margin-left: 20px;
    margin-top: 2px;
    height: 12px;
    font-size: 10px;
    width: 270px;
    background: #dcdcdc;
    border: 1px solid #999;
}

#linkMakerInputWrapper {
    opacity: 0;
}

/* ===  Menu === */
#menuContainer {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 980px;
    left: 10px;
    top: 10px;
    height: 18px;
}

#menuBackground {
    position: absolute;
    width: 980px;
    height: 18px;
    background: #fff;
}

#menuUnderline {
    height: 18px;
    background: #000;
    width: 10px;
    left: 400px;
    position: absolute;
}

#pointerLeft {
    width: 6px;
    height: 18px;
    float: left;
    background-image: url(../img/menu/pointer_left.gif);
}

#pointerRight {
    width: 6px;
    height: 18px;
    float: right;
    background-image: url(../img/menu/pointer_right.gif);
}

#menuItems {
    position: relative;
    float: right;
    margin: 0px;
    visibility: inherit;
}

#menuItems .menuItem {
    float: left;
    display: block;
    margin-right: 20px;
    height: 18px;
    color: #222;
}

#menuItems .menuItem a {
    font-size: 12px;
    margin-left: 20px;
    margin-top: 4px;
    height: 18px;
    color: inherit;
}

.menuCaption {
    font-size: 12px;
    margin-left: 20px;
    margin-top: 4px;
    height: 18px;
    color: #222;
}

#menuHome {
    background: url(../img/menu/home.png) left no-repeat;
}

#menuProjects {
    background: url(../img/menu/projects.png) left no-repeat;
}

#menuVideo {
    background: url(../img/menu/video.png) left no-repeat;
}

#menuGalleries {
    background: url(../img/menu/camera.png) left no-repeat;
}

#menuMp3 {
    background: url(../img/menu/mp3.png) left no-repeat;
}

#menuContact {
    background: url(../img/menu/contact.png) left no-repeat;
}

#menuLinks {
    background: url(../img/menu/links.png) left no-repeat;
}

/* ===  Backgrounds === */
#primaryBackground {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 980px;
    height: 420px;
}

#secondaryBackground {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 980px;
    height: 420px;
}

#overlayBackground {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 980px;
    height: 420px;
    background-image: url(../img/main/bgoverlay.png);
}

/* === loader === */
#loader {
    position: absolute;
    top: 170px;
    left: 345px;
    width: 310px;
    height: 100px;
    background-image: url(../img/main/elrond.png);
    visibility: hidden;
    z-index: 200000;
}

#progressBar {
    position: absolute;
    top: 48px;
    left: 5px;
    width: 300px;
    height: 5px;
    background: #fff;
}

#progressBarBg {
    position: absolute;
    top: 48px;
    left: 5px;
    width: 300px;
    height: 5px;
    background: #222;
}

#indicator {
    position: absolute;
    left: 16px;
    top: 10px;
    margin: 0px;
    padding: 0px;
}

/* === panels === */
#panelContainer {
    position: absolute;
    top: 35px;
    left: 20px;
    width: 960px;
    height: 385px;
}

#panelLeftContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 385px;
    background: #222;
    opacity: 0;
}

#panelRightContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 385px;
    background: #222;
    opacity: 0;
}

.panelLeftContainerHome {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 385px;
    background: #fff;
    opacity: 0.7;
}

.panelRightContainerHome {
    position: absolute;
    top: 385px;
    left: 670px;
    width: 290px;
    height: 0px;
    background: #fff;
    opacity: 0;
}

.panelLeftContainerProjects {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 650px;
    height: 385px;
    background: #fff;
    opacity: 0.7;
}

.panelRightContainerProjects {
    position: absolute;
    top: 0px;
    left: 670px;
    width: 290px;
    height: 385px;
    background: #fff;
    opacity: 0.7;
}

.panelLeftContainerGalleries {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 380px;
    height: 385px;
    background: #fff;
    opacity: 0.7;
}

.panelRightContainerGalleriesA1 {
    position: absolute;
    top: 385px;
    left: 400px;
    width: 10px;
    height: 0px;
    background: #fff;
    opacity: 0;
}

.panelRightContainerGalleriesA2 {
    position: absolute;
    top: 0px;
    left: 400px;
    width: 10px;
    height: 385px;
    background: #fff;
    opacity: 0.3;
}

.panelRightContainerGalleriesA3 {
    position: absolute;
    top: 0px;
    left: 400px;
    width: 560px;
    height: 385px;
    background: #fff;
    opacity: 0.7;
}

.panelRightContainerGalleriesB1 {
    position: absolute;
    top: 0px;
    left: 960px;
    width: 0px;
    height: 385px;
    background: #fff;
    opacity: 0;
}

/* content panels */
.panelLeftContentA1 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 940px;
    height: 365px;
    overflow: hidden;
    opacity: 1;
}

.panelLeftContentA2 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 630px;
    height: 365px;
    overflow: hidden;
    opacity: 1;
}

.panelLeftContentA3 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 360px;
    height: 365px;
    overflow: hidden;
    opacity: 1;
}

.panelRightContentA1 {
    position: absolute;
    top: 10px;
    left: 680px;
    width: 270px;
    height: 365px;
    overflow: hidden;
    opacity: 1;
}

.panelRightContentA2 {
    position: absolute;
    top: 10px;
    left: 410px;
    width: 540px;
    height: 365px;
    overflow: hidden;
    opacity: 1;
}

/* projects */
.projectListItem {
    display: block;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    outline: 0px;
    text-align: center;
}

/* scrollbars */
#scrollbarLeft {
    position: absolute;
    top: 0px;
    left: 950px;
    width: 10px;
    height: 385px;
    background: #222;
    opacity: 1;
    visibility: hidden;
}

#handleLeft {
    height: 30px;
    width: 6px;
    background: #fff000;
    border: 2px solid #000;
    visibility: hidden;
}

#scrollbarRight {
    position: absolute;
    top: 0px;
    left: 950px;
    width: 10px;
    height: 385px;
    background: #222;
    opacity: 1;
    visibility: hidden;
}

#handleRight {
    height: 30px;
    width: 6px;
    background: #fff000;
    border: 2px solid #000;
    visibility: hidden;
}

/*** tool tips ***/
.tip {
    width: 139px;
    z-index: 100;
    color: #fff;
}

.tip-title {
    z-index: 100;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(../img/admin/bubble.png) top left;
}

.tip-text {
    z-index: 100;
    font-size: 9px;
    padding: 4px 8px 8px;
    color: #fff;
    background: url(../img/admin/bubble.png) bottom right;
}

/* newsy */
.news_date {
    float: right;
    width: 70px;

}

.news_title {
    font-weight: bold;
    font-style: italic;
    float: left;
}

/* lists */
ul {
    list-style-image: url(../img/admin/bullet_black.png);
    padding: 0 0 0 18px;
    margin: 8px 0 12px 0;
}

li {
    padding: 0;
    margin: 0 0 6px 0;
}

.kaman {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
}

