body{
	background:#74BE40 url(/images/baskets/sparkle_background.jpg) top left repeat-x; 
}

#movie {
	background: url(/images/banner_background.jpg) no-repeat top;
}

#left_nav{
	width:200px;
	background:#249c21 url(/images/left_nav_candy_bg.png) top left no-repeat;
}

#main_nav {
	width:200px;
	overflow:hidden;

}

#content{
	text-align:left;
	width: 900px;
	background: #249c21;
	
}

#content_area{
	padding:0px;
	margin:0px;
	height: 770px;

}


#right_col{
	background:#249c21;	
}

#music_player{
	width:200px;
	overflow:hidden;
}


/*------------ MENU CSS -----------------*/



table#basket_nav {
	width: 200px;
	margin-left: -1px;
	padding: 0px;
	list-style: none;
	float: left;
	text-align: left;
	overflow: hidden;
	background-color: #27AF24;
	}

table#basket_nav td {
	list-style: none;
	margin-left: 0px;
	text-align: center;
	width: 200px;
	height: 30px;
	padding-top: 0px;
	}

#title {
	padding: 0px;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 6px;
	width: 200px;
	height: 57px;
	background: url(/images/menus/basket_title.gif) top no-repeat;
	}

table#for_kids_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 2px;
}

table#for_her_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 35px;
}

table#for_him_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 68px;
}

table#birthdays_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 101px;
}

table#new_baby_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 134px;
}

table#get_well_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 167px;
}

table#any_occasion_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 200px;
}

table#holiday_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 233px;
}

table#all_baskets_sub_menu {
	z-index: 999;
	visibility: hidden;
	margin-top: 266px;
}

	
table#basket_nav td a {
	text-decoration: none;
	float: left;
	color: #000000;
	width: 196px;
	padding: 0px 0 0 0;
	height: 0px !important;
	height /**/: 30px;  /*for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#for_kids a {
	background: url(/images/menus/for_kids.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#for_kids a:hover {
	background-position: -196px 0px;
	}
	
table#basket_nav td#for_her a {
	background: url(/images/menus/for_her.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#for_her a:hover {
	background-position: -196px 0px;
	}
	
table#basket_nav td#for_him a {
	background: url(/images/menus/for_him.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#for_him a:hover {
	background-position: -196px 0px;
	}
	
table#basket_nav td#birthdays a {
	background: url(/images/menus/birthdays.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#birthdays a:hover {
	background-position: -196px 0px;
	}
	
table#basket_nav td#new_baby a {
	background: url(/images/menus/new_baby.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#new_baby a:hover {
	background-position: -196px 0px;
	}
		
table#basket_nav td#get_well a {
	background: url(/images/menus/get_well.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#get_well a:hover {
	background-position: -196px 0px;
	}
			
table#basket_nav td#any_occasion a {
	background: url(/images/menus/any_occasion.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#any_occasion a:hover {
	background-position: -196px 0px;
	}
				
table#basket_nav td#holiday a {
	background: url(/images/menus/holiday.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#holiday a:hover {
	background-position: -196px 0px;
	}
					
table#basket_nav td#all_baskets a {
	background: url(/images/menus/all_baskets.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#basket_nav td#all_baskets a:hover {
	background-position: -196px 0px;
	}
	