﻿html
{
   
	background-color:#000;
}

html, body
{
    margin: 0;
    padding: 0;
	height:100%;width:100%;
}

h1
{
    font-size: 73px;
    margin: -10px 0 -10px;
}
img
{
    border: 0;
}
h2
{
    font-size: 23px;
    margin: 0;
}
div, td
{
    color: White;
    font-family: Myriad Pro, Arial;
    font-size: 14px;
    text-align: left;
}
td
{
    vertical-align: top;
}
input, textarea
{
    font-family: Arial;
    font-size: 12px;
    color: #000;
}
a
{
    color: White;
}
img.border
{
    border: solid 1px #222;
}
body
{
    background: #000 url(/images/bg.jpg) no-repeat center top;
}
#logo
{
    position: absolute;
    top: 43px;
    left: 0;
}
div#main
{
    width: 1002px;
    position: relative;
}
.menu
{
    margin: 0 -14px;
}
.menu a
{
    margin: 0 14px;
    text-decoration: none;
}
.menu a.selected, .menu a:hover, .menu a:active
{
    border-bottom: solid 5px #56b5cb;
}
.menu.left
{
    position: absolute;
    left: 0;
    top: 83px;
}
.menu.left *, .menu.right *
{
    display: block;
    float: left;
}
.menu.left .marked
{
}
.menu.right
{
    position: absolute;
    right: 0;
    top: 83px;
}
div#footer
{
    position: absolute;
    right: 0;
    top: 810px;
    padding-bottom: 30px;
}
div#footer td
{
    padding-left: 50px;
    font-size: 10px !important;
    color: #808080 !important;
}
div#footer b
{
    color: White;
}

::-moz-selection
{
    background: #56B5CB;
    color: #000;
}



::selection
{
    background: #56B5CB;
    color: #000;
}
div#footer a
{
    color: #808080 !important;
    text-decoration: none;
}
div#footer a:hover
{
    text-decoration: underline;
}
table, tr, td
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    vertical-align: top;
}
div#contentzone
{
    width: 1002px;
    height: 500px;
    position: absolute;
    top: 197px;
}
/*For subpages*/
.subpage.leftimage
{
    float: left;
}
.subpage.textblock
{
    position: absolute;
    right: 0;
    width: 750px;
}
/*forms*/
table.form td
{
    padding-bottom: 15px;
    padding-right: 16px;
    color: #808080;
}
.form.textbox
{
    width: 177px;
    height: 16px;
    padding: 1px 0 0 4px;
    margin: 0;
    border: 0;
}
.form.textarea
{
    width: 360px;
    height: 140px;
    padding: 1px 0 0 4px;
    margin: 0;
    border: 0;
}
table.form td.submit
{
    text-align: right;
}




.marked
{
    color: #56B5CB;
}

.overlay /*login*/
{
    border: 1px solid #313131;
    padding: 20px;
    background-color: #000;
    display: none;
    width: 263px;
    height: 90px;
    z-index: 10000; /* must be initially hidden */
    display: none; /* place overlay on top of other elements */
    z-index: 10000;
    border: 1px solid #666;
    top: 300px !important; /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}


/* close button positioned on upper right corner */
.overlay .close
{
}



/*Gallery*/
#gallery
{
    height: 621px;
    width: 1000px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    top: -79px;
}

#gallery table, #gallery td
{
    height: 602px;
}



#gallery img.Original
{
    position: relative;
    top: -602px;
}
#gallery img
{
    float: left;
    margin: 0;
    border: solid 1px #313131;
}
#gallery table td.space img
{
    width: 20px;
    height: 1px;
    border: 0;
}



