@charset "utf-8";
/* CSS Document */





/**********************************************************
/	Home
**********************************************************/
.home .title{
	position:absolute;
	top:-5px;
	left:-10px;
}

.home .copyContainer{
	padding:75px 0 0 110px;
	width:525px;
}




/**********************************************************
/	About Us
**********************************************************/
.about{
	min-height:330px;
	height:auto !important;
	height:330px;
}

.about .title{
	position:absolute;
	top:8px;
	left:42px;
}

.about .copyContainer{
	padding:95px 0 10px 110px;
}





/**********************************************************
/	News / Events
**********************************************************/
.news .title{
	position:absolute;
	top:4px;
	left:18px;
}

.news .copyContainer{
	padding:125px 10px 10px 0px;
}

.news .eventRow{
	margin:10px 0;
	padding:0 0 0 145px;
	position:relative;
	z-index:10;
}

	.news .eventRow .readMore{
		font-size:12px;
	}
	
.news .backBtn{
	margin:30px 0 0 0;
}

.news .eventImage{
	float:left;
	padding:30px 5px 0 5px;
	text-align:center;
	width:135px;
}

.news .eventDetail{
	float:left;
	padding:0 0 0 5px;
	width:535px;
}




/**********************************************************
/	Hand Crafted
**********************************************************/
.hand-crafted .title{
	position:absolute;
	top:8px;
	left:-10px;
}

.hand-crafted .copyContainer{
	padding:115px 10px 10px 120px;
}





/**********************************************************
/	Seasonal Decor
**********************************************************/
.seasonal-decor .title{
	position:absolute;
	top:8px;
	left:10px;
}

.seasonal-decor .copyContainer{
	padding:115px 10px 10px 120px;
}





/**********************************************************
/	Gift Baskets
**********************************************************/
.gift-baskets .title{
	position:absolute;
	top:8px;
	left:15px;
}

.gift-baskets .copyContainer{
	padding:115px 10px 10px 120px;
}




/**********************************************************
/	Gifts
**********************************************************/
.gifts .title{
	position:absolute;
	top:8px;
	left:15px;
}

.gifts .copyContainer{
	padding:115px 10px 10px 90px;
}

	.gifts .copyContainer ul{
		list-style-type:disc;
		padding:0 0 0 15px;
	}

		.gifts .copyContainer ul li{
			float:left;
			width:100px;
		}

	.gifts .copyContainer p{
		clear:left;
	}
	
	
	
	
/**********************************************************
/	Contact
**********************************************************/
.contact{
	padding:10px 20px;
}

	.contact td{
		padding:7px 0;
	}
	
	.contact .leftCol{
		float:left;
		width:330px;
	}
	
	.contact .rightCol{
		float:left;
		width:320px;
	}