@charset "UTF-8";
body {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	background: #ffe9bf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1026px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	width:1026px;
	height:137px;
	margin:0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header #logo { 
	width:206px;
	height:137px;
	margin:0;
	padding: 0;
	float:left;
}
.oneColFixCtrHdr #header #headerflash {
	width:593px;
	height:137px;
	background-image:url(images/headerflash_bg.jpg);
	margin:0;
	padding: 0;
	text-align: left;
}
.oneColFixCtrHdr #header #special {
	width: 227px;
	float:right;
}
.oneColFixCtrHdr #waves { 
	width:1026px;
	height:20px;
	margin:0;
	padding: 0;
}
.oneColFixCtrHdr #navigation { 
	width:1026px;
	height:33px;
	margin:0;
	padding: 0; 
	background:#000000;
}
.oneColFixCtrHdr #flashMainContent {
	width:1026px;/*1026  -padding on each side*/
	height:559px;
	background: #000000;
}

.oneColFixCtrHdr #mainContent {
	width:996px;/*1026  -padding on each side*/
	min-height:559px;
	padding: 10px 15px;
}
.oneColFixCtrHdr #left {
	width:498px;
	/*padding-right:25px;*/
	float:left;
}
.oneColFixCtrHdr #right {
	width:473px;
	padding-left:25px;
	float:right;
}

.oneColFixCtrHdr #center {
	margin:auto;
	width:473px;
	padding-left:12.5px;
}

.coloredHead {
	font-size:16px;
	font-weight:bold;
	color:#800000;
}

.menuTitle {
	font-weight:bold;
	font-size:18px;
}
.menuTitleTwo {
	font-weight:bold;
	font-size:22px;
}
.menuTitleFirst{
	font-weight:bold;
	font-size:24px;
 	color: #86530B;
}

.menuTitleFirstRed{
	font-weight:bold;
	font-size:24px;
	color:#BC000D;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size:12.5px;
	color:#aa6626; 
}
.oneColFixCtrHdr #footer a, a:visited {
	text-decoration:none;
	color:#aa6626; 
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ 
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltright {
	float:right;
}

.fltrightPB {
	float:right;
	padding-bottom:15px;
}
.fltrightpadding {
	float:right;
	padding-right:35px;
}
.fltrightpaddingTwo {
	float:right;
	padding-right:200px;
	text-align:left;
}
.fltleft {
	float:left;
}
.fltleftPR {
	float:left;
	padding-right:5px;
}
.fltleftPL {
	float:left;
	padding-left:45px;
}
.indent {
	padding-left:50px;
}
.menuPDF {
	font-size:10px;
}
.oneColFixCtrHdr #container #mainContent #pDiningContract li {
	margin-bottom: 20px;
}
.blackLink {
	color:#000000;
}
.oneColFixCtrHdr #privateContent {
	float:right;
	width:550px;
	margin-right:176px;
}
.oneColFixCtrHdr #privateImagesOne {
	float:left;
	width:250px;
}
.oneColFixCtrHdr #privateImagesOne img {
	padding-bottom:10px;
}
.oneColFixCtrHdr #privateContentTwo {
	width:550px;
	margin: 0 auto;
}
.oneColFixCtrHdr #privateContentTwoHead {
	width:550px;
	margin: 0 auto;
}
.oneColFixCtrHdr #privateImagesTwo {
	height:100px;
	text-align:center;
}
.paddingLeft {
	padding-left:45px;
}
.priceTest {
	color: #86530B;
}
a:link {
	color: #aa6626;
}
a:visited {
	color: #303;
}
a:hover {
	color: #aa6626;
}
a:active {
	color: #000;
}

.header_Searchbar {
	background:url(images/greek_food_dallas_05.png);
	width: 244px;
	height: 50px;
}