/*-- BEGIN GLOBAL STYLES --*/
* { 
    margin: 0; 
    padding: 0; 
	}
html {
	background-color:#000;
	}
html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    }html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
body {
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	line-height:1;
	font-family:"Verdana","Arial",sans-serif; /* this is set to Corbel in the IE7 style sheet */
	color:#999;
	line-height:1.5em;
	filter:none;
	}
:focus {
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
html {
	height:100%;
	margin-bottom:1px;
	}
a {
	color:#666;
	text-decoration:none;
	border:none;
	}
a:hover {
	text-decoration:underline;
	}
a img {
	border:none;
	}
/*-- END GLOBAL STYLES --*/
	
/*-- BEGIN PAGE STYLES --*/
#horizon { /* this is how the whole square is kept in position */
	background-color:transparent;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	margin-top:-228px;
	min-width:750px;
	}
#page { /* this is the white box that holds every1pxg */
	position:relative;
	height:490px;
	width:947px;
	margin: 0 auto;
	z-index:10;
	}
#header { /* this is the inner header (doesn't include the white line) */
	z-index:100;
	position:relative;
	margin-top:0px;
	padding:10px 10px 0;
	height:62px;
	background-image: url(../images/white85.png);	
	}
#headerborder {
	border:6px solid white;
	border-bottom:0px;
	width: 947px;
	}
#content {
	float:left;
	height:351px;
	background-repeat:no-repeat;
	border:6px solid white;
	border-top:0px;
	}
#content .column {
	position:relative;
	float:left;
	}
#primary.column {
	width:947px;
	height:423px;
	margin-left:0px;
	margin-top:0px;
	border-right:0px solid #fff;
	background-repeat:no-repeat;
	}

ul#nav {
	position:absolute;
	top:33px;
	margin:0 auto;
	width:947px;
	list-style:none;
	font-size:10pt; /* this is set to 12pt in the IE7 stylesheet */
	margin-top:-.4em;
	letter-spacing: 2px;
	}
ul#nav li {
	position:absolute;
	color:#4D4D4D;
	}
ul#nav li a {
	color:#4D4D4D;
	text-decoration: none;
	}
ul#nav li a:visited {
	color:#4D4D4D;
	text-decoration: none;
	}
ul#nav li a:hover {
	color:#000;
	text-decoration: none;
	}
li#navHome {
	right:402px;
	}
li#navAbout {
	left:168px;
	}
li#navFood {
	left:292px;
	}
li#navLocation {
	left:722px;
	}
li#navGiftCards {
	left:592px;
	}
/*-- END PAGE STYLES --*/

/*-- FOOTER STYLES --*/
#footerborder  {
	position:absolute;
	left:0;
	bottom:0;
	width:947px;
	height:32px;
	margin:0 0px;
	border:6px solid white;
	}
#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:947px;
	height:32px;
	margin:0 0px;
	background-image: url(../images/white80.png);
	letter-spacing: 2px;
	}
#disclaimerFooter {
	margin-left:4px;
	margin-top:5px;;
	font-size:7pt; /* this is set to 10pt in the IE7 stylesheet */
	}
#disclaimerFooter a {
	color:#808080;
	margin-left:10px;
	}
#disclaimerFooter a:visited  {
	text-decoration: none;
	color:#808080;
	}
#disclaimerFooter a:hover  {
	text-decoration: none;
	color:#4D4D4D;
	}

#navFooter {
	float:right;
	margin-right:1em;
	margin-top:5px;
	font-size:8pt; /* this is set to 10pt in the IE7 stylesheet */
	}
#navFooter a {
	color:#4D4D4D;
	margin-left:10px;
	}
#navFooter a:visited  {
	text-decoration: none;
	color:#4D4D4D;
	}
#navFooter a:hover  {
	text-decoration: none;
	color:#000;
	}
.pipe {
	margin-left:10px;
	color:#ffffff
	}
p#copyright {
	position:absolute;
	margin:0;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	}
/*-- END FOOTER STYLES --*/


/*-- BACKGROUND IMAGE STYLES --*/
/*-- CSS-Tricks Example by Chris Coyier http://css-tricks.com --*/
#bg { 
    position: fixed; 
	}
#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
	}
#bg td {
    text-align:center;
    vertical-align:middle;
	}
#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
	}
#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
	}
.box { 
    margin: 0 auto; 
    width: 960px;
    height:430px;
    padding: 50px;
    padding-bottom:100px;
    font: 14px/2.8 Georgia, Serif;
	}
#focus-stealer{ 
	position: absolute; 
	left: -9999px; 
	}
/*-- END BACKGROUND IMAGE STYLES --*/



