@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin: 0;
}

#content a img:hover {
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
}

#bodybg {
	background-image: url(../images/BodyBg.jpg);
	background-repeat: repeat-x;
	margin: auto;
}	

#wrapper {
	background-image: url(../images/layout/contentbg.jpg);
	background-repeat: repeat-y;
	width: 920px;
	margin: auto;
}

#header {
	background-image: url(../images/layout/header.jpg);
	height: 384px;
}

#headertop {
	height: 117px;
}

#banner {
	height: 267px;
}

#chef {
	float: left;
	width: 200px;
	height: 117px;
}

#beachcam {
	padding-right: 30px;
	padding-top: 3px;
	width: 300px;
	height: 114px;
	float:right;
}

#navcontainer {
	background-image: url(../images/layout/navbar.jpg);
	height: 55px;
	margin: 0;
	padding: 0;
}

#content {
	width: 900px;
	margin-left: 10px;
}

#leftcol {
	width: 600px;
	padding-left: 20px;
	margin-bottom: 80px;
	float: left;
}

#leftcol img {
	margin: 0px;
}

#leftcol p img {
	margin-right: 10px;
	margin-bottom: 0px;
}

#locationinfo {
	width: 280px;
	float: right;
}

#googlemap {
	float: left;
	width: 300px;
}

#wineimg {
	width: 900px;
}

#reserve {
	clear:both;
}

#flyout {
	background-image: url(../images/layout/flyout.jpg);
	background-repeat: no-repeat;
	height: 123px;
	clear: left;
}

#flyoutleft {
	width: 292px;
	margin: 0px 0 3px 4px;
	padding-top: 10px;
	float: left;
}

#flyoutright {
	width: 320px;
	padding-top: 7px;
	float: left;
}

#flyoutright h2 {
	padding-top: 10px;
}

#flyoutright h2 a:hover {
	color: #FFF;
}

#rightcol {
	width: 235px;
	float: right;
}

#rightcol img {
	margin: 0 0 10px 0;
}

#footer {
	background-image: url(../images/layout/footerbg.jpg);
	background-repeat:no-repeat;
	height: 59px;
	clear: both;
}

#contact {
	width: 670px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}

#wyndham {
	width: 200px;
	padding-top: 6px;
	float: left;
}

p {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 13px;
	color: #fff !important;
	padding-top: 0px;
	margin-top: 0px;
}

a {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	text-decoration: none;
	color: #cccc5e;
}
a img {
	border: 0;
	text-decoration: none;
}
img {
	border: 0;
}

table a img {
	color: #FFF;
}

#flyout a {
		color: #231704;
}	

h1 {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 18px;
	color: #fff;
}

h2 {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 14px;
	color: #fff;
}

.yellow {
	color: #cccc5e;
}

.brown {
	color: #231704;
}

.darkblue {
	color: #01435d;
}

.white {
	color: #FFF;
}