/********************************************
* Precision Science
* Developed by I-ology
* http://www.i-ology.com
*
* Created 06/23/2008 - MB
*
* Home Style Definitions
********************************************/

#content-photo {
    position: absolute;
    top: 0px;
    left: 225px;
    margin: 0;
    padding: 0;
}

#interior-video {
    margin-bottom: 15px;
    padding: 0;
}

.back {
    float: right;
    clear: right;
    padding-left: 10px;
    margin-top: -40px;
    background: url(/images/back_arrow.gif) 0px 4px no-repeat;
}

#news-image {
    /*position: relative;*/
    float:right;
    top: 0px;
    left: 330px;
    margin-left: 20px;
    padding: 0;
}



/*******************************************
* Titles & Headers
*******************************************/

#ttl-news-events {
    width: 498px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    background: url(/images/ttl_news_events.gif) top left no-repeat;
}

/*********************************
* Lists
*********************************/

dl {
    width: 493px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 2px;
}

dt {
    width: 69px;
    float: left;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    color: #fff;
}

dt span {
    font-size: 14px;
    line-height: 12px;
}

dt.date1 {
    vertical-align: top;
    height: 43px;
    padding-top: 16px;
}

dt.date1 {
    background: url(/images/bg_date.gif) 13px 12px no-repeat;
}

dd {
    width: 422px;
    margin: 0;
    padding: 8px 20px 0 0;
    font-size: 12px;
    width/**/:/**/402px;
    line-height: 16px;
    float: right;
}


/*******************************************
* Promos
*******************************************/

#promo-take-tour {
    position: absolute;
    top: 322px;
    left: 774px;
    width: 197px;
    height: 131px;
    text-indent: -9999px;
    background: url(/images/promo_take_tour.jpg) top left no-repeat;
}
a:hover#promo-take-tour {
    background: url(/images/promo_take_tour.jpg) bottom left no-repeat;
}


/*********************************
* Secondary Navigation
*********************************/

#subnav a#pelletizing {
    height: 44px;
    background: url(/images/subnav_pelletizing.gif) top left no-repeat;
}
#subnav a#extrusion {
    height: 38px;
    background: url(/images/subnav_extrusion.gif) top left no-repeat;
}
#subnav a#tabletizing {
    height: 38px;
    background: url(/images/subnav_tabletizing.gif) top left no-repeat;
}
#subnav a#powder {
    height: 38px;
    background: url(/images/subnav_powder.gif) top left no-repeat;
}
#subnav a#packaging {
    height: 38px;
    background: url(/images/subnav_packaging.gif) top left no-repeat;
}

#subnav a:hover#pelletizing, body.pelletizing-on #subnav a#pelletizing,
#subnav a:hover#extrusion, body.extrusion-on #subnav a#extrusion,
#subnav a:hover#tabletizing, body.tabletizing-on #subnav a#tabletizing,
#subnav a:hover#powder, body.powder-on #subnav a#powder,
#subnav a:hover#packaging, body.packaging-on #subnav a#packaging {
    background-position: bottom left;
}



