@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
}
body{
	background: url(/images/bg_body.gif) center top repeat-x;
}
a img{ border: 0px;}
/*============================================================================================== PLATFORM */
#platform{
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 33px;
}
.bdayClub{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 337px;
	height: 150px;
	background: url(/images/birthday_club.png) center top no-repeat;
}
.bdayClub:hover{
	background-position: center bottom;
}
/*============================================================================================== HEADER */
#flash{
	text-align: center;
}
.smallNav{
	font: bold normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-bottom:4px;
}
.topNav{
	display: block;
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: 220px;
	width: 180px;
}
.topNav a{
	font-size: 12px;
}
.socialNet{
	display: block;
	position: absolute;
	top: 5px;
	width: 100px;
	height: 24px;
	left: 50%;
	margin-left: 265px;
}
	.socialNet a{
		display: block;
		width: 24px;
		height: 24px;
		background-position: center top;
		background-repeat: no-repeat;
		float: right;
		margin-left: 10px;
	}
	.socialNet a:hover{
		background-position: center bottom;
	}
/*============================================================================================== CONTAINER */
#container{
	padding: 15px 0 50px 0;
	color: #7e7e7e;
	font: 11px Verdana, Geneva, sans-serif;
	line-height: 1.7em;
}
.featured{
	display: block;
	position: relative;
	width: 738px;
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
	padding: 5px;
	margin-bottom: 30px;
}
	.ftWrapper{
		background-color: white;
	}
	.ftContent, .ftImg{
		position: absolute;
		z-index: 1;
	}
/*============================================================================================== FOOTER */
#footer{
	border-top: 1px solid #dcdfe0;
	padding: 30px;
	color: #939a9f;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	#footer .enfuse{
		width: 300px;
		float: right;
		color: #939a9f;
		text-decoration: none;
		text-align: right;
		padding: 6px 50px 5px 0;
		line-height: 1em;
		background: url(/images/logo_enfuse.gif) right top no-repeat;
	}
	#footer .enfuse:hover{
		background: url(/images/logo_enfuse.gif) right bottom no-repeat;
		color: #6e62a1;
	}
/*============================================================================================== TYPOGRAPHY */
h1{
	color: #e889b3;
	font: italic normal 30px "Lucida Sans";
	letter-spacing: -2px;
	margin: 0 0 15px 0;
	padding: 0;
}
h2{
	color: #605497;
	font: italic normal 14px "Lucida Sans";
	margin: 0 0 5px 0;
	padding: 0;
}
.textPurple{
	color: #605497;	
}
.textSmall{
	font: 9px Verdana, Geneva, sans-serif;
	line-height: 1.2em;
	color: #7e7e7e;
}
a{
	text-decoration: none;
	color: #605497;
}
a:hover{
	color: #8fa843;	
}
/*============================================================================================== HOT BUTTONS */
.hotButtons{
	width: 750px;
	margin: 0 0 30px 0px;
	height: 115px;
}
	.hotButtons div{
		background: #f2f2f2;
		float: left;
		border: 1px solid #d6d6d6;
		width: 238px;
		height: 105px;
		margin: 0 0 0 3px;
		padding: 4px;
	}
	.hotButtons div a{
		display: block;
		position: relative;
		background: white;
		width: 238px;
		height: 105px;
		text-decoration: none;
		color: #e881af;
		font: italic normal 11px "Lucida Sans";
		line-height: 1.2em;
	}
	.hotButtons a img, .hotButtons a p{
		position: absolute;
		z-index: 10;
		margin: 0;
		padding: 0;
	}
	.hotButtons span{
		color: #5a4c94;
		font: normal normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		line-height: 1.6em;
	}
	.hotButtons a:hover{
		color: #7b971e;	
	}
	.hotButtons div form{
		margin: 0;
		padding: 9px 0 0 15px;
		display: block;
		position: relative;
		background: white;
		width: 223px;
		height: 96px;
		text-decoration: none;
		color: #e881af;
		font: italic normal 10px "Lucida Sans";
		line-height: 1.2em;
	}
	.hotButtons div .inputText{
		color: #999;
		font: italic 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		margin-top: 10px;
		width: 145px;
	}
	.hotButtons div .Join{
		position: absolute;
		top: 66px;
		left: 170px;
		z-index: 999;
		background: #605497;
		border: none;
		padding: 1px 10px;
		color: #FFF;
		width: 60px;
		padding: 1px 10px;
		text-align: center;
	}
	.socialNetwork{
		display: block;
		width: 355px;
		height: 22px;
		margin: 0px;
		padding: 20px 0 0 200px;
		border: none;
		text-align:left;
	}
	.socialNetwork a{
		display: block;
		height: 19px;
		float: left;
		padding: 3px 0 0 30px;
		color: #605497;
		font-size:12px;
		font-weight: bold;
	}
	.socialNetwork a.twitter{
		background: white url(/images/icon_twitter2.gif) left top no-repeat;
		width: 70px;
	}
	.socialNetwork a.facebook{
		background: white url(/images/icon_facebook2.gif) left top no-repeat;
		width: 80px;
		float: right;
	}
	.socialNetwork a:hover{
		color: #8fa843;
	}
/*=================================================================================================== FORM */
form{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
.inputText{
	border: 1px dotted #605497;
	background: white;
	padding: 1px 0;
	color: #605497;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.button{
	background: #605497;
	border: none;
	color: white;
	padding: 1px 20px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0px;
	left: 200px;
}

.mediaTH a.thumb{
	display: block;
	width: 90px;
	height: 69px;
	float: left;
	margin: 15px 15px 15px 15px;
	border: 1px solid #e889b3;
	padding: 2px;
}
.mediaTH a.thumb:hover{
	border-color: #605497;
}
.btn{
	background: #ee95bf;
	padding: 5px 20px;
}
	.btn:hover{
		background: #5b3f99;
		color: #ee95bf;
	}
/*=================================================================================================== MENU PAGE */
.menuItems{
	background: white;
	width: 738px;
	padding-bottom: 30px;
}
	.menuItems div{
		width: 246px;
		height: 200px;
		display: block;
		position: relative;	
		float: left;
		margin-bottom: 10px;
	}
	.menuItems div span{
			display: block;
			position: absolute;
			left: 0px;
			bottom: 5px;
			text-align: center;
			width: 246px;
			color: #5a4c94;
			font: italic bold 14px "Myriad Pro", "Trebuchet MS";
		}
	.menuItems a{
		width: 246px;
		height: 200px;
		display: block;	
		filter:alpha(opacity=50);
		opacity:0.5;
	}
	.menuItems a:hover{
		filter:alpha(opacity=100);
		opacity:1;
	}
		
		.itemOne{ background: url(/images/menu/yogurt.jpg) center center  no-repeat;}
		.itemTwo{ background: url(/images/menu/smoothies.jpg) center center  no-repeat;}
		.itemThree{ background: url(/images/menu/shakes.jpg) center center  no-repeat;}
		.itemFour{ background: url(/images/menu/waffles.jpg) center center  no-repeat;}
		.itemFive{ background: url(/images/menu/coffee.jpg) center center  no-repeat;}
.toppings{
	width: 648px;
	margin: 0px auto;
}
	.toppings ul{
		margin: 0px;
		padding: 0px;
	}
	.toppings ul li{
		margin: 0px;
		padding: 0px;
		list-style: none;
		width: 162px;
		height: 132px;
		float: left;
		text-align: center;
		position: relative;
		display: block;
	}
	.toppings ul li span{
		width: 162px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #605497;
		text-align: center;
	}
