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

/* feel free to add CSS here for the homepage only */
#contentColumn  	/* The big wahoonie */
{
	margin:0;
	width : 988px;

}
#homePage
{
	background-color : transparent;
	background-image : url(../images/welcom_back.png);
	background-position : left top;
	background-repeat : no-repeat;
	position:absolute;
	top:12px;
	left:0px;
	width: 366px;
	height: 653px;
}
#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;
}
#homePageText
{
	position:absolute;
	top:12px;
	right:0px;
	width: 615px;
	height: 363px;
}
#homepageServices
{
	position:absolute;
	top:383px;
	left:374px;
	width: 360px;
	height: 229px;
	background-color : transparent;
	background-image : url(../images/homepage_services.png);
	background-position : left top;
	background-repeat : no-repeat;
	font-family:arial,"trebuchet ms",helvetica,sans-serif !important;

	font-size: 0.75em;
	line-height:1.2em;
	padding: 55px 20px 20px;

}
#homepageServices ul
{
	padding:0;
	margin:12px 0 0 12px;
}
#homepageServices ul li
{
	list-style-type:none;
	background-image : url(../images/bullet.png);
	background-position : left 50%;
	background-repeat : no-repeat;
	padding: 3px 0 3px 15px;

}

#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;
}
body #page #rightColumn
{
    margin-top: 383px;
	width: 210px;
	min-width: 210px;
	height:282px !important;
}
.contentArea  	/* The big wahoonie */
{

	width : 310px;

}

