/********************************************
* 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;
}

/*******************************************
* Titles & Headers
*******************************************/

#ttl-site-map,
#ttl-privacy-policy,
#ttl-downloads,
#ttl-thank-you,
#ttl-error,
#ttl-not-found {
    width: 498px;
    height: 36px;
    display: block;
    text-indent: -9999px;
}

#ttl-site-map {
    background: url(/images/ttl_site_map.gif) top left no-repeat;
}
#ttl-privacy-policy {
    background: url(/images/ttl_privacy_policy.gif) top left no-repeat;
}
#ttl-downloads {
    background: url(/images/ttl_downloads.gif) top left no-repeat;
}
#ttl-thank-you {
    background: url(/images/ttl_thank_you.gif) top left no-repeat;
}
#ttl-error {
    background: url(/images/ttl_error.gif) top left no-repeat;
}
#ttl-not-found {
    background: url(/images/ttl_not_found.gif) top left no-repeat;
}

/*******************************************
* 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;
}



