@charset "utf-8";
/* CSS Reset */

@import url("reset.css");

/* CSS Navigation */

@import url("navigation.css");

/* CSS Navigation */

@import url("form.css");

/* Private Dining Slider*/

@import url("private-dining-room.css");

/* CSS Document */

img, div, a {
behavior: url(iepngfix.htc);
}

html, body {
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	background-image:url(../images/background-new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ebe7cf;
}

#content-center, #footer-content-center  {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
		
#content-100 {
	background-image:url(../images/body-background.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:100%;
	float:left;
	}
	
#footer-100 {
	background-image:url(../images/footer-background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	float:left;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	}

#header-container {
	width: 100%;
	float: left;
}

#logo-container {
	float: left;
	display: inline;
	width:332px;
	height: 84px;
	padding-top: 10px;
	text-align:left;
	}

#flash-vine {
	float: left;
	display: inline;
	width: 628px;
	height: 94px;
}	

#body-container {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width:960px;
	float:left;
	}
	
#footer-container {
	margin:auto;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width:960px;
	float:left;
	}

#footer-left {
	float:left;
	width:165px;
	padding:20px 0 0 10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ebe7cf;
	line-height:21px;
	}
	
	#footer-left a {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ebe7cf;
	line-height:21px;
	text-decoration:none;
	}

#footer-buttons-container {
	float:left;
	text-align:center;
	width:650px;
	padding-top:30px;
	position:relative;
	}

.footer-btns-divider {
	padding:0 2px;
	}

#footer-right {
	float:right;
	width:135px;
	text-align:right;
	padding-top:70px;
	}


#by-propeller {
	background-image:url(../images/propeller-logo.gif);
	background-repeat:no-repeat;
	bottom:0;
	float:right;
	height:27px;
	padding:12px 0 0 21px;
	right:50px;
	width:95px;
	text-transform:uppercase;
	font-size:10px;
}

#by-propeller a {
	font-size:10px;
	font-family: "Trebuchet MS", sans-serif; 
	color:#ebe7cf;
	text-decoration:none;
}

#column-container {
	background:url(../images/col-bg.gif);
	background-repeat:repeat-y;
	width:960px;
	float:left;
	padding-top:5px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
	
#left-col {
	float:left;
	width:645px;
	padding-right:15px;
	}

#right-col {
	width:300px;
	float:right;
	display:inline;
	}

#google-map-container {
	width:645px;
	height:343px;
	float:left;
	background:url(../images/google-map-frame.jpg);
	background-repeat:no-repeat;
	padding:7px 0 0 6px;
	}

#left-col-bottom {
	float:left;
	padding-top:20px;
	width:638px;
	}

#google-map{
}

#offers-btn {
	float:left;
	width:147px;
	height:155px;
	}

a.offers-btn {
	display:block;
	width:147px;
	height:155px;
	background-image:url(../images/btns/offers-btn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a:hover.offers-btn {
	background-position:0px -155px;
}

#bookings-btn {
	float:left;
	width:145px;
	height:155px;
	}

a.bookings-btn {
	display:block;
	width:145px;
	height:155px;
	background-image:url(../images/btns/bookings-btn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a:hover.bookings-btn {
	background-position:0px -155px;
}

#wedding-btn {
	float:left;
	width:145px;
	height:155px;
	}

a.wedding-btn {
	display:block;
	width:145px;
	height:155px;
	background-image:url(../images/btns/weddings-btn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a:hover.wedding-btn {
	background-position:0px -155px;
}

.left-col-divider {
	float:left;
	width:18px;
	}

#sign-up-box {
	float:left;
	width:310px;
	}
	
iframe {
	background-color:#ebe7cf;
	border:0px;
	overflow:hidden;
	}

#menu-tab {
	position:absolute;
	top:-27px;
	left:260px;
	}
	
/* Text */

h1 {
	font-size:40px;
	color:#7d0041;
	text-transform:uppercase;
	padding-bottom:10px;
	line-height:30px !important;
	}

h2 {
	font-size:30px;
	color:#7d0041;
	line-height:60px;
	}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#7d0041;
	padding-bottom:10px;
	}
	
p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding-bottom:10px;
	}
	
a {
	text-decoration:none;
	color: #786c1f;
	font-weight:bold;
	}

	#menu li a.customer-reviews {
		color: #7d0041;
		font-size:30px;
		line-height:60px;
	}
		
		
/* CSS Misc */

.clear {
	clear: both;
}

.margin-thirty {
	margin-left: 30px;
}

.center {
	text-align: center;
}