﻿* { border: none 0; margin: 0; padding: 0; }

body 
{ 
	background: url(../images/bg.png); 
	color: #444444;	
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: small;
}

#container
{
	background: url(../images/main_bg.png) no-repeat;
	height: 660px;
	margin:20px auto auto auto;
	padding: 3px 5px 7px 5px;
	width: 810px;
}

#mainL
{
	background: url(../images/side_bg.jpg) no-repeat;
	height: 650px;
	float: left;
	margin: 5px;
	position: relative;
	width: 250px;
}

#mainR
{
	float: left;
	height: 650px;
	width: 540px;
}

#nav
{
	background: white;
	float: left;
	height: 40px;
	width: 540px;
}

ul#navList { margin: auto; width: 540px; }

ul#navList li
{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 auto;
}

ul#navList li a
{
	border: none;
	display: block;
	height: 40px;
	text-decoration: none;
}

#navCaterers a { background: url(../images/nav2.png) 0; width: 95px; }
#navCaterers a:hover, #navCaterers a.active { background: url(../images/nav2.png) -95px; width: 95px; } 
#navPricing a { background: url(../images/nav2.png) -190px; width: 88px; }
#navPricing a:hover, #navPricing a.active { background: url(../images/nav2.png) -278px; width: 88px; }
#navMap a { background: url(../images/nav2.png) -366px; width: 177px; }
#navMap a:hover, #navMap a.active { background: url(../images/nav2.png) -543px; width: 177px; }
#navFloorplan a { background: url(../images/nav2.png) -720px; width: 180px; }
#navFloorplan a:hover, #navFloorplan a.active { background: url(../images/nav2.png) -900px; width: 180px; }
	
	
#content
{
	float: left;
	height: 583px;
	margin-top: 7px;
	overflow: auto;
	padding: 5px 10px 10px 10px; 
	width: 515px;
}

.hidden { display: none; }

hr
{
	color: #777777;
	background: #777777;
	height: 1px;
	margin: 15px auto 20px;
	width: 400px;
}


h1
{
	color: #5a2222;
	font-family: Georgia, Garamond, "Times New Roman", Serif;
	font-weight: normal;
}

h2
{
	color: #333333;
	font-family: Georgia, Garamond, "Times New Roman", Serif;
	font-size: larger;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	
}

h3
{
	color: #5a2222;
	font-family: Georgia, Garamond, "Times New Roman", Serif;
	font-weight: normal;
	font-size: medium;
	font-style: italic;
}

h4, h5, h6 { font-family: Georgia, Garamond, "Times New Roman", Serif; font-weight: normal; font-style: italic; }

h4
{
	font-weight: bold;
	font-size: small;
}

p
{
	
	margin-bottom: 15px;
}

ul { margin-bottom: 10px; }

li
{
	list-style-type: circle;
	margin: auto auto 8px 20px;
}


.marginAuto { display: block; margin: auto; }

#content a, #content a:visited 
{
	color: #5a2222;
	padding-bottom: 2px;
	text-decoration: underline;
}

#content a:hover,  #content a:active
{
	color: #777777;
	padding-bottom: 2px;
	text-decoration: underline;
}


#content img, #content iframe
{
	border: 1px solid #777777;
	margin-bottom: 10px;
	padding: 5px;
}

.right { float: right; }	
.left { float: left; }
.center { text-align: center; }
.bottom { bottom: 10px; left: 0; position: absolute; } 

.caterer
{
	float: left;
	margin: auto 15px 5px auto;
}

div.caterer { width: 100%; }




table.pricing
{
	border-collapse: collapse;
	font-size: small;
	width: 95%;
}

table.pricing thead
{
	background: #5a2222;
	color: #ffffff;
}

table.pricing thead td { padding: 5px; }
table.pricing thead td.middle { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; width: 35%; }
table.pricing thead td.right { width: 35%; }

table.pricing tbody td { border-bottom: 1px solid #5a2222; padding: 5px; }
table.pricing tbody td.middle { border-left: 1px solid #5a2222; border-right: 1px solid #5a2222; padding: 5px; }

#frontPage
{
	font-size: medium;
	line-height: 1.25;
}
