#pageWrapper{}

#pageTopCats{
	padding-bottom:20px;
	overflow:hidden;
}
#pageTopCats a{
	display:block;
	width:330px;
	height:160px;
}
#pageTopCats a span{
	display:block;
	height:33px;
	width:330px;
	line-height:33px;
	text-indent:440px;
	overflow:hidden;
}
#pageTopCatAdultRange{
	float:left;
	background:url(../Design/siteAdultRange.png) left top no-repeat scroll;
}
#pageTopCatAdultRange span{
	background:url(../Design/siteAdultRange.png) left top no-repeat scroll;
}
#pageTopCatBabyRange{
	float:right;
	background:url(../Design/siteBabyRange.png) left top no-repeat scroll;
}
#pageTopCatBabyRange span{
	background:url(../Design/siteBabyRange.png) left top no-repeat scroll;
}
#pageTopCats a:hover span{
	background-position:left -160px;
}

#pageCols{
	overflow:hidden;
}
#pageColLeft{
	float:left;
}
#pageColRight{
	float:right;
}

#pageColLeft span{
	display:block;
	float:left;
	padding:2px 5px;
	background:#B26BA3;
	color:#fff;
	font-size:1.4em;
}

/*
 * Newsletter
 */
#pageNewsLetter{
	width:315px;
	height:20px;
	padding:2px;
	background:url(../Design/siteNewsletter.png) right top no-repeat scroll;
	text-align:right;
}
#pageNewsLetter label{
	color:#B26BA3;
	font-size:1.2em;
	font-weight:bold;
	line-height:20px;
	vertical-align:middle;
}
#pageNewsLetter input.text{
	width:114px;
	height:16px;
	padding:1px 1px 1px 25px;
	border:none;
	margin-left:10px;
	background:url(../Design/siteNewslettertext.png) left top no-repeat scroll;
	color:#ccc;
	font-size:1.2em;
	vertical-align:middle;
}
#pageNewsLetter input.submit{
	width:84px;
	height:20px;
	border:none;
	margin:0 2px 0 6px;
	background:url(../Design/siteButtons.png) -168px -1px no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	cursor:pointer;
}
#pageNewsLetter input.submit:hover{
	background-position:-168px -27px;
}

#pageWelcomeArea{
	font-size:1.2em;
}
#pageWelcomeArea strong{
	color:#B26BA3;
	font-size:1.17em;
}

