﻿/* general */
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #752F25;
	background-image: url('../../Images/mv-tile.jpg');
	font-family: Times New Roman;
	font-size: 10pt;
}
h3
{
	font-size: 14pt;
	color: #BFA773;
}
h4
{
	font-size: 14pt;
	color: #752f25;
}
a, a:visited, a:hover, a:active
{
	color: #752F25;
}

table.wrapper
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
table.tabhead, table.tabcontent, table.tabfoot
{
	border-collapse: collapse;
	width: 805px;
}
td.sidemenu
{
	width: 195px;
	background-color: #A98869;
}
td.contentarea
{
	width: 610px;
	background-image: url('../../Images/paper.jpg');
	background-repeat: repeat-y;
}
table.tabfoot
{
	margin-bottom: 16px;
}
table.tabfoot td.footlinks a, table.tabfoot td.footlinks
{
	color: White;
	text-decoration: none;
}
table.tabfoot td.footlinks a:hover
{
	text-decoration: underline;
}
div.contentbody
{
	padding: 0px 24px 4px 24px;
}
/* side menu items */
div.sidemenusepa
{
}
div.sidemenusepb
{
	height: 16px;
}
div.sidemenuitem
{
	text-align: left;
	border-top: solid 1px white;
	font-size: 11pt;
	color: White;
	padding: 4px 4px 4px 16px;
}
div.sidemenuitem_child
{
	border: none 0 transparent;
}
div.sidemenuitem_current
{
	background-color: #752F25;
}
div.sidemenuitem:first-letter
{
	font-size: 13pt;
}
div.sidemenuitem_1
{
	padding-left: 25px;
}
div.sidemenuitem_2
{
	padding-left: 35px;
}
div.sidemenuitem_3
{
	padding-left: 45px;
}
div.sidemenuitem_4
{
	padding-left: 55px;
}
div.sidemenuitem_5
{
	padding-left: 65px;
}
/* used in htm files */
div.sidemenuitemcurrent
{
	text-align: left;
	border-top: solid 1px white;
	font-size: 11pt;
	color: White;
	padding: 4px 4px 4px 16px;
	background-color: #752F25;
}
.sidemenu_links
{
	display: block;
	height: 100%;
	width: 100%;
	color: White;
	text-decoration: none;
}
a.sidemenu_links:visited
{
	display: block;
	height: 100%;
	width: 100%;
	color: White;
	text-decoration: none;
}
a.sidemenu_links:hover
{
	display: block;
	height: 100%;
	width: 100%;
	color: #752F25;
	text-decoration: none;
}
a.sidemenu_links:active
{
	display: block;
	height: 100%;
	width: 100%;
	color: #752F25;
	text-decoration: none;
}
/* home page div(s) */
#horizon
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#content
{
	margin-left: -388px;
	position: absolute;
	top: -249px;
	left: 50%;
	width: 777px;
	height: 498px;
	visibility: visible;
}

/* Shopping Cart */
table.Cart
{
	width: 100%;
	border-collapse: collapse;
}
table.Cart td, table.Cart th
{
	border: solid 1px #CCCCCC;
	padding: 5px 2px 3px 2px;
}
.EmptyCart
{
	padding: 5px 2px 3px 2px;
	text-align: center;
}

/* Gridview Pager */
.pagerstyle a
{
	color: #752F25;
}
.pagerstyle span
{
	font-weight: bold;
}

/* Required Fields */
p.reqfieldmsg
{
	font-size: 8pt;
}
span.reqfield
{
	color: Red;
}


/*Catering*/
td.CateringLeftColumn
{
	width: 400px;
}
td.CateringRightColumn
{
	width: 176px;
}
.SideBarHeader
{
	position: relative;
}
.SideBarHeader span
{
	position: absolute;
	width: 176px;
	text-align: center;
	font-size: 14pt;
	color: #BFA773;
	top: 7px;
	left: 0px;
}
.SideBarHeader span a,.SideBarHeader span a:visited
{
	color: #BFA773;
	text-decoration: none;
}
td.SideBarTitle
{
	font-size: 12pt;
	color: #752f25;
	text-align: center;
}
td.SideBarList
{
	text-align: center;
}
.SideBarList ul
{
	width: 130px;
	text-align: left;
}
.SideBarList li
{
	color: #752f25;
}
.SubsectionHeader
{
	font-size: 14pt;
	color: #752f25;
}
.CateringContent
{
	color: #0e0e0e;
}
.Gallery
{
	border: solid 2px #BFA773;
}
.GalleryHeader
{
	background-color: #611f10;
	height: 30px;
	color: #BFA773;
	font-size: 14pt;
	text-align: center;
	position:relative;
	padding-top:5px;
}
.GalleryNavigation
{
}
.GalleryBackground
{
	background-color: black;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.GalleryImageContainer span
{
	display: inline;
	float: left;
}
.CateringMain
{
	color: #BFA773;
	font-size:11pt;
}
.InquiryPrompt
{
	top:-5px;
	padding-right:10px;
}
.InquiryButton
{
	background: #752f25;
	color: #BFA773;
	font-size:14pt;
	border: solid 2px #BFA773;
}