

body {
    background: #999 url('img/tall.jpg') fixed top left repeat-x; 
    font-family: sans-serif;
    font-size: 12px;
    color: #666;
    letter-spacing: 0.07em;
}

a, a.visited, a.hover {
    color: #444;
    text-decoration: none;
}




.wrap {
    position: relative;
    top: -7px;
    margin: 0 auto;
    width: 850px;
    height: 700px;
    background: transparent;
}


.header {
    /*position: relative;
    top: 65px;*/
    width: 850px;
    height: 65px;
    background: transparent url('img/header-bg.png') top left repeat-x;
}

.logo {
    width: 200px;
    height: 75px;
    margin-top: 0px;
    margin-left: 14px;
    margin-right: 10px;
    float: left;
    background: url('img/intelispex_logo_200px.png') top left no-repeat;
}

.top-menu {
    width: 650px;
    height: 75px;
}


.top-menu ul {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    width: 850px;
    position: relative;
    top:-20px;
}

.top-menu li {
    display: block;
    float: left;
    width: 87px;
    height: 45px;
    padding-top: 27px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url('') top left repeat-x;
    color: #9e9e9e;
    font-size: 15px;
    font-variant: small-caps;
    text-align: center;
}


.top-menu li:hover {
    background: url('img/menu-hover.png') top left repeat-x;
}

.top-menu li a {
    color: #999;
}

.top-menu li#active {
    color: #444;
    background: url('img/menu-active.png') top left repeat-x;
}


.gallery {
    margin: 0 auto;
    width: 824px;
    height: 360px;
    border: 8px solid #fff;
    border-top: 20px solid #fff;
}

#fadeshow1 {
    position: relative;
    top: -35px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.content {
    margin: 0px;
    padding-top: 20px;
    width: 850px;
    background: url('img/content-bg.png') top center repeat-y;
}


.warning-bg {
    width: auto;
    height: 23px;
    position: relative;
    top: -10px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-top: 8px;
    text-align: center;
    background: url('img/construction.png') bottom center repeat-x;
    color: #666;
    border: 1px dashed #666;
    font-weight:700;
}

.warning {
    width: 800px;
    margin: 0 auto;
}

.warning img {
    position: relative;
    top: -3px;
}


.box1 {
    float: left;
    height: auto;
    width: 225px;
    padding: 20px;
    background: url('img/green-corner.png') top left no-repeat;
    margin-left: 13px;
    text-align: justify;
    border-right: 1px solid #ddd;
}

.box2 {
    float: right;
    height: auto;
    width: 510px;
    padding: 20px;
    background: url('img/blue-corner.png') bottom right no-repeat;
    margin-right: 13px;
    margin-bottom: 25px;
    text-align: justify;
}

.float-left {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}

.float-right {
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
}





.footer {
    margin: 0 auto;
    width: 850px;
    height: 75px;
    background: url('img/footer-bg.png');
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
}

.footer, .footer a {
    color: #777;
}

.footer-text {

}