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

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

#homePage {
	font-size:0.9em;
	padding:0 0.5em;
	line-height:1.5em;
}

#homePage h2, #homePage h3, #homePage h4,
#homePage h5, #homePage h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
#homePage h2
{
/*
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	line-height :1.2em;
	font-size:1.4em;
	color:#fff;
	background-color:#0f0;
	border:1px solid #0f0;
*/
	color: #05377b;
	font-size:22px;
	font-family:Verdana,Geneva,sans-serif;
	margin-bottom: 8px;
}
#homePage h3 {
/*
	margin-top: 15px;
	border-bottom: 1px solid #8cc63f;
	color: #8cc63f;
	font-size:22px;
	font-family:Verdana,Geneva,sans-serif;
	padding-bottom:8px;
*/
	size: 18px;
	color: #0078c1;
	display:inline;
}

#homePage h4
{
	color: #0062ab;
}

#homePage hr
{
	margin: 8px 0;
}

#homePage ul
{
	margin: 0 20px 0 16px;
	padding: 0px;
}

#homePage ul li
{
	margin: 0 0 8px 0;
	padding: 0px;
	list-style-image: url('../images/homeIndividualBullet.gif');
	font-weight: bold;
}

#homePageText ul
{
	/*
	margin: 10px 0 10px 0;
	*/
	margin-top: 10px;
	margin-bottom: 10px;
}

#homePageText ul li
{
	margin: 0 0 8px 10px;
	padding: 0px;

/*
	list-style-image: url('../images/homeIntroBullet.gif');
*/
	background: transparent url('../images/homeIntroBullet.gif') no-repeat center left;
	font-weight: normal;
	color:red;
	text-decoration:underline;
	size:18px;
	padding-left: 20px;
}


.contentArea {
/*
	padding:0 1.5em 2em 1.5em;
*/
	margin:0;
	padding:0;
}

#homePage hr {
	height: 1px;
	border:none;
	border-bottom:1px solid #8cc63f;
	visibility:visible;
}

#shoppingCart .relatedProduct {
	width:23%;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:200px;
	height:200px;
	margin:3px;
	padding:3px;
	color:#00f;
}
#shoppingCart .break{
	clear:left;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
}
#shoppingCart .relatedProductName {
	font-size:0.8em;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}
