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

body {
	background-color:#903;
	text-align: center;
}

a {
	color:#FFF;
	text-decoration: none;
}

a hover {
	outline:none;
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	height: 750px;
}

#header {
	float:left;
	width: 900px;
	clear:both;
	text-decoration: none;
}

#address {
	float:right;
	width: 210px;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-top:50px;
	font-weight: bold;
	letter-spacing: 1px;
}
#address img {
	padding: 5px 0px 0px 5px;
	text-decoration:none;
	color: #903;
}

#address a{
	text-decoration:none;
}

#navigation {
	float:left;
	width: 230px;
	z-index:auto;
	margin: 0;
	padding: 3px 0 0 0;
	height: 455px;
}

#cooking {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:400;
	text-align:center;
	width: 225px;
	color:#FFF;
	float: left;
	padding: 8px 0 10px 0;
}

#logo {
	float:left;
	width: 690px;
	outline:none;
	border: none;
	color: #903;
}
#merchandise {
	width:665px;
	float: right;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 400px;
	overflow: auto;
}

#slider {
	width:665px;
	float: right;
	padding: 2px 0 0 0;
	margin: 0;
	text-align: left;
	height: 400px;
}

#logo a {
	color:#903;
	text-decoration: none;
}

#midsection {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	height: 480px;
}
#tagline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	font-weight: bold;
	letter-spacing: 1px;
	width: 660px;
	margin: 0;
	padding: 3px 0 6px 0px;
	font-size: 12px;
	text-align: center;
}

#descriptor {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	font-weight: bold;
	letter-spacing: 1px;
	width: 665px;
	margin: 0;
	padding: 3px 0 6px 0px;
	font-size: 24px;
	text-align: center;
}

#footer {
	clear: both;
	width: 900px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
#footerleft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	line-height: 18px;
	width: 275px;
	font-size: 13px;
}
#footerright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	text-align: right;
	line-height: 18px;
	width: 275px;
	font-size: 13px;
}
