﻿/* Esther's Country Kitchen */
/* Author: Joshua D. Pangborn, joshua.pangborn@gmail.com */

/* General */

body
{
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a
{
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(0,0,0);	
}

a:hover
{
	color: rgb(255,255,255);
}

a:visited
{
	color: rgb(0,0,0);
}

img
{
	border: 0;
}

#page
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
}

/* Logo */

#eck_logo
{
	margin: 15px 0px 10px 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

/* Menu */

#menu_bar
{
	position: absolute;
	top: 68px;
	*top: 78px;
	left: 0px;
	width: 800px;
	height: 61px;
	padding-bottom: 1px;
	z-index: 1;
}

#sub_menu_bar
{
	background-color: rgb(253,200,125);
	position: absolute;
	top: 119px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 0 0 0 0;
	z-index: 0
}

#menu
{
	height: 100px;
	padding: 0 0 0 0;
}

#menu li
{
	/* Float the Main List Items */
	margin: 0 0 0 0;
	display: block;
	height: 100px;
	float: right;
}

#menu li.menu_off ul
{
	/* Hid the Submenus */
	display: none;
}

#menu li a
{
	display: block;
	padding: 0 0 0 0;
}

#menu li ul li a
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
}

#menu li ul li a:hover
{
	color: rgb(255,255,255);
}

#menu li.menu_off ul
{
	/* Put the Submenus Below and Hide them all */
	display: none;
	position: absolute;
	top: 54px;
	*top: 44px;
	height: 60px;
	right: 0px;
	padding-top: 0px;
}

#menu li.menu_off ul li
{
	float: right;
	width: auto;
	font-size: 10px;
}

#menu li.menu_off:hover ul, #menu li.over ul
{
	display: block;
	z-index: 6000;
}

/* Main Body */

#home_background
{
	background-color: rgb(255,243,226);
	width: 100%;
	margin: 0;
	position: absolute;
	top: 139px;
	left: 0px;
	height: 366px;
	z-index: 0;
}

#home_photos
{
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 500;	
}

#home_text
{
	position: absolute;
	top: 222px;
	right: 0px;
	z-index: 1;
}

#page_background
{
	background-color: rgb(255,243,226);
	width: 100%;
	margin: 0;
	position: absolute;
	top: 139px;
	left: 0px;
	height: 435px;
	z-index: 0;
}

#content_header
{
	background-image: url('images/header_ext.jpg');
	background-repeat: repeat-x;
	height: 69px;
	width: 100%;
	position: absolute;
	top: 2px;
	left: 0px;
}

#sidebar
{
	padding: 50px 50px 50px 30px;
	position: absolute;
	top: 71px;
	left: 0px;
	width: 194px;
	height: 244px;
	font-size: 10px;
	line-height: 20px;
}

.sidebar_links:hover
{
	color: rgb(219,134,50);
}

#content
{
	padding: 50px 50px 50px 50px;
	position: absolute;
	top: 71px;
	right: 0px;
	height: 244px;
	width: 426px;
	overflow: hidden;
}

#content a
{
	text-decoration: underline;
	text-transform: none;
	color: rgb(219,134,50); 
	font-weight: normal;
	line-height: 20px;
}

#content a:hover
{
	color: black;
}

#marqueecontainer
{
	width: 408px;
	height: 244px;
	overflow: hidden;
	position: relative;
}

#vmarquee
{
	position: absolute;
	width: 100%;
	text-transform: uppercase;
}

#vmarquee p
{
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
}

#vmarquee ul
{
	font-weight: normal;
	text-transform: none;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 15px;
	font-size: 10px;
}

#vmarquee ul li
{
	line-height: 15px;
}

#vmarquee table
{
	width: 100%;
}

#vmarquee table td
{
	width: 50%;
}

#vmarquee img
{
	margin-left: -5px;
}

#content_heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	font-variant: small-caps;
	display: inline;
}

#up_arrow
{
	position: absolute;
	right: 51px;
	bottom: 70px;
	width: 16px;
	height: 17px;
}

#down_arrow
{
	position: absolute;
	right: 51px;
	bottom: 50px;
	width: 16px;
	height: 17px;
}

td
{
	vertical-align: top;
}

#contact_content
{
	background-color: rgb(255,250,244);
	margin: 30px 30px 30px 30px;
	width: 740px;
	height: 284px;
	position: absolute;
	top: 71px;
	left: 0px;
	font-size: 11px;
}

#contact_content a
{
	text-transform: none;
	text-decoration: underline;
	color: rgb(219,134,50);
}

#contact_content p
{
	padding-left: 35px;
}

#contact_top_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}

#contact_top_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

#contact_bottom_right
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
}

#contact_top_right
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

#bottom_bar
{
	position: absolute;
	top: 415px;
	left: 0px;
	height: 20px;
	width: 100%;
	background-color: rgb(253,200,125);
}

/* Footer */

#eck_footer
{
	position: absolute;
	top: 505px;
	left: 0px;
}

#home_copyright
{
	position: absolute;
	top: 575px;
	right: 0px;
	padding-top: 5px;
	padding-right: 3px;
	font-weight: normal;
	font-size: 10px;
}
