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


.mainContent {
	background: #1c1c1c url(../images/subPageContentBg.jpg) repeat-y 16px 0;
	margin: 0;
	padding: 30px 76px 60px 72px;
	min-height: 300px;
}

*html .mainContent {
	height: 100%;
}

.mainContent .floatLeftHalf {
	float: left;
	padding: 0 50px 0 0;
	width: 400px;
}

.aboutTxt a {
	text-indent: -9999px;
	height: 21px;
	width: 530px;
	display: block;
	margin: 0 0 0 154px;
	padding: 0;
	background-image: url(../images/aboutTxt.gif);
	background-repeat: no-repeat;
}

.aboutTxt2 {
	text-indent: -9999px;
	height: 21px;
	width: 530px;
	display: block;
	margin: 0 0 18px 154px;
	padding: 0;
	background-image: url(../images/aboutTxt.gif);
	background-repeat: no-repeat;
	background-position: 0 -38px;
}

.nutFactsText {
	font-size: 10px;
	line-height: 17px;
}
.grungeLine5 {
display: block;
	background-image: url(../images/grungeLine5.gif);
	background-repeat: no-repeat;
	width: 654px;
	height: 7px;
	padding: 0;
	margin: 0 0 28px 135px;
	text-indent: -9999px;
}



.clickFlavor {
	margin-top: 28px;
	float: left;
}

/*Horiz Flavor Nav*/
ul.flavorNav {
list-style-type : none; 
position : relative; 
height : 49px; 
margin : 14px 0 20px  224px; 
padding : 0; 
width: 529px;
}

ul.flavorNav li {
display: inline;
}

ul.flavorNav li#fn1 {
	position: absolute;
	background : url(../images/btnOriginal.gif) no-repeat 0 0;
	margin-top: 10px;
	width: 114px;
	height: 38px;
}

ul.flavorNav li#fn2 {
	position: absolute;
	left: 141px;
	background : url(../images/btnFiery.gif) no-repeat 0 0;
	margin-top: 1px;
	width: 115px;
	height: 49px;
}
ul.flavorNav li#fn3 {
	position: absolute;
	left: 283px;
	background : url(../images/btnTeriyaki.gif) no-repeat 0 0;
	margin-top: 3px;
	width: 110px;
	height: 47px;
}
ul.flavorNav li#fn4 {
	position: absolute;
	left: 421px;
	background : url(../images/btnBbq.gif) no-repeat 0 0;
	margin-top: 18px;
	width: 108px;
	height: 20px;
}

ul.flavorNav li a {
display: block;
height: 49px;
text-indent : -9999px; 
text-decoration : none; 
overflow : hidden;
}
ul.flavorNav li#fn1 a {
height: 38px;
}
ul.flavorNav li#fn4 a {
height: 20px;
}
.designNote {
	border: 2px dashed red;
	margin: 0 0 1em 0;
	padding: 1em;
}
.designNote p {
	color: #F00;
}
