﻿#StartHeader {
    position: fixed;
    width: 100%;
    height: 97px;
    z-index: 5;
    background: transparent url(/media/images/layout/white_bg.gif) repeat-x scroll left top;
}
#StartHeader #Header {
    position: fixed;
    left: 50%;
    margin-left: -495px;
    _top: 0;
}
#Content_Area{
    position: absolute;
    width: 100%;
    margin-top:88px;
}
#Content{
    position: relative;
    left: 50%;
    margin: 0px 0px 0px -495px;
}
#Footer{
    position: relative;
    left: 50%;
    margin: 185px 0px 0px -345px;
}
#ContentMain{
    margin-left:50px;
    margin-top:5px;
}
#Content {
    width:990px;
}
#MPBannerOuter{ height: 340px; }
.small #MPBannerOuter{ height: 250px; }
/* Masterpieces Banner */
#MPBannerOuter{
    position: fixed;
    top: 87px;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.small #MPBannerOuter{ height: 250px; }
#MPBannerOuter{ height: 340px; }
.bannerCanvasBGLeft{
    float: left;
    width: 50%;
    background-repeat: repeat-x;
}
.small .bannerCanvasBGLeft{ height: 250px; }
.bannerCanvasBGLeft{ height: 340px; }
.bannerCanvasBGRight{
    float: right;
    width: 50%;
    background-repeat: repeat-x;
}
.small .bannerCanvasBGRight{ height: 250px; }
.bannerCanvasBGRight{ height: 340px; }
.bannerCanvasImage{
    position: relative;
    height: 250px;
    width: 940px;
    left: 50%;
    margin-left: -445px;
    background-repeat: no-repeat;
}
.small .bannerCanvasImage{ height: 250px; }
.bannerCanvasImage{ height: 340px; }
.small .bannerOverviewCanvasImage{ height: 250px; }
.bannerOverviewCanvasImage{ height: 340px; overflow: hidden;
position: absolute;
width: 100%;}

.bannerCanvas h1{
    position: absolute;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.15;
    margin-left: -1px;
    margin-top: 0.67em;
}
.bannerCanvas .bannerOverviewCanvasImage h1{
    height: 250px;
    width: 940px;
    left: 50%;
    margin-left: -445px;
    background-repeat: no-repeat;
    z-index: 51;
}
.bannerCanvas .bannerOverviewCanvasImage img{
    position: absolute;
}
.small .bannerCanvas h1{
    font-size: 46px;
}
.bannerCanvas h1{
    font-size: 54px;
}
/* Banner animations after page load */
#MPBannerOuter.animateHeight,
.bannerCanvasBGLeft.animateHeight,
.bannerCanvasBGRight.animateHeight,
.bannerCanvasImage.animateHeight,
.bannerOverviewCanvasImage.animateHeight{
    -webkit-transition: height .4s cubic-bezier(.8,.01,.2,.99), background-image .4s cubic-bezier(.8,.01,.2,.99);
    -moz-transition: height .4s cubic-bezier(.8,.01,.2,.99), background-image .4s cubic-bezier(.8,.01,.2,.99);
    -ms-transition: height .4s cubic-bezier(.8,.01,.2,.99), background-image .4s cubic-bezier(.8,.01,.2,.99);
    -o-transition: height .4s cubic-bezier(.8,.01,.2,.99), background-image .4s cubic-bezier(.8,.01,.2,.99);
    transition: height .4s cubic-bezier(.8,.01,.2,.99), background-image .4s cubic-bezier(.8,.01,.2,.99);
}
.bannerCanvas h1.animateFont,
h2.MPHeadline.animateFont{
    -webkit-transition: font .4s cubic-bezier(.8,.01,.2,.99);
    -moz-transition: font .4s cubic-bezier(.8,.01,.2,.99);
    -ms-transition: font .4s cubic-bezier(.8,.01,.2,.99);
    -0-transition: font .4s cubic-bezier(.8,.01,.2,.99);
    transition: font .4s cubic-bezier(.8,.01,.2,.99);
}
/* Content */
#ContentMain{
    -webkit-transition: margin-top .4s cubic-bezier(.8,.01,.2,.99);
    -moz-transition: margin-top .4s cubic-bezier(.8,.01,.2,.99);
    -ms-transition: margin-top .4s cubic-bezier(.8,.01,.2,.99);
    -o-transition: margin-top .4s cubic-bezier(.8,.01,.2,.99);
    transition: margin-top .4s cubic-bezier(.8,.01,.2,.99);
}
.small #Content_Area{ margin-top: 396px; }
.big #Content_Area{ margin-top: 510px;}
.big #ContentRight{ margin-top: 14px; }
.small #ContentRight{ margin-top: 5px; }
#Content_Area{ 
    z-index: 4;
    background: #fff;
}
/* Masterpieces Templates*/
.mp_section h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 300;
    margin: 0 0 5px -3px;
}
.mp_section h3{
    margin: 12px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.mp_section img,
.mp_section div{
    margin: 5px 0;
    line-height:1.4em;
}
.mp_section img.additional_image{
    margin: 13px 0 5px 0;
}
.mp_section{
    padding-bottom: 22px;
    margin-bottom: 27px;
    border-bottom: 1px dotted #d6d6d6;
    float: left;
}