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

body {
	margin: 0;
	background-color: #ed9017;
	background-image: url(Image/ScreenBackground.gif);
	background-repeat: repeat-x;
	text-align: center;
}

div {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ee2e24;
}

a {
	color: #ee2e24;
}

span {
	font-size: 12px;
	color: #ee2e24;
}

span.strong {
	font-weight: bold;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

/* png fix for ie */
IMG, DIV	{
	behavior: url(../Plugin/IEPNGFix/iepngfix.htc);
}

#preload {
	display: none;
}

#bottomMenu {
	position: relative;
	top: 39px;
	left: 240px;
	z-index: 99;
}

#outerContainer {
	text-align: left;
	width: 852px;
	background-image: url(Image/outerContainerBackground.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto 40px auto;
	position: relative;
}

#innerContainer {
	background-image: url(Image/innerContainerBackground.gif);
	background-repeat: no-repeat;
	position: relative;
}

#footer {
	width: 100%;
	height: 75px;
	background-image: url(Image/footerBackground.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -75px;
}

#topMenu {
	position: absolute;
	width: 75px;
	left: 685px;
	top: 80px;
	color: #ed9017;
	font-size: 8px;
}

#topMenu a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ed9017;
}

#topMenu a:hover {
	color: #ee2e24;
}

#leftMenu {
	position: absolute;
	left: 34px;
	top: 241px;
	width: 129px;
}

#leftMenu h3 {
	margin: 0;
	padding: 0;
}

#content {
	padding: 180px 150px 0 200px;
}

#hubertOnCompleteMeals {
	background-image: url(Image/BubbleBackground.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 515px;
	position: absolute;
	top: 262px;
	left: 186px;
}

#hubertOnCompleteMealsTop {
	background-image: url(Image/BubbleTop.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#hubertOnCompleteMealsBottom {
	background-image: url(Image/BubbleBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#hubertOnCompleteMealsCartoon {
	background-image: url(Image/HubertCompleteMeals.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px 20px 20px 130px;
}

.leftSubMenu {
	margin-left: 20px;
}

.leftSubMenu a {
	font-size: 12px;
	color: #ee2e24;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

