#pageWrapper{}

/*
 * Splash
 */
#pageSplash{
	position:relative;
}
#pageSplashBg{}
#pageSplashCategories{
	position:absolute;
	right:5px;
	top:5px;
	width:171px;
	height:281px;
	padding:10px;
	background:url(../Design/siteSplashFrame.png) left top no-repeat scroll;
}

.splash-name{
	margin-top:10px;
	font-size:3em;
	font-weight:bold;
	text-align:center;
}
.splash-name a{
	color:#fff;
	text-decoration:none;
}
.splash-name a:hover{}
.splash-image{
	width:169px;
	margin:0 auto;
}
.splash-image-top{
	height:5px;
	background:url(../Design/siteSplashImg.png) left top no-repeat scroll;
}
.splash-image-mid{
	background:url(../Design/siteSplashImg.png) -339px top repeat-y scroll;
	text-align:center;
}
.splash-image-bot{
	height:5px;
	background:url(../Design/siteSplashImg.png) -169px top no-repeat scroll;
}

/*
 * Featured Products
 */
#pageFeaturedproducts{}


/*
 * Welcome Area
 */
#pageProductWelcome{}
#pageProductWelcomeTop{
	height:4px;
	background:url(../design/siteWelcomeArea.png) left top no-repeat scroll;
}
#pageProductWelcomeMid{
	padding:4px 10px;
	background:#fff;
}
#pageProductWelcomeBot{
	height:4px;
	background:url(../design/siteWelcomeArea.png) -600px top no-repeat scroll;
}
#pageProductWelcomeText{
	color:#33001B;
	font-size:1.2em;
}