.textBlock {
    border: 1px solid #B5B5B5;
}

#pageTop {
    height: 495px;
    position: relative;
    margin: 3px 8px 5px 8px;
}
#pageBottom {
    position: relative;
    margin: 0 8px 5px 8px;
}

/* OUR TEAMS BLOCK */
#teams {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 210px;
}
#teams ul {
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0 0 10px;
}
#teams li {
    list-style-position: outside;
    list-style: none;
    line-height: 3em;
    color: #1C509D;
    font-weight: normal;
}
#teams strong {
    color: #000000;
    font-size: 120%;
    margin-right: 1em;
}
#teams li img {
    vertical-align: middle;
}
/* OUR TEAMS BLOCK end */

/* CATALOG REQ BLOCK */
#catalogReq {
    background: #DFDFDF url(cust-form-cat.gif) no-repeat 10px 32px;
    position: absolute;
    top: 0;
    left: 230px;
    width: 350px;
    height: 210px;
    z-index: 5;
}
#catalogReq h2 {
    color: #000000;
    background-color: transparent;
    font-size: 20px;
    line-height: 150%;
    text-align: right;
    margin-right: 16px;
}
#catalogReq p {
    font-size: 11px;
    line-height: 150%;
    width: 192px;
    position: absolute;
    top: 100px;
    left: 150px;
}
#catalogReq a {
    color: #DD0000;
    text-decoration: none;
}
#catalogReq a:hover {
    color: #9D0000;
    text-decoration: underline;
}
#catalogReq strong {
    font-size: 18px;
}
/* CATALOG REQ BLOCK end */

/* CHALLENGE BLOCK */
#freeChall {
    position: absolute;
    top: 220px;
    left: 0;
    width: 580px;
    height: 270px;
}
#freeChall h2 {
    font-size: 16px;
    line-height: 120%;
}
#freeChall p {
    color: #1C509D;
    text-align: center;
    font-size: 11px;
    line-height: 140%;
    margin: 2px 0 5px 0;
}
#freeChall table {
    display: table;
    border-collapse: collapse;
    width: 95%;
    margin: 0 auto 0 auto;
}
#freeChall th {
    border: 1px solid #FFFFFF;
}
#freeChall td {
    color: #6A6A6A;
    font-weight: bold;
    padding-left: 1em;
    font-size: 12px;
    border: 1px solid #FFFFFF;
}
/* CHALLENGE BLOCK end */

/* SPORT IMAGE */
#sportImage {
    text-align: center;
    width: 227px;
    height: 490px;
    position: absolute;
    top: 0;
    right: 0;
}
#sportImage img {
    margin: .2em 0 0 0;
}
/* SPORT IMAGE end */

/* FORM */
#catalogRequestForm {
    color: #343434;
    background: #DFDFDF;
    width: 580px;
    float: left;
    margin-bottom: 5px;
}
#catalogRequestForm fieldset {
    padding: 5px;
}
#catalogRequestForm strong {
    color: #1C509D;
    font-weight: normal;
}
input, textarea {
    padding: .1em .2em .1em .2em;
    border: 1px solid #8A8A8A;
}
select {
    padding: 0 0 0 .1em;
    border: 1px inset;
}
#catalogRequestForm th {
    text-align: right;
    font-weight: normal;
    padding: .1em;
}
#catalogRequestForm td {
    font-weight: normal;
    line-height: 140%;
    padding: 4px;
}
/* FORM end */

#testimonials2 {
    float: right;
    width: 227px;
}
#testimonials2 .testimonials {
    height: 550px;
    overflow: auto;
}
/** --- catalog request --- **/
.missing-required {
    border: 2px solid red;
}
.btn-important {
    background-color: blue;
    width: 30px;
    height: 25px;
}