body{
	background:#ffdf00 url(/images/chocolate_background.jpg) top left repeat-x; 
}

#movie {
	background: url(/images/banner_background.jpg) no-repeat top;
}

#left_nav{
	width:200px;
	background: #d2c906 url(/images/left_nav_chocolate_bg.png) top left no-repeat;
}

#main_nav {
	width:200px;
	overflow:hidden;

}

#content{
	text-align:left;
	width: 900px;
	background: #553200 url(/images/chocolate_content_bg.jpg) no-repeat right top;;
	
}

#content_area{
	padding:0px;
	margin:0px;
	height: 770px;

}

#chocolate_top_flash {
	position: relative; top: 31px; left: 78px; width: 548px; height: 266px; xborder: 1px solid #fff;
}

#chocolate_bottom_flash {
	position: relative; top: 140px; left: 115px; width: 465px; height: 261px; xborder: 1px solid #fff;
}


#right_col{
	background:#d2c906;	
}

#music_player{
	width:200px;
	overflow:hidden;
}


/*------------ MENU CSS -----------------*/


table#chocolate_area_nav {
	width: 200px;
	margin-left: -1px;
	padding: 0px;
	position: relative;
	top: -5px;
	list-style: none;
	float: left;
	text-align: left;
	overflow: hidden;
	background-color: #d2c906;
	border: 0px;
	margin-bottom:0px;
	}

table#chocolate_area_nav td {
	list-style: none;
	margin-left: 0px;
	text-align: center;
	width: 200px;
	height: 30px;
	padding-top: 0px;
	}
	
#chocolate_area_title {
	position: relative;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 6px;
	width: 200px;
	height: 57px;
	background: url(/images/menus/chocolate/chocolate_title.gif) top no-repeat;
	}
	
table#chocolate_area_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#chocolate_area_nav td#milk_chocolate a {
	background: url(/images/menus/chocolate/milk_chocolate.jpg) top left no-repeat;
	width: 196px;
	padding: 30px 0 0 0;
	height: 0px !important;
	height /**/: 30px; /* for IE5/Win only */
	overflow: hidden;
	}

table#chocolate_area_nav td#milk_chocolate a:hover {
	background-position: -196px 0px;
	}
	
table#chocolate_area_nav td#dark_chocolate a {
	background: url(/images/menus/chocolate/dark_chocolate.jpg) top left no-repeat;
	width: 196px;
	padding: 29px 0 0 0;
	height: 0px !important;
	height /**/: 29px; /* for IE5/Win only */
	overflow: hidden;
	}

table#chocolate_area_nav td#dark_chocolate a:hover {
	background-position: -196px 0px;
	}
	
table#chocolate_area_nav td#fruits_nuts a {
	background: url(/images/menus/chocolate/fruits_nuts.jpg) top left no-repeat;
	width: 196px;
	padding: 29px 0 0 0;
	height: 0px !important;
	height /**/: 29px; /* for IE5/Win only */
	overflow: hidden;
	}

table#chocolate_area_nav td#fruits_nuts a:hover {
	background-position: -196px 0px;
	}
	
table#chocolate_area_nav td#coffee_beans a {
	background: url(/images/menus/chocolate/coffee_beans.jpg) top left no-repeat;
	width: 196px;
	padding: 29px 0 0 0;
	height: 0px !important;
	height /**/: 29px; /* for IE5/Win only */
	overflow: hidden;
	}

table#chocolate_area_nav td#coffee_beans a:hover {
	background-position: -196px 0px;
	}
	
table#chocolate_area_nav td#pretzels_popcorn a {
	background: url(/images/menus/chocolate/pretzels_popcorn.jpg) top left no-repeat;
	width: 196px;
	padding: 29px 0 0 0;
	height: 0px !important;
	height /**/: 29px; /* for IE5/Win only */
	overflow: hidden;
	}

table#chocolate_area_nav td#pretzels_popcorn a:hover {
	background-position: -196px 0px;
	}
	
	
table#chocolate_area_nav td#crispy_goodies a {
	background: url(/images/menus/chocolate/crispy_goodies.jpg) top left no-repeat;
	width: 196px;
	padding: 29px 0 0 0;
	height: 0px !important;
	height /**/: 29px; /* for IE5/Win only */
	overflow: hidden;
	}

table#chocolate_area_nav td#crispy_goodies a:hover {
	background-position: -196px 0px;
	}	
	
table#chocolate_area_nav td#chocolate_bars a {
	background: url(/images/menus/chocolate/chocolate_bars.jpg) top left no-repeat;
	width: 196px;
	padding: 29px 0 0 0;
	height: 0px !important;
	height /**/: 29px; /* for IE5/Win only */
	overflow: hidden;
	}

table#chocolate_area_nav td#chocolate_bars a:hover {
	background-position: -196px 0px;
	}

table#chocolate_area_nav td#novelty a {
	background: url(/images/menus/chocolate/novelty.jpg) top left no-repeat;
	width: 196px;
	padding: 29px 0 0 0;
	height: 0px !important;
	height /**/: 29px; /* for IE5/Win only */
	overflow: hidden;
	}

table#chocolate_area_nav td#novelty a:hover {
	background-position: -196px 0px;
	}	
	
	
	
