/***************************************************************
Style Sheet for EBTChef.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	padding-bottom:40px;
	padding-top:0;
}

#container {
	position:relative;
	top:0;
	padding-top:230px;
}

#content {
	position:relative;
}

#header {
	position:absolute;
	width:748px;
	height:228px;
	top:0;
	left:8px;
	padding:0;
	z-index:0;
	background:url('images-layout/site-edge.gif') top left repeat-x;
}

#headerWrapper {
	position:relative;
	top:19px;
	left:0;
	height:197px;
	width:748px;
	background:url('images-layout/header-bg.gif') top left no-repeat #a30001;
}

#header .headerLogo {
	position:absolute;
	top:-19px;
	left:120px;
	width:175px;
	height:134px;
	z-index:100;
}
#header .tagline1 {
	position:absolute;
	top:124px;
	left:65px;
	
	font-size:107%;
	font-style:italic;
	color:#a30001;
}
#headerLinks {
	position:absolute;
	top:12px;
	right:220px;
	padding:0px 8px 0px 8px;
	
	width:200px;
	height:21px;
}
#headerLinks ul {
	float:right;
	margin:0;
	padding:3px 0 0 0;

	height:14px;
	
	text-align:center;
}
#headerLinks ul li {
	display:inline;
	padding:0px 8px 0px 8px;
	font-size:90%;
}
#headerLinks ul .last{
	background:none;
}
#headerLinks ul li a:link, #headerLinks ul li a:visited {
	padding:0;
	text-decoration:none;
	color:#fff;
}
#headerLinks ul li a:hover, #headerLinks ul li a:active {
	text-decoration:underline;
}

#login {
	position:absolute;
	top:46px;
	right:6px;
	width:280px;
	
	padding-right:73px;
	padding-top:27px;
	text-align:center;
	
	color:#fff;
}

#login fieldset {
	padding:0;
	border:0;
	text-align:right;
}
#login legend {
	margin-bottom:3px;
	padding-left:150px;
	font-weight:bold;
	color:#fff;
}
#login label { /* This is here to fight with the app's stylesheets and win */
	width:auto;
	float:none;
	font-size:100%;
}

#login .textField, #query {
	height:13px;
	width:143px;
	margin-bottom:1px;
	border:1px solid #931650;
	background-color:#fff;
	font-size:89%;
}

#header .buttonStyleLogin, #header .buttonStyleLogin_ie6hover  {
	position:absolute;
	top:29px;
	right:4px;
	width:66px;
	height:66px;
	padding-top:40px;
	cursor:pointer;
	border:0;
	font-size:89%;
	color:#fff;
	background:url('images-layout/login-button.gif') no-repeat;
}

#header .buttonStyleLogin:link, #header .buttonStyleLogin:visited, #header .buttonStyleLogin:active {
	text-decoration:none;
}

#header .buttonStyleLogin:hover, #header .buttonStyleLogin_ie6hover {
	text-decoration:underline;
	background:url('images-layout/login-button-hover.gif') no-repeat;
}

#header input.buttonStyleLogin, #header input.buttonStyleLogin_ie6hover {
	padding-top:28px;
}

#searchBar {
	position:absolute;
	top:8px;
	right:6px;
	width:220px;
	padding:2px 0;
	font-size:89%;
}

#searchBar fieldset{
	margin:0;
	padding:0;
	border:0;
}

#query {
	float:left;
	margin-top:3px;
	margin-right:3px;
}

#searchSubmit {
	height:22px;
}
#searchType {}

#foodBanner {
	position:absolute;
	top:148px;
	left:0;
}