@charset "UTF-8";
/* CSS Document */

img[src$=".gif"], img[src$=".png"] {
                   image-rendering: -moz-crisp-edges;         /* Firefox */
                   image-rendering:   -o-crisp-edges;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                   image-rendering: optimizeQuality;
                   /*-ms-interpolation-mode: nearest-neighbor;   IE (non-standard property) */
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

body, body * {
	vertical-align: baseline;border: 0;outline: 0;padding: 0;margin: 0;
    /* PLEASE CHANGE THE PROPERTIES IF NEEDED BELOW BUT DO NOT REMOVE TOTALLY */
    
    font-family: "helvetica", sans-serif; 
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#container_dc {
    z-index:20;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
    /* PLEASE CHANGE THE PROPERTIES IF NEEDED BELOW BUT DO NOT REMOVE TOTALLY */
    
    width: 726px;
	height: 88px;
    background-color: #de1c24;
    border:1px solid #666666;
}

#content_dc {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
}

#cta{
    position: absolute;
    left: 628px;
    top: 61px;
    width: 88px;
    height: 20px;
    background-color: #006697;
    border-radius: 7px;
    cursor: pointer;
    outline: medium none;
    z-index: 300;
    overflow: hidden;
    color: #006697;
}

#ctaCopy{
    position: absolute;
    background-position: -362px 0;
    top: 4px;
    left: 8px;
    /*transform: scaleY(0.9);*/
    width: 76px;
    height: 14px;
}

#ctaSliceSmall{
    position: absolute;
    top: -5px;
    left: -40px;
    width:36px;
    height:55px;
}

#ctaSliceBig{
    position: absolute;
    top: -5px;
    left: -40px;
    width:36px;
    height:55px;
}

#hotspot {
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width:100%;
    cursor: pointer;
    z-index: 295;
} 

/* DO NOT REMOVE OR CHANGE */
/* ///////////////////////////////////////////////////////// */
/* REMOVE ANYTHING BELOW IF NOT NEEDED */
/* TRY USING SPRITE SHEETS -- http://zerosprites.com/*/
/* ///////////////////////////////////////////////////////// */

#hero { 
    position: absolute;
    width: 153px; 
    height: 90px; 
    left: 0px; 
    top: 0px;
    background-repeat: no-repeat;
}

#crown { 
    position: absolute;
    background-position: -312px 0;
    width: 39px; 
    height: 19px; 
    left: 48px; 
    top: 6px;
    background-repeat: no-repeat;
}

#logo { 
    position: absolute;
    background-position: -312px -24px;
    width: 126px; 
    height: 25px; 
    left: 590px; 
    top: 33px;
}

#text1 {
    position: absolute;
    background-position: 0 0;
    width: 287px;
    height: 25px;
    top: 35px;
    left: 198px;
}

#text2 {
    position: absolute;
    background-position: 0 -25px;
    width: 170px;
    height: 22px;
    top: 35px;
    left: 199px;
}

#text3 {
    position: absolute;
    background-position: 0 -58px;
    width: 345px;
    height: 45px;
    top: 26px;
    left: 199px;
}

.startZero { 
    opacity: 0;
}

.sprites {
    position: absolute;
    background: url(_imgs/sprites.png) no-repeat;
}

.heroes {
    position: absolute;
    background: url(_imgs/hero.jpg) no-repeat;
}