body{
	padding:0;
	margin:0;
	background:url(/static/images/bg.jpg) 50% 0 repeat-x #FFFFFF;
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
}
div, img, table, td, a, form{
	padding:0;
	margin:0;
	border:0;
}
object{
	outline:none;
	/*position:relative;
	z-index:10;*/
}
h1{
	color:#693935;
	font-size:20px;
	padding:0;
	margin:0 0 8px 0;
	letter-spacing:0.15em;
	visibility:hidden;
}
h2{
	color:#693935;
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 8px 0;
	letter-spacing:0.15em;
	visibility:hidden;
}
h3{
	color:#693935;
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin:0 0 6px 0;
	letter-spacing:0.15em;
	visibility:hidden;
}
p{
	padding:0;
	margin:8px 0 10px 0;
}
a{
	cursor:pointer;
	color:#743931;
	text-decoration:underline;
}
.arrow{
	line-height:29px;
	padding:0 0 2px 10px;
	width:47px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/arrow.png', sizingMethod='crop');
	color:#743931;
	display:block;
	text-decoration:none;
	clear:both;
	z-index:3px;
	position:relative;
	font-weight:bold;
}
html>body .arrow{
	background:url(/static/images/arrow.png) 0 no-repeat;
}
.arrow:hover{
	color:#D23330;
}
#yellowBox a.arrow, #redBox a.arrow, #purpleBox a.arrow{
	color:#743931;
	text-decoration:none;
}
#yellowBox a.arrow:hover, #redBox a.arrow:hover, #purpleBox a.arrow:hover{
	color:#D23330;
	text-decoration:none;
}
#background{
	width:100%;
	height:768px;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
#wrap{
	width:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
}
#container{
	width:960px;
	position:relative;
	margin:0 auto;
	z-index:3;
}
#top{
	width:960px;
	float:left;
	display:inline;
}
#logo{
	float:left;
	display:inline;
	margin:18px 0 0 0;
}
#flags{
	float:right;
	display:inline;
	width:790px;
	height:62px;
	margin:23px 0 0 0;
}
#flags td{
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
	padding:0 0 3px 10px;
	cursor:default;
}
#topNav{
	float:right;
	display:inline;
	width:790px;
	height:53px;
	text-align:right;
}
#topNav ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
	width:auto;
}
#topNav li{
	margin:0 0 0 6px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
	height:51px;
	overflow:hidden;
}
#topNav li a{
	float:left;
	display:inline;
	width:auto;
	text-decoration:none;
	outline:none;
}
#topNav li a span{
	visibility:hidden;
}
#topNav li.navhome{
	width:57px;
}
#topNav li.navhome a{
	width:116px;
	height:33px;
	background:url(/static/images/nav_home.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_home.png', sizingMethod='crop');
	margin-top:8px;
}
#topNav li.navhome a:hover, #topNav li.navhome a.on, #topNav li.navhome a.parent{
	margin-left:-59px;
}
#topNav li.navourstory{
	width:65px;
}
#topNav li.navourstory a{
	width:132px;
	height:51px;
	background:url(/static/images/nav_story.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_story.png', sizingMethod='crop');
}
#topNav li.navourstory a:hover, #topNav li.navourstory a.on, #topNav li.navourstory a.parent{
	margin-left:-67px;
}
#topNav li.navourproducts{
	width:87px;
}
#topNav li.navourproducts a{
	width:176px;
	height:51px;
	background:url(/static/images/nav_products.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_products.png', sizingMethod='crop');
}
#topNav li.navourproducts a:hover, #topNav li.navourproducts a.on, #topNav li.navourproducts a.parent{
	margin-left:-89px;
}

#topNav li.navhelpfulstuff{
	width:72px;
}
#topNav li.navhelpfulstuff a{
	width:146px;
	height:49px;
	background:url(/static/images/nav_help.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_help.png', sizingMethod='crop');
	margin-top:1px;
}
#topNav li.navhelpfulstuff a:hover, #topNav li.navhelpfulstuff a.on, #topNav li.navhelpfulstuff a.parent{
	margin-left:-74px;
}
#topNav li.navourexperts{
	width:83px;
}
#topNav li.navourexperts a{
	width:168px;
	height:51px;
	background:url(/static/images/nav_experts.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_experts.png', sizingMethod='crop');
}
#topNav li.navourexperts a:hover, #topNav li.navourexperts a.on, #topNav li.navourexperts a.parent{
	margin-left:-85px;
}
#topNav li.navwheretobuy{
	width:76px;
}
#topNav li.navwheretobuy a{
	width:154px;
	height:50px;
	background:url(/static/images/nav_buy.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_buy.png', sizingMethod='crop');
}
#topNav li.navwheretobuy a:hover, #topNav li.navwheretobuy a.on, #topNav li.navwheretobuy a.parent{
	margin-left:-78px;
}
#topNav li.navrecipes{
	width:75px;
}
#topNav li.navrecipes a{
	width:152px;
	height:34px;
	background:url(/static/images/nav_recipes.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_recipes.png', sizingMethod='crop');
	margin-top:8px;
}
#topNav li.navrecipes a:hover, #topNav li.navrecipes a.on, #topNav li.navrecipes a.parent{
	margin-left:-77px;
}
#topNav li.navourfriends{
	width:75px;
}
#topNav li.navourfriends a{
	width:152px;
	height:49px;
	background:url(/static/images/nav_friends.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_friends.png', sizingMethod='crop');
	margin-top:1px;
}
#topNav li.navourfriends a:hover, #topNav li.navourfriends a.on, #topNav li.navourfriends a.parent{
	margin-left:-77px;
}
#topNav li.navgrowwin{
	width:60px;
}
#topNav li.navgrowwin a{
	width:122px;
	height:51px;
	background:url(/static/images/grow_win.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/grow_win.png', sizingMethod='crop');
}
#topNav li.navgrowwin a:hover, #topNav li.navgrowwin a.on, #topNav li.navgrowwin a.parent{
	margin-left:-62px;
}
#topNav li.navcontactus{
	width:72px;
}
#topNav li.navcontactus a{
	width:146px;
	height:51px;
	background:url(/static/images/nav_contact.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_contact.png', sizingMethod='crop');
}
#topNav li.navcontactus a:hover, #topNav li.navcontactus a.on, #topNav li.navcontactus a.parent{
	margin-left:-74px;
}
#topNav li.navbuynow {
    width: 60px;
}
#topNav li.navbuynow a {
    background: url("/static/images/nav_buy_now.png") no-repeat scroll 0 0 transparent;
    height: 51px;
    width: 132px;
}
#topNav li.navbuynow a:hover, #topNav li.navbuynow a.on, #topNav li.navbuynow a.parent {
    margin-left: -67px;
}
#main{
	width:960px;
	float:left;
	display:inline;
	height:auto !important;
	height:620px;
	min-height:620px;
	position:relative;
}
#homeLeft{
	width:690px;
	float:left;
	display:inline;
	margin:20px 0 0 0;
	position:relative;
	height:auto !important;
	height:590px;
	min-height:590px;
}
#ella{
	float:left;
	display:inline;
	width:352px;
	height:430px;
	position:relative;
}
#bubble{
	/*float:left;
	display:inline;*/
	width:323px;
	height:233px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/speechbubble.png', sizingMethod='scale');
	position:absolute;
	bottom:200px;
	left:29px;
	/*margin:0 0 0 29px;*/
}
html>body #bubble{
	/*background:url(/static/images/speechbubble.png) 0 0 no-repeat;*/
}
#bubble img{
	display:none;
}
html>body #bubble img{
	position:absolute;
	z-index:0;
	display:block;
}
#bubble div{
	padding:12px 20px 0 20px;
	position:relative;
	z-index:3;
	color:#743931;
}
#girl4{
	position:absolute;
	bottom:-5px;
	left:10px;
}
#twitterLink{
	float:left;
	display:inline;
	clear:both;
	width:154px;
	height:148px;
	margin:15px 0 0 0;
	overflow:hidden;
}

#twitterLink a{
	float:left;
	display:inline;
	width:308px;
	height:148px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/twitter_sign.png', sizingMethod='crop');
	text-decoration:none;
}
#twitterLink a:hover{
	margin:0 0 0 -154px;
}
html>body #twitterLink a{
	background:url(/static/images/twitter_sign.png) 0 0 no-repeat;
}
#twitterLink a span{
	visibility:hidden;
}
#productLink{
	float:left;
	display:inline;
	width:192px;
	height:140px;
	margin:25px 0 0 200px;
	overflow:hidden;
}
#productLink a{
	float:left;
	display:inline;
	width:384px;
	height:140px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/products_sign.png', sizingMethod='crop');
	text-decoration:none;
}
#productLink a:hover{
	margin:0 0 0 -192px;
}
html>body #productLink a{
	background:url(/static/images/products_sign.png) 0 0 no-repeat;
}
#productLink a span{
	visibility:hidden;
}
#homeShot{
	position:absolute;
	top:265px;
	left:160px;
	width:510px;
	height:210px;
	z-index:-1;
}
#homeRight{
	width:270px;
	float:right;
	display:inline;
	margin:20px 0 0 0;
	position:relative;
}
#yellowBox{
	float:left;
	display:inline;
	width:263px;
	height:170px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/yellow_box.png', sizingMethod='crop');
	margin:0 0 10px 7px;
}
html>body #yellowBox{
	background:url(/static/images/yellow_box.png) 0 0 no-repeat;
}
#yellowBox img{
	position:absolute;
	right:16px;
	top:46px;
}
#yellowBox h2{
	color:#D23330;
}
#yellowBox p{
	width:115px;
	color:#000000;
}
#yellowBox a{
	color:#000000;
	text-decoration:underline;
}
#yellowBox a:hover{
	color:#F90;
}
#redBox{
	float:left;
	display:inline;
	width:265px;
	height:170px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/red_box.png', sizingMethod='crop');
	margin:0 0 10px 5px;
}
html>body #redBox{
	background:url(/static/images/red_box.png) 0 0 no-repeat;
}
#redBox img{
	position:absolute;
	right:16px;
	top:46px;
}

#purpleBox img{
	position:absolute;
	right:16px;
	top:46px;
}
#redBox h2{
	color:#FFFFFF;
}
#redBox p{
	width:115px;
	color:#FFFFFF;
}
#redBox a{
	color:#FFFFFF;
	text-decoration:underline;
}
#redBox a:hover{
	color:#F90;
}
#purpleBox{
	float:left;
	display:inline;
	width:269px;
	height:170px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/purple_box.png', sizingMethod='crop');
	margin:0 0 10px 1px;
}
html>body #purpleBox{
	background:url(/static/images/purple_box.png) 0 0 no-repeat;
}
#purpleBox h2{
	color:#FFFFFF;
}
#purpleBox p{
	width:155px;
	color:#FFFFFF;
}
#purpleBox a{
	color:#FFFFFF;
	text-decoration:underline;
}
#purpleBox a:hover{
	color:#F90;
}
#purpleBox .arrow {
    float: left;
    margin: 0 0 0;
}
#yellowBox div, #redBox div, #purpleBox div{
	position:relative;
	z-index:3;
	top:0;
	left:0;
}
#yellowBox div{
	padding:12px 0 0 15px;
}
#redBox div{
	padding:12px 0 0 15px;
}
#purpleBox div{
	padding:12px 0 0 20px;
}
#footer{
	width:960px;
	float:left;
	display:inline;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/footer_bg.png', sizingMethod='crop');
	line-height:28px;
	font-size:11px;
	padding:0 0 10px 0;
}
html>body #footer{
	background:url(/static/images/footer_bg.png) 0 0 no-repeat;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#000000;
	text-decoration:underline;
}
#footerLeft{
	float:left;
	display:inline;
	width:auto;
	padding:0 0 0 10px;
	position:relative;
	z-index:3;
}
#footerRight{
	float:right;
	display:inline;
	width:auto;
	padding:0 10px 0 0;
	position:relative;
	z-index:3;
}
#board, #board1{
	float:right;
	display:inline;
	width:227px;
	height:auto !important;
	height:620px;
	min-height:620px;
	background:url(/static/images/board_post.png) 0 70px no-repeat;
	position:relative;
}
#board1{
	background:url(/static/images/board_post.png) 0 30px no-repeat;
}
#boardMain{
	margin:25px 0 0 0;
	width:227px;
}
#boardTop{
	background:url(/static/images/board_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/board_top.png', sizingMethod='crop');
}
#boardBtm{
	width:227px;
	height:17px;
	background:url(/static/images/board_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/board_btm.png', sizingMethod='crop');
}
#boardTop div{
	padding:33px 30px 15px 34px;
	position:relative;
	z-index:3;
}
#boardTop div img{
	padding:8px;
	background:url(/static/images/board_img_bg.gif) 0 0 no-repeat;
	margin:25px 0 0 0;
}
#boardTop div img{
	padding:8px;
	background:url(/static/images/board_img_bg.gif) 0 0 no-repeat;
	margin:25px 0 0 0;
}
#boardTop.noBorder div img{
	padding:0;
	margin:5px 0 5px 0;
}
#boardNav{
	list-style:none;
	margin:0;
	padding:0;
}
#boardNav li{
	padding:0 0 8px 0;
	margin:0;
	font-size:15px;
	font-weight:bold;
}
#boardNav li.L3{
	font-size:13px;
	font-weight:normal;
}
#boardNav a{
	color:#FFFFFF;
	text-decoration:none;
}
#boardNav a:hover, #boardNav a.on, #boardNav a.parent{
	color:#FF9900;
}
#mainBox{
	float:left;
	display:inline;
	width:484px;
	margin:25px 0 0 0;
	position:relative;
}
#mainTop{
	width:484px;
}
#mainBtm{
	height:18px;
	width:484px;
}
#w2b{
	float:left;
	display:inline;
	width:644px;
	margin:25px 0 0 0;
	position:relative;
}
#w2bTop{
	width:644px;
	background:url(/static/images/w2b_top.png) 0 0 no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/w2b_top.png', sizingMethod='crop');
}
#w2bBtm{
	height:16px;
	width:644px;
	background:url(/static/images/w2b_btm.png) 0 0 no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/w2b_btm.png', sizingMethod='crop');
}
#wideBox{
	float:left;
	display:inline;
	width:700px;
	margin:25px 0 0 0;
	position:relative;
}
#wideTop{
	width:700px;
}
#wideBtm{
	height:18px;
	width:700px;
}
#wideBox #wideTop{
	background:url(/static/images/wide_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/wide_box_top.png', sizingMethod='crop');
}
#wideBox #wideBtm{
	background:url(/static/images/wide_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/wide_box_btm.png', sizingMethod='crop');
}
.whiteBox #mainTop{
	background:url(/static/images/white_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/white_box_top.png', sizingMethod='crop');
}
.whiteBox #mainBtm{
	background:url(/static/images/white_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/white_box_btm.png', sizingMethod='crop');
}
.whiteBox #mainTop{
	background:url(/static/images/white_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/white_box_top.png', sizingMethod='crop');
}
.whiteBox #mainBtm{
	background:url(/static/images/white_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/white_box_btm.png', sizingMethod='crop');
}
.lightpurpleBox #mainTop{
	background:url(/static/images/purple_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/purple_box_top.png', sizingMethod='crop');
}
.lightpurpleBox #mainBtm{
	background:url(/static/images/purple_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/purple_box_btm.png', sizingMethod='crop');
}
.lightgreenBox #mainTop{
	background:url(/static/images/lightgreen_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/lightgreen_box_top.png', sizingMethod='crop');
}
.lightgreenBox #mainBtm{
	background:url(/static/images/lightgreen_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/lightgreen_box_btm.png', sizingMethod='crop');
}
.orangeBox #mainTop{
	background:url(/static/images/orange_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/orange_box_top.png', sizingMethod='crop');
}
.orangeBox #mainBtm{
	background:url(/static/images/orange_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/orange_box_btm.png', sizingMethod='crop');
}
.pinkBox #mainTop{
	background:url(/static/images/pink_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/pink_box_top.png', sizingMethod='crop');
}
.pinkBox #mainBtm{
	background:url(/static/images/pink_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/pink_box_btm.png', sizingMethod='crop');
}
.redBox #mainTop{
	color:#FFFFFF;
	background:url(/static/images/red_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/red_box_top.png', sizingMethod='crop');
}
.redBox #mainBtm{
	background:url(/static/images/red_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/red_box_btm.png', sizingMethod='crop');
}
.redBox h1, .redBox h2, .redBox h3{
	color:#FFFFFF;
}
.redBox a, .redBox a:hover{
	color:#F4AE00;
}
.yellowBox #mainTop{
	background:url(/static/images/yellow_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/yellow_box_top.png', sizingMethod='crop');
}
.yellowBox #mainBtm{
	background:url(/static/images/yellow_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/yellow_box_btm.png', sizingMethod='crop');
}
.darkgreenBox #mainTop{
	color:#FFFFFF;
	background:url(/static/images/darkgreen_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/darkgreen_box_top.png', sizingMethod='crop');
}
.darkgreenBox #mainBtm{
	background:url(/static/images/darkgreen_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/darkgreen_box_btm.png', sizingMethod='crop');
}
.darkgreenBox h1, .darkgreenBox h2, .darkgreenBox h3{
	color:#FFFFFF;
}
.darkgreenBox a, .darkgreenBox a:hover{
	color:#F4AE00;
}
.darkorangeBox #mainTop{
	color:#FFFFFF;
	background:url(/static/images/darkorange_box_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/darkorange_box_top.png', sizingMethod='crop');
}
.darkorangeBox #mainBtm{
	background:url(/static/images/darkorange_box_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/darkorange_box_btm.png', sizingMethod='crop');
}
.darkorangeBox h1, .darkorangeBox h2, .darkorangeBox h3{
	color:#FFFFFF;
}
.darkorangeBox a, .darkorangeBox a:hover{
	color:#F4AE00;
}
#mainContentWrap{
	z-index:3;
	position:relative;
	margin:15px 0px 0 20px;
	padding:0 10px 0 0;
}
#mainContentsStraw {
background:url("/static/images/nursery-form-bg.png") no-repeat scroll 0 0 transparent;
/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nursery-form-bg.png', sizingMethod='crop');*/
height:394px;
margin-left:-6px;
overflow:hidden;
padding:16px 0 20px;
width:670px !important;
position:relative;
}
#mainStraw{
	padding:0 0 30px;
	width:670px !important;
}
.scroll1{
	height:auto !important;
	height:100px;
	min-height:100px;
	max-height:360px;
}
html>body .scroll1{
	overflow:auto;
}
.scroll2{
	height:360px;
	overflow:auto;
}

.scroll3{
	height:580px;
	overflow:auto;
}

#productBox{
	float:left;
	display:inline;
	width:283px;
	margin:25px 0 0 0;
	position:relative;
}
#productTop{
	width:283px;
}
#productBtm{
	height:18px;
	width:283px;
}
.whiteBox #productTop{
	background:url(/static/images/product_white_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_white_top.png', sizingMethod='crop');
}
.whiteBox #productBtm{
	background:url(/static/images/product_white_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_white_btm.png', sizingMethod='crop');
}
.lightpurpleBox #productTop{
	background:url(/static/images/product_purple_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_purple_top.png', sizingMethod='crop');
}
.lightpurpleBox #productBtm{
	background:url(/static/images/product_purple_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_purple_btm.png', sizingMethod='crop');
}
.yellowBox #productTop{
	background:url(/static/images/product_yellow_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_yellow_top.png', sizingMethod='crop');
}
.yellowBox #productBtm{
	background:url(/static/images/product_yellow_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_yellow_btm.png', sizingMethod='crop');
}
.darkorangeBox #productTop{
	color:#FFFFFF;
	background:url(/static/images/product_darkorange_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_darkorange_top.png', sizingMethod='crop');
}
.darkorangeBox #productBtm{
	background:url(/static/images/product_darkorange_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_darkorange_btm.png', sizingMethod='crop');
}
.orangeBox #productTop{
	background:url(/static/images/product_orange_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_orange_top.png', sizingMethod='crop');
}
.orangeBox #productBtm{
	background:url(/static/images/product_orange_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_orange_btm.png', sizingMethod='crop');
}
.darkgreenBox #productTop{
	color:#FFFFFF;
	background:url(/static/images/product_darkgreen_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_darkgreen_top.png', sizingMethod='crop');
}
.darkgreenBox #productBtm{
	background:url(/static/images/product_darkgreen_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_darkgreen_btm.png', sizingMethod='crop');
}
.lightgreenBox #productTop{
	background:url(/static/images/product_lightgreen_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_lightgreen_top.png', sizingMethod='crop');
}
.lightgreenBox #productBtm{
	background:url(/static/images/product_lightgreen_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_lightgreen_btm.png', sizingMethod='crop');
}
.redBox #productTop{
	color:#FFFFFF;
	background:url(/static/images/product_red_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_red_top.png', sizingMethod='crop');
}
.redBox #productBtm{
	background:url(/static/images/product_red_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_red_btm.png', sizingMethod='crop');
}
.pinkBox #productTop{
	background:url(/static/images/product_pink_top.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_pink_top.png', sizingMethod='crop');
}
.pinkBox #productBtm{
	background:url(/static/images/product_pink_btm.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/product_pink_btm.png', sizingMethod='crop');
}

#mainBox table, #productTop table{
	border-collapse:collapse;
}
#mainBox td, #productTop td{
	border-collapse:collapse;
	vertical-align:top;
	padding:0 10px 5px 0;
}

#goodList, #badList{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#goodList li{
	padding:0 0 8px 25px;
	background:url(/static/images/smiley.png) 0 2px no-repeat;
}
#badList li{
	padding:0 0 8px 25px;
	background:url(/static/images/sad.png) 0 2px no-repeat;
}
#ella1{
	width:206px;
	height:620px;
	float:left;
	display:inline;
	margin:0 0 0 22px;
	position:relative;
}
#orangeBubble{
	width:206px;
	float:left;
	display:inline;
	position:absolute;
	bottom:225px;
	left:0;
	z-index:3;
}
#orangeBubbleTop{
	width:206px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/orange_bubble_top.png', sizingMethod='crop');
}
html>body #orangeBubbleTop{
	background:url(/static/images/orange_bubble_top.png) 0 0 no-repeat;
}
#orangeBubbleBtm{
	width:206px;
	height:26px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/orange_bubble_btm.png', sizingMethod='crop');
}
html>body #orangeBubbleBtm{
	background:url(/static/images/orange_bubble_btm.png) 0 0 no-repeat;
}
#orangeBubbleTop div{
	height:auto !important;
	height:116px;
	min-height:116px !important;
	padding:20px 20px 0 20px;
	font-size:14px;
	color:#FFFFFF;
	position:relative;
	z-index:10;
}
#orangeBubble.hide{
	display:none;
}
#greenBubble{
	width:206px;
	float:left;
	display:inline;
	position:absolute;
	bottom:225px;
	left:0;
	z-index:3;
}
#greenBubbleTop{
	width:206px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/green_bubble_top.png', sizingMethod='crop');
}
html>body #greenBubbleTop{
	background:url(/static/images/green_bubble_top.png) 0 0 no-repeat;
}
#greenBubbleBtm{
	width:206px;
	height:26px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/green_bubble_btm.png', sizingMethod='crop');
}
html>body #greenBubbleBtm{
	background:url(/static/images/green_bubble_btm.png) 0 0 no-repeat;
}
#greenBubbleTop div{
	height:auto !important;
	height:116px;
	min-height:116px !important;
	padding:20px 20px 0 20px;
	font-size:14px;
	color:#FFFFFF;
	position:relative;
	z-index:10;
}
#greenBubble.hide{
	display:none;
}
#girl{
	width:134px;
	height:208px;
	position:absolute;
	bottom:17px;
	right:-30px;
	z-index:3;
}

#girl3{
	width:134px;
	height:208px;
	position:absolute;
	bottom:17px;
	left:-38px;
	z-index:3;
}


#ella2{
	width:206px;
	height:620px;
	margin:0 0 0 22px;
	position:absolute;
	right:0;
	z-index:3;
}
#ella3{
	width:206px;
	height:620px;
	margin:0 0 0 22px;
	position:absolute;
	right:40px;
	z-index:3;
}
#whiteBubble{
	width:175px;
	float:left;
	display:inline;
	position:absolute;
	bottom:225px;
	right:0;
	z-index:5;
}
#whiteBubbleTop{
	width:175px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/white_bubble_top.png', sizingMethod='crop');
}
html>body #whiteBubbleTop{
	background:url(/static/images/white_bubble_top.png) 0 0 no-repeat;
}
#whiteBubbleBtm{
	width:175px;
	height:22px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/white_bubble_btm.png', sizingMethod='crop');
}
html>body #whiteBubbleBtm{
	background:url(/static/images/white_bubble_btm.png) 0 0 no-repeat;
}
#whiteBubbleTop div{
	height:auto !important;
	height:75px;
	min-height:75px !important;
	padding:20px 20px 0 20px;
	font-size:14px;
	color:#743931;
	position:relative;
	z-index:10;
}
#whiteBubble.hide{
	display:none;
}
#whiteBubble2{
	width:175px;
	float:left;
	display:inline;
	position:absolute;
	bottom:210px;
	left:-170px;
	z-index:5;
}
#whiteBubble3{
	width:175px;
	float:left;
	display:inline;
	position:absolute;
	bottom:235px;
	left:-98px;
	z-index:5;
}
#whiteBubbleTop2{
	width:175px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/white_bubble2_top.png', sizingMethod='crop');
}
html>body #whiteBubbleTop2{
	background:url(/static/images/white_bubble2_top.png) 0 0 no-repeat;
}
#whiteBubbleBtm2{
	width:175px;
	height:22px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/white_bubble2_btm.png', sizingMethod='crop');
}
html>body #whiteBubbleBtm2{
	background:url(/static/images/white_bubble2_btm.png) 0 0 no-repeat;
}
#whiteBubbleTop2 div{
	height:auto !important;
	height:75px;
	min-height:75px !important;
	padding:5px 15px 0 15px;
	font-size:12px;
	color:#743931;
	position:relative;
	z-index:10;
}
#whiteBubble2.hide{
	display:none;
}
#whiteBubble3.hide{
	display:none;
}
#girl2{
	width:134px;
	height:208px;
	position:absolute;
	bottom:17px;
	left:-20px;
	z-index:3;
}
#productShot{
	float:left;
	display:inline;
	width:270px;
	height:450px;
	position:relative;
	margin:25px 0 0 0;
}
#productShot div{
	position:absolute;
	width:270px;
	bottom:0;
	left:0;
	text-align:center;
}
#productShotWide{
	float:left;
	display:inline;
	width:435px;
	height:450px;
	position:relative;
	margin:25px 0 0 0;
}
#productShotWide div{
	position:absolute;
	width:435px;
	bottom:0;
	left:0;
	text-align:center;
}
#backSign{
	position:absolute;
	top:490px;
	left:380px;
	width:90px;
	height:114px;
	overflow:hidden;
}
#backSign a{
	float:left;
	display:inline;
	width:182px;
	height:114px;
	background:url(/static/images/back.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/back.png', sizingMethod='crop');
	text-decoration:none;
}
#backSign a:hover{
	margin:0 0 0 -92px;
}
#backSign a span{
	visibility:hidden;
}
#nextSign{
	position:absolute;
	top:490px;
	left:500px;
	width:151px;
	height:114px;
	overflow:hidden;
}
#nextSign a{
	float:left;
	display:inline;
	width:304px;
	height:114px;
	background:url(/static/images/next_product.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/next_product.png', sizingMethod='crop');
	text-decoration:none;
}
#nextSign a:hover{
	margin:0 0 0 -153px;
}
#nextSign a span{
	visibility:hidden;
}

#productTable td{
	padding:0 22px 20px 22px;
	text-align:center;
	vertical-align:top;
}
#productTable object, #productTable img{
	margin:0 0 10px 0;
}

#productTable1{
	width:620px;
}
#productTable1 td{
	padding:0 10px 5px 10px;
	text-align:center;
	vertical-align:top;
}
#productTable1 .prod1, #productTable1 .prod2, #productTable1 .prod3, #productTable1 .prod4, #productTable1 .prod5, #productTable1 .prod6, #productTable1 .prod7, #productTable1 .prod8{
	height:160px;
	margin:0 0 10px 0;
}

.faqType{
	cursor:pointer;
	list-style-type:none;
	margin:0;
	padding:0;
}

/***** SCROLL PANEL *****/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(/static/images/scroll_track.png) 0 0 no-repeat;
}
.jScrollPaneDrag {
	position: absolute;
	background:url(/static/images/scroll_btn.png) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.sIFR-alternate{
	visibility:hidden;
}
#formSignup label{
	width: 15em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

#formSignup .freeText {
	width:90%;
}

#formSignup .form1Table{
	border-collapse:collapse;
}

#formSignup th {
	text-align:left;
}

.formSignupError {
	color:#F00;
}

#main ul li.sub1{padding-bottom:5px; padding-left:13px; list-style:none; line-height:15px; margin-left:20px;}
#main ul li.sub2{padding-bottom:5px; padding-left:13px; list-style:none; line-height:15px; margin-left:40px;}
#main ul li.sub3{padding-bottom:5px; padding-left:13px; list-style:none; line-height:15px; margin-left:60px;}
#main ul li.sub4{padding-bottom:5px; padding-left:13px; list-style:none; line-height:15px; margin-left:80px;}
#main ul li.sub5{padding-bottom:5px; padding-left:13px; list-style:none; line-height:15px; margin-left:100px;}
#main ul li.sub6{padding-bottom:5px; padding-left:13px; list-style:none; line-height:15px; margin-left:120px;}

#topNav li.navfunstuff{
	width:60px;
}
#topNav li.navfunstuff a{
	width:122px;
	height:51px;
	background:url(/static/images/nav_fun.png) 0 0 no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/nav_fun.png', sizingMethod='crop');
}
#topNav li.navfunstuff a:hover, #topNav li.navfunstuff a.on, #topNav li.navfunstuff a.parent{
	margin-left:-62px;
}

#mainBox .padTable td{
	padding-top:15px;
}
.padTable{
	width:410px;
}

/***** STORE LOCATOR *****/

.dontshow{
	visibility:hidden;
}

#w2bMap{
	width:429px;
	height:258px;
	margin:15px 0 0 0;
	padding:12px 15px 15px 15px;
	background:url(/static/images/w2b_map_bg.gif) 0 0 no-repeat;
}
#mapContainer{
	width:429px;
	height:258px;	
}

#w2bFields td{
	padding:0 15px 0 0;
}
#w2bFields label{
	display:block;
	padding:0 0 3px 0;
}
#w2bFields input, #w2bFields select{
	border:none;
	background:none;
}

#w2bFields #w2bAddressBg{
	height:25px;
	width:277px;
	padding:6px 10px 0 10px;
	background:url(/static/images/w2b_address_bg.gif) 0 0 no-repeat;
}
#w2bFields #w2bAddress{
	width:270px;
}
#w2bFields #w2bRadiusBg{
	height:25px;
	width:129px;
	padding:6px 10px 0 10px;
	background:url(/static/images/w2b_radius_bg.gif) 0 0 no-repeat;
	position:relative;
	z-index:100;
}
#w2bFields #w2bRadius{
	width:127px;
}

#w2bRadiusText{
	display:none;
	float:left;
	width:110px;
	position:relative;
	z-index:110;
}
#w2bRadiusBtn{
	display:none;
	float:left;
	width:18px;
	height:15px;
	cursor:pointer;
	background:url(/static/images/w2b_btn_bg.gif) 0 50% no-repeat;
	position:relative;
	z-index:110;
}
#w2bRadiusDD{
	display:none;
	width:139px;
	padding:10px 0 10px 10px;
	position:absolute;
	top:15px;
	left:0;
	background:url(/static/images/w2b_dd_bg.gif) 0 100% no-repeat;
	z-index:105;
}
#w2bRadiusDD span{
	margin:3px 0 0 0;
	display:block;
	cursor:pointer;
	color:#666666;
}

#w2bFields #w2bSearch{
	height:31px;
}

.w2bError{
	height:24px;
	background:url(/static/images/w2b_error_bg.gif) 0 0 no-repeat;
	color:#FFFFFF;
	padding:6px 0 0 13px;
	font-size:11px;
}

.w2bList{
	padding:15px 0 15px 0;
	float:left;
	display:inline;
	width:100%;
	border-bottom:1px solid #000000;
}

.w2bImage{
	margin:0 15px 0 0;
	background:url(/static/images/w2b_image_bg.gif) 0 0 no-repeat;
	padding:4px 5px 4px 4px;
	width:100px;
	height:80px;
}

#w2b .scroll1 {
	height:auto !important;
	max-height:160px;
	min-height:50px;
}

#w2b .jScrollPaneDrag{
	background:url(/static/images/w2b_scroll.gif) 0 0 no-repeat;
}
#w2b .scroll2 {
	height:160px;
	overflow:auto;
}
.w2bMapArrow{
	height:33px;
	width:100px;
	padding:0 0 0 7px;
	line-height:32px;
	background:url(/static/images/w2b_arrow_bg.gif) 0 0 no-repeat;
	color:#FFFFFF;
	float:left;
	display:inline;
	text-decoration:none;
}
#w2bElla{
	float:left;
	display:inline;
	margin:63px 0 0 0;
}
#w2bSign{
	float:right;
	display:inline;
	margin:30px 10px 0 0;
}
#w2b h3{
	color:#693935;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 0 8px 0;
	letter-spacing:normal;
	visibility:visible;
}
.w2bBubble{
	width:360px;
	overflow:hidden;
}
.w2bBubbleImage{
	background:url(/static/images/w2b_image2_bg.gif) 0 0 no-repeat;
	padding:4px 5px 4px 4px;
	width:100px;
	height:80px;
}

#flags .sounds{
	cursor:pointer;
}
#flags .on{
	background:url(/static/images/sound_on.gif) 0 0 no-repeat;
}

#wideBox #greenTop {
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/fun_bg.png', sizingMethod='crop');
background:url("/static/images/fun_bg.png") no-repeat scroll 0 0 transparent;
width:700px;
}

.textarea1 {
background:url("../images/textarea_bg.gif") no-repeat scroll 0 0 transparent;
height:243px;
margin:0;
padding:5px 0 0 10px;
width:434px;
}

.textarea1 textarea {
height:120px;
max-height:210px;
max-width:380px;
padding-top:10px;
width:280px;
}
recipes.css (line 453)
.textfield1 input, .textfield2 input, .textfield3 input, .textfield4 input, .textfield5 input, .textarea1 textarea {
background:none repeat scroll 0 0 transparent;
border:medium none;
font-family:"Comic Sans MS",cursive;
font-size:12px;
font-weight:normal;
}

#wideBox #greenBtm {
background:url("/static/images/nursary-main-bg-bottom.png") no-repeat scroll 0 0 transparent;

width:700px;
}

.textbox1orange {
background:url("/static/images/textbox1orange.jpg") no-repeat scroll 0 0 transparent;
display:inline;
float:left;
font-size:11px;
height:25px;
margin:0 5px 0 0;
padding:6px 20px 5px 10px;
width:260px;
}

.textbox1friend {
background:url("/static/images/textbox1friend.jpg") no-repeat scroll 0 0 transparent;
display:inline;
float:left;
font-size:11px;
height:25px;
margin:0 5px 0 0;
padding:6px 20px 5px 10px;
width:260px;
}

.textbox1orange input, .textbox1friend input {
height:18px;
width:250px;
background-color:#FFFFFF !important;
}

.textbox2orange {
background:url("/static/images/textbox2orange.jpg") no-repeat scroll 0 0 transparent;
display:inline;
float:left;
font-size:11px;
height:23px;
margin:0 5px 0 0;
padding:3px 10px 5px;
}

.textbox2orange input {
height:20px;
width:55px;
}

.strawberry .jScrollPaneDrag {
background:url("/static/images/strawberry.png") no-repeat scroll 0 0 transparent;
width:43px !important;
height:46px !important;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/strawberry.png', sizingMethod='crop');
}

.jScrollPaneDragTop {
left:0;
overflow:hidden;
position:absolute;
top:0;
width:43px !important;
}

.jScrollPaneDragBottom {
bottom:0;
left:0;
overflow:hidden;
position:absolute;
width:43px !important;
}

.jScrollPaneTrack {
background:url("/static/images/scroll_track.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:100%;
position:absolute;
right:20px;
top:0;
width:30px !important;
}

.selectMenu {
background:url("/static/images/dropdown_purple.gif") no-repeat scroll 0 0 transparent;
display:inline;
float:left;
font-family:"Comic Sans MS",cursive,Arial;
font-size:11px;
font-weight:normal;
height:31px;
margin:0 5px 0 0;
position:relative;
width:215px;
}

.selectMenu span {
cursor:pointer;
display:block;
padding:8px 30px 0 10px;
width:175px;
}

.selectMenuList {
background:url("/static/images/select_top.gif") no-repeat scroll 0 0 transparent;
display:none;
float:left;
left:0;
position:absolute;
top:0;
width:215px;
z-index:101;
}

.selectMenuList ul {
display:inline;
float:left;
list-style:none outside none;
margin:0;
max-height:270px;
overflow:auto;
padding:0;
width:195px;
}

.selectMenuList div {
background:url("/static/images/select_btm.png") no-repeat scroll 0 100% transparent;
display:inline;
float:left;
padding:10px;
}

#boardTop #navContent img {
margin:0;
padding:0;
}

#boardTop div img {
background:url("/static/images/board_img_bg.gif") no-repeat scroll 0 0 transparent;
margin:25px 0 0;
padding:8px;
}

#boardTop div {
padding:26px 20px 10px 34px;
position:relative;
z-index:3;
}

.strawberry p {
color:#FFFFFF;
}

#thanks p, #thanks h1 {
color:#FFFFFF;
}

.strawberry .heading {
	float:left;
	width:200px;
}	

.strawberry .info {
	float:right;
	width:200px;
}	

.strawberry h1 {
	color:#FFFFFF;
}

.strawberry .info {
color:#FFFFFF;
float:right;
margin-top:10px;
text-align:right;
width:200px;
margin-right:10px;
}

#funStuff{
	position:absolute;
	top:115px;
	left:-65px;
	z-index:2;
}

/**** HOME AMENDS ****/

#fbLink, #fbLink2011{
	float:left;
	display:inline;
	width:100px;
	height:136px;
	margin:25px 0 0 10px;
	overflow:hidden;
}
#fbLink a{
	float:left;
	display:inline;
	width:205px;
	height:136px;
	background:url(/static/images/facebook.png) 0 0 no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/facebook.png', sizingMethod='crop');
	text-decoration:none;
}

#fbLink2011 a{
	float:left;
	display:inline;
	width:205px;
	height:136px;
	background:url(/static/images/facebook2011.png) 0 0 no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/facebook2011.png', sizingMethod='crop');
	text-decoration:none;
}

#fbLink a:hover, #fbLink2011 a:hover{
	margin:0 0 0 -105px;
}
#fbLink a span, #fbLink2011 a span{
	visibility:hidden;
}

#tLink, #tLink2011{
	float:left;
	display:inline;
	width:102px;
	height:136px;
	margin:25px 0 0 0;
	overflow:hidden;
}
#tLink a{
	float:left;
	display:inline;
	width:207px;
	height:136px;
	background:url(/static/images/twitter.png) 0 0 no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/twitter.png', sizingMethod='crop');
	text-decoration:none;
}

#tLink2011 a{
	float:left;
	display:inline;
	width:207px;
	height:136px;
	background:url(/static/images/twitter2011.png) 0 0 no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/twitter2011.png', sizingMethod='crop');
	text-decoration:none;
}


#tLink a:hover, #tLink2011 a:hover{
	margin:0 0 0 -105px;
}
#tLink a span, #tLink2011 a span{
	visibility:hidden;
}



#productLink2011{
	float:left;
	display:inline;
	width:203px;
	height:135px;
	margin:25px 0 0 200px;
	overflow:hidden;
}
#productLink2011 a{
	float:left;
	display:inline;
	width:406px;
	height:135px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/Ellas_signposts2011.png', sizingMethod='crop');
	text-decoration:none;
}
#productLink2011 a:hover{
	margin:0 0 0 -203px;
	width:406px;
	height:135px;
}
html>body #productLink2011 a{
	background:url(/static/images/Ellas_signposts2011.png) 0 0 no-repeat;
}
#productLink2011 a span{
	visibility:hidden;
}

.jScrollPaneTrack {
	width:40px !important;
	right:-10px !important;
}

#mainContentsStraw .jScrollPaneTrack {
	width:30px !important;
	right:24px !important;
}

.contactForm #wideBox #greenTop {
    background: url("/static/images/fun_bg_green.png") no-repeat scroll 0 0 transparent;
    width: 700px;
}

#wideBox #friendTop {
    background: url("/static/images/friend_top.png") no-repeat scroll 0 0 transparent;
    width: 700px;
}

.contactForm #wideBox #greenBtm {
    background: url("/static/images/nursary-main-bg-bottom-green.png") no-repeat scroll 0 0 transparent;
    width: 700px;
	height:44px;
}

#wideBox #friendBtm {
    background: url("/static/images/friend_bottom.png") no-repeat scroll 0 0 transparent;
    width: 700px;
	height:29px;
}

.contactForm .scroll2 {
	height:310px;	
}

.contactForm #mainContentsStraw {
    background: url("/static/images/nursery-form-bg-yellow.png") no-repeat scroll 0 0 transparent;
    height: 394px;
    margin-left: -6px;
    overflow: hidden;
    padding: 16px 0 20px;
    position: relative;
    width: 670px !important;
}

#mainContentsFriend {
    background: url("/static/images/friend-back.png") no-repeat scroll 0 0 transparent;
    height: 374px;
    margin-left: -6px;
    overflow: hidden;
    padding: 16px 0 20px;
    position: relative;
    width: 670px !important;
}

.contactFormSweden #wideBox #greenTop {
    background: url("/static/images/fun_bg_green-sweden.png") no-repeat scroll 0 0 transparent;
    width: 700px;
}

.contactFormSweden #wideBox #greenBtm {
    background: url("/static/images/nursary-main-bg-bottom-green-sweden.png") no-repeat scroll 0 0 transparent;
    width: 700px;
	height:42px;
}

.contactFormSweden .scroll2 {
	height:320px;	
}

.contactFormSweden #mainContentsStraw {
    background: url("/static/images/nursery-form-bg-yellow.png") no-repeat scroll 0 0 transparent;
    height: 394px;
    margin-left: -6px;
    overflow: hidden;
    padding: 16px 0 20px;
    position: relative;
    width: 670px !important;
}

.contactFormSweden .strawberry p {
	line-height:160%;	
}

.friend p {
	color:#520F16;	
}

.friend h1 {
	color:#520F16;	
}

.friend .selectMenu {
    background: url("/static/images/dropdown_friend.gif") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-family: "Comic Sans MS",cursive,Arial;
    font-size: 11px;
    font-weight: normal;
    height: 31px;
    margin: 0 5px 0 0;
    position: relative;
    width: 215px;
}

.friend .selectMenuList {
    background: url("/static/images/select_top_friend.gif") no-repeat scroll 0 0 transparent;
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    width: 215px;
    z-index: 101;
}

.friend #buzzedsurround .selectMenuList {
    background: url("/static/images/select_top_friend_new.gif") no-repeat scroll 0 0 transparent;
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    width: 215px;
    z-index: 101;
}


.friend .selectMenuList div {
    background: url("/static/images/select_btm_friend.png") no-repeat scroll 0 100% transparent;
    display: inline;
    float: left;
    padding: 10px;
	height:204px;
}

.friend #buzzedsurround .selectMenuList div {
    background: url("/static/images/select_btm_friend.png") no-repeat scroll 0 100% transparent;
    display: inline;
    float: left;
    padding: 10px;
	height:124px;
}


.friend .selectMenuList ul {
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0;
    max-height: 196px;
    overflow: auto;
    padding: 0;
    width: 195px;
}

.textbox2friend {
    background: url("/static/images/textbox2friend.jpg") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 11px;
    height: 23px;
    margin: 0 5px 0 0;
    padding: 6px 17px 5px 3px;
}

#thanks h1, #thanks p {
	color:#520F16;	
}

#tooltip {
	z-index:99999;
	position:relative;	
}

#thanks h1, #thanks p {
    color: #FFFFFF;
}

p {
	line-height: 138%;	
}

#purpleBox p {
    color: #FFFFFF;
    width: 115px;
}

#storesurround {
	float:left;
	display:inline;
	margin-top:5px;	
}

.social_m_holder {
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 999;
}

#top, .social_m_container {
    display: inline;
    float: left;
    width: 960px;
}

.social_m_inner {
    display: inline;
    float: right;
    margin: 0 0 5px;
}

#topNav LI.navgivingstuffback a {
    background: url("/static/images/giving-stuff-back.png") no-repeat scroll 0 0 transparent;
    height: 51px;
    margin-top: 1px;
    width: 176px;
}

#topNav LI.navgivingstuffback a:hover {
	margin-left:-88px;	
}

#topNav LI.navgivingstuffback {
    width: 88px;
}
