/* general */
#holdinghands, .ribbontitle {
	display: none;
}
#wrapper {
	background: none;
}
#main {
	overflow: visible;
}

.homepage, body {
	background-color: #367b30 !important;
	background:  url(../images/bghome.png) repeat-x center top;
	/* for snow change to #d4eeef */
}
.snow {
	position: relative;
	width: 100%;
	height: 320px;
	float: left;
	margin-top: -525px;
	background: url(../images/snowmantree.png) no-repeat center top;
}
#houses {
	background: url(../images/houses.png) no-repeat center top;
	min-height: 280px;
	clear: left;
	width: 1000px;
	margin: 0 auto;
}

#houses ul.logos {
	list-style-type: none;
	width: 1000px;
	margin: 0 auto;
	height: 60px;
}
#houses ul.logos li {
	float: left;
	height: 70px;
	width: 0;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
#houses ul.logos li.butterflylogo {
	padding-left: 20px;
	margin-top: -20px;
}
#houses ul.logos li.starlogo {
	padding-left: 180px;
	margin-top: -5px;
}
#houses ul.logos li.flowerlogo {
	padding-left: 340px;
	margin-top: 10px;
}
#houses ul.logos li.rainbowlogo {
	padding-left: 460px;
	margin-top: 10px;
}
#houses ul.logos li.cupcakelogo {
	padding-left: 550px;
}
#houses ul.logos li.lovelogo {
	padding-left: 720px;
	margin-top: -20px;
}

#houses ul.belles {
	list-style-type: none;
	width: 820px;
	margin: 0 auto;
	height: 320px;
	padding-left: 5px;
	position: relative;
	z-index: 1;
}
#houses ul.belles li {
	float: left;
	width: 130px;
	height: 230px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: block;
}
#houses ul.belles li a {
	display: block;
	height: 200px;
}

#houses ul.belles li.butterflyHome {
	width: 140px;
}
.butterflyHome {
	background: url(../images/butterfly.png) no-repeat;
	margin-top: 50px;
	padding-bottom: 0;
}
.butterflyHome:hover {
	margin-top: 0;
	padding-bottom: 50px;
}
.butterflyHome a {
	background: url(../images/butterflybuds.png) no-repeat;
}
.butterflyHome a:hover {
	background: url(../images/butterflybuds.png) no-repeat -140px 0;
}
#houses ul.belles li.starHome {
	width: 160px;
	margin-left: -15px;
}
.starHome {
	background: url(../images/star.png) no-repeat;
	margin-top: 70px;
	padding-bottom: 0;
}
.starHome:hover {
	margin-top: 20px;
	padding-bottom: 50px;
}
.starHome a {
	background: url(../images/starbuds.png) no-repeat;
}
.starHome a:hover {
	background: url(../images/starbuds.png) no-repeat -160px 0;
}
#houses ul.belles li.flowerHome {
	width: 135px;
}
.flowerHome {
	background: url(../images/flower.png) no-repeat;
	margin-top: 85px;
	padding-bottom: 0;
}
.flowerHome:hover {
	margin-top: 35px;
	padding-bottom: 50px;
}
.flowerHome a {
	background: url(../images/flowerbuds.png) no-repeat;
}
.flowerHome a:hover {
	background: url(../images/flowerbuds.png) no-repeat -130px 0;
}
.rainbowHome {
	background: url(../images/rainbow.png) no-repeat;
	margin-top: 80px;
	padding-bottom: 0;
}
.rainbowHome:hover {
	margin-top: 30px;
	padding-bottom: 50px;
}
.rainbowHome a {
	background: url(../images/rainbowbuds.png) no-repeat;
}
.rainbowHome a:hover {
	background: url(../images/rainbowbuds.png) no-repeat -130px 0;
}
.cupcakeHome {
	background: url(../images/cupcake.png) no-repeat;
	margin-top: 70px;
	padding-bottom: 0;
}
.cupcakeHome:hover {
	margin-top: 20px;
	padding-bottom: 50px;
}
.cupcakeHome a {
	background: url(../images/cupcakebuds.png) no-repeat;
}
.cupcakeHome a:hover {
	background: url(../images/cupcakebuds.png) no-repeat -150px 0;
}
.loveHome {
	background: url(../images/love.png) no-repeat;
	margin-top: 50px;
	padding-bottom: 0;
}
.loveHome:hover {
	margin-top: 0;
	padding-bottom: 50px;
}
.loveHome a {
	background: url(../images/lovebuds.png) no-repeat;
}
.loveHome a:hover {
	background: url(../images/lovebuds.png) no-repeat -150px 0;
}
#ribbon img {
	float: left;
}