/* Home page CSS */

.MainFeature {
	background-image: url(../../images/HomeFeature.background.jpg);
	background-repeat: no-repeat;
	width: 100%;
	min-width: 660px;
	margin: 3em 0ex 2ex;
	text-align: right;
	overflow: hidden;
}
.MainFeature .MainFeatureAd {
	float: right;
}
.MainFeature .HomeFeatureLogo {
	float: left;
	background-image: url(../../images/HomeFeature.logo.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 95px;
	height: 82px;
	margin: -105px 15px 15px 20px;
}

.Announcement
{
    margin: 0ex 4ex 1.5ex;
    padding: 0.5ex 1ex;
    background-color: #B19A89;
    color: #FFFFFF;
    border-right: 1px solid #D9D0C5;
    border-bottom: 1px solid #D9D0C5;
    text-align: center;
    border-right-color: #937762;
    border-bottom-color: #937762;
}
.FeaturedProducts {
	background-image: url(../../images/prod-features-left.gif);
	background-repeat: no-repeat;
	width: 98%;
	height: 129px;
	margin: 0em auto 2ex;
}
.FeaturedProducts .RightEdge {
	background-image: url(../../images/prod-features-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 129px;
	padding: 0ex 0ex 0ex 1ex;
	text-align: center;
	overflow: hidden;
}
.FeaturedProductsTitle {
	color: #666666;
	margin: 1ex 1ex;
	text-align: left;
}
.FeaturedProduct {
	float: left;
	background-image: url(../../images/prod-feature-panel-left.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 90px;
	margin: 1px 1% 5em;
	text-align: left;
}
.FeaturedProductImage {
	float: left;
	background-image: url(../../media/75/awaiting.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 110px;
	height: 80px;
	margin: 5px 0px;
	padding: 0px;
}
.FeaturedProductInfo {
	float: right;
	background-image: url(../../images/prod-feature-panel-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 95px;
	height: 70px;
	padding: 10px 10px 10px 0px;
	text-align: center;
	font-size: 90%;
	line-height: 120%;
}
.FeaturedProductInfo .Description {
	height: 50px;
	padding: 10px 0px 0px;
	overflow: hidden;
}
.FeaturedProductInfo .Price {
	height: 15px;
	color: #777777;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

.MiniFeatures {
    height: 90px;
    overflow: hidden;
    text-align: center;
	margin: 0em auto;
}
.MiniFeatures img {
    margin: 0ex 0.5ex 5ex;
}

.HomeCopy {
    margin: 0ex 2ex 2ex;
    height: 10em;
    overflow: hidden;
    font-size: 110%;
    line-height: 150%;
}
.HomeCopy h1 {
	font-size: 100%;
	color: #666666;
	margin: 1ex 0ex 0ex;
}
.HomeCopy h2 {
	font-size: 100%;
	color: #666666;
	margin: 10em 0ex 0ex;
}
