@import "reset.css";

@import "header.css";
@import "footer.css";

@import "type.css";

body{
	position:absolute;
	background:#feeded;
	width:100%;
	padding-top:40px;
	overflow-x:hidden;
	/*min-height:100%;*/

}

#content{
	margin:0 auto;
	width:819px;
	background:url(../images/background_side-borders.gif);
}
/*For Product side Borders*/
#content_products{
	margin:0 auto;
	width:819px;
	height:950px;
	_height:970px;
	background:url(../images/products/bg_mdl_prod.gif);
}

/*For Shop side Borders*/
#content_shop{
	margin:0 auto;
	width:819px;
	height:1090px;
	background:url(../images/shop/bg_mdl_shop.gif);
}

/*For Send to Mom side Borders*/
#content_mom{
	margin:0 auto;
	width:819px;
	height:930px;
	background:url(/images/bg_mdl_sndmom.gif);
}

/*For Registration side Borders*/
#registration{
	margin:0 auto;
	width:819px;
	height:1000px;
	background:url(/images/bg_mdl_sndmom.gif);
}

#thankyou{
	margin:0 auto;
	width:819px;
	height:350px;
	background:url(/images/bg_mdl_sndmom.gif);
}

/*For FAQ side Borders*/
#content_faq{
	margin:0 auto;
	width:819px;
	height:890px;
	background:url(/images/bg_mdl_faq.gif);
}

/*For contact side Borders*/
#content_cont{
	margin:0 auto;
	width:819px;
	height:890px;
	background:url(/images/bg_mdl_cont.gif);
}

#content > *, .scaffold{
	margin:0 40px 0 40px;
	position:relative;
	z-index:1;
}

*.fir{
	display:none;
}
strong{
	font-weight:bold;
}.pro_bkg {
	background-image: url(../images/home/pro_bkg.jpg);
	background-repeat: no-repeat;
}
.bringdraft_bkg {
	background-image: url(../images/home/bring_drefthome_bkg.jpg);
	background-repeat: no-repeat;
}
.laundry_bkg {
	background-image: url(../images/home/laundry_bkg.jpg);
	background-repeat: no-repeat;
}
.productpage_bkg {

	background-image: url(../images/products/pro_bkg.gif);
	background-repeat: no-repeat;
}
.one_link {
	color: #df2497;
}
.one_link:hover {
	color: #df2497;
}