body {
    margin: 0;
}

div{
	position: absolute;	
}


#zoneclic,
#adcontainer {
    position: relative;
    width: 726px;
    height: 88px;
    overflow: hidden;
    border: 1px solid #000;
    margin: auto;
    cursor: pointer;
    background-color: #fff;
}

div {
    top: 0;
    left: 0;
    position: absolute;
}

#imgcontainer {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#red,
#txt1, 
#txt2, 
#txt3, 
#txt4, 
#txt5,
#sunHolder,
#sky,
#snorkel,
#drinkHolder,
#fares,
#cta,
#disclaimer,
#logo,
#tagline,
#curtain{
	width: 100%;
	height: 100%;
	position: absolute;
}

#red,
#curtain{
	
	 background: url(img/red.jpg) no-repeat;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df1c21+0,5d0d10+97 */
background: rgb(223,28,33); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(223,28,33,1) 0%, rgba(93,13,16,1) 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(223,28,33,1) 0%,rgba(93,13,16,1) 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(223,28,33,1) 0%,rgba(93,13,16,1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1c21', endColorstr='#5d0d10',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#txt1{
	 background: url(img/txt1.png) no-repeat;
}

#txt2{
	background: url(img/txt2.png) no-repeat;
}

#txt3{
	background: url(img/txt3.png) no-repeat;
}

#txt4{
	background: url(img/txt4.png) no-repeat;
}

#txt5{
	background: url(img/txt5.png) no-repeat;
}
#sky{
	left: 350px;	
}

#sun{
	width: 107px;
	height: 107px;
	top: 10px;
	left: 60px;
}
#sunInner{
	background: url(img/sun.png) no-repeat;
	width: 107px;
	height: 107px;
}

#cloud1,
#cloud2{
	background: url(img/cloud.png) no-repeat;
	width: 150px;
	height: 85px;
	top: 122px;
}
#cloud2{
	top: 57px;
}

.bird{
	width: 84px;
	height: 40px;
	overflow: hidden;
	opacity: .8;
}

.birdInner{
	background: url(img/bird.png) no-repeat;
	width: 84px;
	height: 640px;
}

#bird1{
	left: 140px;
	top: 40px;
}

#bird2{
	top: 10px;
}
	
#snorkel{
	background: url(img/scuba.png) no-repeat;
	top: 5px;
	width: 57px;
	height: 77px;
	left: 411px;
}

.bubble{
	width: 11px;
	height: 11px;
	background: url(img/bubble.png) no-repeat;
}
.bubbleHolder{
	/*
	left: 78px;
	top: 83px;
	*/
	
	top: 90px;
	position: absolute;
	width: 11px;
	height: 11px;
	
}

#drink1{
	background: url(img/drink1.png) no-repeat;
	left: 385px;
	top: 8px;
	width: 43px;
	height: 75px;
}
#drink2{
	background: url(img/drink2.png) no-repeat;
	left: 436px;
	top: 4px;
	width: 43px;
	height: 79px;
}

#clink{
	background: url(img/clink.png) no-repeat;
	left: 427px;
	top: 20px;
	width: 11px;
	height: 9px;
}

.chart{
	background: url(img/fares.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 22px;
}

#chart0{
	height: 16px;
	width: 400px;
	top: 36px;
	left: 11px;
}
#chart1{
	height: 29px;
	width: 54px;
	background-position: 0 -24px;
}

#chart2{
	background-position: -55px -21px;
	left: 66px;
	height: 40px;
}
#chartToggle{
	height: 16px;
	width: 54px;
	top: 61px;
	left: 11px;
	background-position: 0 -24px;
	overflow: hidden;
	
		
}
#faresToggle{
	top: 61px;
	height: 15px;
	width:390px;
	overflow: hidden;	
}
.fares{
	
	}
#arrow{
	background: url(img/fares.png) no-repeat;
	background-position: -380px -19px;
    width: 19px;
    height: 17px;
    left: 395px;
    top: 56px;
	display: block;
	opacity: 0;
	position: absolute;
	
}

.line{
	background: #ffffff;
	position: absolute;
}

.line.vertical{
	height: 40px;
	width: 1px;
	top: 38px;
}
.line.horizontal{
	width: 384px;
	height: 1px;
	left: 11px;
	top: 52px;
}

#line1{
	left: 63px;
}
#line2{
	left: 118px;
}
#line3{
	left: 196px;
}
#line4{
	left: 253px;
}
#line5{
	left: 310px;
}

#cta{
     background: url(img/cta.png) no-repeat
}

#disclaimer{
     background: url(img/disclaimer.png) no-repeat
}
#logo {
    background: url(img/logo.png) no-repeat right top;
}

#tagline{
     background: url(img/tagline.png) no-repeat
}
