* {
padding: 0;
margin: 0;}

body{
background: url('../imgs/image/shared/bg_main.gif') repeat;
margin: 0;
padding: 0;
color: #5c5a4e;
font: 70% Arial, Helvetica, sans-serif;
}
/*Classes*/
.bold {
	font-weight: bold;
}
.small { font-size: 0.9em; }
.medium { font-size: 1em; }
.large { font-size: 1.1em; }
.larger { font-size: 1.2em; }
.borderbottom { border-bottom: 1px solid #5c5a4e; }

#top_decor{
background-color: #9B907E;
height: 58px;
}
#top_decor{
background: url('../imgs/image/shared/top_bg02.gif') repeat-x top left;
height: 63px;
}
#top_decor_img{
margin: 0 auto;
width: 700px;
background: url('../imgs/image/shared/top_decor04.gif') no-repeat #9B907E;
height: 63px;
}
#main_body_holder{
margin: 0 auto;
width: 720px;
background: url('../imgs/image/shared/bg_trans2.gif') repeat-y;
}
#main_body{
width: 700px;
margin: 0 auto;
}
#banquet_sec img{
margin: 5px auto;
border: 1px solid black;
}
#banquet_sec{
text-align: center;
}
#main_content_holder{
background-color: #F7F5EB;
}
#main_content{
position: relative;
min-height: 300px;
height: auto;
padding: 10px 10px 10px 10px;
}
#main_content h4 {
padding: 10px 10px 0px 10px;
font-size: 1.2em;
text-transform: uppercase;
}
#main_content p{
padding: 0 10px 5px 10px;
}
#main_content ul {
	list-style: none;
}


.textfloatright{
float: left;
}
.ban_header{
font-weight: bold;
font-size: 14px;
}
a:link {
text-decoration: underline;
color: #5c594e;
}
a:visited {
text-decoration: underline;
color: #5c594e;
}
a:hover {
text-decoration: none;
color: #5c594e;
}
a:active {
text-decoration: underline;
color: #5c594e;
}
#nav{
background-color: #5c5a4e;
}
#nav a:link {
text-decoration: none;
color: #e1d8bb;
}
#nav a:visited {
text-decoration: none;
color: #e1d8bb;
}
#nav a:hover {
background-color: #f7f5eb;
text-decoration: none;
color: #a19b4d;
}
#nav a:active {
text-decoration: none;
color: #e1d8bb;
}
#nav ul{
margin: 0;
padding: 0;
}
#nav ul li{
float: left;
margin: 0;
display: block;
position: relative;
z-index: 18;
}
#nav ul li a{
float: left;
display: block;
padding: 5px 11px;
}
#nav ul li ul{
margin: 0;
padding: 0;
display: none;
background-color: #999481;
position: absolute;
top: 24px;
left: 0;
width: 300px;
}
#nav ul li ul li a {
color: #333;
font-weight: bold;
width:120px;
}
#nav ul li.over ul{
display: block;
}
#nav ul li:hover ul{
display: block;
}

li > ul{
top: auto;
left: auto;
}
.picarea{
text-align: left;
width: 250px;
margin: 0 auto;
line-height: 20px;
}
#app_picarea, #main_picarea, #sea_picarea, #fruit_picarea{
text-align: left;
width: 100%;
margin: 0;
}
#picarea_holder{
margin-top: 20px;
text-align: center;
}
.picarea img.thumb{
filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
border: 1px solid black;
height: 50px;
width: 50px;
display: inline;
}
.picarea a{
margin: 0 5px 0px 0;
}

.linkopacity {
filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;

height: 50px;
width: 50px;
display: inline;
}
#lightbox{
padding: 2px;
}
#lightboxCaption{

margin: 10px 0 10px 10px;
}
.header{
font-weight: bold;
font-family: Arial, serif;
font-size: 18px;
color: #67645a;
}

table#pricing{
border-collapse: collapse;
margin: 0 auto;
width: 600px;
}
table#pricing td{
text-align: center;
border: 1px solid black;
padding: 10px;
}
#footer{
color: #f7f5eb;
padding: 10px 0 10px 0;
background-color: #999481;
font-weight: bold; 
font-size: 12px;
text-align: center;
}
#footer p {
padding: 2px 0;
}
#footer a:link {
color: #f7f5eb;
}
#footer a:visited {
color: #f7f5eb;
}
#footer a:hover {
color: #c3c3c3;
}
#footer a:active {
color: #f7f5eb;
}
#footLeft {
	float: left;
	width: 320px; 
	padding: 0 15px; 
}
#footRight {
	float: right;
	width: 320px; 
	padding: 0 15px; 
}
#main_body_holder_footer{
margin: 0 auto;
background: url('../imgs/image/shared/bg_footer2.gif') no-repeat;
width: 720px;
height: 15px;
}
/* default stuff */
img{
display: block;
border: none;
}
.clear{
clear: both;
}
.floatleft{
border: 1px solid black;
float: left;
margin: 5px 10px 30px 0;
}
a{
text-decoration: none;
}

/* form stuff */
legend{
display: none;
}
label{
display: block;
float: left;
width: 150px;
}
form{
font-size: 12px;
}
form fieldset{
border: 0;
}
textarea{
width: 400px;
}
#submit_div{
margin-left: 150px;
_margin-left: 152px;
}
.required{
}
.incomplete{
color: red;
}
.p_block{
margin-left: 10px;
}
.menu_header{
font-weight: bold;
}
p#menu_nav a{
padding-right: 7px;
}
.address_left{
float: left;
width: 150px;
}
.address_right{
float: right;
}

form input, form textarea{
border: 1px solid #999481;
margin-bottom: 5px;
}
form textarea{
width: 300px;
height: 100px;
}
#addresses{
margin: 20px 0 20px 0px;
}
.vendors li{
padding: 5px 0 10px 55px;
}
.header_vendor{
font-size: 14px;
font-weight:bold;
margin-left: 40px;
margin-top: 0px;
text-decoration: underline;
text-transform: uppercase;
}
.vendor_content{
display: none;
}
#content_holder{
float: right;
width: 420px;
height: auto;
}
.print_vendor {
	float: right;
	font-weight: bold;
	width: 120px;
}
.print_vendor a {
	text-decoration: underline;
}
.print_vendor a:hover {
	color: #000;
}

#vendorLinks {
	float: left; 
	width: 190px;
}
.vendorBtn {
	float: left;
	width: 80px;
}
.vendorText {
	float: right;
	width: 115px;
	margin-top: 10px;
	margin-left: -90px;	
	clear: right;
}
p.vendorText {
	font-size: 1.2em;
	font-weight: bold;
}
/*GALLERY SECTION*/

#gallery1 ul, #gallery2 ul, #gallery3 ul, #gallery4 ul{
	list-style: none;
	padding: 5px 0;
	font-weight: bold;
}
#gallery1 li, #gallery2 li, #gallery3 li, #gallery4 li {
	display: inline;
}
#gallery1 img, #gallery2 img, #gallery3 img, #gallery4 img {
	display: inline;
	border: 1px solid #674B13;

}
/*CATERING*/
#cateringMenu h3 {
	padding: 10px 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #7A6338;
	font-weight: bold;
}
#cateringMenu h4 {
	font-size: 1.2em;
	text-decoration: underline;
}
#cateringMenu h5 {
	font-size: 1.3em;
	padding: 10px 10px 0 10px;
}
#cateringMenu p {
	padding: 7px 0 0 20px;
	font-size: 1.1em;
}
#cateringMenu li {
	padding-bottom: 10px;
}
.print_catering {
	float: right;
	font-weight: bold;
	width: 135px;
	font-size: 1.1em;
}
.print_catering a {
	text-decoration: underline;
}
.print_catering a:hover {
	color: #000;
}

/*VENDORS SubPages*/
#vendorContent {
	margin: 0 20px;
}
#vendorContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #7A6338;
	font-weight: bold;
}
#vendorContent h3 span {
	border-bottom: 4px solid #674B13;
}
#vendorContent table {
	margin: 10px 0; 
}
#vendorContent td {
	padding: 3px 0;
}
.indent {
	padding-left: 25px;
}
.center {
text-align: center;
}