/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#homePage {
	min-height:505px;
}


#homePageText
{
	margin : 0.5em 0 0;
}
#homePage h2
{
	margin:7px 0;
	padding: 0.1em 0;
	line-height : 1.3em;
	font-size:1.6em;
	color:#bb1b8d;
	background-color:transparent;
	border-width : 0;
}


#homePage #shoppingCart #subcatDisplay h2
{
	margin:0 0 7px 0;
	padding: 0.1em 0;
	line-height : 1.3em;
	font-size:1.2em;
	color:#bb1b8d;
	background-color:transparent;
	border-width : 0;
	border-bottom : 1px solid #ccc;
}

#footerBlock
{
	background: transparent url(../images/footerBackgroundRose.jpg) no-repeat -1px 0px;
}

#leftColumn
{
	height:572px;
}

#bodyBlock
{
	background: transparent url(../images/background.jpg) no-repeat 0px 1px;
}

