@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

p {
	margin: 5px 0 5px 0;
}

p.page {
	color:#999999;
}

a {
	color:#FFFFFF;
}

#container {
	width: 779px;
	height: 943px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #ffffff;
	height:auto;
	background-image:url('/images/container_gradient.jpg');
	background-repeat:repeat-x;
	padding: 0 11px 0 11px;
}

#header {
	position: relative;
	width: 779px;
	height: 46px;
	border-bottom: 1px solid #9f9f9f;
	background-color: #878787;
	background-image: url('/images/header_gradient.jpg');
	background-repeat: repeat-x;
	text-align:right;
}

#logo {
	position: absolute;
	top: 11px;
	left: 28px;
	height: 73px;
	width: 61px;
	z-index: 1;
}

#mainContent {
	position: relative;
	width: 779px;
	height: 900px;
	background-image: url('/images/main_bg_long.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid #9f9f9f;
	text-align:left;
}

#welcomePod {
	height: 295px;
	width: 195px;
	background-image: url('/images/welcome_pod_bg.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 1px;
	top: 275px;
}

#welcomePodInner {
	height: 295px;
	width: 195px;
	position: absolute;
	left: 1px;
	top: 275px;
}

#welcomeHeader {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 170px;
	color: #ff6a00;
	font-weight: bold;
	font-size: 14px;
}

#welcomeCopy {
	position: absolute;
	left: 16px;
	top: 330px;
	width: 170px;
	z-index: 10;
}

#searchPod {
	position:absolute;
	height: 137px;
	width: 195px;
	background-image: url('/images/search_pod_bg.png');
	background-repeat: no-repeat;
	left: 1px;
	top: 571px;
}

#searchPodInner {
	position:absolute;
	height: 137px;
	width: 195px;
	left: 1px;
	top: 571px;
}

#pagePod {
	position:absolute;
	height: 92px;
	width: 195px;
	background-image: url('/images/page_pod_bg.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 1px;
	top: 710px;
}

#pagePodInner {
	position:absolute;
	height: 92px;
	width: 195px;
	position: absolute;
	left: 1px;
	top: 710px;
}

.podHeader {
	position:relative;
	left: 15px;
	top: 15px;
	width: 170px;
	color: #ff6a00;
	font-weight: bold;
	font-size: 14px;
}

.podCopy {
	position:relative;
	left: 15px;
	top: 40px;
	width: 170px;
	z-index: 10;
}

/*#welcomeCopy {
	position: absolute;
	left: 15px;
	top: 55px;
	width: 170px;
	z-index: 100;
}*/

.recipeHolder {
	position:relative;
	float:left;
	height: 295px;
	width: 144px;
}

.recipePod {
	position:absolute;
	height: 295px;
	width: 144px;
	background-image: url('/images/recipe_pod_bg.png');
	background-repeat: no-repeat;
}

.recipePodInner {
	position:absolute;
	height: 295px;
	width: 144px;
}

.recipeHeader {
	position: absolute;
	left: 10px;
	top: 15px;
	color: #ffcc36;
	font-weight: bold;
	font-size: 14px;
}

#recipeContainer {
	position:absolute;
	top:275px;
	left:196px;
}
#noRecipeContainer {
	position:absolute;
	height: 137px;
	width: 195px;
	background-image: url('/images/search_pod_bg.png');
	background-repeat: no-repeat;
	top:275px;
	left:196px;
}

#noRecipeContainerInner {
	position:absolute;
	height: 137px;
	width: 195px;
	top:275px;
	left:196px;
}

.recipeCopy {
	position: absolute;
	left: 10px;
	top: 55px;
	width: 126px;
}

.download_recipe {
	position: absolute;
	left: 12px;
	top: 160px;
	z-index: 10;
}

.roundCorders {
	position: absolute;
	left: 12px;
	top: 182px;
	z-index: 100;
}

#footer {
	position: relative;
	height: 36px;
	width: 779px;
	background-image: url('/images/footer_gradient.jpg');
	background-repeat: repeat-x;
}

#footerLinks {
	position: absolute;
	left: 585px;
	top: 12px;
}

a.footer {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#exclusiveToAldi {
	position: absolute;
	top: 0;
	left: 16px;
	width: 191px;
	height: 30px;
}

input.text {
	width:110px;
	height:15px;
	font-size:11px;
	border:1px solid #cecece;
}

/* .png IE stuff */
img.png {
	behavior: url(/pngbehavior.htc);
}