.content {
    padding: 20px 0px 50px 0px;
}

.content h1 {
    color: #B31B34;
    font-size: 1.8em;
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 30px;
}

.content h2 {
    color: #B31B34;
    font-size: 1em;
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 6px;
}

.content h3 {
    color: #5A5B51;
    font-size: 1em;
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 6px;
}

.content p {
    line-height: 1.2;
}
/*.content p.lead {
    line-height: 1.1;
    font-size: 1.4em;
}*/

.content .content-main {
    float: left;
    width: 700px;
}

.content a {
    color: #b31b34;
    outline: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.content a:hover {
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
}

.content-main a:hover {
    font-family: ff-profile-web,Arial,sans-serif;
    font-weight: 300;
    text-decoration: underline;
}

.content-main .downloads {
    margin-top: 20px;
}

.content-main .downloads .download {
    line-height: 26px;
    padding-left: 20px;
    background: url('/images/download.png') no-repeat 0% 50%;
}
.content-main .downloads .download:hover {
    background-image: url('/images/download_hover.png');
}

#contentboxes {
    margin-top: 30px;
}

.contentbox {
    width: 335px;
    margin-top: 20px;
}

.contentbox.col_2 {
    width: 670px;
}

.contentbox.left {
    float: left;
}
.contentbox.right {
    float: right;
}

.contentbox h1 {
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #B31B34;
    font-size: 1em;
    border-bottom: 1px dotted #B31B34;
    padding-bottom: 0px;
    line-height: 26px;
    margin-bottom: 8px;
}

.contentbox h2 {
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #B31B34;
    font-size: 1.5em;
    margin-bottom: 6px;
}

.contentbox p {
    line-height: 1.2;
    margin-bottom: 6px;
}

.contentbox img.box-main-img {
    display: block;
    margin: 10px 0;
}

.contentbox.col_2 img.box-main-img {
    float: left;
    margin: 5px 20px 10px 0;
}

.content .right-column {
    float: right;
    width: 280px;
}

#submenu-box {
    width: 180px;
    /*    float: right;*/
    margin-left: 100px;
}
#submenu-box h3 {
    color: #7C2230;
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 30px;
}
#submenu ul li {
    border-bottom: 1px dotted #5A5B51;
    /*    width: 140px;*/
    display: block;
    height: 22px;
    line-height: 22px;
}

#submenu ul li a {
    color: #5A5B51;
}

#submenu ul li.item_selected, #submenu ul li a.item_selected {
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
}

#downloads-box {
    margin-top: 40px;
    width: 170px;
    margin-left: 90px;

    padding: 10px 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F0EC', endColorstr='#E4E1D9');
    background-image: -webkit-gradient(linear, 0% 30%, 0% 100%, from(#F1F0EC), to(#E4E1D9));
    background-image: -moz-linear-gradient(50% 50% 90deg,#E4E1D9, #F1F0EC);
    background-color: #E4E1D9;
}

#downloads-box h3 {
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #7C2230;
    font-size: 1em;
    border-bottom: 1px dotted #B31B34;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

#downloads-box h4 {
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
}

#downloads-box ul.downloads {
    margin-top: 10px;
}
#downloads-box ul.downloads li {
    display: block;
    margin-bottom: 10px;
}

#downloads-box .download-title a {
    font-family: ff-profile-web-n5,ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #7C2230;
}
#downloads-box .download-title a:hover {
    color: #B31B34;
}

#downloads-box .download-data a {
    line-height: 26px;
    padding-left: 20px;
    background: url('/images/download.png') no-repeat 0% 50%;
}
#downloads-box .download-data a:hover {
    background-image: url('/images/download_hover.png');
    text-decoration: underline;
    font-family: ff-profile-web,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
}

#legal {
    padding-right: 50px;
}

#used-tab {
    margin-top: 20px;
}

.agropool-iframe {
    border: none;
    width: 100%;
    height: 660px;
}
