body, html {
	margin: 0;
	padding: 0;
	font-size: 75%;
}
body {
	background-color: #fff;
	font-family: "Verdana", "Arial", sans-serif;
	text-align: center;
}
img, a img {
	border: none;
}
.clear {
	clear: both;
}
div {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
.hide {
	display: none;
}

#webDesigner {
	font-size: 10px;
	color: #eee;
}
#webDesigner a {
	color: #eee;
}


p, ol, ul, dl, div, body {
	font-size: 11px;
}
h1 { font-size: 1.8em; }

a {
	text-decoration: none;
	font-weight: bold;
	color: #B0894D;
}
a:visited {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

#wrap1 {
	margin: 10px auto;
	width: 750px;
	text-align: center;
	background-image: url(../images/layout/slice.gif);
	background-repeat: repeat-y;
}
#wrap2 {
	text-align: left;
}
#header {
	background-image: url(../images/layout/header.gif);
	height: 118px;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 span {
	display: none;
}
#navWrapper {
	height: 56px;
}
#navLeft {
	background-image: url(../images/layout/leftNav.gif);
	background-position: 0px 0px;
	height: 56px;
}
#navCenter {
	background-image: url(../images/layout/centerNav.gif);
	background-position: 200px 0px;
	height: 56px;
	padding-left: 200px;
}
#navRight {
	background-image: url(../images/skin/001/rightNav.jpg);
	background-position: 385px 0px;
	height: 56px;
}
#content {
	padding-left: 50px;
	padding-right: 15px;
}
#footer {
	border-top: 5px solid #000;
	clear: both;
	background-color: #fff;
	padding-top: 5px;
	text-align: center;
}
#col1, #col2, #col3 {
	float: left;
	height: 426px;
}
#col1, #col3 {
	width: 150px;
}
#col1 {
}
#col2 {
	width: 385px;
	overflow: auto;
}
#col3 {
	background-image: url(../images/skin/001/coffee.jpg);
}

#col2Inner {
	padding: 5px;
	color: #fff;
}

#content p {
	line-height: 16px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	border-bottom: 1px solid #B0894D;
	padding-bottom: 5px;
}

#content h1, #content h2, #content h3, #content h4 {
	font-weight: 200;
	letter-spacing: 1px;
}

#nav {
	width: 450px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	list-style-type: none;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	height: 13px;
	background-position: -0px 0px;
}
#nav li.alt a {
	background-position: -0px -13px;
}
#nav li a:hover {
	background-position: -0px -13px;
}
#nav li.alt a:hover {
	background-position: -0px 0px;
}
#nav li a span {
	display: none;
}
#nav #navAbout a {
	width: 40px;
	background-image: url(../images/nav/about.gif);
}
#navPrivate a {
	width: 100px;
	background-image: url(../images/nav/hospitality.gif);
}
#navBuffet a {
	width: 46px;
	background-image: url(../images/nav/buffet.gif);
}
#navLoyalty a {
	width: 80px;
	background-image: url(../images/nav/loyalty.gif);
}
#navRequest a {
	width: 100px;
	background-image: url(../images/nav/request.gif);
}
#navContact a {
	width: 70px;
	background-image: url(../images/nav/contactUs.gif);
}
#navFranchise a {
	width: 50px;
	background-image: url(../images/nav/JoinUs.gif);
}

#col1Inner {
	text-align: center;
}

#col1Inner img {
	display: block;
	border: 2px solid #fff;
	margin: 5px auto;
	padding: 0;
}

form.stdForm {
	margin: 0;
	padding: 0;
}
form.stdForm table {
	width: 95%;
}
form.stdForm table td {
	padding: 2px;
}
form.stdForm table td.label {
	text-align: right;
	padding-right: 4px;
}
form.stdForm table td.input {
	
}
form.stdForm input, form.stdForm textarea {
	width: 180px;
}
form.stdForm input.checkbox {
	width: 10px;
}

