﻿/* subbrands: fourthmeal, frutista freeze, volcano, why pay more */

/* backgrounds */
body#fourthMeal {
	background-color: #020204;
}

body#fourthMeal #header {
	background: transparent url(/images/backgrounds/bg_header_fourth.jpg) no-repeat center top;
}

body#fourthMeal #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_fourth.jpg) no-repeat center top;
}

body#fourthMeal #content {
	height: 490px;
}

body#frutistaFreeze {
	background-color: #136e9a;
}

body#frutistaFreeze #header {
	background: transparent url(/images/backgrounds/bg_header_frut.jpg) no-repeat center top;
}

body#frutistaFreeze #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_frut.jpg) no-repeat center top;
}

body#frutistaFreeze #content {
	height: 458px;
}

body#volcano {
	background-color: #5B0C11;
}

body#volcano #header {
	background: transparent url(/images/backgrounds/bg_header_volc.jpg) no-repeat center top;
}

body#volcano #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_volc.jpg) no-repeat center top;
}

body#volcano #content {
	height: 459px;
}

body#whyPayMore {
	background-color: #241d4c;
}

body#whyPayMore #header {
	background: transparent url(/images/backgrounds/bg_header_why.jpg) no-repeat center top;
}

body#whyPayMore #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_why.jpg) no-repeat center top;
}

body#whyPayMore #content {
	height: 455px;
}

/* --- subnavs --- */

#subnav {
	margin: 0 auto;
	overflow: hidden;
	width: 818px;
}

#subnavL, #subnavM, #subnavR {
	float: left;
	margin-top: 1px;
}

#subnavL, #subnavR {
	background: transparent no-repeat top left;
	height: 65px;
	width: 65px;
}

#subnavM {
	background: transparent repeat-x left;
	height: 65px;
/*	width: 614px;*/
}

#subnavM img {
	display: block;
	float: left;
/*	margin: 0 0 0 45px;*/
	margin: 0;
}

body#fourthMeal #subnavL {
	background-image: url(/images/backgrounds/bg_subnav_fourth_l.png);
}

body#fourthMeal #subnavM {
	background-image: url(/images/backgrounds/bg_subnav_fourth_m.png);
}

body#fourthMeal #subnavR {
	background-image: url(/images/backgrounds/bg_subnav_fourth_r.png);
}

body#frutistaFreeze #subnavL {
	background-image: url(/images/backgrounds/bg_subnav_frut_l.png);
}

body#frutistaFreeze #subnavM {
	background-image: url(/images/backgrounds/bg_subnav_frut_m.png);
}

body#frutistaFreeze #subnavR {
	background-image: url(/images/backgrounds/bg_subnav_frut_r.png);
}

body#volcano #subnavL {
	background-image: url(/images/backgrounds/bg_subnav_volc_l.png);
}

body#volcano #subnavM {
	background-image: url(/images/backgrounds/bg_subnav_volc_m.png);
}

body#volcano #subnavR {
	background-image: url(/images/backgrounds/bg_subnav_volc_r.png);
}

body#whyPayMore #subnavL {
	background-image: url(/images/backgrounds/bg_subnav_why_l.png);
}

body#whyPayMore #subnavM {
	background-image: url(/images/backgrounds/bg_subnav_why_m.png);
}

body#whyPayMore #subnavR {
	background-image: url(/images/backgrounds/bg_subnav_why_r.png);
}

#subbrandSWF {
	width: 920px;
	height: 473px;
}

#subbrandSWF div {
	display: none;
	color: #fff;
	font-size: 18px;
}

#subbrandSWF div a {
	color: #fff;
}
