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

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

#homePage h2
{
	margin:0 0 0.6em 0;
	padding: 0.1em 0.2em;
	line-height : 1.6em;
	font-size:2em;
	color:#fff;
	background-color:#0f0;
	border:1px solid #0f0;
}

#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;
}

#CompSect{margin-top:20px;min-height:193px;}
#CompHolder{padding-top:60px;height:133px;}
#CompMiddle{float:left; width:150px; color:#fff; font-size:12px; font-weight:bold; letter-spacing:-0.1px; position:relative; left:25px; line-height: 110%}

#CompButton{width:193px; float:left; margin-left:20px; margin-top:18px; height:40px;
/* border:1px solid pink;
*/
}

#bodyBlock
{
	width:			956px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	80em;
	position:   	relative;
	margin-top: 	0em;
	background-color : #fff;
	background-image:url(../images/mainBack.jpg);
}