
/**
* testimonial.css
* Copyright 2008, Brainstorm
* Hiroki
*/


/*
* Content (still in white box)
*/
#interiorcontentbody {
    margin-top : -8px; /* alings the tops, need to fix other content to go down 8px */
    width : 746px;
    background : transparent url(../images/testimonial_photo_container_bg.gif) top right repeat-y;
}

* html #interiorcontentbody {
    width : 751px;
}

#interiorcontentleft {
    padding-top : 11px; /* push it down back into place */
}

#ieroot #interiorcontentright {
    padding-top : 8px; /* push it down back into place */
}

#ieroot #interiorcontentleft {
    padding-top : 8px; /* push it down back into place */
}

/* IE 6 does not get those tweaks */
* html #interiorcontentbody,
* html #interiorcontentleft,
* html #interiorcontentright {
    margin-top : 0;
    padding-top : 0;
}

@media print {
    #interiorcontentbody {
        margin-top : 0;
        background : transparent;
        width : auto;
    }
    
    * html #interiorcontentbody {
        width : auto;
    }

    #interiorcontentleft, #interiorcontentright,
    #ieroot #interiorcontentleft,
    #ieroot #interiorcontentright {
        padding-top : 0;
    }
}

/*
* Testimonial photo
*/
#testimonialphotocontainer {
    float : right;
    width : 130px;
    text-align : center;
}

#testimonialphoto {
}

#testimoniallogo {
    margin-top : 5px;
}

@media print {
    #testimonialphotocontainer {
        float : none;
        margin : 1em 0;
        text-align : left;
    }
}
