@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLt #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(imgs/images/images/container_bg.png);
	background-repeat: repeat-y;
}
.twoColFixLt #mainContent #banner {
	background-image: url(imgs/images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
}
.twoColFixLt #mainContent #banner { text-indent: -9999px; }

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 90px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(imgs/images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 429px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 90px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(imgs/images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.twoColFixLt #mainContent #imageRoller {
	background-image: url(imgs/images/The-YewTreeDraft1_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 890px;
	height: 261px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.smallprint {
	font-size: 0.9em;
}

.twoColFixLt #mainContent #nav {
	background-image: url(imgs/images/images/menu_bg.png);
	height: 77px;
}
.twoColFixLt #mainContent p a {
	color: #F1C984;
}


.twoColFixLt #footer {
	height: 23px;
	background-color: #490000;
	background-image: url(imgs/images/footer_bg.jpg);
	background-repeat: no-repeat;
}


.twoColFixLt #mainContent p {
	color: #EFE2CB;
	line-height: 1.6em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 50px;
}

.twoColFixLt #footer p {
	color: #efe2cb;
	padding-left: 120px;
	font-size: 0.9em;
	line-height: 24px;
}
.headHomePage {
	background-image: url(imgs/images/images/headHomePage.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	margin-left: 35px;
}




.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;
}

#nav {
	position: relative;
}

#nav ul{
	position: relative;
	top: 28px;
	left: 16px;
	list-style: none;
}
#nav li {
	float: left;
}

#nav a {
	display: block;
	background: transparent url(imgs/Nav.gif) no-repeat 0px 0px;	
	height: 31px;
	text-indent: -9999px;
}

#nav a:hover {
	background-position: 0px -31px;
}

#nav .menuBarRestaurant { width: 200px; }
#nav .menuBarRestaurant:hover {	background-position: 0px -31px; }

#nav .menuOurMenu {
	width: 125px;
	background: transparent url(imgs/Nav.gif) no-repeat -200px 0px;	
}
#nav .menuOurMenu:hover { background-position: -200px -31px; }

#nav .menuContactUs {
	width: 135px; 
	background: transparent url(imgs/Nav.gif) no-repeat -325px 0px;
}
#nav .menuContactUs:hover { background-position: -325px -31px; }

.headOurMenu {
	background-image: url(imgs/headingOurMenu.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	margin-left: 35px;
}
.headContactUs {
	background-image: url(imgs/headingFindingUs.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 55px;
	margin-left: 35px;
}
.twoColFixLt #mainContent h1 {
	color: #E3BE91;
	line-height: 1em;
	margin-top: 1em;
	margin-right: 1em;
}
.twoColFixLt #mainContent h2 {
	color: #DDAF77;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 50px;
	margin-top: 1.6em;
}
.twoColFixLt #mainContent h3 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #EFCC8C;
	margin-left: 50px;
	margin-top: 1em;
}

.twoColFixLt #mainContent #map {
	margin-left: 50px;
	margin-top: 0.6em;
	margin-right: 2em;
	float: left;
}
.twoColFixLt #mainContent #map a{
	color: #F4C790;
}

.directions {
	display: block;
	clear: left;
	margin-top: 1em;
}
.twoColFixLt #mainContent .address h2 {
	color: #F4C790;
	font-weight: normal;
	margin: .2em;
}

.address {
}

