@charset "UTF-8";

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit; 
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: subpixel-antialiased;
}

a img {
	text-decoration: none; 
	border: 0px;
}

body{
	padding: 0;
	margin: 0;
	background-color: #ffffff; 
}

#container {
	position: absolute;
	border:1px solid #c2c2c2;
	left: 0px;
	top: 0px;
	width: 728px;
	height: 90px;
	margin: auto;
    overflow: hidden;
    background-color: #ece7e6;
}

#content {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 101%;
	height: 101%;
	z-index: 100;
}

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

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
	left: 0px;
    background-color: #fff;
    z-index: 998;
} 

#shimmerMask {
    position: absolute;
    left: 589px;
    top: 31px;
    overflow: hidden; 
    width:107px;
    height:28px;
    z-index: 600;
}

#shimmer {
    position: relative;
    left: 200px;  
    top:-20px;
	opacity: .5;
}

#txt1{
    position: absolute;
	left: 0px;
    top: 15px;
    width: 100%;
    height: 100%;
    z-index: 301;
}
#txt2{
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 301;
}
#greyBckgrd{
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
}
#txt1Img, #txt2Img, #txt3Img { 
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%; 
    transform-origin: 100% 100%;
}

#ImgContainer {
    position: absolute;
	left: 0px;
    top: 0px;
    width: 1164px;
    height: 100%;
}

#bckgrd_1, #bckgrd_2, #bckgrd_3, #bckgrd_4 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#bckgrd_2 {
    left: 291px;
}

#bckgrd_3 {
    left: 582px;
}

#bckgrd_4 {
    left: 873px;
}

#wheel {
    position: absolute;
    left: 61px;
    top: 131px;
    width: 334px;
    height: 334px;
    z-index: 100;
}

#logo, #cta {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 301;
}

.lgArt {
    position: absolute;
    width: 100%;
    height: 100%;
}
