/*
TruGreen Site Styles
gallery.css: styles for gallery and testimonial page page
*/

#galleryhead
{
    padding: 15px 0 0 35px;
    font-size: 1.4em;
    height: 32px;
}

.gallerytab
{
    background: url(../images/gallery/tab.gif) no-repeat;
    float: left;
    width: 85px;
    padding: 2px 0 0 20px;
}

#galleryback
{
    background-image: url(../images/gallery/back_large.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 920px;
    height: 554px;
    clear: both;
}

#galleryback_vid
{
    background-image: url(../images/gallery/back_large_vid.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 920px;
    height: 500px;
    clear: both;
}

#gallerysliderow
{
    padding: 15px 0 0 12px;
    height: 124px;
    width: 920px;
}

#gallerymainrow
{
    margin: 8px 0 0 12px;
    height: 396px;
}

.galleryarrow
{
    float: left;
    margin: 40px 0 0 0;
}

.galleryslide
{
    float: left;
    margin: 0 9px 0 9px;
    background-color: #c0c0c0;
    background-position: center;
    background-repeat: no-repeat;
    top: 123px;
    width: 152px;
    height: 112px;
}

.galleryslideimage
{
    width: 152px;
    height: 112px;
}

.gallerylegend
{
    margin-top: -24px;
    width: 152px;
    text-align: center;
    font-size: 0.8em;
}

#gallerypic
{
    float: left;
    margin: 0 0 0 0;
    background-repeat: no-repeat;
    background-color: #c0c0c0;
    background-position: center;
    text-align: center;
    vertical-align: middle;
    visibility: hidden;
    width: 594px;
    height: 396px;
}
#galleryvid
{
    float: left;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-color: #c0c0c0;
    background-position: center;
    text-align: center;
    vertical-align: middle;
    width: 594px;
    height: 334px;
}

#gallerytext
{
    float: left;
    margin: 0 0 0 15px;
}

#gallerytoptext
{
    padding: 10px 0 0 12px;
    width: 254px;
    height: 185px;
}

#gallerytextchrome
{
    padding: 0 0 0 12px;
    height: 75px;
    vertical-align: top;
}

#galleryquote
{
    padding-top: 10px;
    padding-left: 12px;
    width: 265px;
    height: 75px;
}
.gallerybigquote
{
    color: #666666;
    font-size: 1.0em;
    font-weight: bold;
}

.gallerysmallquote
{
    color: #ababab;
    font-size: .9em;
}
.gallerysmalltestimonial
{
    font-size: .9em;
}
#galleryquotelink
{
    font-size: 0.9em;
    margin-left: 46px; /*margin-top: 5px;*/
}
.gallerycreatetestimonial
{
    /*margin-top: 25px;*/ /*margin-left: 135px;*/
}

.gallerydescbig
{
    font-size: 1.3em;
    font-weight: bold;
}

.gallerydescmed
{
    font-weight: bold;
}

.gallerydescsmall
{
    padding-top: 10px;
    width: 254px;
}





