@import "generic.css";
@import "top-menu.css";

#infobar {
    background: #265175 url("images/bg-image.png") no-repeat center bottom;
    padding: 45px 0 5px 0;
}

#infobar-page {
    width: 1150px;
    margin: 0 auto;
    padding: 10px 0;
}

#banner-logo {
    float: left;
}

#banner-text {
    float: left;
    margin: 10px 0 0 20px;
}

#banner-text h1 {
    color: #ffffff;
    margin: 30px 0 10px 0;

}

#banner-text h2 {
    color: #dcdcdc;
    font-size: 20px;
    font-weight: bold;
}

.shadow {
    border: 1px #b9babd solid;
}

.light-shadow {
    border: 1px #d4d6d9 solid;
}

.window {
    height: 250px;
    width: 346px;
}

.win-header {
    background: #f0f0f0;
    height: 25px;
    width: 346px;
}

.win-ctrl {
    float: left;
    width: 12px;
    height: 12px;
    margin: 5px 0 5px 9px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.red {
    background: #f04a4a;
}

.yellow {
    background: #f6c138;
}

.green {
    background: #38e648;
}

.win-body {
    background: #ffffff;
    font-family: "Courier New", monospace;
    font-size: 10px;
    height: 225px;
    width: 347px;
    overflow-y: auto;
    overflow-x: hidden;
}

#fm-panel {
    float: left;
    background: #f5f5f5;
    width: 90px;
    height: 225px;
    border-right: 3px #e7e7e7 solid;
}

#fm-panel ul {
    padding-left: 20px;
    border-bottom: 1px #e7e7e7 solid;
}

#fm-panel ul li {
    margin: 5px 0;
}

#fm-body {
    float: right;
    width: 250px;
    height: 225px;
}

.win-term {
    background: #000000;
    color: #b9babd;
    font-family: "Courier New", monospace;
    font-size: 13px;
    height: 225px;
    width: 348px;
    overflow-y: auto;
}

h2.centered {
    margin-top: 0;
}

ul.feature-block {
    font-size: 22px;
    margin-top: 0;
    list-style-type: none;
}

ul.feature-block li {
    margin: 10px 0;
    padding-left: 35px;
    background: url('images/index-bullet.png') no-repeat left center;
}