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

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

#homePage h2, #secondText h2
{
	line-height : 1.0em;
	font-size:21px;
	color:#B8A873;
}

#shoppingCart, #homePage h3
{
	line-height : 1.0em;
	font-size:21px;
	color:#BC0A5D;
	font-family:arial,helvetica,sans-serif;
}


 #homePage {
	margin:0 !important;
	padding:0 !important;
}

 #homePageText  {
	margin:0 !important;
	padding:20px 180px 0 220px;
	color:#B7B7B8;
	height:321px;
	min-height:321px;
	clear:both;
	text-align:center;
	font-family:"Century Gothic";
	
}

#homePageText .frontBig {
	font-size:3.0em;
	color:#B8A873;
	font-weight:bold;
	height:40px;
	line-height:40px;
}


#homePageText .frontSmall  {
	color:#BC0A5D;
	font-size:1.9em;
		height:30px;
	line-height:30px;
}

#homePageText p  {
	color:#FFF;
	font-size:12px;
}

#shoppingCart .relatedProduct {
	width:45%;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:150px;
	height:160px;
	margin:3px 3px 3px 11px;
	padding:3px;
	color:#00359F;
}

#homepageTable td {
	font-size:0.9em;
}

#homepageTable td span {
	color:#BC0A5D;
}
#contentColumn .sideSpecials {
	width: 190px;
	float: left;	
	display: inline;
	margin-bottom: 20px;
}
#contentColumn .sideSpecials img {
	margin: 7px auto;
}
#contentColumn .break {
	clear: left;
}
