/* IMPORTS FONTS*/
@import url("./fonts/Abel-Folder/Abel-Regular.css") screen;
@import url("./fonts/DIN-Bold-Folder/DIN-Bold.css") screen;

/* CSS */
* {
	padding: 0;
	margin: 0;
	font-family: 'Abel-Regular', sans-serif;
	font-size: 10pt;
}

body {
    background-color: black;
    overflow-y: scroll;
}

ul {
    list-style-type: none;
}

table.header {
    width: 900px;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(128,128,128);
}

table.header div {
    float: left;
}

table.header div.logo {
    width: 70px;
    height: 90px;
    background-image: url('./images/logo_MR.png');
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}

table.header div.menu {
    width: 540px;
    height: 92px;
    margin-left: 40px; 
}

table.header div.menu ul {
    width: 100%;
    height: 100%;
}

table.header div.menu ul li {
    display: inline-block;
    margin-top: 65px;
    margin-right: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

table.header div.menu ul li:hover {
    color: rgb(184,0,27);
}

table.header div.menu ul li.selected {
    color: rgb(184, 0, 27);
}

table.header div.search {
    margin-top: 65px;
}

table.header div.search div#box {
    width: 111px;
    height: 17px;
    background-color: rgb(40,40,40);
}

table.header div.search div#box form {
    height: 17px;
}

table.header div.search div#box form input {
    width: 93px;
    height: 17px;
    background-color: transparent;
    border: none;
    color: white;
}

table.header div.search div#box form button {
    width: 17px;
    height: 17px;
    background-color: transparent;
    background-image: url('./images/lupa.png');
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    vertical-align: top;
}

table.header div.languages {
    margin-top: 65px;
    margin-left: 27px;
}

table.header div.languages span {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
}

table.header div.languages span:hover {
    color: rgb(184,0,27);
}

table.header div.languages span.selected  {
    color: black;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

table.header div.languages span#pt.selected {
    background-image: url('./images/language-first.png');
}

table.header div.languages span#en.selected,
table.header div.languages span#fr.selected {
    background-image: url('./images/language-center.png');
}

table.header div.languages span#es.selected {
    background-image: url('./images/language-last.png');
}

div#content {
    border-top: 1px solid rgb(87,87,88);
    margin-top: 60px;
    width: 100%;
}

div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: url('./images/footer.png');
    background-position: center top;
    background-repeat: repeat-x;
    color: rgb(143,144,146);
    z-index: 99999;
}

div#footer table {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#footer table tr td {
    line-height: 50px;
}

div#footer table tr td.copyrights {
    width: 320px;
}

div#footer table tr td.copyrights div.mrgroup {
    width: 53px;
    height: 54px;
    float: right;
    position: relative;
    top: -14px;
    cursor: pointer;
}

div#footer table tr td.social {
    width: 580px;
    text-align: right;
    color: white;
}

div#footer table tr td.social div.facebook {
    width: 20px;
    height: 50px;
    float: right;
    background-image: url('./images/face_icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 50px;
}

div#footer table tr td.social div.facebook:hover {
    background-image: url('./images/face_icon_hover.png');
}

div#footer table tr td.social ul {
    display: inline-block;
}

div#footer table tr td.social ul li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.wrap {
    height: 85px;
    padding-top: 65px;
}

.wrap .incograf {
    width: 900px;
    margin: auto;
    text-align: right;
}

.wrap .incograf img {
    
}
/* PAGES */


/* HOME */
div#content .catalogs {
    text-align: right;
    position: relative;
    top: -33px;
    margin-bottom: -32px;
    width: 760px;
    padding-right: 140px;
    margin-left: auto;
    margin-right: auto;
}

div#content .catalogs #catalog-button {
    text-transform: uppercase;
    background-image: url('./images/download_off.png');
    display: inline-block;
    width: 107px;
    height: 32px;
    line-height: 43px;
    text-align: center;
    color: white;
    font-size: 75%;
    cursor: pointer;
}

div#content .catalogs #catalog-button:hover {
    background-image: url('./images/download_on.png');
}

div#content div.banner-slideshow-home {
    width: 100%;
    height: 361px;
    background-image: url('./images/banner-slideshow-home.png');
    background-position: left top;
    background-repeat: repeat-x;
}

div#content div.banner-slideshow-home div.banner-content {
    width: 900px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    background-image: url('./images/fundo_banner_3.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

div#content div.banner-slideshow-home div.banner-iceberg {
    border-top: 1px solid rgb(184,0,27);
    height: 130px;
    background-image: url('./images/fundo_banner_2.png');
    background-position: top center;
    background-repeat: no-repeat;
}

div#content div.home-news-body {
    color: rgb(87,87,88);
}

div#content div.home-news-body div.news-body {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#content div.home-news-body div.news-body div.news {
    width: 229px;
    margin-left: 34px;
    margin-right: 34px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

div#content div.home-news-body div.news-body div.news div.image {
    color: rgb(215,0,21);
    height: 81px;
    padding: 2px;
    padding-left: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

div#content div.home-news-body div.news-body div.news:hover div.image {
    background-color: rgb(184,0,27);
    color: white;
}

div#content div.home-news-body div.news-body div.news div.title {
    padding-top: 17px;
    padding-left: 10px;
    text-transform: uppercase;
}

div#content div.home-news-body div.news-body div.news:hover div.title {
    color: rgb(184,0,27);
}

div#content div.home-news-body div.news-body div.news div.description {
    padding-left: 10px;
    padding-top: 7px;
}

div#content div.home-news-body div.news-body div.news:hover div.description {
    color: white;
}

div#content div.home-news-body div.news-body div.news div.plusbutton {
    height: 13px;
    margin-top: 17px;
}

div#content div.home-news-body div.news-body div.news:hover div.plusbutton {
    background-image: url('./images/plusbutton.png');
    background-position: left top;
    background-repeat: no-repeat;
}

/* CONTACTS */

div#content div#contacts {
    border-bottom: 1px solid rgb(184,0,27);
}

div#content div#contacts div.contacts-content {
    color: white;
    width: 900px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('./images/contacts-bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 190px;
}

div#content div#contacts div.contacts-content span {
    color: rgb(184,0,27);
    display: block;
}

div#content div#contacts div.contacts-content p {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

div.contacts-body {
    color: white;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
} 

div.contacts-body img {
    position: relative;
    top: -67px;
    border: none;
    text-decoration: none;
}

div.contacts-body div.GoogleToMoreInfo {
    background: url('./images/icon-localizacao.png') left center no-repeat;
    line-height: 30px;
    padding-left: 30px;
}

/* NEWSLETTER */
div#content div#newsletter {
    border-bottom: 1px solid rgb(184,0,27);
    height: 252px;
}

div#content div#newsletter div.newsletter-content {
    width: 900px;
    height: 252px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('./images/newsletter_bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#content div#newsletter div.newsletter-content .left {
    width: 449px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

div#content div#newsletter div.newsletter-content .left .image {
    width: 170px;
    height: 232px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#content div#newsletter div.newsletter-content .left .image img {
    height: 212px;
}

div#content div#newsletter div.newsletter-content .left .text {
    width: 200px;
    height: 232px;
    display: inline-block;
    vertical-align: top;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#content div#newsletter div.newsletter-content .left .text b {
    color: rgb(184,0,27);
    display: block;
}

div#content div#newsletter div.newsletter-content .left .text b.download {
    cursor: pointer;
}

div#content div#newsletter div.newsletter-content .right {
    width: 445px;
    height: 232px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#content div#newsletter div.newsletter-content .right .newsletter-entry {
    display: inline-block;
    vertical-align: top;
    width: 138px;
    height: 232px;
    color: rgb(87,87,88);
    text-transform: uppercase;
    cursor: pointer;
}

div#content div#newsletter div.newsletter-content .right .newsletter-entry img {
    width: 87px;
    height: 125px;
    opacity:0.2;
    filter:alpha(opacity=20); 
}

div#content div#newsletter div.newsletter-content .right .newsletter-entry b {
    display: block;
    margin-top: 5px;
}

div#content div#newsletter div.newsletter-content .right .newsletter-entry:hover {
    color: white;
}

div#content div#newsletter div.newsletter-content .right .newsletter-entry:hover img {
    opacity: 1;
    filter: alpha(opacity=100); 
}

div#content div#newsletter div.newsletter-content .right .newsletter-entry:hover b {
    color: rgb(184,0,27);
}

div#content div.newsletter-form {
    width: 900px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-transform: uppercase;
}

div#content div.newsletter-form b {
    color: rgb(184,0,27);
    display: block;
    font-size: 120%;
}

div#content div.newsletter-form form {
    margin-top: 30px;
}

div#content div.newsletter-form form .left {
    width: 497px;
    display: inline-block;
    vertical-align: top;
}

div#content div.newsletter-form form .right {
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

div#content div.newsletter-form form label, 
div#content div#newsletter div.newsletter-form form input, 
div#content div#newsletter div.newsletter-form form textarea {
    display: block;
}

div#content div.newsletter-form form label {
    margin-top: 10px; 
}

div#content div.newsletter-form form input {
    width: 400px;
    border: none;
    background-color: rgb(61,61,60);
}

div#content div.newsletter-form form textarea {
    max-width: 400px;
    min-width: 400px;
    max-height: 50px;
    min-height: 50px;
    border: none;
    background-color: rgb(61,61,60);
}

div#content div.newsletter-form form div.required-buttons {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    text-transform: none;
}

div#content div.newsletter-form form button {
    border: none;
    background-color: rgb(61,61,60);
    color: white;
    text-transform: uppercase;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
}

div#content div.newsletter-send {
    color: white;
    text-transform: uppercase;
}

div#content div.newsletter-send .state {
    width: 900px;
    height: 0;
    overflow: hidden;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

/* COMPANY */
div#content div#company {
    
}

div#content div#company div.company-banner {
    border-bottom: 1px solid rgb(184,0,27);
    background-image: url('./images/company_bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#content div#company div.company-banner .center {
    width: 900px;
    line-height: 191px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(184,0,27);
    font-size: 150%;
    text-transform: uppercase;
}

div#content div#company div.company-body {
    width: 900px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

div#content div#company div.company-body .title {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid rgb(184,0,27);
    margin-right: 100px;
    padding-bottom: 15px;
    font-size: 250%;
    text-transform: uppercase;
    color: rgb(184,0,27);
    line-height: 104%;
}

div#content div#company div.company-body .text {
    display: inline-block;
    vertical-align: top;
    width: 560px;
}

div#content div#company div.company-body .text b {
    display: block;
    color: rgb(184,0,27);
    margin-bottom: 10px;
}

/* QUALITY */
div#content div#quality {
    
}

div#content div#quality div.quality-banner {
    border-bottom: 1px solid rgb(184,0,27);
    background-image: url('./images/quality_bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#content div#quality div.quality-banner .center {
    width: 900px;
    line-height: 191px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(184,0,27);
    font-size: 150%;
    text-transform: uppercase;
}

div#content div#quality div.quality-body {
    width: 900px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background: url('./images/apcer.png') left bottom no-repeat;
}

div#content div#quality div.quality-body .title {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid rgb(184,0,27);
    margin-right: 100px;
    padding-bottom: 15px;
    font-size: 250%;
    text-transform: uppercase;
    color: rgb(184,0,27);
    line-height: 104%;
}

div#content div#quality div.quality-body .text {
    display: inline-block;
    vertical-align: top;
    width: 560px;
}

div#content div#quality div.quality-body .text b {
    display: block;
    color: rgb(184,0,27);
    margin-bottom: 10px;
}

/* NEWS */
div#content div#news {
    
}

div#content div#news .entry {
    height: 30px;
    overflow: hidden;
    color: white;
    border-bottom: 1px solid rgb(184,0,27);
    text-transform: uppercase;
}

div#content div#news .entry .entry-header {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    cursor: pointer;
}

div#content div#news .entry .entry-header .date {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    color: rgb(184,0,27);
    line-height: 30px;
}

div#content div#news .entry .entry-header .title {
    width: 777px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}

div#content div#news .entry .top {
    border-bottom: 1px solid rgb(184,0,27);
}

div#content div#news .entry .top .center {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('./images/news_bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#content div#news .entry .top .center .title {
    width: 350px;
    margin-top:10px;
    display: inline-block;
    vertical-align: top;
    font-size: 150%;
}

div#content div#news .entry .top .center .title b {
    color: rgb(184,0,27);
    font-size: 100%;
}

div#content div#news .entry .top .center .image {
    width: 547px;
    height: 231px;
    display: inline-block;
    vertical-align: top;
}

div#content div#news .entry .top .center .image img {
    height: 231px;
}

div#content div#news .entry .text {
    width: 900px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-transform: none;
}

/* CATEGORIES */
div#content div#categories {
    
}

div#content div#categories .categories-content {
    border-bottom: 1px solid rgb(184,0,27);
}

div#content div#categories .categories-content .center {
    width: 900px;
    height: 91px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-image: url('./images/categories-products-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    font-size: 150%;
    text-transform: uppercase;
    padding-top: 100px;
}

div#content div#categories .categories-content .center b {
    color: rgb(184,0,27);
    font-size: 100%;
}

div#content div#categories .categories-body {
    width: 900px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(87,87,88);
    line-height: 0px;
}

div#content div#categories .categories-body .categories-item {
    width: 223px;
    height: 83px;
    background-color: white;
    border: 1px solid rgb(180,180,180);
    text-transform: uppercase;
    display: inline-block;
    background-position: 140px;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: top;
}

div#content div#categories .categories-body .categories-item .text {
    width: 100px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 18px;
}

div#content div#categories .categories-body .categories-item:hover {
    width: 219px;
    height: 79px;
    background-position: 138px;
    border: 3px solid rgb(219,0,0);
    color: rgb(240,0,0);
}

div#content div#categories .categories-body .categories-item:hover .text {
    width: 100px;
    padding-top: 18px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 18px;
}

/* PRODUCT-LIST */
div#content div#product-list {
    
}

div#content div#product-list .product-list-content {
    border-bottom: 1px solid rgb(184,0,27);
}

div#content div#product-list .product-list-content .center {
    width: 900px;
    height: 91px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-image: url('./images/categories-products-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    font-size: 150%;
    text-transform: uppercase;
    padding-top: 100px;
}

div#content div#product-list .product-list-content .center b {
    color: rgb(184,0,27);
    font-size: 100%;
}

div#content div#product-list .product-list-body {
    width: 900px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(87,87,88);
}

div#content div#product-list .product-list-body .title {
    display: block;
    color: rgb(184,0,27);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 120%;
}

div#content div#product-list .product-list-body .column {
    display: inline-block;
    margin-right: 4%;
    width: 20%;
    vertical-align: top;
}

div#content div#product-list .product-list-body .column .product-item {
    color: rgb(127,127,127);
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-size: 120%;
}

div#content div#product-list .product-list-body .column .product-item:hover{
    color: rgb(184,0,27);
}

/* PRODUTS */
div#content div#product {
    
}

div#content div#product .product-content {
    border-bottom: 1px solid rgb(184,0,27);
}

div#content div#product .product-content .center {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('./images/categories-products-bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 150%;
    text-transform: uppercase;
    padding-top: 100px;
    height: 91px;
    color: white;
}

div#content div#product .product-content .center span {
    font-size: 100%;
    cursor: pointer;
}

div#content div#product .product-content .center b {
    color: rgb(184,0,27);
    font-size: 100%;
}

div#content div#product .product-body {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

div#content div#product .product-body .text {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

div#content div#product .product-body .text .name {
    color: rgb(184,0,27);
    font-size: 200%;
    margin-top: 20px;
}

div#content div#product .product-body .text .description {
    color: white;
    margin-top: 20px;
}

div#content div#product .product-body .text .description b {
    color: rgb(184,0,27);
    display: block;
}

div#content div#product .product-body .images {
    display: inline-block;
    width: 600px;
    height: 315px;
    vertical-align: top;
    background: white;
}

div#content div#product .product-body .images img {
    display: inline-block;
    cursor: pointer;
    height: 315px;
}

div#content div#product .product-body .buttons {
    display: inline-block;
    width: 94px;
    vertical-align: top;
    margin-left: -3px;
}

div#content div#product .product-body .buttons button {
    width: 46px;
    height: 46px;
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#content div#product .product-body .buttons .next {
    display: block;
    background-image: url('./images/seta_dir_off.png');
}

div#content div#product .product-body .buttons .next:hover {
    background-image: url('./images/seta_dir_on.png');
}

div#content div#product .product-body .buttons .prev {
    display: block;
    background-image: url('./images/seta_esq_off.png');
}

div#content div#product .product-body .buttons .prev:hover {
    background-image: url('./images/seta_esq_on.png');
}

div#content div#product .product-body .buttons .pdf {
    display: block;
    color: rgb(184,0,27);
    text-transform: uppercase;
}

div#content div#product #product-gallery {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    background-image: url('./images/gallery_bg.png');
    top: 0;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

div#content div#product #product-gallery .gallery-content {
    width: 900px;
    height: 80%;
    margin: 5% auto 0 auto;
}

div#content div#product #product-gallery .gallery-content .gallery-body {
    background-color: white;
    width: 700px;
    display: inline-block;
    vertical-align: top;
}

div#content div#product #product-gallery .gallery-content .gallery-body .image {
    display: inline-block;
    width: 625px;
    vertical-align: top;
    text-align: center;
}

div#content div#product #product-gallery .gallery-content .gallery-body .image img {
    max-width: 99%;
    max-height: 99%;
    vertical-align: middle;
}

div#content div#product #product-gallery .gallery-content .gallery-body .close {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('./images/gallery-close.png');
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: top;
    cursor: pointer;
}

div#content div#product #product-gallery .info {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 10px;
}

div#content div#product #product-gallery .info b {
    color: rgb(184,0,27);
    display: block;
}

/* privacy */
div#content div#privacy {
    
}

div#content div#privacy div.privacy-banner {
    border-bottom: 1px solid rgb(184,0,27);
    background-image: url('./images/privacy_bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#content div#privacy div.privacy-banner .center {
    width: 900px;
    line-height: 191px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(184,0,27);
    font-size: 150%;
    text-transform: uppercase;
}

div#content div#privacy div.privacy-body {
    width: 900px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

div#content div#privacy div.privacy-body .title {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid rgb(184,0,27);
    margin-right: 100px;
    padding-bottom: 15px;
    font-size: 250%;
    text-transform: uppercase;
    color: rgb(184,0,27);
    line-height: 104%;
}

div#content div#privacy div.privacy-body .text {
    display: inline-block;
    vertical-align: top;
    width: 560px;
}

div#content div#privacy div.privacy-body .text b {
    display: block;
    color: rgb(184,0,27);
    margin-bottom: 10px;
}

/* SEARCH */
div#content div#company {
    
}

div#content div#search div.search-banner {
    border-bottom: 1px solid rgb(184,0,27);
    background-image: url('./images/search_bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#content div#search div.search-banner .center {
    width: 900px;
    line-height: 191px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(184,0,27);
    font-size: 150%;
    text-transform: uppercase;
}

div#content div#search div.search-body {
    width: 900px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

div#content div#search div.search-body .title {
    border-bottom: 1px solid rgb(184,0,27);
    font-size: 250%;
    text-transform: uppercase;
    color: rgb(184,0,27);
}

div#content div#search div.search-body .text {
}

div#content div#search div.search-body .text .entry {
    cursor: pointer;
    line-height: 25px;
}

div#content div#search div.search-body .text b {
    display: block;
    color: rgb(184,0,27);
    margin-bottom: 10px;
}


/* DOWNLOADS AREA */
.documents-top{
    background: #000; 
    height: 192px; 
    width: 100%; 
    border-bottom: 1px solid #d70015;
}
.documents-top-content{
    background: #000 url('../site-assets/images/banner_downloads.png') no-repeat;
    height: 100%; 
    width: 900px; 
    margin: 0 auto;
}
.documents-top-title{
    font-size: 150%;
    text-transform: uppercase;
    color: #d70015;
    display: inline-block;
    margin-top: 85px;
}
.documents-container{
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
	color: #fff;
}
.documents-container ul {
    position: relative;
}
.documents-container ul li{
    list-style-type: none;
}
.documents-container ul li span{
    height: 25px;
    padding-top: 5px;
    display: block;
    cursor: pointer;
}
.sub-item{
    display: none;
    cursor: pointer;
}
.document-file{
    width: 100%;
    height: 25px;
    position: relative;
}
.download-btn{
    position: absolute;
    right: 30px;
    top: 0;
}
.download-btn:hover{
    color: #aad31f;
}
.clear{
    clear: both;
}
.path2down, .file2down{
    height: 22px;
    /*width: 22px;*/
    display: inline-block;
    margin-right: 20px;
    padding-left: 25px;
}
.path2down{
	color: #fff;
    background: transparent url('../site-assets/images/path2down.png') no-repeat 0 0;
}
.file2down{
    color: #fff;
	background: transparent url('../site-assets/images/file2down.png') no-repeat 0 0;
}