@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.home #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.jpg);
} 
.home #header {
	height: 216px;
	background-image: url(images/header.jpg);
} 
#logo {
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.home #nav {
	height: 46px;
	width: 920px;
	position: inherit;
	display: inline;
}
#home
{
	display: block;
	width: 102px;
	height: 46px;
	background: url("images/home.png") no-repeat 0 0;
	float: left;
}

#home:hover
{ 
  background-position: 0 -46px;
}

#home span
{
  display: none;
}
#about
{
	display: block;
	width: 110px;
	height: 46px;
	background: url("images/about.png") no-repeat 0 0;
	float: left;
}

#about:hover
{ 
  background-position: 0 -46px;
}

#about span
{
  display: none;
}

#services
{
	display: block;
	width: 229px;
	height: 46px;
	background: url("images/services.png") no-repeat 0 0;
	float: left;
}

#services:hover
{ 
  background-position: 0 -46px;
}

#services span
{
  display: none;
}

#gallery
{
	display: block;
	width: 144px;
	height: 46px;
	background: url("images/gallery.png") no-repeat 0 0;
	float: left;
}

#gallery:hover
{ 
  background-position: 0 -46px;
}

#gallery span
{
  display: none;
}

#venue
{
	display: block;
	width: 144px;
	height: 46px;
	background: url("images/venue.png") no-repeat 0 0;
	float: left;
}

#venue:hover
{ 
  background-position: 0 -46px;
}

#venue span
{
  display: none;
}

#contact
{
	display: block;
	width: 191px;
	height: 46px;
	background: url("images/contact.png") no-repeat 0 0;
	float: left;
}

#contact:hover
{ 
  background-position: 0 -46px;
}

#contact span
{
  display: none;
}
#testimonials
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/testimonials.png") no-repeat 0 0;
	float: left;
}

#testimonials:hover
{ 
  background-position: 0 -41px;
}

#testimonials span
{
  display: none;
}
#sample
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/sampleMenu.png") no-repeat 0 0;
	float: left;
}

#sample:hover
{ 
  background-position: 0 -41px;
}

#sample span
{
  display: none;
}
.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.home #mainContent {
	margin: 0px;
	float: left;
	width: 900px;
	margin-left: 10px;
	background-repeat: repeat-x;
	margin-right: 10px;
	height: 600px;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	color: #9E6514;
} 
.home #footer {
	height: 212px;
	background-image: url(images/footer.jpg);
} 
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#siteLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C7A371;
	text-decoration: none;
	height: 35px;
	width: 920px;
	text-align: center;
	background-color: #FFFFFF;
}
#siteLinks a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #C39E6A;
	text-decoration: none;
}
#contentHeader {
	float: left;
	height: 520px;
	width: 900px;
}
.mainContentimg {
	margin-right: 35px;
	float: left;
}
#innerBox {
	float: left;
	height: 56px;
	width: 860px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 15px;
	background-image: url(images/navShadow.jpg);
	background-repeat: repeat-x;
}
#homeButtons {
	float: left;
	height: 50px;
	width: 500px;
	margin-left: 195px;
	margin-top: 5px;
}
#homeButtons2 {
	height: 50px;
	float: right;
	width: 620px;
}
#contactBlock {
	width: 240px;
	float: left;
	height: 28px;
	margin-top: 5px;
	margin-left: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #FFFFFF;
}
#flashcontent {

	height: 100%;

}
#gallery1
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/cuisineButton.png") no-repeat 0 0;
	float: left;
	margin-left: 5px;
}

#gallery1:hover
{ 
  background-position: 0 -41px;
}

#gallery1 span
{
  display: none;
}
#gallery2
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/eventButton.png") no-repeat 0 0;
	float: left;
	margin-left: 5px;
}

#gallery2:hover
{ 
  background-position: 0 -41px;
}

#gallery2 span
{
  display: none;
}
#gallery3
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/galleryButton1.png") no-repeat 0 0;
	float: left;
	margin-left: 5px;
}

#gallery3:hover
{ 
  background-position: 0 -41px;
}

#gallery3 span
{
  display: none;
}
#gallery4
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/galleryButton1.png") no-repeat 0 0;
	float: left;
	margin-left: 5px;
}

#gallery4:hover
{ 
  background-position: 0 -41px;
}

#gallery4 span
{
  display: none;
}
#quickContact {
	float: right;
	height: 160px;
	width: 219px;
	margin-right: 18px;
	margin-top: 40px;
}
#logos {
	float: right;
	height: 140px;
	width: 259px;
	margin-right: 53px;
	margin-top: 17px;
}
#vendorButton {
	float: left;
	height: 41px;
	width: 225px;
	margin-top: 57px;
	margin-left: 388px;
}
#vendor
{
	display: block;
	width: 225px;
	height: 41px;
	background: url("images/bottomButtom.png") no-repeat 0 0;
	float: left;
}

#vendor:hover
{ 
  background-position: 0 -41px;
}

#vendor span
{
  display: none;
}
