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 8px 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;
}
#main{
	width:960px;
	float:left;
	display:inline;
	height:auto !important;
	height:620px;
	min-height:620px;
}
#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;
}
#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{
	margin:-8px 0 0 0;
	float:right;
}
#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:937px;
	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;
}
#mainContents{
}
.scroll1{
	height:auto !important;
	height:100px;
	min-height:100px;
	max-height:840px;
}
html>body .scroll1{
	overflow:auto;
}
.scroll2{
	height:540px;
	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:630px;
	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:630px;
	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 {
	display:none;
	color:#F00;
}

.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;
}