/* ================================================================================= */
/* ================================================================================= */
/* ================================================================================= */
/* ======================== Desktop ================================================ */
/*@media only screen and (min-width:801px)*/
@media only screen and (min-width:1025px)
{
    body#home_page
    {
        min-height: 522px;
    }

    /* div#hide_on_home*/
    div#home_wrapper nav#bottom_nav, div#video_wrapper nav#bottom_nav
    {
        display: none;
    }

    #bottom_nav ul
    {
        display: block;
    }

    #wrapper
    {
        min-width: none; /*Negates value abover*/
        max-width: none; /*Negates value above*/
        background-color: #ffffff;
        width: 100%;
    }

    #home_page
    {
        position: relative; /* Position:relative permits #news_ticker & #news_ticker_pager absolute positioning */
    }

    #site_footer
    {
        /*background-color:#5a1900;*/
        background: url("../images/backgrounds/site_footer.jpg") no-repeat scroll center top rgb(0, 0, 0);
    }

    #news_ticker
    {
        width: 1342px;
        height: 51px;
        color: #fff;
        background: transparent url(../images/backgrounds/news_ticker.png) center top no-repeat; /*position: absolute;         top:895px;*/
        position: relative;
        z-index: 6;
    }

    div#news_ticker div.container
    {
        width: 100%; /*padding-left: 50px;*/
        height: 51px;
    }
    .onlinecampaignpagetitle
    {
        position:absolute;
        left:30px;
        right:50px;
    }
    
    #news_ticker_items
    {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0 0 0 100px;
        height: 51px;
        position: relative;
        z-index: 500;
    }

    #news_ticker_items ul
    {
        height: 50px;
    }

    #news_ticker_items img
    {
        display: inline-block;
        vertical-align: middle;
        max-height: 51px;
        border-image-width: 0px;
        margin-top: -1px;
    }

    #news_ticker_items li
    {
        display: inline-block;
        vertical-align: middle;
        max-height: 51px;
        margin-left: 200px;
    }

    /* #news_ticker_pager
                    {
                        position:absolute;
                        top:16px;
                        right:210px;
                    }*/

    #news_ticker_pager li
    {
        display: inline;
    }

    #slideshow
    {
        margin-top: -60px;
        width: 1342px;
        height: 910px;
        position: relative;
    }

    /* #slide_pager  -   Styled in Home.aspx also */

    #slide_pager
    {
        right: 210px;
    }

    #mobile_header_images
    {
        display: none;
    }

    .mobile_only
    {
        display: none;
    }
    #menu_dropdown
    {
        display: none;
    }
    #wrapper
    {
        max-width: 1284px;
        width: 100%;
    }
    #breadcrumbs
    {
        height: 55px;
        margin: 0 auto 0 auto;
        padding: 9px 0 0 60px;
        background: transparent url(../images/backgrounds/breadcrumbs.png) center top no-repeat;
        background-image: none;
        width: 100%;
    }

    nav#breadcrumbs a, #ctl00_FolderBreadcrumb1 /* Added with RWD to size font for breadcrumbs */
    {
        font-size: 11px;
    }

    #bottom_nav .container ul
    {
        display: block;
        padding: 20px 0px /*26px 0 22px 0*/;
    }

    #bottom_nav .container ul li dl dd a
    {
        display: block;
    }

    #bottom_nav dt a
    {
        display: block;
    }

    #footer_nav
    {
        /*position: absolute;*/
        width: 100%;
        max-width: 1342px;
        height: 32px;
        line-height: 32px;
        margin: 0;
        padding: 0;
        background: rgba(0,0,0,0.4);
    }
    #footer_nav p
    {
        margin: 0 0 0 /*24*/ 30px;
        padding: 10px 0 0 0;
        float: left;
        font-size: 0.79rem;
        position: relative;
        z-index: 100;
    }

    #footer_nav ul
    {
        float: right;
        position: relative;
        z-index: 100;
    }

    #bottom_nav li.hamburger_only, #bottom_nav dd.hamburger_only
    {
        display: none;
    }

    #footer_nav li a
    {
        font-size: 0.79rem;
    }
    /* Page: Contact Us ............ */
    ul#distributors_tab_nav.tabnav_bars li
    {
        width: 25%;
    }

    /* Component: Search ........... */
    div#search_invocation /* This div is only for mobile, found in TopUtiityMenuGoogleSearch.aspx */
    {
        display: none;
    }

    .more_content
    {
        display: none;
    }
    div.onlinecampaign_keyfeatures
    {
        float:left;
        padding:43px 0 0 50px;
        width:596px;
    
    }
    div.onlinecampaign_keyfeatures img
    {
        display:block;
        width:322px;
        height:28px;
    }
}

/*End media query for desktop */

