#pageWrapper{
	position:relative;
}
#siteMainBigImg{
	position:relative;
	z-index:10;
	margin-bottom:2px;
}
#siteMainProducts{
	position:absolute;
	z-index:20;
	top:5px;
	right:5px;
	width:260px;
}
.main-product{
	padding:5px;
	margin-bottom:5px;
	background:url(../Design/sitePink50.png) left top repeat scroll;
	overflow:hidden;
	text-align:right;
}
.main-product-image{
	float:left;
	width:110px;
	text-align:center;
}
.main-product-name{
	float:right;
	width:130px;
	min-height:60px;
}
.main-product-name a{
	color:#6A207F;
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
}
.main-product-name a:hover{
	color:#961E8B;
}
.main-product-price{
	float:right;
	clear:right;
	width:130px;
	color:#eee;
	font-size:2.2em;
	font-weight:bold;
}
#siteMainPromos{
	overflow:hidden;
}
#siteMainPromoLeft{
	float:left;
	width:358px;
}
#siteMainPromoRight{
	position:relative;
	float:right;
	width:358px;
	height:140px;
	background:url(../Design/siteNewsletterHoriz.png) left top no-repeat scroll;
}
#siteNewsletter{
	position:absolute;
	left:112px;
	top:95px;
	width:216px;
	height:18px;
	border:2px solid #D3A7CD;
	padding:1px;
}
#siteNewsletter input.text{
	width:127px;
	height:17px;
	padding:1px 1px 0 28px;
	border:none;
	background:url(../Design/siteNewsletterEnvelope.png) left center no-repeat scroll;
	font-size:1.2em;
	vertical-align:middle;
}
#siteNewsletter input.sumbit{
	width:60px;
	height:18px;
	border:none;
	background:url(../Design/siteNewsletterBtn.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	cursor:pointer;
}
#siteNewsletter input.sumbit:hover{
	background-position:left -18px;
}
