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

body { 
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) center top;
	font-family:Helvetica, Arial;
	font-size:14px;
	line-height:24px;
	color:#0c0704;
}

h2 { color: #996600; }

a { color:#996600; }
a:hover { color:#060; }

.clear { clear:both; }
a, img { outline:none; }
a img { border:none; }

.image { float:right; width:144px; }
.image a img { float:right; border:3px solid #060; width:144px; margin:5px 0; }
.image a:hover img { border:3px solid #0c0704; }

ul { margin-bottom:0; margin-top:0; padding-bottom:10px; padding-top:10px; }
p { margin-bottom:0; margin-top:0; padding-bottom:10px; padding-top:10px; }

#main_nav {
	position:relative;
	top:-10px;
	left:60px;
	z-index:100;
	display:block;
	margin:0 auto -30px;
	padding:0;
	width:570px;
	height:28px;
}

#main_nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main_nav li {
	display:block;
	float:left;
	white-space:nowrap;
	padding:0;
	margin:0;
	text-align:center;
	border:1px solid #996600;
	border-right:none;
}

#main_nav li.first {
	border-left:1px solid #996600;
}

#main_nav li.last {
	border-right:1px solid #996600;
}

#main_nav li a {
	display:block;
	padding:10px 20px;
	height:15px;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	color:#fff;
	line-height:normal;
}

#main_nav li a:hover,
#main_nav li a.current {
	background-color:#996600;
}

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

#photos {
	position:relative;
	top:130px;
	left:0;
	width:368px;
	height:756px;
}

#photos.home {
	background:url(../images/photos_home.png) no-repeat;
}

#photos.weddings {
	background:url(../images/photos_weddings.png) no-repeat;
}

#photos.simply {
	background:url(../images/photos_simply.png) no-repeat;
}

#photos.catering {
	background:url(../images/photos_catering.png) no-repeat;
}

#photos.elegant {
	background:url(../images/photos_elegant.png) no-repeat;
}

#photos.grill {
	background:url(../images/photos_grill.png) no-repeat;
}
#photos.links {
	background:url(../images/photos_links.png) no-repeat;
}
#photos.index {
	background:url(../images/photos_index.png) no-repeat;
}
#photos.facilities {
	background:url(../images/photos_facilities.png) no-repeat;
}
#photos.menu {
	background:url(../images/photos_menu.png) no-repeat;
}
#photos.about {
	background:url(../images/photos_about.png) no-repeat;
}
#photos.test {
	background:url(../images/photos_test.png) no-repeat;
}
#content_wrapper {
	position:absolute;
	top:10px;
	right:0px;
	width:665px;
	height:100%;
}

#content_wrapper #content_top {
	background:url(../images/logo.png) no-repeat;
	width:726px;
	height:252px;
	text-align:center;
}

#content_wrapper #content {
	background:url(../images/content_bg.png) repeat-y;
	width:726px;
	margin:0;
	padding:0;
}

#content_wrapper #content_inner { 
	width:630px;
	margin:0 auto;
}

#content_wrapper #content_bottom {
	background:url(../images/content_bottom.png) no-repeat;
	width:726px;
	height:45px;
}

/* Main Navigation */

#header_nav {
	display:block;
	margin:0 auto;
	padding:5px 0;
	width:570px;
	height:28px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

#header_nav ul {
	margin:0;
	padding:0;
	margin-left:10px;
	list-style:none;
}

#header_nav li {
	display:block;
	float:left;
	white-space:nowrap;
	padding:0;
	margin:0;
	text-align:center;
	border-left:1px solid #666;
}

#header_nav li.first {
	border-left:none;
}

#header_nav li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	margin:0 20px;
	color:#060;
	line-height:normal;
}

#header_nav li a:hover,
#header_nav li a.current {
	color:#996600;
}

/* Hot Buttons */

.btn_group {
	width:600px;
	margin:0 auto;
}

.btn_group a {
	display:block;
	width:120px;
	height:120px;
	float:left;
}

.btn_group span {
	display:block;
	width:120px;
	float:left;
	text-align:center;
	font-size:16px;
	line-height:17px;
}

#elegant a {
	background:url(../images/btn_elegant.jpg) no-repeat top;
}

#elegant a:hover {
	background-position:0 -122px;
}

#weddings a {
	background:url(../images/btn_weddings.jpg) no-repeat top;
}

#weddings a:hover {
	background-position:0 -122px;
}

#simply a {
	background:url(../images/btn_simply.jpg) no-repeat top;
}

#simply a:hover {
	background-position:0 -122px;
}

#catering a {
	background:url(../images/btn_catering.jpg) no-repeat top;
}

#catering a:hover {
	background-position:0 -122px;
}

#grill a {
	background:url(../images/btn_grill.jpg) no-repeat top;
}

#grill a:hover {
	background-position:0 -122px;
}

#scroll {
	margin:20px auto 0;
	padding-bottom:20px;
	width:581px;
	height:166px;
}

.footer {
	width:665px;
	color:#fff;
	margin:-30px auto 0;
	text-align:center;
	font-weight:bold;
	padding-left:33px;
}
#newsletter {
	position: absolute;
	left: -135px;
	width: 200px;
	height: 40px;
}

