/********************************************
* Republic Media
* Developed by I-ology
* http://www.i-ology.com
*
* Created 04/11/08 - AC
*
* Our Clients Style Definitions
********************************************/

/*********************************
* Layout Definitions
*********************************/

#divider {
    width: 600px;
}

#full-width p {
    width: auto;
}

.content-photo img {
    padding: 1px;
    border: 1px solid #E1E7F3;
}

#go-back {
    width: 600px;
    margin-bottom: 5px;
    text-align: right;
}

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

h1#ttl-our-clients,
#ttl-testimonials,
#ttl-creative-solutions {
    height: 18px;
    margin-bottom: 22px;
    display: block;
    text-indent: -9999px;
}

#ttl-our-clients {
    background: url(/images/ttl_our_clients.gif) top left no-repeat;
}
#ttl-testimonials {
    background: url(/images/ttl_testimonials.gif) top left no-repeat;
}
#ttl-creative-solutions {
    background: url(/images/ttl_creative_solutions.gif) top left no-repeat;
}

#hdr-case-studies,
#hdr-testimonials {
    height: 11px;
    display: block;
    text-indent: -9999px;
}

#hdr-case-studies {
    width: 100px;
    background: url(/images/hdr_case_studies.gif) top left no-repeat;
}

#hdr-testimonials {
    width: 105px;
    margin: 35px 0 15px 0;
    background: url(/images/hdr_testimonials.gif) top left no-repeat;
}

/*********************************
* Sub Navigation
*********************************/

#subnav {
    width: 823px;
    height: 35px;
    margin: -2px auto 0 auto;
    padding: 0;
    background: #FFF url(/images/bg_subnav.gif) 50% 0 no-repeat;
    overflow: hidden;
}

#subnav ul#subnav-clients {
    width: 789px;
    height: 33px;
    list-style: none;
    margin: 0 auto;
    padding-left: 450px;
    width/**/:/**/ 339px;
    background: url(/images/bg_clients_subnav.gif) top left no-repeat;
}

#subnav ul#subnav-clients li {
    margin-top: 1px;
    padding: 0;
    display: inline;
    height: 33px;
    float: left;
    text-indent: -9999px;
}

#subnav ul#subnav-clients li a {
    height: 32px;
    display: block;
    margin-right: 32px;
}

a#testimonials {
    width: 159px;
    background: url(/images/subnav_testimonials.gif) top left no-repeat;
}
a#creative-solutions {
    width: 112px;
    background: url(/images/subnav_creative_solutions.gif) top left no-repeat;
}

a:hover#testimonials, body.testimonials-on #testimonials,
a:hover#creative-solutions, body.creative-solutions-on #creative-solutions {
    background-position: bottom left;
}