body {
    background: url("../images/bkgnd.gif") repeat-x rgb(0, 0, 51);
}

h1 {
    color: #3bb806;
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #2469c0;
    font-size: 18px;
    font-weight: bold;
}

img {
    border: 0px;
}

a,
a:hover {
    text-decoration: underline;
    color: rgb(0, 0, 238);
}

ul {
    color: #000;
}

ul li {
    font-weight: normal;
    list-style-position: outside;
    list-style-image: url(../images/bullet.gif);
    line-height: 20px;
}

ul li a {
    color: #090;
}

.container {
    max-width: 980px;
}

.content {
    /*background: url("../images/body-repeat.png") repeat-y;
    padding-left: 16px;
    margin-right: 8px;*/
    background: white;
    padding: 10px 20px;
}

.bluefont {
    font-size: 24px;
    font-weight: bold;
    color: #00F;
    width: 90%;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #00F;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #00F;
    padding-top: 5px;
}

.blue-alt {
    color: #2469c0;
}

.greenfont {
    color: #0C0;
    font-size: 18px;
}

.boxwborder {
    border: 1px dashed #6F0;
    margin: 10px;
}

.product {
    margin-bottom: 5px;
}

.footer {
    background: url("../images/body-repeat-btm.png") repeat-y;
    background-size: 100%;
}

.footer .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer .menu li {
    display: inline-block;
}

.footer .menu li a {
    display: inline-block;
    padding: 10px;
}

.footer .menu li a:hover {
    color: #7AE329;
}

.testimonial-box {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #010921;
    text-decoration: none;
    background-color: #3BB806;
    border: 1px dashed #010921;
    float: left;
    width: 200px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 3px;
}

.panel-primary {
    border-color: #1D62B7;
}

.panel-primary .panel-heading {
    background: #1D62B7;
}