/*
title: 	panerabread.com homepage styling
author:	Nick Brawley, panera bread web initiatives manager
		nick (dot) brawley (at) panerabread (dot) com
updated:	30 august 2006
*/

body { 
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}
	
/*	page structure
---------------------------------------------------------------- */
	
#wrap {
	background: url(/img/bg-div-wrap-home.gif) repeat-x 0 0;
	width: 746px;
	border-top: 12px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	border-left: 12px solid #FFFFFF;
}
#content { 
	height: 428px;
	background: url(/img/bg-div-content-home.gif) no-repeat 100% 0;	
	}
#logo { 
	position: absolute;
	left: 219px;
	top: 67px;
	}
#console { 
	height: 185px;
	width: 700px;
	position: absolute; 
	left: -2px;
	top: 192px;
	}
	
/*	links
---------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline; 
	}

/*	main navigation
---------------------------------------------------------------- */

#nav1 { 
	float: left;
	display: inline;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 1px 1px 0 1px;
	border: 1px solid #CCCBAF;
	background: url(/img/bg-nav1-home.gif) repeat-y 0 0;
	width: 139px; /* false value for ie */
	height: 185px; /* false value for ie */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 135px; /* true value */
	height: 182px; /* true value */
	}
html > #nav1 {
	width: 135px; /* for opera */
	height: 182px; /* for opera */
	}
#nav1 li { 
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 26px;
	}
#nav1 a { 
	float: left;
	padding: 26px 0 0 0;
	overflow: hidden;
	width: 135px;
	height: 0px !important;
	height /**/:26px; /* for ie5/win */
	}
	
#nav1 li a:hover { background-position: 0 -26px; }
#nav1 li.current { background-position: 0 -52px; }
#nav1 li a.current { background-position: 0 -52px; }
#nav1 li a.current:hover { background-position: 0 -52px; }

#nav1-opt0, #nav1-opt0 a { background: url(/img/nav1-home.gif) top left no-repeat; }
#nav1-opt1, #nav1-opt1 a { background: url(/img/nav1-menu.gif) top left no-repeat; }
#nav1-opt2, #nav1-opt2 a { background: url(/img/nav1-cafes.gif) top left no-repeat; }
#nav1-opt3, #nav1-opt3 a { background: url(/img/nav1-via.gif) top left no-repeat; }
#nav1-opt4, #nav1-opt4 a { background: url(/img/nav1-pcard.gif) top left no-repeat; }
#nav1-opt5, #nav1-opt5 a { background: url(/img/nav1-recipes.gif) top left no-repeat; }
#nav1-opt6, #nav1-opt6 a { background: url(/img/nav1-about.gif) top left no-repeat; }

/*	flash animation
---------------------------------------------------------------- */

#movie {
	border: 1px solid #CCCBAF;
	background: #FBF7E9;
	padding: 1px;
	float: left;
	display: inline;
	height: 181px;
	width: 270px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	}
#movie object { 
	margin: 0;
	padding: 0;
	height: 181px;
	}
	
/*	the "console"
---------------------------------------------------------------- */

#console table { 
	float: left;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
#console a img { 
	border: none;
	margin: 0;
	}
#wheat { 
	padding-right: 2px;
	}
#wifi { 
	padding-bottom: 2px;
	}
#soups { 
	margin: 0;
	}
#fresh { 
	padding-left: 2px;
	}
	
/*	footer
---------------------------------------------------------------- */
#footer { 
	width: 100%;
	background: #FFF;
	padding: 0.8em 0 1.4em 0;
	clear: both;
	}
#footer div.left { 
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	vertical-align: top;
	}
#footer div.left form { 
	margin: 0;
	padding: 0;
	} 
#footer div.left form table { 
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
#footer div.left form table td { 
	vertical-align: middle;
	margin: 0;
	padding: 0;
	}	
#footer div.left input.text { 
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	margin: 0 3px;
	padding: 1px;
	border: 1px solid #BBB;
	}
#footer div.left select.text { 
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	margin: 0 3px;
	padding: 1px;
	border: 1px solid #BBB;
	}
#footer div.right { 
	float: right;
	display: inline;
	width: 460px;
	margin: 0 18px 0 0;
	}	
#footer p { 
	margin: 0;
	padding: 0; 
	font-size: 11px; 
	line-height: 1.3em;
	}
#fnav { 
	color: #D2CFC2;
	}
#footer a { 
	margin: 0 3px;
	}
#footer a.left { 
	margin-left: 0;
	}
#footer a:link, #footer a:visited {
	color: #92A369;
	}
#footer a:hover, #footer a:active { 
	color: #666633;
	text-decoration: none;
	}
#fcopy { 
	color: #A9A79B; 
	}

