/*
z-index:
	press 				20
	//charter_content 	20
	nav 				15
	search 				15
	footer 				15
	ocean				10 (flash)
	franchise_banner 	4
	charter 			5
	top_banner 			5
*/
body {
	background-image: url(/img/gfx/home_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#top_banner {
	position: absolute;
	top: 12px;
	left: 35px;
	z-index: 5;
	margin: 0px;
	padding: 0px;
}

/* ---	navigation elements */
#nav {
	position: absolute;
	top: 148px;
	left: 39px;
	z-index: 15;
	width: 455px;
	height: 170px;
	/*
	background: url(/img/nav/home_nav.png) no-repeat;
	background-position: 79px 27px;
	*/
}
	#nav #about {
		position: absolute;
		top: 132px;
		left: 155px;
		width: 122px;
	}
	#nav #food {
		position: absolute;
		top: 0px;
		left: 151px;
		width: 122px;
	}
	#nav #franchises {
		position: absolute;
		top: 140px;
		left: 334px;
		width: 122px;
	}
	/*
	#nav #press {
		position: absolute;
		top: 277px;
		left: 172px;
		width: 122px;
	}
	*/
	#nav #contact {
		position: absolute;
		top: 121px;
		left: 0px;
		width: 122px;
	}
#press {
	position: absolute;
	top: 425px;
	left: 211px;
	z-index: 20;
	width: 67px;
}

/* ---	sandwich charter */
#charter_container {
	position: absolute;
	top: 112px;
	left: 496px;
	z-index: 5;
	width: 440px;
	height: 380px;
}
	#charter_content {
		position: absolute;
		top: 29px;
		left: 19px;
		width: 385px;
		height: 273px;
		padding: 10px;
		background: url(/img/gfx/fff_alpha40.png) repeat;
		overflow: hidden;
	}
		#charter_content p {
			font-size: 12px;
			line-height: 115%;
		}

#franchise_banner {
	position: absolute;
	top: 470px;
	left: 24px;
	z-index: 4;
	width: 901px;
	height: 150px;
	background: #78001b;
}

/* ---	search elements */
#search {
	position: absolute;
	top: 820px;
	left: 60px;
	z-index: 15;
	width: 320px;
	height: 27px;
	overflow: hidden;
}
	#search #search_left {
		float: left;
		height: 27px;
		padding: 5px 10px 0px 10px;
		margin: 0px;
		background: url(/img/gfx/search_left_bkgd.gif) no-repeat top left;
		font-size: 13px;
		color: #fff;
	}
	#search #search_right {
		float: left;
		height: 27px;
		padding: 6px 10px 0px 3px;
		margin: 0px 10px 0px 0px;
		background: url(/img/gfx/search_right_bkgd.gif) no-repeat top right;
	}
	#search #search_right input {
		position: relative;
		width: 120px;
		background: none;
		font-size: 12px;
		border: none;
	}
	#search #search_btn {
		float: left;
		height: 27px;
		width: 39px;
		padding: 5px 0px 0px 0px;
		background: url(/img/gfx/go_btn_bkgd.gif) no-repeat top left;
	}
	#search #search_btn input {
		position: relative;
		width: 39px;
		text-align: center;
		font-size: 13px;
		color: #fff;
		background: none;
		border: none;
	}

#ocean {
	position: absolute;
	top: 512px;
	left: 25px;
	z-index: 10;
	width: 901px;
	height: 349px;
}

#footer {
	position: absolute;
	top: 865px;
	right: 60px;
	z-index: 15;
	width: 550px;
	padding: 0px 0px 20px 0px;
	text-align: right;
	color: #a89359;
}
#footer a {
	color: #a89359;
}


