/* ------ COLOR/IMAGE CHANGES  ------ */

body {background: #fff0c7;}

a {
	color:#CC3300;
	}

#mainwrap {
	background: url(../images/o-bgwrap.png) top center repeat-y;
	}
	
#header #header-banner {
	background: url(../images/o-header.gif) top right repeat-x;
	}

#header #flavor-pattern {
	background: url(../images/o-pattern.png) top right repeat-x;
	}
	
#nav ul {
	background-position: 0px -1px;
	}

#mainfooter li {
	background: url(../images/o-bullet.gif) 0px 5px no-repeat;
	}

#nav li a {
	color:#f58026;
	}

#contentwrap {
	background: url(../images/o-bg.jpg) top left no-repeat;
	}

#content {
	background: url(../images/o-bg-bottom.jpg) bottom left no-repeat;
	}
	

#mainfooter {
	background: url(../images/o-footer.png) top center repeat-y;
	}

#mainfooter li a {
	color:#f58026;
	}
	
/* ------ END COLOR/IMAGE CHANGES  ------ */

/* ------STRUCTURE CHANGES ------ */


#p-body {
	
	}
	


#o-leftcolumn {
	background: url(../images/o-contentbg.gif) bottom left no-repeat #ffd17a;
	width: 330px; /* 430 px minus padding */
	padding: 100px 50px 20px 50px;
	min-height: 387px;
	margin: 0px auto;
	position: relative;
	left: -103px;
	}
#o-leftcolumn p {
	width:300px;
}	

#o-illustration {
	width:421px;
	height:388px;
	background: url(../images/o-illustration.png) top left no-repeat;
	position:absolute;
	top: 85px;
	left:563px;

	}

#o-illustration .flavors {
	display: block;
	text-indent: -9999px;
	width: 210px;
	height: 100px;
	
	position:absolute;
	top: 271px;
	left: 187px;}

p.narrow {
	width: 240px;}

table.narrow {
	width: 300px;
	position: relative;
	left:-20px;
	z-index: 100;
	}

table.narrow td {
	text-align: center;
	}

dl {
	position: relative;
	margin-left: 20px;
	letter-spacing: 1px;
	}

dt {
	position: absolute;
	top: 0px;
	left:0px;
	color: #f58026;
	font-weight: bold;
	font-size: 14px;
	}
	
dd {
	padding-left: 80px;
	}


/* ------ KID ------ */

#kidwrap {
	height: 235px;
	width: 139px;
	background: url(../images/o-kid.png) top left no-repeat;
	position:absolute;
	bottom: -10px;
	left: 80px;
	z-index: 100;
	}
	
/* For IE6 */

* HTML dt {left:-30px;}

