/* 
    Document   : page
    Created on : 2010-03-06, 20:10:04
    Author     : ZuluS
    Description:
        Page style
*/
* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}
a:focus {
    outline: none;
}
img {
    border: 0px solid;
}
.clearFix {
    display: block;
    clear: both;
}
html {
    font-family: verdana, sans-serif;
    font-size: 12px;
    background: #0c0c0c;
}
#pageWrapper {
    background: #000 url(../images/bg.gif) repeat-x;
    
}
#page {
    height: 820px;
    position: relative;
    width: 922px;
    margin: 0 auto;
    background: url(../images/page-bg.jpg) no-repeat 673px 197px;
}
#bottom {
    position: absolute;
    width: 426px;
    height: 204px;
    display: block;
    right: 0px;
    top: 741px;
    background: url(../images/bottom.jpg);
    z-index: 4;
}
#footerWrapper {
    background: url(../images/footer-bg.gif) repeat-x;
    
    position: relative;
}
#footer {
    position: relative;
    z-index: 5;
    background: url(../images/frog.gif) no-repeat 215px 0px;
    height: 180px;
    width: 922px;
    margin: 0 auto;

}
#top {
    height: 149px;
    background: url(../images/top.jpg) no-repeat;
    position: relative;
}
#top a {
    display: block;
    width: 250px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#menu {
    height: 48px;
    background: url(../images/menu-bg.jpg) no-repeat right top;
    position: relative;
}
#menu .bottom {
    width: 357px;
    height: 81px;
    display: block;
    position: absolute;
    top: 48px;
    left: 316px;
    background: url(../images/menu-bottom.jpg) no-repeat;
}
#menu li {
    display: inline;
    list-style: none;
}
#menu a {
    display: block;
    height: 48px;
    position: absolute;
    top: 0px;
}
#menu a span {
    display: none;
}
#menu .portfolio {
    width: 136px;
    background: url(../images/menu-portfolio.jpg);
    left: 254px;
}
#menu .about {
    width: 134px;
    background: url(../images/menu-about.jpg);
    left: 390px;
}
#menu .contact {
    width: 149px;
    background: url(../images/menu-contact.jpg);
    left: 524px;
}


#menu a:hover, #menu a.active {
    background-position: 0px -48px;
}
#gallery .title {
    display: none;
}
#content {
    width: 617px;
    height: 416px;
    padding: 8px 10px;
    background: #0f0f0f;
    border: 1px solid #272727;
    position: absolute;
    color: #949494;
    left: 41px;
    top: 308px;
    overflow: auto;
    z-index: 10;
}
#content a {
    color: #8bdb29;
}
#content ul, #content ol, #content p {
    padding-bottom: 10px;
    line-height: 1.5em;
}
#content ul, #content ol {
    padding-left: 20px;
}
#footer .copy {
    display: block;
    position: absolute;
    z-index: 20;
    color: #565656;
    font-size: 10px;
    left: 679px;
    top: 108px;
}
#footer ul {
    left: 47px;
    top: 28px;
    position: absolute;
}
#footer li {
    list-style: none;
}
#footer li a {
    display: block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    color: #5e5e5e;
    text-decoration: none;
    background: url(../images/dot.gif) repeat-x 2px 29px;
}
#footer li a:hover, #footer li a.active {
    color: #8bdb29;
    text-decoration: underline;
}
.errContent {
    line-height: 1.5em;
    text-align: center;
}
.errContent h1 {
    font-size: 18px;
    text-align: center;
    padding-top: 100px;
    height: 30px;
}
#contact .colText {
    width: 305px;
    float: left;
    padding-right: 12px;
    padding-top: 5px;
    padding-left: 5px;
}
#form {
    float: left;
    padding-top: 0px;
    width: 275px;
}
#form label {
    display: block;
    line-height: 2em;
    height: 30px;
    line-height: 30px;
}
#form .text {
    background: #212121;
    color: #949494;
    border: 1px solid #434343;
    width: 260px;
    padding: 4px 2px;
}
#form textarea {
    height: 200px;
}
button {
    background: none;
    border: 0px solid;
}
#form .buttons {
    text-align: right;
    padding-top: 20px;
}
#galleryMenu {
    position: absolute;
    color: #949494;
    left: 50px;
    top: 280px;
    z-index: 4;
    font-weight: bold;
}
#galleryMenu a {
    color: #b06ff8;
    text-decoration: none;
    float: left;
    font-family: verdana;
}
#galleryMenu a:hover, #galleryMenu a.active {
    color: #d6b7f9;
}
#galleryMenu span {
    display: block;
    width: 36px;
    height: 15px;
    background: url(../images/pic.gif) no-repeat center center;
    float: left;
}
#galleryTitle {
    position: absolute;
    color: #9e52f4;
    left: 40px;
    top: 750px;
    z-index: 4;

}
#galleryTitle .date {
    color: #d5b6f6;
}
#outer .loader {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.zoomBg {
    width: 150px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    background: white;
    opacity: 0.2;
    -moz-opacity: 0.2;
}
#content .zoom {
    width: 150px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: white;
    line-height: 50px;
    text-align: center;
    color: white;
    background: none;
    z-index: 4;
    text-decoration: none;
}
#gallery .image {
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    left: 9px;
    top: 9px;
    width: 619px;
    height: 415px;
}
#gallery .active {
    display: block;
}
#nav {
    position: absolute;
    left: 694px;
    top: 664px;
    width: 123px;
    height: 90px;
    background: url(../images/moreBack.jpg) no-repeat;
    z-index: 8;
}
#nav a {
    display: block;
    width: 123px;
    height: 45px;
}
#slider {
    position: absolute;
    overflow: hidden;
    height: 280px;
    left: 694px;
    top: 389px;
    width: 160px;
}
#slider a {
    width: 160px;
    display: block;
    height: 67px;
    margin-bottom: 3px;
    position: relative;
}
#slider .bg {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 160px;
    height: 67px;
    background: url(../images/border.png) no-repeat;
}
#slider .min {
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    width: 138px;
    height: 43px;
    background: white;
}
#sliderWrap {
    position: absolute;
    left: 0px;
    top: 0px;
}