body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.69em;
	color: #5d5752;
	padding: 0;
	margin: 0;
	background: #FFFFFF url(../grfx/backgrounds/bg_body.gif) repeat-x;
}

	#wrapper
	{
		width: 880px;
		margin: 0 auto;
	}
		
		#flash
		{
			width: 880px;
			height: 269px;
			margin: 0 auto;
		}
		
		#header
		{
			width: 880px;
			height: 100px;
			margin: 0 auto;
		}
		
		#content
		{
			width: 864px;
			padding: 8px;
			background: #FFFFFF;
			line-height: 1.64em;
		}
		
			#content_col_left
			{
				width: 464px;
				min-height: 140px;
				float: left;
				padding: 30px 30px 0px 30px;
				margin-right: 10px;
				background: #FFFFFF url(../grfx/backgrounds/bg_content_int.gif) top left no-repeat;
			}
			
			#content_col_right
			{
				width: 270px;
				min-height: 140px;
				float: right;
				padding: 30px 30px 0px 30px;
				padding-right: 30px;
				background: #FFFFFF url(../grfx/backgrounds/bg_content_right.gif) top right no-repeat;
			}
			
				#product
				{
					width: 800px;
					margin: 0 auto;
					padding-top: 30px;
				}
			
					.product_items
					{
						width: 175px;
						margin-right: 15px;
						float: left;
						padding-bottom: 50px;
						text-align: center;
						margin-top: 20px;
					}
					
						.product_items_images
						{
							padding-bottom: 25px;
						}
				
					#product_image
					{
						width: 265px;
						float: left;
					}
					
					#product_info
					{
						width: 286px;
						padding-right: 28px;
						float: left;
					}
					
					#product_nutrition
					{
						width: 221px;
						float: left;
					}
					
						#product_nutrition table
						{
							margin: 7px 0px 15px 0px;
						}
					
						#product_nutrition th
						{
							height: 20px;
							line-height: 2.00em;
							color: #a19f9d;
							font-weight: bold;
							border-bottom: 1px solid #a19f9d;
							text-align: left;
						}
					
						#product_nutrition td
						{
							height: 24px;
							line-height: 2.18em;
							color: #a19f9d;
							border-bottom: 1px solid #a19f9d;
						}
		
		#feature_blocks
		{
			width: 880px;
			margin: 0 auto;
			line-height: 1.45em;
		}
		
			#feature_blocks p
			{
				margin-bottom: 0;
			}
			
				*:first-child+html #feature_blocks p
				{
					margin-top: 11px;
				}			
		
			#feature_one
			{
				width: 239px;
				height: 209px;
				padding: 23px 22px 18px 32px;
				background: #FFFFFF url(../grfx/backgrounds/bg_feature_one.gif) no-repeat;
				float: left;
			}
			
			#feature_two
			{
				width: 245px;
				height: 209px;
				padding: 23px 23px 18px 25px;
				background: #FFFFFF url(../grfx/backgrounds/bg_feature_two.gif) no-repeat;
				float: left;
			}
			
			#feature_three
			{
				width: 240px;
				height: 209px;
				padding: 23px 31px 18px 23px;
				background: #FFFFFF url(../grfx/backgrounds/bg_feature_three.gif) no-repeat;
				float: left;
			}
			
			* html #feature_three
			{
				padding-right: 15px;
			}
			
		#footer
		{
			width: 816px;
			height: 100px;
			margin: 0 auto;
			clear: both;
			padding: 62px 32px 0px 32px;
			background: url(../grfx/backgrounds/bg_footer.png) no-repeat;
			font-size: 0.91em;
			color: #a7a9ac;
		}
		
			#footer a
			{
				color: #a7a9ac;
				text-decoration: none;
			}
			
			#footer a:hover
			{
				text-decoration: underline;
			}

