
/* [FINISH] Body Css */

/* [START] Colorful Animated Navigation Menu Main Div */
	#wrapper {
		min-height: 100px;
		margin-top: 100px;
		margin: auto;
		width: 960px;
		margin-top:100px;
	}
	#wrapper:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}
/* [FINISH] Colorful Animated Navigation Menu Main Div */


/* [START] Colorful Animated Navigation Menu Full Css */


#dwsee {
	position: absolute;
	height: auto;
}

#dwsee:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}


/* [START] Colorful Animated Navigation Menu Node Css */
#dwsee .dwsee-node { /*Colorful Box Styles */
	position: relative;
	float: left;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	width: 300px;
	margin-left: 10px;
	height: auto;
	min-height: 80px;
	padding: 3px;
}

#dwsee .dwsee-node:first-child {
	margin-left: 0px;
}

#dwsee .dwsee-node .dwsee-content img {
	display: none;
	width: 300px;
}


/* [FINISH] Colorful Animated Navigation Menu Node Css */


/* [START] Colorful Animated Navigation Menu Node Content Css */

#dwsee .dwsee-content {
	display: none;
	height: 350px;
}

#dwsee .dwsee-title { /* Colorful Box Styles */
	position: absolute;
	line-height: 80px; ;
	height: 80px;
	text-align: center;
	width: 300px;
	font-size: 20px;
	color: #ffffff;
}

#dwsee .dwsee-content-title { /* Colorful Box Opened Title Styles */
	display: none;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
}
#dwsee .dwsee-content-desc { /* Box Opened Description Styles */
	display: none;
	font-size: 16px;
	text-align: center;
	width: 90%;
	margin: auto;
}
#dwsee .dwsee-content-link { /* Box Opened Link Box Styles (All Meals) */
	display: none;
	background-color: #d48a87;
	color: #ffffff;
	padding: 8px;
	width: 140px;
	text-align: center;
	margin: auto;
	margin-top: 16px;
	letter-spacing: 1px;
}
#dwsee .dwsee-content-link a { /* Box Opened Link Text Styles (All Meals) */
	color: #ffffff;
	text-decoration: none;
	display:block;
}
/* [FINISH] Colorful Animated Navigation Menu Node Content Css */

/* [START] Colorful Animated Navigation Menu Box Color Css */
#dwsee .green {
	background-color: #84be74;
}
#dwsee .blue {
	background-color: #77cdde;
}
#dwsee .yellow {
	background-color: #f5c53d;
}
/* [FINISH] Colorful Animated Navigation Menu Box Color Css */


/* [FINISH] Colorful Animated Navigation Menu Full Css */
