#index
{
}


/***** HEADER ******************************/
#index #header
{
	background-image: url(images/index/headerFade.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 413px;
	background-position: 0px 10px;
}

#index #header #background
{
	width:879px;
	height: 383px;

	margin-left: auto;
	margin-right: auto;
	padding-top: 17px;

	background-image: url(images/index/headerBackground.jpg);
	background-repeat: none;
}


#index table#headerLayout
{
	width: 840px;
	height: 370px;

	margin: 0px auto 0px auto;
}

#index #introText
{
	text-align: left;
	vertical-align: top;
	color: white;
	padding: 20px;
	font-weight: normal;
	font-family: Trebuchet MS;
}

span#title
{
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
}




/***** FEATURED PRODUCTS *****/
#featuredProducts
{
	width: 203px;
}

#featuredProducts a
{
	color: white;
}
#featuredProducts a:hover
{
	text-decoration:none;
	color: #dbcfac;
}

#fpHeader
{
	background-image: url(images/index/featuredProductsHeader.jpg);

	height: 34px;

	font-weight: bold;
	font-size: 13px;
	font-family: Trebuchet MS;
	font-style: italics;

	color: white;

	padding-left: 15px;

}

.fpOddRow, .fpEvenRow
{
	height: 50px;
	color: white;
	padding-top: 5px;
	padding-left: 8px;
	vertical-align: top;
}

.fpOddRow
{
	background-image: url(images/index/featuredProductsOdd.jpg);
}
.fpEvenRow
{
	background-image: url(images/index/featuredProductsEven.jpg);
}



#fpFooter
{
	background-image: url(images/index/featuredProductsFooter.jpg);

	height: 44px;

	color: white;

	padding-left: 8px;
}



/***** BODY *****/
#index table#body
{
	width: 810px;
	margin: 20px auto 0px auto;
}

#index table#body td
{
	width: 240px;
	padding: 20px;
	vertical-align: top;
	color: #467374;
}