/*
    Document   : supplying-artwork
    Created on : 21-Jun-2013, 15:40:59
    Author     : AsifJaved
    Description:
        Purpose of the stylesheet follows.
*/
h1.sArtwork
{
    margin-top: 0px;
    line-height: 28px;
    color: #FACC0E;
}

.secBox {
    background: url("/images/hfbg.png") repeat scroll center top transparent;
    padding: 20px;
    margin: 20px 0px 20px 0px;
}

.secBox h2.sHead
{
    color: #FACC0E;
    margin: 0px;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
}

.fileFormatIcons
{
    margin: 20px 0px 20px 0px;
}
div.resolutionBox ul {
    padding-left: 20px;
    list-style-image:url('/images/bullet-point.png');
}
div.resolutionBox ul li
{
    font-family: sans-serif;
    font-size: 14px;

}

.colourBox .col1{
    width: 304px;
    padding-right: 25px;
    border-right: 1px solid #FFF;
    float: left;
}
.colourBox .col2{
    width: 305px;
    padding-left: 25px;
    float: right;
}
.colourBox p { }
.colourBox h3 {
    margin: 0px;
    color: #FACC0E;
}
/***********************************************************************/



#middleSide .tempalteSection
{
    width: 345px;
    height: 110px;
    float: left;
    background: url("/images/hfbg.png") repeat scroll center top transparent;
    position: relative;
    margin-bottom: 10px;
}
#middleSide .tempalteSection  .imgIconbg
{
    position: absolute;
    left: 0px;
    top: 5px;
    width: 95px;
    height: 100px;
}
#middleSide .tempalteSection  .heading
{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    text-transform: uppercase;

}

#middleSide .tempalteSection .downloadPDF
{
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    padding: 5px 24px 5px 10px;
    color: #FFF;
    background: url("/images/hfbg.png") repeat scroll center top transparent;
    font-size: 18px;
}
#middleSide .tempalteSection .downloadPDF:hover
{
    color:#FACC0E;
    -webkit-transition: color 2s ease;
    -moz-transition: color 2s ease;
    -ms-transition: color 2s ease;
    -o-transition: color 2s ease;
    transition: color 2s ease;
    text-decoration: none;
}
#middleSide .tempalteSection .downloadPDF:hover span
{
    background-position: 0px -47px;

}

#middleSide .tempalteSection .downloadPDF span
{
    width: 20px;
    height: 18px;
    position: absolute;
    right: 4px;
    top: 6px;
    background: url("/images/icons_sprite.png") no-repeat scroll 0px -28px transparent;
}

.mb10 { margin-bottom: 10px; }
.mr10 { margin-right: 10px; }


.tempalteSection .landscapShortFold
{
    background: url("/images/template-design-sprite.png") no-repeat scroll 0px 0px transparent;
}

.tempalteSection .standardFold
{
    background: url("/images/template-design-sprite.png") no-repeat scroll -100px 0px transparent;
}

.tempalteSection .uFold
{
    background: url("/images/template-design-sprite.png") no-repeat scroll -200px 0px transparent;
}

.tempalteSection .zFold
{
    background: url("/images/template-design-sprite.png") no-repeat scroll -300px 0px transparent;
}

.tempalteSection .wFold
{
    background: url("/images/template-design-sprite.png") no-repeat scroll 0px -100px transparent;
}

.tempalteSection .portaitShortFold
{
    background: url("/images/template-design-sprite.png") no-repeat scroll -100px -100px transparent;
}

.tempalteSection .specialFold
{
    background: url("/images/template-design-sprite.png") no-repeat scroll -200px -100px transparent;
}

.tempalteSection .standardHalfFold
{
    background: url("/images/template-design-sprite.png") no-repeat scroll -300px -100px transparent;
}

.tempalteSection .multiPageBook
{
    background: url("/images/template-design-sprite.png") no-repeat scroll 0px -200px transparent;
}

.secHeading
{
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 28px;
    color: rgb(250, 204, 14);
}

.separatorLine { margin-bottom: 5px; }



.tempalteSection .a4Insert
{
    background: url("/images/template-insert-sprite.png") no-repeat scroll 0px 0px transparent;
}

.tempalteSection .a4SlimInsert140
{
    background: url("/images/template-insert-sprite.png") no-repeat scroll -100px 0px transparent;
}

.tempalteSection .a4SlimInsert130
{
    background: url("/images/template-insert-sprite.png") no-repeat scroll -200px 0px transparent;
}

.tempalteSection .a5Insert
{
    background: url("/images/template-insert-sprite.png") no-repeat scroll -300px 0px transparent;
}

.tempalteSection .halfA4Insert
{
    background: url("/images/template-insert-sprite.png") no-repeat scroll 0px -100px transparent;
}

.tempalteSection .squareInsert
{
    background: url("/images/template-insert-sprite.png") no-repeat scroll -100px -100px transparent;
}

.tempalteSection .oneThirdA4Insert
{
    background: url("/images/template-insert-sprite.png") no-repeat scroll -200px -100px transparent;
}


body.template #leftSide {
    height: 2386px !important;
}




