h2 {
    color: #006ec7;
    margin: 0;
    font-family: Arial, serif;
    font-size: 16px;
}

#content {
    background: white url("/CablePublic/images/home-bg.jpg") top left repeat-y;
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    line-height: 1.7em;
}

#feature {
    width: 640px;
    border-right: 1px solid #cfcfcf;
}
#feature img { display: block; }

#left-bar {
    float: left;
    border-right: 1px solid #cfcfcf;
    width: 640px;
}
#left-bar img {
    border: 1px solid #006ec7;
}

#info-center {
    float: left;
    width: 289px;
    border-right: 1px solid #cfcfcf;
}
#info-center ul {
    color: #006ec7;
    margin: 0 14px;
    padding: 0;
    font-size: 13px;
}
#info-center ul li {
    margin: 8px 0;
}
#hot-topics {
    float: left;
    width: 290px;
    margin-left: -1px;
    border-left: 1px solid #cfcfcf;
}

#hot-topics p.entry {
    color: #004882;
    font-size: 12px;
    font-weight: bold;
}
#hot-topics p.entry em {
    display: block;
    color: #a8adaf;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}
#hot-topics p.entry a {
    display: block;
    font-weight: normal;
}

#info-center, #hot-topics {
    background: white;
    padding: 20px 15px;
}

#right-bar {
    float: left;
    background: #f2f7e5;
    width: 319px;
    margin-left: -1px;
    margin-top: -255px;
    border-left: 1px solid #cfcfcf;
}
#right-bar img {
    border: 1px solid #006ec7;
}

#products {
    background: #e5eef2;
    border-bottom: 1px solid #cfcfcf;
}
#products h2 {
    font-size: 20px;
}
#sustainability {
    background: #f2f7e5;
    font-size: 12px;
}
#sustainability h2 {
    color: #2e8b01;
}
#sustainability img {
    border: 1px solid #bdd9a6;
}
#sustainability a {
    color: #236901;
    text-decoration: none;
}
#sustainability a:hover {
    text-decoration: underline;
}

#products, #sustainability {
    padding: 20px;
}

.tabular {
    position: relative;
    margin-bottom: 20px;
}
.tabular .tabs {
    position: absolute;
    top: 0;
    left: 0;
}
/*
.tabular .tabs a {
    display: block;
    float: left;
    background: transparent url("/CablePublic/images/tabs.jpg") left top no-repeat;
    color: #5997af;
    width: 72px;
    height: 19px;
    padding: 3px 0 0 13px;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    text-indent: -3000px;
}
*/
.tabular .tabs a.active {
    color: #ffffff;
    font-weight: bold;
}
.tabular .tabs a#tab-products {
    background-position: 0 0;
}
.tabular .tabs a#tab-markets {
    background-position: -85px 0;
    width: 83px;
}

.tabular .tab-page {
    clear: left;
    display: none;
    position: relative;
    top: 22px;
    background: white;
    padding-bottom: 12px;
    border-top: 4px solid #006bb3;
    border-bottom: 1px solid #406b7a;
    font-size: 12px;
}
.tabular .tab-page p {
    clear: left;
    height: 35px;
    padding: 12px 12px 0;
}
.tabular .tab-page p img {
    float: left;
    margin: 0 .5em .5em 0;
}

.tabular #tab-markets-page ul {
    margin-left: 25px;
    padding-left: 0px;
    font-size: 13px;
}
.tabular #tab-markets-page ul li {
    margin: 8px 0;
}
