body {
	margin: 0px;
	padding: 0px;
	background: #261f16 url(img/bg-back.jpg) top center repeat-x;
	font: 12px/23px 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	color: #dedede;
}
body.home {
	background: #261f16 url(img/bg-home.jpg) top center repeat-x;
}

a, a:link, a:visited, a:active {
	font-style: italic;
	color: #dedede;
	text-decoration: underline;
}
a:hover {
	font-style: italic;
	color: #fff;
	text-decoration: underline;
}

#container {
	position: relative;
	width: 990px;
	margin: 0px auto 0px auto;
}


/* header */

#logo {
	width: 990px;
	height: 147px;
	margin: 0px;
	padding: 0px;
	background: url(img/logo.gif) 64px 24px no-repeat;
}
#logo h1 {
	display: none;
}

#nav {
	position: relative;
	width: 990px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	background: url(img/nav.gif);
}

#nav li {
	position: absolute;
	list-style: none;
	font: 12px/15px sans-serif;
}
#nav li, #nav a	{
	display: block;
	top: 0px;
	width: 156px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}
#nav a span {
	display: none;
}

#nav1 {
	left: 24px;
}
#nav1 a {
	background: transparent;
}
#nav1 a:hover, #nav2 a.x {
	background: url(img/nav.gif) -24px -65px no-repeat;
}

#nav2 {
	left: 181px;
}
#nav2 a {
	background: transparent;
}
#nav2 a:hover, #nav2 a.x {
	background: url(img/nav.gif) -181px -65px no-repeat;
}

#nav3 {
	left: 338px;
}
#nav3 a {
	background: transparent;
}
#nav3 a:hover, #nav3 a.x {
	background: url(img/nav.gif) -338px -65px no-repeat;
}

#nav4 {
	left: 495px;
}
#nav4 a {
	background: transparent;
}
#nav4 a:hover, #nav4 a.x {
	background: url(img/nav.gif) -495px -65px no-repeat;
}

#nav5 {
	left: 652px;
}
#nav5 a {
	background: transparent;
}
#nav5 a:hover, #nav5 a.x {
	background: url(img/nav.gif) -652px -65px no-repeat;
}

#nav6 {
	left: 809px;
}
#nav6 a {
	background: transparent;
}
#nav6 a:hover, #nav6 a.x {
	background: url(img/nav.gif) -809px -65px no-repeat;
}


/* backpages */

#banner {
	position: relative;
	width: 990px;
	height: 160px;
	margin: 32px 0px 22px 0px;
	padding: 0px;
}

img.page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 263px;
	height: 160px;
	border: 0px;
}

#banner #box1, #banner #box1mask, #banner #box2, #banner #box2mask, #banner #box3, #banner #box3mask {
	position: absolute;
	top: 0px;
	width: 220px;
	height: 160px;
}
#banner #box1, #banner #box1mask {
	left: 263px;
}
#banner #box2, #banner #box2mask {
	left: 493px;
}
#banner #box3, #banner #box3mask {
	left: 723px;
}
#banner #box1 img, #banner #box2 img, #banner #box3 img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 160px;
}

#back {
	position: relative;
	width: 990px;
	margin: 0px;
	padding: 0px;
}

#back #left {
	position: relative;
	float: left;
	width: 263px;
	margin: 0px;
	padding: 42px 0px 0px 0px;
}

#bars500, #bars520, #bars580 {
	position: relative;
	float: left;
	margin: 23px 0px 50px 0px;
	width: 5px;
}
#bars500 {
	height: 500px;
	background: url(img/bars-back500.gif);
}
#bars520 {
	height: 520px;
	background: url(img/bars-back520.gif);
}
#bars580 {
	height: 580px;
	background: url(img/bars-back580.gif);
}

#back #rite {
	position: relative;
	float: left;
	width: 632px;
	margin: 38px 0px 0px 43px;
	padding-bottom: 70px;
}

#back #rite p {
	margin: 12px 0px 15px 0px;
}

#back #rite p span {
	font: 12px/23px 'Times New Roman', Times, serif;
	letter-spacing: 2px;
}

#back #rite h2 {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	font: 12px/23px 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
	color: #edd791;
}

.menu {
	clear: both;
	width: 630px;
	margin-top: 10px;
}
.item {
	float: left;
	margin-right: 5px;
}
.dots {
	float: left;
	background: url(img/dots.gif) 0px 14px repeat-x;
}
.cost {
	float: left;
	width: 138px;
	margin-left: 3px;
}
.menu span {
	display: block;
	margin-left: 25px;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 10px;
	width: 440px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

a.top {
	text-decoration: none;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 12px;
	overflow: hidden;
}
span.anchors {
	font-size: 12px;
}
a.anchor {
	text-decoration: none;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
.totop {
	margin-top: 10px;
	width: 632px;
	text-align: right;
	font-size: 10px;
}

.staff {
	clear: both;
	width: 630px;
	margin-top: 18px;
}
.photo {
	float: left;
	width: 140px;
	margin-right: 42px;
	padding-bottom: 50px;
}
.photo img {
	width: 140px;
	height: 140px;
	border: 0px;
}
.bio {
	float: left;
	width: 448px;
	padding-bottom: 50px;
}
#back #rite .staff .bio h2 {
	margin: -6px 0px 0px 0px;
}
.bio h2 span {
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1px;
}
#back #rite .staff .bio p {
	margin: 5px 0px 0px 0px;
}


/* homepage */

#home {
	position: relative;
	width: 990px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#home #left {
	position: relative;
	float: left;
	width: 220px;
	margin: 0px 43px 0px 0px;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	padding: 69px 0px 0px 0px;
}
#home #left img {
	position: relative;
	border: 0px;
}
#home #left img.contactUs {
	padding: 9px 0px 3px 0px;
}
#home #left img.ourHours {
	padding: 9px 0px 2px 0px;
}
#home #left img.giftCards {
	padding: 9px 0px 0px 0px;
}

#home #left b {
	font-weight: normal;
	font-size: 13px;
}
#home #left img.line {
	margin: 18px 0px 9px 0px;
}
#home #left span {
	display: inline-block;
	width: 92px;
}
#home #left span b {
	font-weight: normal;
	font-size: 14px;
}

#home #bars {
	position: relative;
	float: left;
	margin: 23px 0px 0px 0px;
	width: 5px;
	height: 504px;
	background: url(img/bars-home.gif);
}

#home #rite {
	position: relative;
	float: left;
	width: 632px;
	height: 456px;
	margin: 47px 0px 0px 43px;
}

#home #box1, #home #box1mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 311px;
	height: 223px;
}
#home #box1 img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 311px;
	height: 223px;
}

#home #box2 {
	position: absolute;
	top: 0px;
	left: 321px;
	width: 311px;
	height: 223px;
}
#home #box3 {
	position: absolute;
	top: 233px;
	left: 0px;
	width: 311px;
	height: 223px;
}

#home #box4, #home #box4mask {
	position: absolute;
	top: 233px;
	left: 321px;
	width: 311px;
	height: 223px;
}
#home #box4 img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 311px;
	height: 223px;
}


/* footer */

#foot {
	clear: both;
	position: relative;
	width: 990px;
	height: 57px;
	font: 10px/22px 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	color: #807974;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#foot span {
	font-style: italic;
}
body.home #container #foot {
	padding: 60px 0px 0px 0px;
}

#foot a, #foot a:link, #foot a:visited, #foot a:active {
	font-style: normal;
	color: #807974;
	text-decoration: none;
}
#foot a:hover {
	font-style: normal;
	color: #b0a7a0;
	text-decoration: underline;
}

#foot a.social, #foot a.social:link, #foot a.social:visited, #foot a.social:active {
	color: #807974;
	font-style: italic;
	text-decoration: none;
}
#foot a.social:hover {
	color: #b0a7a0;
	text-decoration: none;
}

a.social img {
	border: 0px;
	margin: 0px 8px -3px 0px;
}










