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

h1 { /* This is the big image at the top of the page */
	margin:39px 0 0 0;  /* space for menu to go above it */
	height:368px;
	background-image:url(../design_images/home_picture.jpg);
	border-width:0;
}
#mainLogo { /* actual invinity logo text */
	position:absolute;
	top:153px;
	left:557px;
	width:260px;
	height:98px;
}


#homePage h2
{
	font-size:1.091em; /* = 12px */
	color:#000;
	font-weight:bold;
	margin:1em 10px;
}
#homePage p {
	margin:1em 10px;
}

#homeProducts {
	width:410px;
	margin:0 auto;
	background-image:url(../design_images/home_prods_back.gif);
	background-repeat:repeat-y;
}
#homeProducts h2 {
	margin:0 0 10px 0;
	background-image:url(../design_images/home_prods_top.gif);
	background-repeat:no-repeat;
	background-color:#773701;
	color:#FFF;
	font-size:1.090em; /* = 12px */
	line-height:24px;
	min-height:24px;
	font-weight:normal;
	padding:0 0 0 20px;
}
#homeProducts span.close {
	display:block;
	clear:both;
	height:9px;
	font-size:1px;
	padding:0;
	margin:0;
	border:0;
	background-image:url(../design_images/home_prods_bottom.gif);
	background-repeat:no-repeat;
}

/**** What's New ***/

.homeSpecial {
	display:block;
	text-decoration:none;
	text-align:left;
	padding:1px 20px 15px 20px;
	min-height:122px;
}
.homeSpecial .ss_image {
	display:block;
	width:122px;
	height:122px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#FFF;
	float:left;
	margin:0 10px 0 0;
}
.homeSpecial .ss_image img {
	border:0;
}
.homeSpecial h3 {
	margin:5px 0 0.5em 0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1em;
	color:#571328;
}
.homeSpecial .moreDetails {
	border:0px;
}