#pageWrapper{
	overflow:hidden;
}

h1{
	margin:10px 0 0;
	padding:0 0 5px;
	background:url(../Design/sitesectionTitle.png) left bottom repeat-x scroll;
	color:#C98897;
	font-size:1.6em;
}

#pageLocation{
	margin:0 0 10px 0;
	color:#283040;
	text-align:right;
}
#pageLocation a{
	color:#283040;
	text-decoration:none;
}
#pageLocation a:hover{
	color:#9D5DA6;
	text-decoration:underline;
}

#pageInCatDesc{
	margin:1em 0 40px;
	font-size:1.2em;
}

#pageCategories{
	margin-bottom:40px;
}
.category-row{
	margin:10px 0;
	overflow:hidden;
}
.category-item{
	float:left;
	width:273px;
	padding:10px;
	border:1px solid #cacaca;
	margin-left:10px;
	overflow:hidden;
}
.category-item.first{
	margin-left:0;
}
.category-item-name{}
.category-item-name a{
	color:#8495A7;
	font-size:1.2em;
	text-decoration:none;
}
.category-item-name a:hover{
	color:#283040;
}
.category-item-desc{
	float:left;
	width:160px;
	padding:10px 0 0;
}
.category-item-image{
	float:right;
	width:90px;
	height:90px;
	padding:10px 0 0;
	text-align:center;
}

#pageProducts{}