#demo-container
{
	width: 100px;
	height: 300px;
	/* border: 1px solid red; */
	position: absolute;
	top: 83px;
	left: 518px;
}
#pan-container
{
	width: 65px;
	height: 90px;
	/* border: 1px solid red; */
	position: absolute;
	top: 190px;
	left: 218px;
}
#glove-container
{
	width: 57px;
	height: 98px;
	/* border: 1px solid red; */
	position: absolute;
	top: 192px;
	left: 325px;
}
#scrub-container
{
	width: 35px;
	height: 120px;
	/* border: 1px solid red; */
	position: absolute;
	top: 175px;
	left: 395px;
}
#bucket-container
{
	width: 65px;
	height: 123px;
	/* border: 1px solid red; */
	position: absolute;
	top: 16px;
	left: 110px;
}

#bucket {
    width:65px;
    height:123px;
/*     background-image:url(/03images/promotions/365-free/bucket.png); */
    position:absolute;
    left:0px;
    top:0px;
}
 
#scrub-child {
    width:34px;
    height:120px;
    background-image:url(/03images/promotions/365-free/scrub.png);
    position:absolute;
    left: -1px;
    top:5px;
}

#scrub-parent {
    width:22px;
    height:22px;
    background-image:url(/03images/promotions/365-free/pendulum-pivot.png);
}
 
#glove-child {
    width:57px;
    height:98px;
    background-image:url(/03images/promotions/365-free/glove.png);
    position:absolute;
    left: -13px;
    top:5px;
}

#glove-parent {
    width:22px;
    height:22px;
    background-image:url(/03images/promotions/365-free/pendulum-pivot.png);
}
 
#pan-child {
    width:65px;
    height:90px;
    background-image:url(/03images/promotions/365-free/pan.png);
    position:absolute;
    left: -19px;
    top:5px;
}

#pan-parent {
    width:22px;
    height:22px;
    background-image:url(/03images/promotions/365-free/pendulum-pivot.png);
}

#pendulum-child {
    width:48px;
    height:128px;
    background-image:url(/03images/promotions/365-free/pendulum.png);
    position:absolute;
    left:-21px;
    top:10px;
}
 
#pendulum-parent {
    width:22px;
    height:22px;
    background-image:url(/03images/promotions/365-free/pendulum-pivot.png);
}



.manipulate {
position: relative;
min-height: 1400px;
height: 100%;
}
.content-wrapper {
width: 100%;
height: 100%;
z-index: 0;
position: absolute;
top: 0px;
overflow: hidden;
}
#topContent
{
background: url(/03images/promotions/365-free/t-spacer.png) top left repeat;
z-index: -1;
}
.top.topHolderImg
{
background: #73c7c7;
/* text-align: center; */
position: relative;
height: 400px;
width: 100%;
}
.centerImg
{
	position: relative;
	width:60%;
	margin: 0 auto;
	/* border: 1px solid red; */
	/* overflow: hidden; */
	height:400px;
}
.mediumScreen .centerImg
{
	width:90%;
}

.top.topHolderImg .centerImg .centerImgInner
{
position: absolute;
/* border: 1px solid black; */
}
.top
{
	z-index: 0;
}
.topSpacer
{
	/* background: red url(/03images/promotions/365-free/spacer.png) top left repeat; */
	overflow: hidden;
	z-index: 0;
	/* background: red; */
}
.winFree
{
	width: 100%;
	background: white;
}
.winFreeInner
{
	width: 90%;
	margin: 20px auto;
}
html body #content .winFreeInner p
{
	margin: 10px 0 5px 0;
	font-size: 103%;
	color: #777;
	line-height: 20px;
}
html body #content .winFreeInner p b
{
	color: #777;
}
#mainContent h2
{
	color: #777777;
	margin: 10px 0px;
}
.mainContentWrapper
{
	width: 90%;
	margin: 7%;
}
.mainContentWrapper ul.myList li
{
	width: 85%;
	list-style: outside;
	color: #777777;
}
.mainContentWrapper h4
{
	color: #777777;
	width: 100%;
	margin: 5px 0 20px 0;
	text-transform: uppercase;
}
.winFreeInner h4
{
	color: #777777;
	width: 100%;
	margin: 5px 0 20px 0;
	text-transform: uppercase;
}
.customeListWrapper
{
	width: 90%;
}
.customeListWrapper.Top
{
	clear: both;
}
.listImg
{
	position: relative;
	width:50px;
	float:left;
	/* border: 1px solid red; */
	height: 63px;
}
.listImg.two
{
	background: url(/03images/promotions/365-free/two.png) top left no-repeat;
}

.listImg.one
{
	background: url(/03images/promotions/365-free/one.png) top left no-repeat;
}
.listText
{
	position: relative;
	width:65%;
	float:left;
	left: 10px;
	
	/* border: 1px solid black; */
}

.listText.one
{
	top: 11px;
}

.listText.two
{
	top: 16px;
}

.ui-button {
font-size: 16px;
color: white;
padding: 7px 5px;
width: 144px;
text-align: center;
background: url("/03images/chameleon/news/orange_next.jpg") no-repeat 6% center #FF9900;
}
#mobileOnly
{
	display:none;
}
.smallScreen #deskTopOnly
{
	display:none;
}

.smallScreen #mobileOnly
{
	display: block;
}






