/* #273c83 colBlue */
/* #00a8eb colSky */
/* #e3007b colPink */
/* #b51729 colRed */
/* #e75841 colOrange */
/* #5eb929 colGreen */
/* #6e5ea4 colPurple */
/* #29b999 colAqua */
/* #d2a700 colYellow */

/* DARK */
/* #273c83 colBlue */
/* #00a8eb colSky */
/* #e3007b colPink */
/* #b51729 colRed */
/* #e75841 colOrange */
/* #5eb929 colGreen */
/* #6e5ea4 colPurple */
/* #078f71 colAqua */
/* #d2a700 colYellow */

.colBlue a:link {color: #273c83; text-decoration: none;}
.colBlue a:visited {color: #273c83; text-decoration: none;}
.colBlue a:hover {color: #273c83; text-decoration: underline;}
.colBlue a:active {color: #273c83; text-decoration: none;}

.colSky a:link {color: #00a8eb; text-decoration: none;}
.colSky a:visited {color: #00a8eb; text-decoration: none;}
.colSky a:hover {color: #00a8eb; text-decoration: underline;}
.colSky a:active {color: #00a8eb; text-decoration: none;}

.colPink a:link {color: #e3007b; text-decoration: none;}
.colPink a:visited {color: #e3007b; text-decoration: none;}
.colPink a:hover {color: #e3007b; text-decoration: underline;}
.colPink a:active {color: #e3007b; text-decoration: none;}

.colRed a:link {color: #b51729; text-decoration: none;}
.colRed a:visited {color: #b51729; text-decoration: none;}
.colRed a:hover {color: #b51729; text-decoration: underline;}
.colRed a:active {color: #b51729; text-decoration: none;}

.colOrange a:link {color: #e75841; text-decoration: none;}
.colOrange a:visited {color: #e75841; text-decoration: none;}
.colOrange a:hover {color: #e75841; text-decoration: underline;}
.colOrange a:active {color: #e75841; text-decoration: none;}

.colGreen a:link {color: #5eb929; text-decoration: none;}
.colGreen a:visited {color: #5eb929; text-decoration: none;}
.colGreen a:hover {color: #5eb929; text-decoration: underline;}
.colGreen a:active {color: #5eb929; text-decoration: none;}

.colPurple a:link {color: #6e5ea4; text-decoration: none;}
.colPurple a:visited {color: #6e5ea4; text-decoration: none;}
.colPurple a:hover {color: #6e5ea4; text-decoration: underline;}
.colPurple a:active {color: #6e5ea4; text-decoration: none;}

.colAqua a:link {color: #078f71; text-decoration: none;}
.colAqua a:visited {color: #078f71; text-decoration: none;}
.colAqua a:hover {color: #078f71; text-decoration: underline;}
.colAqua a:active {color: #078f71; text-decoration: none;}

.colYellow a:link {color: #d2a700; text-decoration: none;}
.colYellow a:visited {color: #d2a700; text-decoration: none;}
.colYellow a:hover {color: #d2a700; text-decoration: underline;}
.colYellow a:active {color: #d2a700; text-decoration: none;}



html, body
{
    margin: 0;
    padding: 0;
}

body, td, tr {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 140%; 
	font-size: 12px;
	color: #666;
	text-align: center; 
	background-image: url('../images/template/bg.gif');
	background-position: top;
	background-repeat: repeat-x;
}

p {
	margin: 0;
	padding: 10px 0px 10px 0px;
}

h1, h2, h3, h4, h5
{

	margin: 0;
	padding: 0;
	color: #555;
	line-height: 140%;
}

h1 {
	display : none; 
}

h3 {

	color: #eb4f25;
	font-weight: normal;
}




.colOrange #recipeServes {
	padding: 0px 0px 8px 0px;
	font-size: 15px;
	color: #e75841;
}

.colOrange #recipePrep {
	padding: 0px 0px 8px 0px;
	font-size: 15px;
	color: #e75841;
}

.colOrange #recipeCook {
	padding: 0px 0px 8px 0px;
	font-size: 15px;
	color: #e75841;
}

.colOrange #chefsTip {
	padding: 0px 0px 8px 0px;
	font-size: 15px;
	color: #666;
}



#txt15 {
	font-size: 13px;
	line-height: 140%;
}

a:link {color: #eb4f25; text-decoration: none;}
a:visited {color: #eb4f25; text-decoration: none;}
a:hover {color: #eb4f25; text-decoration: underline;}
a:active {color: #eb4f25; text-decoration: none;}

.small {
	font-size: 9px;
}


/******* FORMS *******/
.onBlurSearch {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #777;
	text-align: right; 
	width: 105px;
	height: 19px;
	border: 0px;
	padding: 0px 8px 0px 10px;
	background-image: url('../images/template/css-search-field.gif');
}
.onFocusSearch {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
	text-align: right; 
	width: 105px;
	height: 19px;
	border: 0px;
	padding: 0px 8px 0px 10px;
	background-image: url('../images/template/css-search-field.gif');
}
.colBlue .onFocusSearch {
	color: #273c83;
	background-image: url('../images/template/css-search-field-blue.gif');
}
.colSky .onFocusSearch {
	color: #00a8eb;
	background-image: url('../images/template/css-search-field-sky.gif');
}
.colPink .onFocusSearch {
	color: #e3007b;
	background-image: url('../images/template/css-search-field-pink.gif');
}
.colRed .onFocusSearch {
	color: #b51729;
	background-image: url('../images/template/css-search-field-red.gif');
}
.colOrange  .onFocusSearch {
	color: #e75841;
	background-image: url('../images/template/css-search-field-orange.gif');
}
.colGreen .onFocusSearch {
	color: #5eb929;
	background-image: url('../images/template/css-search-field-green.gif');
}
.colPurple .onFocusSearch {
	color: #6e5ea4;
	background-image: url('../images/template/css-search-field-purple.gif');
}
.colAqua .onFocusSearch {
	color: #29b999;
	background-image: url('../images/template/css-search-field-aqua.gif');
}
.colYellow .onFocusSearch {
	color: #d2a700;
	background-image: url('../images/template/css-search-field-yellow.gif');
}

.onBlur{
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left; 
	width: 125px;
	border:1px solid #999;
	padding: 0px 5px 0px 5px;
}
.onFocus {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left; 
	width: 125px;
	border:1px solid #999;
	padding: 0px 5px 0px 5px;
	background-color: #ffcb02;
}
.colSky .onFocus {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left; 
	width: 125px;
	border:1px solid #999;
	padding: 0px 5px 0px 5px;
	background-color: #00a8eb;
}


/******* CSS *******/


#wrapper {
	width: 761px;
	margin: 0px auto;
	text-align: left;
}

#leftCol {
	float: right;
	width: 140px;
	text-align: right; 
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#leftColLogo {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#left2ndNav {
	display : none; 
}


#bodyColumn {
	clear: both;
	float: right;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}


#bodyHomeCol1of2 {
	float: left;
	width: 250px;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 50px;
}


#bodyHomeCol2of2 {
	float: right;
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 0px;
	vertical-align: top;
}


#bodyCol1 {
	float: left;
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 85px 40px 0px 50px;
	vertical-align: top;
	background-image: url('../images/template/css-bodyCol1of2.gif');
	background-repeat: no-repeat;
}


#bodypgCol1 {
	text-align: left;
	line-height: 140%;
	float: left;
	width: 570px;
	min-height: 369px; 
	margin: 0px 0px 0px 0px;
	padding: 85px 0px 0px 50px;
}

#bodypgClear {
	clear: both;
	display: block;
	float: left;
	line-height: 140%;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}

#bodypgProductsDrink {
	clear: both;
	display: block;
	line-height: 140%;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
}


#bodypgCol1Take2 {
	text-align: left;
	line-height: 140%;
	float: left;
	width: 570px;
	min-height: 369px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}


#bodypgProductsPht {
	text-align: center;
	font-size: 15px;
	line-height: 140%;
	float: left;
	width: 570px;
	min-height: 295px; 
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/template/bg-products-x3.jpg');
	background-repeat: no-repeat;
}

#bodypgProductsSaucesPht {
	text-align: center;
	font-size: 15px;
	line-height: 140%;
	float: left;
	width: 570px;
	min-height: 295px; 
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/template/css-products-sauces.jpg');
	background-repeat: no-repeat;
}

#bodypgProductsCol3 {
	float: left;
	display: inline;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 120%;
	width: 165px;
	min-height: 155px; 
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	vertical-align: top;
	background-image: url('../images/template/css-tile-products-red.gif');
	background-repeat: no-repeat;
}

.Drink1 #tileProductsDrink {
	background-image: url('../images/template/css-tile-drinkcol1.gif');
}
.Drink2 #tileProductsDrink {
	background-image: url('../images/template/css-tile-drinkcol2.gif');
}
.Drink3 #tileProductsDrink {
	background-image: url('../images/template/css-tile-drinkcol3.gif');
}
.Drink4 #tileProductsDrink {
	background-image: url('../images/template/css-tile-drinkcol4.gif');
}
.Drink5 #tileProductsDrink {
	background-image: url('../images/template/css-tile-drinkcol5.gif');
}


.Sauce1 #tileProductsDrink {
	height: 89px; 
	background-image: url('../images/template/css-tile-sauceCol1.gif');
}
.Sauce1 #tileProductsDrink h2 a {
	font-weight: normal;
	line-height: 130%;
	color: #fff;
	font-size: 15px;
}
.Sauce2 #tileProductsDrink {
	height: 89px; 
	background-image: url('../images/template/css-tile-sauceCol2.gif');
}
.Sauce2 #tileProductsDrink h2 a {
	font-weight: normal;
	line-height: 130%;
	color: #fff;
	font-size: 15px;
}


#tileProductsDrink {
	float: left;
	display: inline;
	width: 100px;
	min-height: 69px; 
	margin: 0px 0px 0px 0px;
	padding: 12px 5px 0px 5px;
	vertical-align: top;
	text-align: center;
	background-repeat: no-repeat;
}

#bodypgProductsDrink h2 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 130%;
}

#bodypgProductsDrink h2 a {
	color: #fff;
}

#space10px {
	float: left;
	display: inline;
	width: 7px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#space7px {
	float: left;
	display: inline;
	width: 7px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#bodypgProductsCol3 h2 {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	margin: 0px 0px -5px 0px;
	padding: 0px 0px 00px 0px;
}


#bodypgProductsCol3 a {
	color: #fff;
}


#bodyPgProductsCol1of2 {
	float: left;
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 85px 40px 0px 50px;
	vertical-align: top;
	background-image: url('../images/template/css-bodyCol1of2.gif');
	background-repeat: no-repeat;
}


#bodyPgProductsCol2of2 {
	float: right;
	text-align: center;
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 94px 0px 0px 0px;
	vertical-align: top;
}


#bodyPgCol2top {
	float: right;
	text-align: center;
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 184px 0px 0px 0px;
	vertical-align: top;
}

#bodyPgCraisinsCol2of2 {
	float: right;
	text-align: center;
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 0px;
	vertical-align: top;
}


#bodyPgProductsDrinkCol1of2 {
	float: left;
	width: 300px;
	height: 339px;
	margin: 0px 0px 0px 0px;
	padding: 85px 30px 0px 50px;
	vertical-align: top;
}
#bodyPgProductsDrinkCol2of2 {
	float: right;
	width: 235px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	padding: 94px 0px 0px 5px;
	vertical-align: top;
}
#bodyPgProductsSauceCol2of2 {
	float: right;
	width: 235px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	padding: 184px 0px 0px 5px;
	vertical-align: top;
}

#bodyCol1of2 {
	float: left;
	width: 270px;
	min-height: 440px;
	margin: 0px 0px 0px 0px;
	padding: 85px 40px 0px 50px;
	background-image: url('../images/template/css-bodyCol1of2.gif');
	background-repeat: no-repeat;
}


#bodyCol2of2 {
	float: right;
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 0px;
}


.colBlue #bodyColumn h3 {
	color: #273c83 ;
}
.colSky #bodyColumn h3 {
	color: #00a8eb;
}
.colPink #bodyColumn h3 {
	color: #e3007b;
}
.colRed #bodyColumn h3 {
	color: #b51729;
}
.colOrange #bodyColumn h3 {
	color: #e75841;
}
.colGreen #bodyColumn h3 {
	color: #5eb929 ;
}
.colPurple #bodyColumn h3 {
	color: #6e5ea4 ;
}
.colAqua #bodyColumn h3 {
	color: #078f71;
}
.colYellow #bodyColumn h3 {
	color: #d2a700;
}
.recipes h2 {
	font-size: 24px;
	font-weight: normal;
	color: #e75841;
	text-transform: uppercase;
}

#recipes h4 {
	color: #e75841;
}
#recipes  h5 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin: 0 0 0 20px;
}

#bodyColumn h3 {
	letter-spacing: 0px;
	color: #999;
	font-weight: normal;
	font-size: 15px;
	margin: 0px 0px -10px 0px;
	padding: 10px 0px 10px 0px;
}

#bodyColumn h4 {

	letter-spacing: 0px;
	color: #666;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	margin: 0px 0px -10px 0px;
	padding: 5px 0px 10px 0px;
}

#bodyColumn ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}

#bodyColumn ul li {
	margin: 5px 0px 0px 5px;
	padding: 0px 20px 10px 20px;
	background-image: url('../images/template/ico-bullet.gif');
	background-repeat: no-repeat;
}

.colOrange #bodyColumn ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 12px;
}

.colOrange #bodyColumn ul li {
	margin: 5px 0px 0px 5px;
	padding: 0px 20px 10px 20px;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 12px;
	background-image: url('../images/template/ico-bullet-orange.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.colSky #bodyColumn ul li {
	margin: 0px 0px 0px 5px;
	padding: 8px 20px 8px 20px;
	background-image: url('../images/template/ico-bullet-blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}


.colPink #bodyColumn ul {
	line-height: 130%;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}


.colPink #bodyColumn ul li {
	margin: 0px 0px 0px 5px;
	padding: 0px 20px 8px 20px;
	background-image: url('../images/template/ico-arrow-pink.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}


.colRed #bodyColumn ul li {
	font-size: 13px;
	background-image: url('../images/template/ico-arrow-red.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.colRed #bodyColumn ul {
	font-size: 13px;
	line-height: 140%;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.colRed #bodyColumn ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px 20px 10px 14px;
	background-repeat: no-repeat;
}



.colGreen #bodyColumn ul li {
	font-size: 13px;
	background-image: url('../images/template/ico-arrow-green.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.colGreen #bodyColumn ul {
	font-size: 13px;
	line-height: 140%;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.colGreen #bodyColumn ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px 20px 10px 14px;
	background-repeat: no-repeat;
}


.colSky #sitemap ul li {
	font-size: 15px;
	font-weight: bold;
	color: #273c83;
	margin: 0px 0px 0px 5px;
	padding: 14px 0px 4px 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.colSky #sitemap ul li a {
	color: #273c83;
}
.colSky #sitemap ul ul li {
	font-weight: normal;
	font-size: 15px;
	margin: 0px 0px 0px 5px;
	padding: 4px 20px 4px 20px;
	background-image: url('../images/template/ico-arrow-sky.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.colSky #sitemap ul ul li a {
	color: #00a8eb;
}
.colSky #sitemap ul ul ul li {
	font-weight: normal;
	font-size: 13px;
	margin: 0px 0px 0px 5px;
	padding: 4px 20px 4px 20px;
	background-image: url('../images/template/ico-arrow-grey.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.colSky #sitemap ul ul ul li a {
	color: #666;
}



#contentClear {
	clear: both;
	width: 760px;
	height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/******* PAGES *******/


.pgHomeTilePromo #pgHomeTiles {
	min-height: 122px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/template/css-tile-home-colPromo.gif');
}

.pgHomeTileHealth #pgHomeTiles {
	background-image: url('../images/template/css-tile-home-colPink.gif');
}

.pgHomeTileRecipes #pgHomeTiles {
	background-image: url('../images/template/css-tile-home-colOrange.gif');
}

.pgHomeTileDrinks #pgHomeTiles {
	background-image: url('../images/template/css-tile-home-colRasp.gif');
}

.pgHomeTileTVCS #pgHomeTiles {
	background-image: url('../images/template/css-tile-home-colPurple.gif');
}


#pgHomeTiles {
	width: 282px;
	min-height: 106px;
	padding: 4px 4px 4px 4px;
	background-repeat: no-repeat;
}

#pgHomeTilePhoto {
	float: right;
	width: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pgHomeTileText {
	float: left;
	width: 130px;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 120%; 
	font-size: 12px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
}

#pgHomeTileText a {
	color: #fff;
}

#pgUnderPhoto {
	min-height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 40px 16px 0px 16px;
	background-image: url('../images/template/css-reflect-photo.gif');
	background-repeat: no-repeat;
}





.colBlue #pgTiles {
	background-image: url('../images/template/css-tile-pg-colSky.gif');
}
.colSky #pgTiles {
	background-image: url('../images/template/css-tile-pg-colSky.gif');
}
.colPink #pgTiles {
	background-image: url('../images/template/css-tile-pg-colPink.gif');
}
.colRed #pgTiles {
	background-image: url('../images/template/css-tile-pg-colRed.gif');
}
.colOrange #pgTiles {
	width: 233px;
	background-image: url('../images/template/css-tile-pg-colOrange.gif');
}
.colGreen #pgTiles {
	background-image: url('../images/template/css-tile-pg-colGreen.gif');
}
.colPurple #pgTiles {
	width: 243px;
	background-image: url('../images/template/css-tile-pg-colPurple.gif');
}
.colAqua #pgTiles {
	min-height: 140px;
	background-image: url('../images/template/css-tile-pg-colAqua.gif');
}
.colYellow #pgTiles {
	background-image: url('../images/template/css-tile-pg-colYellow.gif');
}

#pgTiles {
	width: 213px;
	min-height: 78px;
	padding: 4px 4px 4px 4px;
	background-repeat: no-repeat;
}




.colBlue #pgTilesTop {
	background-image: url('../images/template/css-tile-pg-colSky.gif');
}
.colSky #pgTilesTop {
	background-image: url('../images/template/css-tile-pg-colSky.gif');
}
.colPink #pgTilesTop {
	background-image: url('../images/template/css-tile-pg-colPink.gif');
}
.colRed #pgTilesTop {
	background-image: url('../images/template/css-tile-pg-colRed.gif');
}
.colOrange #pgTilesTop {
	width: 233px;
	background-image: url('../images/template/css-tile-pg-colOrange.gif');
}
.colGreen #pgTilesTop {
	background-image: url('../images/template/css-tile-pg-colGreen.gif');
}
.colPurple #pgTilesTop {
	width: 243px;
	background-image: url('../images/template/css-tile-pg-colPurple.gif');
}
.colAqua #pgTilesTop {
	min-height: 140px;
	background-image: url('../images/template/css-tile-pg-colAqua.gif');
}
.colYellow #pgTilesTop {
	background-image: url('../images/template/css-tile-pg-colYellow.gif');
}

#pgTilesTop {
	width: 213px;
	min-height: 78px;
	padding: 4px 4px 4px 4px;
	background-repeat: no-repeat;
}

.colBlue #pgPanel {
	color: #273c83;
	background-image: url('../images/template/css-panel-pg-colSky.gif');
}
.colSky #pgPanel {
	color: #00a8eb;
	background-image: url('../images/template/css-panel-pg-colSky.gif');
}
.colPink #pgPanel {
	min-height: 90px;
	color: #e3007b;
	font-size: 15px;
	line-height: 150%;
	background-image: url('../images/template/css-panel-pg-colPink.gif');
}

.colRed #pgPanel {
	color: #666;
	font-size: 15px;
	line-height: 130%;
	width: 270px;
	color: #b51729;
	background-image: url('../images/template/css-panel-pg-colRed.gif');
}

.colOrange #pgPanel {
	min-height: 80px;
	color: #e75841;
	background-image: url('../images/template/css-panel-pg-colOrange.gif');
}
.colGreen #pgPanel {
	width: 240px;
	min-height: 90px;
	color: #5eb929;
	background-image: url('../images/template/css-panel-pg-colGreen.gif');
}
.colPurple #pgPanel {
	color: #6e5ea4;
	background-image: url('../images/template/css-panel-pg-colPurple.gif');
}
.colAqua #pgPanel {
	color: #078f71;
	background-image: url('../images/template/css-panel-pg-colAqua.gif');
}
.colYellow #pgPanel {
	color: #666;
	font-size: 15px;
	line-height: 150%;
	text-align: center;
	background-image: url('../images/template/css-panel-pg-colYellow.gif');
}

#pgPanel {
	position: relative;
	left: -15px;
	width: 270px;
	min-height: 90px;
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	background-repeat: no-repeat;
	z-index: 1;
	color: #fff;
	font-size: 13px;
	line-height: 170%;
}



.colGreen #pgPanelLink {
	width: 240px;
	min-height: 90px;
	color: #5eb929;
	background-image: url('../images/template/css-panelLink-pg-colGreen.gif');
}
#pgPanelLink {
	position: relative;
	left: -15px;
	width: 270px;
	min-height: 90px;
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	background-repeat: no-repeat;
	z-index: 1;
	color: #fff;
	font-size: 13px;
	line-height: 170%;
}


.colRed #pgPanelClose {
	position: relative;
	top: -6px;
	left: -15px;
	width: 270px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/template/css-panelClose-pg-colRed.gif');
	background-repeat: no-repeat;
	z-index: 1;
	color: #b51729;
}


.colGreen #pgPanelClose {
	position: relative;
	top: -6px;
	left: -15px;
	width: 270px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/template/css-panelClose-pg-colGreen.gif');
	background-repeat: no-repeat;
	z-index: 1;
	color: #b51729;
}


#pgContact {
	line-height: 140%;
	width: 300px;
	min-height: 639px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
	background-image: url('../images/template/css-contact-bg.gif');
	background-repeat: no-repeat;
}


#pgTilePhoto {
	float: right;
	width: 111px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.colPurple #pgTileText {
	padding: 5px 0px 0px 12px;
	width: 114px;
	font-size: 16px;
	background-image: url('../images/template/icons-apple-windows.png');
	background-repeat: no-repeat;
	background-position: 11px 29px;
}

.colPurple #pgTileText h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 22px;
}
.colPurple #pgTileText h3 a {
	color: #ded4ff;
}

.colPurple #pgTileText h3 a:hover {
	color: #fff;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}

.colAqua #pgTileText {
	width: 180px;
}

.colOrange #pgTileText {
	width: 104px;
}

.colGreen #pgTileText {
	width: 84px;
}

.colGreen #pgTileText2 a {
	float: left;
	width: 124px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 140%; 
	font-size: 16px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 12px;
}


#pgTileText {
	float: left;
	width: 84px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 140%; 
	font-size: 16px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 12px;
}

#pgTileText a {
	color: #fff;
}






#pgFaqs h4 {
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 140%; 
	font-size: 15px;
	color: #078f71;
	padding: 10px 0px 10px 0px;
}

#pgFaqs h5 {
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 140%; 
	font-size: 12px;
	color: #666;
	padding: 5px 10px 5px 0px;
}


#promoPinkPht {
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 160%;
	width: 524px;
	min-height: 71px; 
	margin: 0px 0px 0px 15px;
	padding: 20px 10px 0px 10px;
	background-image: url('../images/template/tile-promo-pink.gif');
	background-repeat: no-repeat;
}
#promoPink {
	float: left;
	display: inline;
	text-align: center;
	color: #e3007b;
	font-size: 12px;
	line-height: 120%;
	width: 339px;
	min-height: 120px;
	margin: 0px 0px 0px 15px;
	padding: 10px 90px 5px 130px;
	background-image: url('../images/template/bg-promo-pink-2.gif');
	background-repeat: no-repeat;
}

#promoPink h3 {
	color: #e3007b;
	font-size: 17px;
	line-height: 120%;
}

#promoPink2 {
	float: left;
	display: inline;
	text-align: left;
	color: #e3007b;
	font-size: 17px;
	line-height: 120%;
	width: 539px;
	margin: 0px 0px 0px 15px;
	padding: 10px 10px 5px 10px;
	vertical-align: top;
}






#breadcrumb {
	display : none; 
}

#breadcrumb a {
	color: #999;
	text-decoration: none;
}

.colBlue #breadcrumb a:hover {
	color: #273c83 ;
}
.colSky #breadcrumb a:hover {
	color: #00a8eb;
}
.colPink #breadcrumb a:hover {
	color: #e3007b;
}
.colRed #breadcrumb a:hover {
	color: #b51729;
}
.colOrange #breadcrumb a:hover {
	color: #e75841;
}
.colGreen #breadcrumb a:hover {
	color: #5eb929;
}
.colPurple #breadcrumb a:hover {
	color: #6e5ea4;
}
.colAqua #breadcrumb a:hover {
	color: #078f71;
}
.colYellow #breadcrumb a:hover {
	color: #d2a700;
}

#breadcrumb a:hover {
	text-decoration: underline;
}






#tblNutrition {
	width: 276px;
}

#tblNutrition thead tr {
	height: 45px;
	background-image: url('../images/template/css-tblNutrition-2.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.colGreen #tblNutrition thead tr {
	height: 45px;
	background-image: url('../images/template/css-tblNutrition-3.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#tblNutrition thead tr th {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 120%;
	padding: 3px 2px 2px 5px;
}

#tblNutrition tbody tr td {
	text-align: left;
	font-size: 11px;
	line-height: 120%;
	min-height: 18px;
	padding: 3px 2px 2px 5px;
	border-left: 1px solid #eccbcf;
}

#tblNutrition tfoot tr td {
	text-align: left;
	font-size: 11px;
	line-height: 140%;
	height: 48px;
	padding: 3px 2px 2px 5px;
	border-top: 1px solid #eccbcf;
	border-bottom: 1px solid #eccbcf;
}

#footerAusNZ {
	display : none; 
}

#footer {
	display : none; }

#footerCopyright {
	float: left;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 15px;
}

#footerMenu {
	display : none; 
}


#leftColSearch {
	display : none; 
}

#leftColPrint {
	display : none; 
}

#leftColFriend {
	display : none; 
}

#nav {
	display : none; 
}

