body {
    background: #fff;
    margin: 0 2px 10px 2px;
}

h1, p, div {
    font-family: tahoma, arial, sans-serif;
    color: #4c4c4c;
}
p, li, div {
    font-size: 12px;
}
p, li {
    line-height: 21px;
}
a {
    color: #205323;
}
a img {
    border: none;
}
td {
    vertical-align: top;
}

/* clearfix */
.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
/* holly hack, hide from ie5 mac \*/
* html .clearfix {
    height: 1%;
}
*+html .clearfix {
    height: 1%;
}
/* end hide */

#container {
    width: 991px;
    margin: 0 auto;
}

#top img,
#lcol img {
    display: block;
}

#lcol {
    float: left;
    width: 200px;
}
#navi {
    display: block;
    margin: 0 0 0 40px;
    padding: 21px 0 0 0;
    background: #000;
    list-style-type: none;
}
#navi li {
    display: block;
    margin: 0;
    border-top: 1px dashed #669e42;
    padding: 0;
}
#navi li.last {
    border-bottom: 1px dashed #669e42;
}
#navi a {
    display: block;
    height: 20px;
    padding: 0 0 0 4px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}
#navi a:hover {
    background: #669e42;
}
#navi a.l2 {
    padding-left: 18px;
}
#lcol .gradient {
    height: 320px;
    margin: 0 0 0 40px;
    background: url(../images/layout/lcol-gradient.jpg) repeat-x;
}

#content {
    float: left;
    width: 600px;
    padding-left: 10px;
    margin: 0 0 20px 0;
    background: url(../images/layout/logo-part2.gif) no-repeat;
}

#content h1 {
    margin: 22px 0 15px 0;
    font-size: 32px;
    line-height: 38px;
    font-weight: normal;
}
#content h2 {
    margin: 22px 0 12px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

#content p,
#content .para,
#content table.attr {
    margin: 12px 0 0 0;
}

#content .sep {
    margin: 12px 0 0 0;
    border-top: 1px dashed #669e42;
    padding-top: 12px;
}

#content p.nameblock {
    margin-top: 0;
    color: #669e42;
    font-size: 11px;
}
#content span.name {
    font-weight: bold;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
}

#content table.attr {
    border-spacing: 0;
    border-collapse: collapse;
}
#content table.attr tr.odd {
    background: #f2f2f2;
}
#content table.attr td {
    padding: 2px 0 2px 0;
}
#content table.attr td.attrname {
    color: #669e42;
    font-weight: bold;
}
#content table.attr td.pct {
    padding-left: 20px;
    text-align: right;
}

#content .teaser {
    float: left;
    width: 260px;
    margin-right: 20px;
    border: 1px solid #000;
}
#content .teaser .head {
    padding: 2px 6px;
    background: #000;
    color: #fff;
    font-size: 18px;
}
#content .teaser a {
    display: block;
    padding: 6px 8px;
    line-height: 21px;
    text-decoration: none;
    color: #4c4c4c;
}
#content .teaser a .link {
    text-decoration: underline;
    color: #205323;
}
#content .teaser .text a {
    height: 258px;
}
#content .teaser .textmed a {
    height: 213px;
}
#content .teaser .textsmall a {
    height: 98px;
}

#content .shopteaser {
    float: left;
    display: inline; /* IE double margin bug */
    margin: 4px 10px 0 0;
}
#content .shopteaser div img {
    display: block;
}
#content .shopteaser h3 {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
#content .shopteaser p {
    margin: 0;
    line-height: 16px;
}
#content .shopteaser .price {
    color: #669e42;
    font-size: 11px;
    font-weight: bold;
}

#content .videoteaserbox {
    float: left;
    width: 275px;
    margin: 0 15px 14px 0;
}
#content .videoteasertext {
    text-align: center;
}

#rcol {
    float: left;
    width: 180px;
    margin: 25px 0 20px 0;
}

#rcol div img {
    display: block;
    margin: 0 auto;
    border: none;
}
#rcol .banner {
    margin: 0 10px 8px 10px;
    border-top: 1px dashed #fff;
    padding: 3px 6px 4px 6px;
    background: #000;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}
#rcol a {
    display: block;
    color: #fff;
    text-decoration: none;
}
