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

sup {
	font-size: 8px;
}

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

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

#container {
	position: absolute;
	width: 728px;
	height: 90px;
	border:1px solid #000000;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow: hidden;
}

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

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

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

#hideMask {
    position: absolute;
    top: 20px;
    left: 480px;
    overflow: hidden;
    width: 126px;
    height: 36px;
    z-index: 970;
    border-radius: 5px;
}
#shimmer {
    position: relative;
    top:-10px;
    left: 200px;
    opacity: .2;
}
#cta, #copy1, #copy2, #rose, #dusty, #legal, #greenmask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#greenmask, #legal, #copy2 {
    opacity: 0;
}
#addressContainer {
    position: absolute;
    top: 82px;
    left: 13px;
    padding: 4px 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    opacity: 0;
    background: url(images/black_pin.png) no-repeat;
    background-size: 25px 31px;
    z-index: 500;
}
#bckgrd {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#legalOverlay {
    position: absolute;
    left: 582px;
    top: 75px;
    width: 55px;
    height: 13px;
    opacity: 0;
    z-index: 2000;
}
#legal_body_container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 728px;
    height: 90px;
    overflow: hidden;
}
#legal_bodyTxt {
    position: absolute;
    left: 0px;
    top: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    color: #000000;
    width: 728px;
    height: 90px;
    padding: 14px 7px;
    z-index: 2001;
    background: #ffffff;
    box-shadow: 0px -1px 0px #aaaaaa;
    overflow-y: scroll;
}
#legal_bodyTxt a {
	color: #00a9ce;
}
#legal_tab {
    left: 0px;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
}
#legal_body {
    left: 0px;
    top: 21px;
    z-index: 1000;
    cursor: pointer;
}
#legal_ghostBody {
    left: 0px;
    top: 21px;
    z-index: 1010;
    /*cursor: pointer;*/
    opacity: .01;
}
#legal_link {
	display: inline-block;
	color: #00a9ce;
	cursor: pointer;
	text-decoration: underline;
}
