@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #EFDEBC;
	font-size: 15px;
}

p {
	margin: 0;
	padding-top: 14px;
	text-align: justify;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1002px;
}

#layout {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 1002px;
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-y;
}

#left_menu {
	position: absolute;
	top: 50px;
	left: 40px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#right_menu {
	position: absolute;
	top: 50px;
	left: 668px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#left_menu li, #right_menu li {
	position: relative;
	float: left;
}
#left_menu li a, #right_menu li a {
	display: block;
	text-decoration: none;
}
#left_menu li a.home {
	background-image: url(../images/m_home.jpg);
	width: 70px;
	height: 33px;
}
#left_menu li a.restaurant {
	background-image:  url(../images/m_restaurant.jpg);
	width: 134px;
	height: 33px;
}
#left_menu li a.saloon {
	background-image:  url(../images/m_saloon.jpg);
	width: 84px;
	height: 33px;
}
#right_menu li a.photos {
	background-image:  url(../images/m_photos.jpg);
	width: 85px;
	height: 33px;
}
#right_menu li a.location {
	background-image:  url(../images/m_location.jpg);
	width: 109px;
	height: 33px;
}
#right_menu li a.contact {
	background-image:  url(../images/m_contact.jpg);
	width: 95px;
	height: 33px;
}

#column1 {
	margin: 0;
	margin-left: 41px;
	margin-top: 70px;
	width: 294px;
	float: left;
}
#column2 {
	margin: 0;
	width: 367px;
	float: left;
}
#column3 {
	margin: 0;
	margin-top: 70px;
	width: 259px;
	float: left;
}

.clearit {
	clear: both;
	height: 0px;
}

.left {
	float: left;
	margin-left: 92px;
}
.left_top {
	background-image: url(../images/left_top.jpg);
	background-repeat: no-repeat;
	width: 369px;
	height: 46px;
}
.left_middle {
	background-image: url(../images/left_middle.jpg);
	background-repeat: repeat-y;
	width: 327px;
	padding: 0 21px;
}
.left_bottom {
	background-image: url(../images/left_bottom.jpg);
	background-repeat: no-repeat;
	width: 398px;
	height: 25px;
}

.right {
	float: left;
	margin-left: 42px;
}
.right_top {
	background-image: url(../images/right_top.jpg);
	background-repeat: no-repeat;
	width: 369px;
	height: 44px;
}
.right_middle {
	background-image: url(../images/right_middle.jpg);
	background-repeat: repeat-y;
	width: 327px;
	padding: 0 21px;
}
.right_bottom {
	background-image: url(../images/right_bottom.jpg);
	background-repeat: no-repeat;
	width: 369px;
	height: 25px;
}

.growImage {
	position: relative;
	width: 80%;
	left: 15px;
	top: 15px;
}
.growDiv {
	position: relative;
}

#directions a:link, #directions a:hover, #directions a:active, #directions a:visited {
	color: #EFDEBC;
}

a:link, a:hover, a:active, a:visited {
	color: #EFDEBC;
}

input.btn {
	padding: 4px 4px;
	background-color: #EFDEBC;
  border: #000000 2px solid;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
	cursor: pointer;
  filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffEFDEBC');
}

#gallery {
	height: 220px;
	overflow: auto;
}

#gallery img {
	border: 2px solid #EFDEBC;
}

#frame {
	position: absolute;
	top: 510px;
	left: 516px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	width: 349px;
	height: 295px;
}

#photo {
	position: absolute;
	top: 44px;
	left: 37px;
	width: 265px;
	height: 199px;
	z-index: 20000 !important;
}

#footer {
	padding: 24px 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}