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

/* feel free to add CSS here for the homepage only */
#contentTitle {
	color:#004990;
	margin: 0px;
	padding: 0px 20px;
	font-size: 16pt;
	font-weight: 500;
	background-image: url(../images/contenttitle_bg.gif);
	background-repeat: no-repeat;
	line-height: 36px;
	margin: 15px 0px;
}

#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:#00359F;
}
#shoppingCart .break{
	clear:left;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
}
#shoppingCart .relatedProductName {
	font-size:0.8em;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}

#homePageText img {
	margin: 5px 10px;
}

#homePageText p {
	margin: 5px 5px 7px 0px;	
	line-height: 12pt;
	font-size: 9pt;
	color: #363534;
}
#homePageText a {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
} 
#contentFloater {
	width: 160px;
	float: right;
	margin: 0px 0px 10px 10px;
}

#contentFloater p {
	font-style: italic;
	color: #5e5e5e;
	font-size: 10pt;
	margin: 5px 0px;
}
#contentFloater .title {
	font-style: normal;
	color: #ed592e;
}
#consultantBox {
	background-image: url(../images/consultant_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px 10px 0px 70px;
	color: #ed592e;
	height: 93px;
	font-size: 10pt;
	font-weight: 600;
	text-align: right;
	width: 80px;
}

.button {
	background-image: url(../images/button_bg.gif);
	background-repeat: no-repeat;	
	height: 19px;
	width: 107px;
	padding-left: 20px;
	margin: 5px 0px;
}
.button a {
	font-size: 9pt;
	font-weight: bold;
	color: #004990;
}