/* ---------------------------------------- */
/* Innova Homepage				*/
/* Style Sheet					*/
/* For Purple Monkey Studios			*/
/* Created on 5/15/06 by Brian Jacobs		*/
/* Last modified on 5/15/06 by Brian Jacobs	*/
/* ---------------------------------------- */



#main {
	position: relative;
	width: 760px;
	height: 535px;
	background-color: white;
}


#contentBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#creation2finish {
	position: absolute;
	left: 378px;
	top: 188px;
	z-index: 2;
}

#foodimageUpRght {
	position: absolute;
	left: 420px;
	top: 18px;
	/* top: 38px; */
	z-index: 3;
}


#globalnav {
	position: absolute;
	left: 216px;
	top: 218px;
	width: 521px;
	height: 20px;
	z-index: 4;
}

#byline {
	position: absolute;
	left: 205px;
	top: 397px;
	width: 160px;
	height: 73px;
	color: #AC621A;
	font-family: Times, serif;
	font-style: italic;
	font-size: 1.25em;
	z-index: 5;
	text-align: right;
}

#byline p {
	margin: 0px;
}

#byline a {
	color: #AC621A;
	text-decoration: underline;
}

#byline a:hover {
	color: #E2982F;
}

#footer {
	position: absolute;
	top: 510px;
	left: 185px;
	width: 513px;
	text-align: right;
}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #A15006;
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
}

#footer p a {
	color: #A15006;
	text-decoration: none;
}

#footer p a:hover {
	color: #E2982F;
}


/*-------------------------*/
/* CONTENT STYLES     	   */
/*-------------------------*/


#content {
	position: absolute;
	top: 250px;
	left: 382px;
	width: 341px;
	z-index: 6;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 140px;
	margin-top: 0px;
	margin-right: 25px;
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	overflow: hidden;
	color: #1E5A6F;
}

#left p {
	margin-top: 0px;
}


#right {
	position: absolute;
	top: 0px;
	left: 225px;
	width: 115px;
	height: 140px;
	font-family: Arial, sans-serif;
	color: #1E5A6F;
	overflow: auto;
	/* overflow: hidden; */
}

#whats_new_label {

}

#food_images {
	position: absolute;
	top: 157px;
	left: 0px;
	width: 341px;
}

#foodimageLeft {
	margin-right: 20px;
}

#foodimageMiddle {
	margin-right: 20px;
}

#foodimageRight {

}

#right ul {
	padding: 0px;
 	margin-top: 5px;
 	margin-left: 5px;
}

#right ul li{
	list-style: none;
	margin-bottom: 5px;
	padding-left: 8px;
	background: url(/innova/images/bullet.gif) no-repeat;
	background-position: 0px 4px;
}

#right ul li a{
	font-size: 1.15em;
	text-decoration: none;
 	padding-left: 0px;
 	color: #1E5A6F;
}



