/*
 * hr
 */
.hr-sqiggle{
	width:598px;
	height:15px;
	background:url(../Design/siteSqiggle.png) center top no-repeat scroll;
}

#pageWrapper{}

/*
 * Page header
 */
#pageHeader{
	padding-top:18px;
	background:url(../Design/siteHeaderTop.png) left top no-repeat scroll;
}
#pageHeaderInner{
	padding:0 10px;
	background:url(../Design/siteHeaderMid.png) left top repeat-y scroll;
}

#pageHeaderInner h1{
	color:#F5E9CB;
	font-size:2.6em;	
	font-weight:bold;
}

#pageHeader .hr-sqiggle{
	position:relative;
	left:-9px;
}

/*
 * Location
 */
#pageLocation{
	padding:2px;
	border-top:1px solid #E5E4B3;
	color:#E5E4B3;
}
#pageLocation a{
	color:#E5E4B3;
	text-decoration:none;
}
#pageLocation a:hover{
	text-decoration:underline;
}

/*
 * Incategory description
 */
#pageInCatDesc{
	margin-bottom:20px;
}
#pageInCatDescTop{
	height:4px;
	background:url(../Design/siteInCatDesc.png) left top no-repeat scroll;
}
#pageInCatDescMid{
	padding:0 10px;
	background:#fff;
	color:#33001B;
	font-size:1.2em;
	overflow:hidden
}
#pageInCatDescBot{
	height:4px;
	background:url(../Design/siteInCatDesc.png) -580px top no-repeat scroll;
}
#pageInCatDescMid p{
	margin:0.5em 0;
}

/*
 * Category list
 */
#pageSubCategories{
	margin:15px 0;
}
#pageSubCategoriesTop{
	height:11px;
	background:url(../Design/siteSubCat.png) left top no-repeat scroll;
}
#pageSubCategoriesMid{
	background:url(../Design/siteSubCat.png) -1200px top repeat-y scroll;
	overflow:hidden;
}
#pageSubCategoriesBot{
	height:11px;
	background:url(../Design/siteSubCat.png) -600px top no-repeat scroll;
}

.category-item-row{
	padding-left:9px;
	margin:4px 0;
	overflow:hidden;
}

.category-item{
	float:left;
	width:194px;
	background:url(../Design/siteSubCatItem.png) -388px top repeat-y scroll;
}
.category-item-top{	
	background:url(../Design/siteSubCatItem.png) left top no-repeat scroll;
}
.category-item-bot{
	background:url(../Design/siteSubCatItem.png) -194px bottom no-repeat scroll;
	text-align:center;
}
.category-item-bot a{
	display:block;
	padding:10px;
	color:#E5E4B3;
	font-size:2.6em;
	font-weight:bold;
	text-decoration:none;
}
.category-item-bot a:hover{
	color:#fff;
}

#pageProducts{}
