@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;
}x

: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: sans-serif; 
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#hotspot {position: absolute;top:0px;left:0px;height: 100%;width:100%;cursor: pointer;} /* DO NOT REMOVE OR CHANGE */

#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: #000000;
    border:1px solid #666666;
}
#content_dc {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
}
#logo{
    position: absolute; left: 198px; top:41px;
    background: url(_img/logo.png) no-repeat;
	width: 337px;
	height:23px;
}

#ctaBtn{
    position: absolute;right: 29px;top: 38px;
    background: url(_img/cta.png) no-repeat;
	width: 128px;
	height:30px;
}
#warningInfo{
    position: absolute;
    background: url(_img/warning.png) no-repeat;
	width: 62px;
	height:16px;
    right:0px;
    top:0px;    
}
#legalLine1{
    font-family: sans-serif;
    font-size: 7px;
    text-align: center;
    color: #e6e7e8;
	bottom:2px;
    right: 0px;
    width: 100%;
	position:absolute;
}
#legalLine2{
    font-family: sans-serif;
    font-size: 7px;
    color: #e6e7e8;
    bottom: 2px;
    right: 2px;
    width:100%;
    position: absolute;
    text-align: center;
    opacity: 0;
}
#legalHotspot{
	width:70px;
	height:20px;
	right:0px;
	top:0px;
	position:absolute;
    cursor:pointer;
	z-index:20;
}
#legal2{
	background: url(_img/legal2.png) no-repeat;
	width: 728px;
	height:90px;
	top:-90px;
	position:absolute;
	z-index: 40;
}
#vapor{
    font-family: sans-serif;
    font-size: 7px;
    color: #e6e7e8;
    bottom: 2px;
    left: 2px;
    width: 53px;
    position: absolute;
    text-align: center;
    opacity: 0;
}
#legal1{
	position: absolute;
	top:0;
	left:0;
	visibility:hidden;
	background: url(_img/legal1.png) no-repeat;
	width: 728px;
	height:90px;
    z-index: 133;
}
.legalStart{
	bottom:-100px;
}
.legalEnd{
    bottom:0;
}
#legalTimer{
	position: absolute;
	font-family:sans-serif;
	background-color: darkgray;
	color:white;
	width:27px;
	height: 18px;
	right:0;
	bottom:0;
	font-size: small;
    text-decoration: none;
    padding: 3px;
	z-index:200;	
}
#bkg {
    position: absolute; left: 0px; top: 0px;
    background: url(_img/bg.jpg) no-repeat;
	width: 728px;
	height:90px;
}
#allnew{
    position: absolute;
    background: url(_img/allnew.png) no-repeat;
	width: 88px;
	height:16px;
    left: 325px;
    top: 16px;  
}
#title1{
	left:325px;
}
#title2{
	left:325px;
}
#title3{
	left:295px
}
.title{
	top:17px;
	position:absolute;
	width:auto;
	height:auto;
}
