

/*--------------------------------------------------

	Client: SpecialK
	
	This stylesheet should contain styles only
	being used in the nutrition section on the
    Special K project!
	
	REMEMBER TO KEEP IT CLEAN, EASY TO READ,
	AND IN THE DOCUMENT FLOW!
	
	Thanks!

--------------------------------------------------*/

/*----- Nutrition Pages -----*/
#nutrition-wrapper{
	padding: 10px;
	position: relative;
}

#nutrition-wrapper, #nutrition-wrapper div#top{
	float: left;
	height: 100px;
	width: 400px;
}

#nutrition-wrapper, #nutrition-wrapper div#bottom{
	float: left;
	width: 400px;
}

#nutrition-wrapper div#middle div#content-recipe{
	text-align: center;
	width: 400px;
	float: left;
	position: relative;
}

#nutrition-wrapper div#middle div#content-product{
	width: 10000px;
	float: left;
	position: relative;
}

#nutrition-wrapper div#middle div#content-product div.alpha, #nutrition-wrapper div#middle div#content-product div.omega{
	float: left;
	position: relative;
}

#nutrition-wrapper div#middle div#content-product div.alpha{
	width: 500px;	
}

#nutrition-wrapper div#middle div#content-product div.omega{
	width: 500px;
	text-align: center;
	overflow: hidden;
}

#nutrition-wrapper div#middle div#content-product div.alpha div.block{
	margin-bottom: 26px;
}

#nutrition-wrapper div#middle div#content-product div.alpha div.block p{
	font-size: 1.1em;
}

#nutrition-wrapper div#bottom{
	padding: 20px 0 20px 0;
}


#nutrition-wrapper h1.logo{
	background:url(../i/site/special-k-logo.gif) no-repeat;
	float: left;
	height: 74px;
	line-height: 0;
	margin: 0 240px 0 0;
	text-indent: -10000px;
	width: 65px;
}

#nutrition-wrapper h2{
	font-size: 30px;
	font-family:"Times New Roman","Times","Georgia",Serif;
	margin-bottom: 20px;
	width: 400px;
}

#nutrition-wrapper h2.red{
	color: #FF0000;
}

#nutrition-wrapper h3{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 6px;
	width: 400px;
}


