body {
    margin: 0;
    padding: 0;
    background: #231b12;
    }

#top {
    background: url("../img/bg.gif");
    }
    
body,
a {
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    }

img {
    border: none;
    }

*:focus,
a:focus { 
    outline: none;
    }

    
#masthead {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/header_fill.png");
    width: 1000px;
    height: 72px;
    }
    
    #masthead_notch {
        z-index: 100;
        position: absolute;
        top: 72px;
        left: 0;
        }
    

    #masthead h2,
    #masthead ul,
    #masthead li {
        margin: 0;
        padding: 0;
        }
    
    #masthead h2 {
        background: url("../img/logo.png") no-repeat;
        background-position: 73px 16px;
        }    
    #masthead h2 a {
        display: block;
        width: 629px;
        height: 50px;
        text-indent: -999px;
        }
        
    #masthead ul {
        position: absolute;
        top: 40px;
        left: 100px;
        }
    #masthead li {
        list-style: none;
        float: left;
        }
        
        #masthead li a {
            float: left;
            display: block;
            padding: 7px 13px 5px 13px;
            height: 20px;
            text-decoration: none;
            }
            
        #masthead li a.current {
            background: url("../img/masthead_nav_arrow.gif") no-repeat;
            background-position: bottom center;
            }

        #masthead li a:hover {
            color: #7dca83;
            }

#contact {
    z-index: 100;
    position: absolute;
    top: 5px;
    left: 840px;
    width: 150px;
    height: 20px;
    }
    
    #contact h4 {
        margin: 0;
        padding: 3px 0 0 15px;
        }
        
        #contact h4 a {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            }

        #contact h4 a:hover {
            color: #7dca83;
            }

#bottom_mask {
    z-index: 50;
    position: absolute;
    top: 755px;
    left: 0;
    width: 100%;
    }        

#bottom_mask .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    background: url("../img/footer.png");
    height: 25px;
    }

#bottom_mask .right {
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
    background: #231b12;
    height: 25px;
    }
        
#bg {
    background: no-repeat;
    /*
    background-position: top center;
    */
    width: 100%;
    height: 780px;
    }
    
    
.gallery_nav {
    background: url("../img/gallery/nav_bg.png");
    height: 24px;
    }
    
    .gallery_nav .count {
        font-size: 12px;
        margin: 5px;
    }
    .gallery_nav ul {
        position: absolute;
        top: 7px;
        left: 40px;
        margin: 0;
        padding: 0;
        }

    .gallery_nav li {
        margin: 1px 2px;
        padding: 0;
        list-style: none;
        float: left;
        border: 1px solid #ffffff;
        }
        
    .gallery_nav li.current {
        background: #ffffff;
        }
        
    .gallery_nav a {
        display: block;
        height: 6px;
        width: 6px;
        text-indent: -999px;
        text-decoration: none;
        }
        

#footer {
    position: absolute;
    left: 100px;
    z-index: 50;
    padding-bottom: 25px;
    }
    
    #footer a {
        font-size: 12px;
        color: #e5e5e5;
        text-decoration: none;
        padding-right: 12px;
        }

    #footer a:hover {
        color: #7dca83;
        }
    
    #footer h4 {
        margin: 3px 0 0 0;
        padding: 0;
        color: #9b978f;
        font-size: 10px;
        font-weight: normal;
        }

.hidden {
    display: none;
    }
    
/**************
  Autoclear
**************/
.ac:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    }

.ac { 
    display: inline-block;
    }
    
/* Hides from IE-mac \*/
* html .ac { 
    height: 1%;
    }

.ac { 
    display: block;
    }
/* End hide from IE-mac */