/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    height: 100%;
    color: #000000;
    background: url('bg.png');
}
#headerWr {
    background-color: #ffffff;
}
#lineTop1 {
    background-color: #334E7D;
    height: 5px;
    border-bottom: 1px solid #000000;
}
#lineTop2 {
    background-color: #334E7D;
    height: 5px;
    border-bottom: 1px solid #000000;
}
#header {
    padding: 20px;
}
#logoWr {
    float: left;
    color: #000000;
    font-family: 'alex_brushregular', Verdana, Tahoma;
}
#logo {
    font-size: 36pt;
    line-height: 40pt;
    padding-left: 20px;
    font-weight: bold;
}
#desc {
    font-size: 20pt;
    line-height: 24pt;
    padding-left: 20px;
}
#phones {
    float: right;
    font-size: 16pt;
    line-height: 24pt;
    font-weight: bold;
    color: #000000;
    font-family: Tahoma;
}
#menu {
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
}
#bodyWr {
    border: 1px solid #cccccc;
    padding: 10px;
    background-color: #fffee5;
    margin: 5px auto;
}
.content {
    padding: 0 10px 10px 10px;
}
.content h3 {
    margin-bottom: 15px;
}
#navbar ul li a { color: #ffffff; }
body nav.navbar {
    border-radius: 0;
    margin: 0;
    border: 0 solid transparent;
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
}
.carousel-control .chevron {
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.footer {
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #334E7D;
    border-top: 1px solid #334E7D;
    width: 100%;
    background-color: #ffffff;
    /* Set the fixed height of the footer here */
    height: 30px;
}
.footer p {
    margin: 0;
}
.footer > .container {
    padding: 3px 15px;
}
#bodyWr .content img { margin: 10px; }
#bodyWr .content table { margin-bottom: 20px; }
#bodyWr .content table thead th, #bodyWr .content table thead td { text-align: center; padding: 2px 10px; }
#bodyWr .content table tbody td { padding: 2px 10px; }
#bodyWr .content table tbody tr:nth-of-type(2n+1) { background-color: #999999; }