/* CSS Document */
html, body { 
height: 100%; }

body {
	margin: 0; 
	padding: 0;
	background-image: url('../images/bg_tile.png');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}
p {
	font-size: 11px;
	line-height: 16px;
	margin: 6px 20px;
	color: #281900;}

a { color: #9C8975; text-decoration: underline;}
a:hover { color: #9C8975; text-decoration: none;}

#header {
	height: 99px;
	background-image: url('../images/topnav_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	position: relative;
	z-index: 100;}

#logo {
	width: 208px;
	height: 99px;
	background-image: url('../images/logo.png');
	position: absolute;
	top: 0;
	left: 0;}
	#logo span {display: none;}
	
	
#topnav {
	width: 550px;
	position: absolute;
	top: 0;
	left: 215px;
	text-align: right;}
#topnav ul {
	list-style-type: none;
	display: inline;
	background-image: url('../images/topnav_divider.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;}
#topnav ul li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url('../images/topnav_divider.png');
	background-repeat: no-repeat;
	background-position: top right;}
#topnav ul li a {
	color: #332100;
	display: block;
	width: 98px;
	height: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	line-height: 156px;
	z-index: 110;
	overflow: hidden;}
#topnav ul li a:hover {
	background-image: url('../images/topnav_btn_over.png');
	background-repeat: repeat-x;
	background-position: top left;
	height: 105px;
	z-index: 110;
	overflow: hidden;}
#topnav ul li a.current, #topnav ul li a.current:hover {
	background-image: url('../images/topnav_btn_current.png');
	height: 105px;
	z-index: 110;
	overflow: hidden;}


#cookie_bg {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-image: url('../images/bg_cookies_transbrown.png'); 
	background-position: right top; 
	background-repeat: no-repeat;
	position: relative;
	z-index: 50;}

#main_content {
background-image: url('../images/content_bg_wshadow.png');
background-repeat: repeat-y;
width: 797px;
padding: 1px;
z-index: 60;}

#news {
	width: 190px;
	background-image: url('../images/news_bg.png');
	background-position: top;
	background-repeat: repeat-x;
	height: auto !important;
	height: 240px;
	min-height: 240px;
	margin: 20px 20px;
	color: #9C8975;}
#news h2 {
	width: 183px;
	height: 20px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FBE6EF;
	border: 1px solid #F9D9E7;
	border-bottom: 1px solid #ffffff;
	margin: 0;
	line-height: 20px;
	padding: 0 0 0 5px;}
#news p {
	color: #9C8975;
	margin: 2px 4px;
	font-size: 10px;
	line-height: 15px;}

#slideshow {
border: 3px solid #281900;
width: 480px;
height: 240px;
margin: 20px;
padding: 0;
position: absolute; 
top: 0px;
left: 210px;}

/** homepage **/

#home_content p {
width: 480px;
margin: 0;
margin-left: 230px;}

/** menu **/

#menu_content { width: 725px; padding: 20px;}
#menu_content h1 {
	width: 650px;
	height: 65px;
	background-image: url('../images/menu_h1.png');
	margin: 10px auto;
	text-indent: -9000px;}
#menu_content h2 {
	text-align: center;
	color: #281900;
	width: 450px;
	margin: 10px auto;}
#menu_content ul {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;}

/** about **/

#about_content { width: 725px; padding: 20px;}
#about_content h1 {
	width: 650px;
	height: 65px;
	background-image: url('../images/about_h1.png');
	margin: 10px auto;
	text-indent: -9000px;}


/** order page **/

#order_content { width: 725px; padding: 20px;}
#order_content h1 {
	width: 650px;
	height: 65px;
	background-image: url('../images/order_h1.png');
	margin: 10px auto;
	text-indent: -9000px;}

#order_content form {margin: 0 auto; width: 650px;}
#order_content fieldset, #order_content div.field_set {border: 1px dotted #281900; padding: 0 8px 8px 8px; margin: 8px 1px;}
#order_content legend, #order_content span.legend, #order_content span.legend a, #order_content span.legend a:hover {text-decoration: none; font-size: 16px; font-weight: bold; color: #281900; line-height: 22px; margin-bottom: 6px;}
#order_content form label {line-height: 20px;}
#order_content form input.toppart, #order_content form select.toppart { width: 150px; background-color: #EAE8E6; border: 1px solid #281900; margin: 0 0 4px 2px;}
#order_content form textarea { width: 250px; background-color: #EAE8E6; border: 1px solid #281900;}
#order_content select {width: 100px; background-color: #EAE8E6; border: 1px solid #281900; }
#order_content p span {font-weight: bold;}

#order_content #personal {border: 1px dotted #281900; padding: 8px; margin: 8px 1px;}
#order_content #cookies, #order_content #brownies, #order_content #pies, #order_content #rice_crispy, #order_content #cupcakes, #order_content #trays, #order_content #pesach {display: none;}


#thanks_content h1 {
	width: 650px;
	height: 65px;
	background-image: url('../images/thanks_h1.png');
	margin: 10px auto;
	text-indent: -9000px;}


#content_cap {
background-image: url('../images/content_bottomcap_wshadow.png');
width: 797px;
height: 61px;
background-repeat: no-repeat;
background-position: top left;}

#footer {
	color: #766654;
	font-size: 10px;
	line-height: 18px;
	width: 605px;
	text-align: center;
	margin-left: 80px;
	margin-top: -30px;}
#footer p {
	color: #766654;
	font-size: 10px;
	line-height: 18px;}
#footer a {
	color: #766654;
	text-decoration: none;}
#footer a:hover{
	color: #766654;
	text-decoration: underline;}