@charset "UTF-8";

body {
	background-color: #FFFFFF;
	margin: 0;
}

p, font, td, ul, li {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #262625;
	line-height: 14px;}

a, a:active, a:visited {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #262625;
}

a:hover {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #502d09;
}

ul {
	margin-top: 4px;
	margin-bottom: 7px;
}

ul, li {
	padding-top: 0px;
	padding-left: 5px;
	list-style-type:none;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

table, tr, td {
	border:0;
}

.darktext {
	color: #262625;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;}

.lighttext, a.lighttext:link, a.lighttext:hover, a.lighttext:visited, a.lighttext:active {
	color:#F2F2F0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}


.titleText, a.titleText:link, a.titleText:hover, a.titleText:visited, a.titleText:active {
	color: #502d09;
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
}

.browntext {
	color: #502d09;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* BOF PAGE CONTAINER */
#pageContainer {
	position: absolute;
	width: 846px;
	height: 560px;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -423px;
}
/* EOF PAGE CONTAINER */

/* BOF HEADER */
#headerWrapper {
	width: 846px;
	height: 128px;
	z-index: 10;
}
#headerContainer {
	position: absolute;
	top:0;
	z-index: 15;
	width: 846px;
	height: 128px;
}
#tagLine {
	position:absolute;
	top: 0px;
	margin-left: 300px;
	width: 500px;
	height: 70px;
	margin-top: 10px;
}
#navTopWrapper {
	position: absolute;
	margin-top: 93px;
	padding-top: 6px;
	padding-left: 30px;
	width: 816px;
	height: 24px;
	z-index: 20;
}
/* EOF HEADER */

/* BOF MAIN PAGE CONTENT */

#mainContentWrapper {
	margin-left: 10px;
	margin-top: -8px;
	width: 827px;
	height: 384px;
/*	background-color: #97B163;*/
	background-image:url(/includes/images/bgcell.gif);
	background-repeat:repeat;
	z-index: 4;
}
/* All of the content divs */
#pageContenthome, #pageContentabout, #pageContentdrinks, #pageContentfood, #pageContentnews, #pageContentcontact, #pageContentlinks, #pageContentphotos {
	position: absolute;
	margin:0;
	height:384px;
	color: #262625;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	line-height: 14px;
	font-size:12px;
	overflow:auto;
}

#pageContenthome {
	width:300px;
}
#pageContentabout, #pageContentdrinks, #pageContentfood, #pageContentnews, #pageContentcontact, #pageContentlinks {
	padding: 8px;
	width: 604px;
	height: 368px !important;
}
#pageContentphotos {
	width: 827px;
}
.photoGalleryFrame {
	width: 827px;
	height: 384px;
	border: none;
}

/* PAGE PHOTO */

#pagePhotoContainerhome, #pagePhotoContainerabout, #pagePhotoContainerdrinks, #pagePhotoContainerfood, #pagePhotoContainernews, #pagePhotoContainercontact, #pagePhotoContainerlinks {
	position: absolute;
	margin-top:0;
	height:384px;
	background:url(/includes/images/photoshadow.gif) top left repeat-y;
	z-index: 5;
}
#pagePhotoContainerhome {
	margin-left:302px;
	width: 526px;
}
#pagePhotoContainerabout, #pagePhotoContainerdrinks, #pagePhotoContainerfood, #pagePhotoContainernews, #pagePhotoContainercontact, #pagePhotoContainerlinks {
	margin-left: 620px;
	width: 206px;
}
#pagePhotoContainerphotos {
	display: none;
}

#pagePhoto {
	position: absolute;
	margin-left:6px;
	width:inherit;
	height:inherit;
	overflow:hidden;
}
/* EOF MAIN PAGE CONTENT */

/* BOF FOOTER */

#footerWrapper {
	margin-top: -6px;
	width: 846px;
	height: 34px;
}

#navBottomWrapper {
	position: absolute;
	width: 846px;
	height: 34px;
	z-index: 20;
}

/* EOF FOOTER */

/* CLASSES */

.lightTextNormal {
	color:#FEFEEC;
	font-size:10px;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}

/* MENU TEXT */

#menuText a {
	text-decoration: none;
}
#menuText a img {
	border:none;
}

#menuText, #menuText li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}

#menuText .home {
	width: 97px;
	height: 16px;
	margin-right: 81px;
}
#menuText .about {
	width: 78px;
	height: 16px;
	margin-right: 18px;
}
#menuText .drinks {
	width: 58px;
	height: 16px;
	margin-right: 19px;
}
#menuText .food {
	width: 44px;
	height: 16px;
	margin-right: 23px;
}
#menuText .photos {
	width: 63px;
	height: 16px;
	margin-right: 18px;
}
#menuText .news {
	width: 130px;
	height: 16px;
	margin-right: 17px;
}
#menuText .contact {
	width: 71px;
	height: 16px;
	margin-right: 16px;
}
#menuText .links {
	width: 48px;
	height: 16px;
}
