body, html {
    background: white;
}


/* #bd, #bd-inner
   {
   width: 100%;
   padding: 0;
   }
   #bd
   {
   padding-top: 7px;
   background: url('/images/background/white-body.png') center top repeat-y #fff;
   }

   #bottom-container
   {
   background: url("/images/home/bg-bottom-blocks.png") 0 0 repeat-x #f1f1f1;
   margin: 10px 0 1px 0;
   height: 120px;
   }
   #bottom-container div.text
   {
   width: 924px;
   margin: 0 auto;
   }
   #bottom-container div.text p
   {
   padding: 20px 0 0 0;
   color: #7a7a7a;
   font: 18px 'Times New Roman' , 'serif';
   line-height: 1.4;
   } */

/* Hero */
#hero
{
    width: 940px;
    height: 340px;
    margin: 0 auto;
    position: relative;
}
#hero .hero-block
{
    position: absolute;
    width: 272px;
    height: 100%;
    z-index: 10;
}
/* #hero .inside
   {
   position: relative;
   width: 100%;
   height: 100%;
   }
   #hero .inside .fade
   {
   position: absolute;
   background-color: #060c3c;
   z-index: 30;
   }
   #hero .inside .swap
   {
   position: absolute;
   z-index: 10;
   display: none;
   }
   #hero .inside .line
   {
   position: absolute;
   z-index: 20;
   background: url('/images/home/Home-Grid2.png') 0 0 no-repeat;
   } */

/* Default Hero */
/* #hero #block1
   {
   background: url("/images/home/heroC-02.jpg") 0 0 no-repeat;
   }
   #hero #block2
   {
   left: 272px;
   background: url("/images/home/heroC-15.jpg") 0 0 no-repeat;
   }
   #hero #block3
   {
   left: 544px;
   background: url("/images/home/heroC-14.jpg") 0 0 no-repeat;
   } */
#hero #side
{
    position: absolute;
    width: 124px;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/images/home/side-pictures1.jpg") 0 0 no-repeat;
    z-index: 10;
}
#hero #bottom
{
    position: absolute;
    width: 816px;
    height: 68px;
    bottom: 0;
    left: 0;
    /* background: url("/images/home/shim.png") 0 0 transparent; */
    z-index: 100;
}
#hero #bottom #slogan{
    width: 819px;
    height: 70px;
    /* background: url("/images/home/slogan-6.png") center 17px no-repeat transparent; */
    text-indent: -9999px;
    overflow: hidden;
}

/* Scoreperfect Hero */
.scoreperfect #hero #block1
{
    background-image: url("/images/home/heroC-02.jpg");
}
.scoreperfect #hero #block2
{
    background-image: url("/images/home/heroC-26c.jpg");
}
.scoreperfect #hero #block3
{
    background-image: url("/images/home/heroC-14.jpg");
}
.scoreperfect #hero #side
{
    background-image: url("/images/home/side-pictures2.jpg");
}
