﻿#pg-sidebar
{
    float: left;
    width: 171px;
    padding-top: 20px;
    padding-right: 15px;
    height: 350px;
}

#pg-heading
{
    float: left;
    position: relative;
    width: 672px;
    height: 349px;
    overflow: hidden;
}

#pg-brandlist
{
    height: 326px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 20px;
    width: 76px;
}

#pg-brandlist img
{
    border: 0;
}


#pg-viewer-banner, #pg-branddetails
{
    position: absolute;
    left: 0;
    top: 20px;
    height: 308px;
    width: 585px;
    background-image: url(img/banner-canvas.jpg);
    background-repeat: no-repeat;
    padding-left: 5px;
}
/*
#pg-viewer-banner img, #pg-branddetails img
{   background-image: url(img/banner-shadow.jpg);
    background-position: 0 bottom;
    background-repeat: no-repeat;
}
*/

#pg-viewer-banner
{
    z-index: 10;
    overflow: hidden;
}

#pg-viewer-banner-padder
{
    position: relative;
}

#pg-branddetails
{
    z-index: 20;
    display: none;
}

#pg-branddetails li
{
    display: none;
    height: 301px;
    width: 579px;
    background-color: White;
}

#pg-column-one
{
    background-image: url(img/vert-sep.gif);
    background-position: right top;
    background-repeat: repeat-y;
}

.pg-column
{
    float: left;
    margin-top: 20px;
    padding: 0 10px 10px;
    width: 409px;
}
#pg-column-two
{
}

/* -------------- */
/* --- UC NEWS -- */
/* -------------- */

#pg-ucnews
{
    position: relative;
}
#pg-ucnews h2
{
    border-bottom: 1px solid #D7D7D7;
}
#pg-ucnews-viewall
{
    background-image: url(img/news-arrow.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
    display: block;
    padding-right: 10px;
    position: absolute;
    right: 10px;
    top: 5px;
}

#pg-ucnews ul
{
    padding-top: 10px;
}

#pg-ucnews li
{
    height: 90px;
    clear: both;
    position: relative;
    margin-bottom: 8px;
}

#pg-ucnews li img
{
    display: block;
    float: left;
}

#pg-ucnews li div
{
    float: left;
    height: 76px;
    padding-left: 23px;
    width: 296px;
}

#pg-ucnews li div a.continue
{
    position: absolute;
    bottom: 0;
    right: 0;
}

/* ----------------- */
/* --- UC CALLOUT -- */
/* ----------------- */

#pg-uccallouts li img
{
    float: left;
    display: block;
}

#pg-uccallouts li div
{
    float: left;
    padding-left: 12px;
    width: 225px;
    line-height: 18px;
}

#pg-uccallouts li
{
    clear: both;
}

#pg-uccallouts a.continue
{
    position: absolute;
    right: 34px;
    bottom: 24px;
    color: #0585b6;
}

#pg-uccallouts li.std
{
    background-image: url(img/callout-back.jpg);
    background-repeat: no-repeat;
    height: 149px;
    overflow: hidden;
    padding-left: 9px;
    padding-top: 30px;
    position: relative;
    width: 394px;
}


#pg-uccallouts h3 a
{
    color: #666666;
}

#pg-uccallouts li.flh
{
    height: 149px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 396px;
    position: relative;
}

#pg-uccallouts li.flh div
{
    height: 153px;
    width: 380px;
    position: absolute;
    top: 0;
    left: 0;
}

#pg-uccallouts li.flh div.fl
{
    z-index: 10;
}
#pg-uccallouts li.flh div.an
{
    z-index: 20;
}

#pg-uccallouts li.flh div.an a, #pg-uccallouts li.flh div.an a img
{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
}

