@charset "utf-8";

/* The default stylesheet.  This is also the stylesheet for the Firefox browser. */
/* ------------------------------------------------------------------------------------------------------------- 
	RESET OF DEFAULT BROWSER STYLES - Resets the default browser stylings, making a consistent base to start from. 
   ------------------------------------------------------------------------------------------------------------- */
/* Remove all margins and padding. */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, option , p, blockquote, th, td, object {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
img, fieldset {border:none;} /* This removes the default border that appears around linked images. */

ul {list-style-type:none;}
caption, th { text-align:left; }
a, object { outline: none; } /* This gets rid of those annoying dotted lines that appear when a link is clicked or receives focus. */

/* -----------------------------------------------------------------------------------------------  
	TYPOGRAPHY 
   ----------------------------------------------------------------------------------------------- */
body { 
/*  The default font size. The text size for nearly all modern browsers defaults to 16px. 
	62.5% of 16 px gives us a base of 10px. All other elements should be sized with ems (1em = 10px, 1.4em = 14px, etc.). */
	font-size: 62.5%; 
	font-family: "Times New Roman", Times, Georgia, serif; /* The default font family. */
	color:#012966;
	background:url(../images/bgImage2.jpg) repeat top center #b88945 scroll;
	padding-top:50px;
	
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%; /* This makes all headers the same size by default. */
	font-weight: normal;
	color:#000;
}

		
p {
	font-size: 1.2em;
	color: #012966;
	letter-spacing:0.05em;
}

	
a { 
	text-decoration:none;
}

a:hover { 
	text-decoration:none;
	}

ul li a {
	text-decoration:none;
	color:#b76f01;
}

a:link {
	color:#000 ;
}

a:visited {
	color: #000;
}

ul li a:hover {
	color: #012966;
	text-decoration:none;
}


span.allCaps{text-transform:uppercase;}
	


/* -----------------------------------------------------------------------------------------------  
	TEMPLATE 
   ----------------------------------------------------------------------------------------------- */

div#wrapper {
	background:url(../images/bgPaper2.jpg) no-repeat top;
	width:924px;
	margin:0 auto;	
	padding-right:17px;	
}

.clearBoth {clear:both;}

/** BEGIN HACK: This adds a clearing element after the current element to pull the floated elements back into the flow of the document. **/
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
/* End hide from IE-mac */
/** END HACK **/

span.hide {
	visibility:hidden;
}

/*-------------------------------------------------------------------------------------------------------------------
		HEADER
----------------------------------------------------------------------------------------------------------------------*/
div#header{
	position:relative;
}

div#kieferLogo{
	
	width:435px;
	height:132px;
	position:relative;
	left:40px;
	top:-15px;
	}

	
div#header a{
	background:url(../images/bluePlate.jpg) no-repeat 0px 0px;
	position:absolute;
	display:block;
	width:230px;
	height:166px;
	top:62px;
	left:707px;
	
}
	
div#header a:hover{	
	background:url(../images/bluePlate.jpg) no-repeat 0px -146px;
	
}


div#headerText {
	position:relative;
	top:44px;
	left:42px;
}
	
div#header p.headerDetail, div#header p.headerTag {
	color:#000;
}

div#header p.headerDetail {
	float:left;
	padding-right:25px;
	font-size:11px;
	font-family:  "Times New Roman", Times, serif;
}

div#header p.headerTag {
	position:absolute;
	left:70px;
	top:-56px;
	width:300px;
	line-height:21px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
}

div#header div#topTear{
	position:absolute;
	top:-21px;
	left:-2px;
	background:url(../images/topTear.png) no-repeat top center;
	width:944px;
	height:42px;
}
	
div#dropShadow{
	background:url(../images/dropShadow.png) repeat-y top right;
	margin-right:-7px;
}
	
div#headShadow{
	background:url(../images/dropShadow.png) repeat-y top right;
	width:7px;
	height:287px;
	position:absolute;
	top:0px;
	left:940px;
}

/*-------------------------------------------------------------------------------------------------------------------
		NAVIGATION
----------------------------------------------------------------------------------------------------------------------*/

div#nav{
	width:994px;
	background:url(../images/bgNav2.png) repeat-x;
	height:89px;
	position:relative;
	left:-27px;
	top:45px;
	}
	
div#nav ul{
	margin-left:15px;
	}
	
div#nav ul li{
	display:block;
	float:left;
	margin-top:32px;
	margin-left:50px;
	}

div#nav ul li.stagger{
	margin-top:25px;
	}

div#nav ul li a{
	display:block;
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-right:35px;
}

div#nav ul li a.home{
	background:url(../images/home.png) no-repeat 0 0;
	padding-right:8px;
	padding-bottom:3px;
	width: 33px;
}


div#nav ul li a.ourStory{
	background:url(../images/ourStory.png) no-repeat top left;
	padding-right:37px;
	padding-bottom:2px;
}

div#nav ul li a.dailySpecials{
	background:url(../images/dailySpecials.png) no-repeat top left;
	padding-right:47px;
	padding-bottom:3px;
	width: 76px;
}

div#nav ul li a.dineIn{
	background:url(../images/dineIn.png) no-repeat top left;
	padding-right:61px;
	padding-bottom:5px;
	width: 76px;
}

div#nav ul li a.catering{
	background:url(../images/catering.png) no-repeat top left;
	padding-right:70px;
	padding-bottom:5px;
	width: 81px;
}

div#nav ul li a.contact{
	background:url(../images/contact.png) no-repeat top left;
	padding-bottom:2px;
	padding-right:30px;
	width: 42px;
}

div#nav ul li a:hover{
	background-position:center left;
	color:#012966;
	}
body#home div#nav ul li a.home, body#ourStory div#nav ul li a.ourStory, body#dine_in div#nav ul li a.dineIn, body#catering div#nav ul li a.catering, body#contact div#nav ul li a.contact, body#daily_specials div#nav ul li a.dailySpecials{
	background-position:bottom left;
}
/*-------------------------------------------------------------------------------------------------------------------
		CONTENT
----------------------------------------------------------------------------------------------------------------------*/

div#content{
	width:940px;
	background:url(../images/bgContent.jpg) repeat-x top #fbf7ec;
	padding-top:52px;
	padding-bottom:50px;
}
	

	
body#contact div.formError p{
 	color:red;
}
	
/*--------------------------------------------------------------------------------------------------------------------
		HOME PAGE
----------------------------------------------------------------------------------------------------------------------*/

body#home div#content h1{
	float:right;
	clear:none;
	width:354px;
	font-size:21px;
	text-align:center;
	margin-right:72px;
	margin-bottom:20px;
	color:#012966;
}
	
 body#home div#content{
 	padding-bottom:10px;
}
 	
 body#home div#content p{
	float:right;
	clear:right;
	width:415px;
	font-size:16px;
	margin-right:25px;
	margin-bottom:20px;
	line-height:20px;
}

body#home div#content p.belowFold{
	width:900px;
	}

body#home div#footShadow{
	height:36px;
	top:-10px;
}

body#home div#content img{
 	float:left;
	clear:none;
	margin-left:20px;
	margin-top:4px;
}	

body#home .poweredBy {	
	top:72px;

}
/*----------------------------------------------------------------------------------------------------------------------
		CATERING PAGE
-------------------------------------------------------------------------------------------------------------------------*/

body#catering div#wrapper div#content div#cateringPDF{
	width:800px;
	margin-left:77px;
	margin-bottom:20px;
}

body#catering div#wrapper div#content div#cateringPDF p{
	font-size:17px;
}
body#catering div#wrapper div#content div#cateringPDF a{
	color:purple;
	text-decoration:underline;
}

body#catering div#wrapper div#content div#cateringPDF a:hover{
	color:blue;
}

body#catering div#wrapper div#content div#cateringWrapperDiv{
    position:relative;
}

body#catering div#wrapper div#content div#cateringList{
	background:url(../images/guestCheckCatering.png) no-repeat top left;
	position:absolute;
	width:393px;
	height:520px;
	top:84px;
	left:34px;
	
}

body#catering div#wrapper div#content div#cateringNav{
	position:absolute;
	width:389px;
	height:518px;
	top:216px;
	left:106px;
}
	


body#catering div#wrapper div#content div#cateringNav ul li{
	padding-bottom:10px;
}

body#catering div#wrapper div#content div#cateringNav ul li a{
	display:block;
	color:#150d06;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:8px;
}


body#catering div#wrapper div#content div#cateringDescriptions{
	width:428px;
	height:500px;
	float:right;
	margin-right:30px;
	overflow:scroll;
	overflow-x:hidden;
}



body#catering div#wrapper div#content div#cateringDescriptions p.cateringText{
	width:400px;
	padding-bottom:10px;
	
}
	
body#catering div#wrapper div#content div#cateringDescriptions h1{
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
	color:#012966;
	text-decoration:underline;
	
}

body#catering div#wrapper div#content div#cateringDescriptions .menuItem{
	margin-bottom:20px;
	width:400px;
}

body#catering div#wrapper div#content div#cateringDescriptions .menuItem h3{
	text-align:center;
	font-size:16px;
	color:#B76F01;
	float:left;
	font-weight:bold;
	
}

body#catering div#wrapper div#content div#cateringDescriptions .menuItem p.price{
	float:right;
	clear:none;
	font-size:16px;
}
body#catering div#wrapper div#content div#cateringDescriptions .menuItem p.itemText{
	font-size:16px;
	float:none;
	
}

body#catering div#wrapper div#content div#cateringDescriptions  p.basePrice{
	text-align:center;
	font-size:18px;
	padding-bottom:10px;
}

body#catering div#wrapper div#content div#cateringDescriptions .wingDing{
	background:url(../images/wingDingBar.png) no-repeat;
	height:23px;
	width:293px;
	margin:20px 0 30px 60px;
	
}
 

/*------------------individual navigation styles---------------------------------------------*/

body#catering #cateringNav li a {
	height: 12px;
}

body#catering #cateringNav li#breakfastNav a {
	background:url(../images/breakfastTrays.png) no-repeat left bottom;
	margin-left:30px;
	padding-right:8px;
	padding-bottom:2px;
}
body#catering #cateringNav li#soupNav a {
	background:url(../images/homeMadeSoups.png) no-repeat left bottom;
	margin-left:50px;
	padding-right:8px;
	padding-bottom:4px;
}
body#catering #cateringNav li#sideNav a {
	background:url(../images/sides.png) no-repeat left bottom;
	margin-left:10px;
	padding-right:8px;
	padding-bottom:4px;
}
body#catering #cateringNav li#boxNav a {
	background:url(../images/boxLunch.png) no-repeat left bottom;
	margin-left:40px;
	padding-right:8px;
	padding-bottom:9px;
}
body#catering #cateringNav li#saladNav a {
	background:url(../images/saladBox.png) no-repeat left bottom;
	margin-left:0px;
	padding-right:8px;
	padding-bottom:2px;
}
body#catering #cateringNav li#bevNav a {
	background:url(../images/beverages.png) no-repeat left bottom;
	margin-left:30px;
	padding-right:8px;
	padding-bottom:4px;
}
body#catering #cateringNav li#sandwichNav a {
	background:url(../images/sandwichTrays.png) no-repeat left bottom;
	margin-left:50px;
	padding-right:8px;
	padding-bottom:7px;
}
body#catering #cateringNav li#dessertNav a {
	background:url(../images/desserts.png) no-repeat left bottom;
	margin-left:0px;
	padding-right:8px;
	padding-bottom:3px;
}
body#catering #cateringNav li#hotNav a {
	background:url(../images/hotMeals.png) no-repeat left bottom;
	margin-left:50px;
	padding-right:8px;
	padding-bottom:4px;
}

body#catering #cateringNav li#partyNav a {
	background:url(../images/partyTrays.png) no-repeat left bottom;
	margin-left:25px;
	padding-right:8px;
	padding-bottom:4px;
}

body#catering #cateringNav li#breakfastNav a:hover, body#catering #cateringNav ul li#soupNav a:hover, body#catering #cateringNav li#sideNav a:hover, 
body#catering #cateringNav li#boxNav a:hover, body#catering #cateringNav li#saladNav a:hover, body#catering #cateringNav li#bevNav a:hover, body#catering #cateringNav li#sandwichNav a:hover, 
body#catering #cateringNav ul li#dessertNav a:hover, body#catering #cateringNav ul li#hotNav a:hover, body#catering #cateringNav ul li#partyNav a:hover {
	background-position:left top;
}

/*-------MENU IMAGES------------------------------------------------------------------*/

body#catering  div#wrapper div#content div#cateringDescriptions div#soupImg,
body#catering  div#wrapper div#content div#cateringDescriptions div#beverageImg,
body#catering  div#wrapper div#content div#cateringDescriptions div#sidesImg
{background:url(http://www.kieferscafecatering.com/images/.jpg) no-repeat 0px 70px;}

body#catering  div#wrapper div#content div#cateringDescriptions div#saladImg
{background:url(../images/saladImg.jpg) no-repeat 0px 70px;}
 
body#catering div#wrapper div#content div#cateringDescriptions div#sandwichImg
{background:url(../images/sandwichTray.jpg) no-repeat 0px 70px;}

body#catering div#wrapper div#content div#cateringDescriptions div#hotMealImg
{background:url(../images/hotMealImg.jpg) no-repeat 0px 70px;}
 
body#catering  div#wrapper div#content div#cateringDescriptions div#boxLunchImg
{background:url(../images/wrapTray.jpg) no-repeat 0px 70px;}
  
body#catering div#wrapper div#content div#cateringDescriptions div#dessertImg
{background:url(../images/dessertImg.jpg) no-repeat 0px 70px;}
    
body#catering div#wrapper div#content div#cateringDescriptions div#partyImg
{background:url(../images/partyTray.jpg) no-repeat 0px 70px;}

body#catering  div#wrapper div#content div#cateringDescriptions div#breakfastTrayImg
{background:url(../images/breakfastImg.jpg) no-repeat 0px 70px;}

/*-------------------------------------------------------------------------------------------------------------------
		DINE-IN
----------------------------------------------------------------------------------------------------------------------*/

body#dine_in div#dineInPDF {
	width:800px;
	margin-left:77px;
	margin-bottom:20px;
}

body#dine_in div#dineInPDF p {
	font-size:17px;
}

body#dine_in div#dineInPDF a {
	color:purple;
	text-decoration:underline;
}

body#dine_in div#dineInPDF a:hover {
	color:blue;
}

body#dine_in div#dineInWrapperDiv {
    position:relative;
   }


body#dine_in div#dineInList {
	background:url(../images/guestCheck.png) no-repeat top left;
	position:absolute;
	width:397px;
	height:521px;
	top:84px;
	left:34px;
}

body#dine_in div#dineNav {
    position:absolute;
	width:389px;
	height:518px;
	top:216px;
	left:82px;
}

body#dine_in div#dineNav li {
	padding-bottom:10px;
}

body#dine_in div#dineNav li a {
	display:block;
	color:#150d06;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

body#dine_in div#dineInDescriptions {
	width:428px;
	height:500px;
	float:right;
	margin-right:30px;
	overflow:scroll;
	overflow-x:hidden;
}

body#dine_in div#dineInDescriptions p.dineInText {
	font-size: 1.3em;
	padding-bottom:10px;
	width:400px;
}
	
body#dine_in div#dineInDescriptions h1 {
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
	color:#012966;
	text-decoration:underline;
	
}/*--targeted to help Opera see styles--*/

body#dine_in div#dineInDescriptions h2 {
	font-size:18px;
	color:#012966;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

body#dine_in div#dineInDescriptions .menuItem {
	margin-bottom:20px;
	width:400px;
}

body#dine_in div#dineInDescriptions .menuItem h3 {
	font-size:16px;
	color:#B76F01;
	float:left;
	font-weight:bold;
}

body#dine_in #dineInDescriptions h3 {
	color:#012966;
	font-size:16px;
	font-weight:bold;
}

body#dine_in div#dineInDescriptions .menuItem p.price {
	float:right;
	clear:right;
	font-size:16px;
}

body#dine_in div#dineInDescriptions .menuItem p.itemText {
	font-size:16px;
	float:none;
}

body#dine_in div#dineInDescriptions  p.basePrice{ 
	text-align:center;
	font-size:18px;
	padding-bottom:10px;
}
	
body#dine_in div#dineInDescriptions .wingDing {
	background:url(../images/wingDingBar.png) no-repeat;
	height:23px;
	width:293px;
	margin:20px 0 30px 60px;
}

body#dine_in #dineInDescriptions #alacarteImg .menuItem {
	margin-bottom: 0;
}

/*------------------individual navigation styles---------------------------------------------*/

body#dine_in #dineNav li a {
	height: 12px;
}

body#dine_in #dineNav li#soupNav a {
	background:url(../images/soups.png) no-repeat left bottom;
	padding-left:17px;
	padding-right:8px;
	padding-bottom:2px;
    margin-left:30px;
}

body#dine_in #dineNav li#saladNav a{
	background:url(../images/salads.png) no-repeat left bottom;
	margin-left:50px;
	padding-right:8px;
	padding-bottom:4px;
}
body#dine_in #dineNav li#veggieNav a{
	background:url(../images/vegetarian.png) no-repeat left bottom;
	margin-left:10px;
	padding-right:8px;
	padding-bottom:3px;
}
body#dine_in #dineNav li#sandwichNav a{
	background:url(../images/sandwich.png) no-repeat left bottom;
	margin-left:10px;
	padding-right:8px;
	padding-bottom:4px;
}
body#dine_in #dineNav li#chickenNav a {
	background:url(../images/chicken.png) no-repeat left bottom;
	margin-left:-15px;
	padding-right:8px;
	padding-bottom:7px;
}
body#dine_in #dineNav li#specialNav a {
	background:url(../images/special.png) no-repeat left bottom;
	margin-left:10px;
	padding-right:8px;
	padding-bottom:4px;
}
body#dine_in #dineNav li#burgerNav a {
	background:url(../images/burgers.png) no-repeat left bottom;
	margin-left:50px;
	padding-right:8px;
	padding-bottom:7px;
}
body#dine_in #dineNav li#carvingNav a {
	background:url(../images/carving.png) no-repeat left bottom;
	margin-left:0px;
	padding-right:8px;
	padding-bottom:2px;
}
body#dine_in #dineNav li#lunchNav a {
	background:url(../images/lunch.png) no-repeat left bottom;
	margin-left:50px;
	padding-right:8px;
	padding-bottom:4px;
}

body#dine_in #dineNav li#aLaCarteNav a {
	background:url(../images/alacarte.png) no-repeat left bottom;
	margin-left:37px;
	padding-right:8px;
	padding-bottom:4px;
}
body#dine_in #dineNav li#breakfastNav a {
	background:url(../images/breakfast.png) no-repeat left bottom;
	margin-left:80px;
	padding-right:8px;
	padding-bottom:8px;
}

body#dine_in #dineNav li#soupNav a:hover, body#dine_in #dineNav li#saladNav a:hover, body#dine_in #dineNav li#veggieNav a:hover, #dineNav li#sandwichNav a:hover, 
body#dine_in #dineNav li#chickenNav a:hover, body#dine_in #dineNav li#specialNav a:hover, body#dine_in #dineNav li#burgerNav a:hover, body#dine_in #dineNav li#carvingNav a:hover, 
body#dine_in #dineNav li#lunchNav a:hover, body#dine_in #dineNav li#aLaCarteNav a:hover, body#dine_in #dineNav li#breakfastNav a:hover {
	background-position:left top;
}

/*-------MENU IMAGES------------------------------------------------------------------*/


body#dine_in div#wrapper div#content div#dineInDescriptions div#soupImg,
body#dine_in div#wrapper div#content div#dineInDescriptions div#lunchImg
{background:url(http://www.kieferscafecatering.com/images/.jpg) no-repeat 0px 60px;}

body#dine_in div#wrapper div#content div#dineInDescriptions div#alacarteImg
{background:url(../images/hotMealImg.jpg) no-repeat 0px 12px;}

body#dine_in div#wrapper div#content div#dineInDescriptions div#chickenImg
{background:url(../images/chickenSandwich.jpg) no-repeat 0px 70px;}
 
body#dine_in div#wrapper div#content div#dineInDescriptions div#burgerImg   
{background:url(../images/burgerImg.jpg) no-repeat 0px 70px;}

body#dine_in div#wrapper div#content div#dineInDescriptions div#breakfastImg
{background:url(../images/breakfastImg.jpg) no-repeat 0px 70px;}

body#dine_in div#wrapper div#content div#dineInDescriptions div#vegetarianImg
{background:url(../images/vegetarianImg.jpg) no-repeat 0px 70px;}	
 
 body#dine_in div#wrapper div#content div#dineInDescriptions div#saladImg
{background:url(../images/saladImg.jpg) no-repeat 0px 70px;} 

body#dine_in div#wrapper div#content div#dineInDescriptions div#sandwichImg
{background:url(../images/wrapImg.jpg) no-repeat 0px 70px;}
 
body#dine_in div#wrapper div#content div#dineInDescriptions div#specialtyImg
{background:url(../images/hotSandwich.jpg) no-repeat 0px 70px;}
 
body#dine_in div#wrapper div#content div#dineInDescriptions div#carvingImg 
{background:url(../images/carvingSandwich.jpg) no-repeat 0px 70px;}


/*-------------------------------------------------------------------------------------------------------------------
		CONTACT PAGE
----------------------------------------------------------------------------------------------------------------------*/


body#contact div#wrapper div#content h1{
	color:#012966;
	font-size:23px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:10px;
	margin-left:40px;
}

body#contact div#wrapper div#content h2{
	color:#012966;
	font-size:23px;
	font-family:"Times New Roman", Times, serif;
	margin-top:-207px;
	margin-right:388px;
	float:right;
	clear:right;
}

body#contact div#wrapper div#content p{
	font-size:17px;
	line-height:20px;
	margin-bottom:10px;
	margin-left:40px;
	width:380px;
}

body#contact div#wrapper div#content p.locationText{
	font-size:17px;
	margin-top:-169px;
	margin-right:39px;
	width:430px;
	float:right;
	clear:right;
}

body#contact div#wrapper div#content form{
	
	float:left;
	clear:none;
	margin-left:40px;
	
}

body#contact #content form label {
	font-size:14px;	
	font-family:"trajan pro",Verdana, Arial, Helvetica, sans-serif;
	color:#b76f01;
}

body#contact #content form input.text {
	margin-bottom:10px;
}

body#contact #content form input.button {
	margin-top:5px;
	margin-right:5px;
}

body#contact textarea {
	width: 389px;
}

body#contact #content iframe{
	border:solid 2px #B76F01;
	float:right;
	clear:none;
	margin-right:40px;
	margin-top:-112px;
	
}

body#contact #content small {
	float: left;
	position:relative;
	top:10px;
	left:48px;
}

body#contact div#wrapper div#content a{
	font-size:11px;
	
}

body#contact div#wrapper div#content small a:hover{
	text-decoration:underline;
}

/*---------------------------------------------------------------------------------------------------------------------
		DAILY SPECIALS PAGE
----------------------------------------------------------------------------------------------------------------------*/

div#specialsBoard {
	background:url(../images/specialsBoard.jpg) no-repeat top left;
	height:690px;
	width:879px;
	margin-left:40px;
	margin-top:-6px;
}
body#daily_specials div#headShadow{
    height:281px;
}
    
div#specialsBoard div{
	position:relative;
	top:241px;
	left:90px;
}
	
div#specialsBoard  p{
	font-size:24px;
}
        
div#specialsBoard div#sandwich{
    position:absolute;
    top:-5px;
    left:-34px;
    width:343px;
    text-align:center;
}
    
div#specialsBoard div#soup{
    position:absolute;
    top:177px;
    left:-36px;
    width:345px;
     text-align:center;   
}
    
div#specialsBoard div#bluePlateSpecial{
    position:absolute;
    top:58px;
    left:326px;
    width:316px;
    text-align:center;
}

div#specialsBoard div#bluePlateSpecial p{
    margin-bottom:10px;
	text-align:center;
}

div#specialsBoard div#bluePlateSpecial p.description{
	text-align:center;
	font-size:20px;
	width:360px;
	margin-left:-18px;
}

/*-------------------------------------------------------------------------------------------------------------------
	ERROR
----------------------------------------------------------------------------------------------------------------------*/
body#error div#wrapper div#content h3{
	text-align:center;
	font-size:18px;
	color:#012966;
	
	}
	
body#error div#wrapper div#content p{
	padding-bottom:20em;
	text-align:center;
	}
/*-----------------------------------------------------------------------------------------------------------------------
	CONTACT_CONFIRMATION PAGE
------------------------------------------------------------------------------------------------------------------------*/

body#contact_confirmation div#wrapper div#content div#dropShadow p{
	font-size:21px;
	padding-left:20px;
	padding-bottom:200px;
	padding-top:20px;
	text-align:center;
	}

/*----------------------------------------------------------------------------------------------------------------------
	INDEX PAGE
----------------------------------------------------------------------------------------------------------------------*/
body#index h1{
	margin-left:50px;
	}



/*-------------------------------------------------------------------------------------------------------------------
		FOOTER
----------------------------------------------------------------------------------------------------------------------*/
div#footer{
	background:#fbf7ec;
	text-align:center;
	position:relative;
	width:940px;
	
	}
	
div#footer p{
	padding-bottom:10px;
}
		
div#footer div.wingDingLeft{
	background:url(../images/wingDing.jpg) no-repeat left top;	
	width:38px;
	height:19px;
	position:absolute;
	top:-1px;
	left:260px;
	}
	
div#footer div.wingDingRight{	
	background:url(../images/wingDing.jpg) no-repeat left bottom;
	width:38px;
	height:19px;
	position:absolute;
	top:-1px;
	left:645px;
	}
	
div#bottomTear{
	background:url(../images/bottomTear.png) no-repeat center bottom;
	width:960px;
	height:25px;
	margin-left:-10px;
	
	}

div#footShadow{
	background:url(../images/dropShadow.png) repeat-y top right;
	width:7px;
	height:76px;
	position:absolute;
	top:-50px;
	left:940px;
	}


/*-------------------------------------------------------------------------------------------------------------------------------
	LIQUID WEBWORKS LOGO
------------------------------------------------------------------------------------------------------------------------------*/


.poweredBy {	
	color:#777777;
	float:right;
	clear:none;
	width:24em;	
	position:relative;
	letter-spacing:1px;
	top:111px;
	left:-17px;
}

.poweredBy a {
	width:334px;
	text-decoration:none;
}

.poweredBy a span {
	color:#012966;
}

.poweredBy div.lwLogo{
	background:url(../images/lwlogo.png) no-repeat;
	padding-top:15px;
	padding-bottom:29px;
	padding-right: 65px;
	padding-left: 10px;
	width:93px;
	position:absolute;
	left:64px;
	top:-16px;	
}