/* --------------------------------- */
/* ------ PAGE HEADING STYLES ------ */
/* --------------------------------- */

#pageHeading {
	display: block;
	height: 32px;
	width: 532px;
	margin: 11px 0 9px 0;
}

/* ------------------------------ */
/* ------ PAGE MAIN STYLES ------ */
/* ------------------------------ */

#pageMain p {
	width: 432px;
	font-size: 13px;
	line-height: 18px;
	margin: 9px 0;
}

#pageMain h1 {
	width: 432px;
	font-size: 22px;
	color: #FFF;
	font-family: "Times New Roman", helvetica, serif;
	font-weight: normal;
	line-height: 24px;
	margin: 150px 0 9px 0;
}

/* --------------------------------- */
/* ------ PAGE FEATURE STYLES ------ */
/* --------------------------------- */

#pageFeature {
	float: right;
	margin: 252px 5px 0 0;
}

#pageFeature ul {
	list-style: none;
	padding: 9px 0;
	margin: 0;
}

#pageFeature ul li {
	margin: 0;
	padding: 0 4px 0 4px;
	display: inline;
}

#pageFeature li {
	width: 150px;
	height: 250px;
	float: left;
	background-image: url('/images/main/background-category.gif'); 
	background-repeat: no-repeat;
	background-position: top-left;
	text-align: center;
}

#pageFeature ul li img {
	height: 148px;
	width: 148px;
	border: solid 1px #30496A;
}

#pageFeature ul li a {
	font-size: 12px;
	text-align: center;
}

.productPrice {
	background-color: #F6F6F6;
	padding: 0 3px 0 3px;
	border: 1px #30496A solid;
	position: relative;
	z-index: 1;
	top: 12px;
	left: 4px;
	font-size: 11px;
	height: 17px;
	float: left;
}

/* ------------------------------------- */
/* ------ PAGE SUB FEATURE STYLES ------ */
/* ------------------------------------- */

#featureOne {
	height: 156px;
	width: 255px;
	float: right;
	margin: 0 10px 0 0;
	background-image: url('/images/promotions/background-pocket-watches.jpg'); 
	background-repeat: no-repeat;
	background-position: top;
}

#featureOne p {
	margin: 70px 0 0 130px;
}

#featureTwo {
	height: 156px;
	width: 255px;
	float: right;
	margin: 0 10px 0 0;
	background-image: url('/images/promotions/background-jewellery-boxes.jpg'); 
	background-repeat: no-repeat;
	background-position: top;
}

#featureTwo p {
	margin: 70px 0 0 120px;
}

#featureThree {
	height: 156px;
	width: 255px;
	float: right;
	margin: 0 10px 0 0;
	background-image: url('/images/promotions/background-photo-frames.jpg'); 
	background-repeat: no-repeat;
	background-position: top;
}

#featureThree p {
	margin: 70px 0 0 150px;
}