/**  style sheet **/

body, html {
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #F3EEE8;
	background-position: top;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #765C3D;
}

body {
	min-width:750px;
}

h1 {
	color: white;
	width: 608px;
	background: #765C3D;
	font-size: 24px;
	height: 25px;
	padding: 7px 0px 3px 10px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #ffffff;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	color: #193D1C;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #442F16;
	margin:0px 0px 10px 0px;
	padding:10px 0 5px 0;
	font-weight:normal;
	border-bottom: 1px solid #442F16;
}

h4 {
	font-size: 20px;
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
}

a:link {
	color: #193D1C;
}

a:hover {
	border: none;
}

#wrap {
	background-image: url(images/bg-inner-brown.png);
	background-repeat: repeat-y;
	background-position: center;
	margin:0 auto;
	width:900px;
}

#header {
	height: 112px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	background: url(images/header2.jpg);
}

#menu {
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	z-index: 20;
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;	
	top: 82px;
}

#menu a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
	border: 0;
	margin: 4px;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
	border: 0;
	text-decoration: underline;
}

#main {
	float:left;
	width:620px;
}

#content {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #765C3D;
	line-height: 20px;
}

#content img {
	border-bottom: 2px #ffffff solid;
}

#sidebar {
	float:right;
	width:220px;
	margin: 30px;
}

#header-photo {
	height: 100px;
	overflow: hidden;
	width: 614px;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
}

#text {
	width: 552px;
	padding: 20px 30px 30px 30px;
}

#home-text {
	width: 558px;
	padding: 20px 30px 30px 30px;
	/*background-color: #D6C9B8;*/
}

tr.vendor-name {
	background: #B69E7E;
}

#table-recommended-vendors {
	background: #EEE9E2;
	border-collapse: collapse;
}

#table-recommended-vendors td{
	padding: 15px;
}

#cocktail-table {
	border: #442F16 1px solid;
	border-collapse: collapse;
	background: #ffffff;
}

#cocktail-table th {
	background: #442F16;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

#cocktail-table td {
	border: #442F16 1px solid;
}

#contact-form-table {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #543A1B;
	font-size: 12px;
}

.form-class {
	background: #ffffff;
	border: 1px solid #543A1B;
}

.form-class-button {
	background: #E0D2C1;
	border: 1px solid #543A1B;
}

.testimonial {
	border-top: 1px dashed #765C3D;
	padding: 20px 0px 0px 0px;
	color: #765C3D;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

#footer {
	clear:both;
	padding: 0px;
	margin: 0px;
	height: 71px;
}

/************************************MENU************************************/

#dropmenudiv{
	position:absolute;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;
	line-height: 18px;
	z-index:100;
	width: 300px;
	visibility:hidden;
	background: #ECE2D4;
}

#dropmenudiv a{
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #765C3D;
	width: 100%;
	border-left: 1px solid #765C3D;
	border-right: 1px solid #765C3D;
	border-bottom: 1px solid #765C3D;
	background-color: #ECE2D4;
}

#dropmenudiv a:hover{ 
	background-color: #765C3D;
	color: #ffffff;
}