#pageWrapper{
	overflow:hidden;
}

/*
 * Main Promo
 */
#pageMainPromo{
	margin:0 0 14px 0;
}
#pageMainPromoTop{
	height:9px;
	background:url(../Design/siteMainPromo.png) -608px top no-repeat scroll;
}
#pageMainPromoMid{
	position:relative;
	background:url(../Design/siteMainPromo.png) left top repeat-y scroll;
	zoom:1;/* MSIE7 bug */
}
#pageMainPromoBot{
	height:9px;
	background:url(../Design/siteMainPromo.png) -1216px top no-repeat scroll;
}

#pageMainPromoThumbs{
	float:left;
	width:86px;
	padding-left:9px;
}
.main-promo-thumb{
	height:54px;
	padding:4px 4px 0;
	background:url(../Design/siteMainpromoThumb.png) left top no-repeat scroll;
	cursor:pointer;
}
#pageMainPromoThumb1,
#pageMainPromoThumb2,
#pageMainPromoThumb3{
	margin-bottom:6px;
}

#pageMainPromoThumb1{}
#pageMainPromoThumb2{}
#pageMainPromoThumb3{}
#pageMainPromoThumb4{}

#pageMainPromos{
	position:relative;
	float:right;
	width:498px;
	height:250px;
	padding-right:8px;
	background:url(../Design/siteMainpromoBg.png) left top no-repeat scroll;
}
.main-promo{
	position:absolute;
	left:0;
	top:0;
	width:478px;
	padding:10px;
	color:#004878;
	font-size:1.4em;
	line-height:120%;
}
.main-promo p{
	margin-top:0;
}
.main-promo strong{
	font-size:1.29em;
}
#pageMainPromo1{}
#pageMainPromo2{}
#pageMainPromo3{}
#pageMainPromo4{}

.clear-both{
	clear:both;
}

/*
 * Special Offers
 */
#pageSpecialOffers{}

/*
 * product listing
 */
.product-item-row{
	overflow:hidden;
	padding-left:4px;
	margin:10px 0;
}
.product-item{
	float:left;
	width:194px;
	margin:0 9px 0 0;
}
.product-item.last{
	margin-right:0;
}
.product-item-top{
	height:4px;
	background:url(../Design/siteProductItem.png) -194px top no-repeat scroll;
}
.product-item-mid{
	background:url(../Design/siteProductItem.png) left top repeat-y scroll;
	color:#34506B;
	text-align:center;
}
.product-item-bot{
	height:4px;
	background:url(../Design/siteProductItem.png) -388px top no-repeat scroll;
}
.product-item-image{
	height:160px;
	padding:10px 0;
}
.product-item-name{
	padding:5px;
	border-top:1px solid #003E67;
	font-size:1.2em;
}
.product-item-name a{
	color:#34506B;
	text-decoration:none;
}
.product-item-name a:hover{
	color:#06C;
}
.product-item-price{
	padding:5px;
	border-top:1px solid #003E67;
	font-size:1.2em;
}
.product-item-price span{
	margin:0 7px;
}
.product-item-price-rrp{
	text-decoration:line-through;
}
.product-item-price-price{
	color:#06C;
}
.product-item-tax{}

/*
 * Welcome area
 */
#pageWelcome{
	padding:0 4px;
	margin-top:20px;
}
#pageWelcomeTop{
	height:5px;
	background:url(../design/siteWelcome.png) -600px top no-repeat scroll;
}
#pageWelcomeMid{
	padding:0 10px;
	background:url(../design/siteWelcome.png) left top repeat-y scroll;
	color:#2D3A49;
	overflow:hidden;
}
#pageWelcomeBot{
	height:5px;
	background:url(../design/siteWelcome.png) -1200px top no-repeat scroll;
}
#pageWelcomeTitle{
	margin:5px 0;
	font-size:1.4em;
	font-weight:bold;
}
#pageWelcomeBody{
	font-size:1.2em;
}
