/* @override http://localhost/css/main.css */

/* @override http://localhost/css/main.css */

@charset "utf-8";
body, html {
	margin:0;
	padding:0;
}
html {
	background-color: #dfdbd8; 
}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
p,a {
	font-family: Garamond, Times, "Times New Roman", serif;
	color: #4c3521;
	line-height: 1.2em;
}
div#container {
	position: absolute;
    background: url(../images/background.jpg) no-repeat center top;
	min-height: 100%;
	width: 99%;
	top: 0;
}
div#main {
	margin: 40px auto 0 auto;
	background: url(../images/paper_back.png) no-repeat;
	width: 1000px;
	overflow: hidden;
}
img.seal {
	position: absolute;
	margin: 50px 0 0 720px;
}
/* Left Side Styles */
#left {
	float: left;
	padding-right: 20px;
	width: 280px;
	height: 500px;
	margin: 80px 0 0 0;
	background: url(../images/divider.png) no-repeat bottom right;
}
#navigation {
	clear: both;
	float: right;
	margin: 30px 10px 20px 0;
}
#navigation ul {
	list-style: none;
	text-align: right;
}
#navigation ul li a {
	text-decoration: none;
	font-size: 13pt !important;
	display: block;
	width: 180px;
	padding-right: 20px;
	height: 30px;
	line-height: 1.7em;
	color: #73000c;
}
#navigation ul li.active a {
	color: #fff !important;
	background: url(../images/nav_active.png) no-repeat right;
}

#main #left img {
	float: right;
	margin: 10px 0px 10px 0;
	border: none;
}

#main #left #contact p {
	text-align: right;
	float: right;
	clear: both;
	font-size: 12pt;
	margin: 20px 20px 0 0;
}
#main #left #contact p sub {
	font-size: 11pt;
}
#main #left #contact p strong {
	color: #73000c;
	font-weight: normal;
	font-size: 18pt;
}
#main #left #contact a {
	color: #73000c;
	font-size: 11pt;
}

/* Content styles */
#main #content {
	float: left;
	padding-right: 10px;
	width: 440px;
	margin: 140px 0 0 30px;
	min-height: 500px;
}
#main #content h2 {
	font-style: garamond, serif;
	text-align: left;
	font-size: 20pt;
	margin-left: 10px;
	color: #73000c;
}
#main #content p {
	margin: 0 60px 30px 10px;
	line-height: 1.4em;
}
#main #content a {
	color: #73000c;
}
#main #content a.enter {
	text-decoration: none;
	padding-right: 40px;
	background: url(../images/hand.png) no-repeat right;
}
#main #content p strong {
	font-weight: normal;
	color: #73000c;
}
#main #content img.homePics {
	position: absolute;
	margin: 50px 0 0 0;
}

/*Photo tour style */
#gallery {
	width: 450px;
	margin: 20px 0 0 0;	
}

#gallery a img.pic {
	margin: 10px;
	padding: 8px 7px;
	background: url(../images/thumbnail_background.jpg) no-repeat;
	border: none;
}

#galleryVIP {
	width: 430px;
	margin: 20px 0 0 0;
	padding-bottom: 30px;	
	border-bottom: 1px dotted #c9c9c9;
}
#galleryVIP a img.pic {
	float: left;
	margin: 10px 20px 2px 10px;
	padding: 8px 7px;
	background: url(../images/thumbnail_background.jpg) no-repeat;
	border: none;
} 
#galleryVIP h3 {
	padding: 10px 0 10px 0;
	font-size: 12pt !important;
}
#galleryVIP p {
	font-size: 11pt;
	margin: 0 10px 0 10px !important;
}



/* Schedule Styles */

#content h3 {
	font-family: Garamond, Times, "Times New Roman", serif;	color: #73000c;
	margin: 10px 0 0 10px;
	font-weight: bold;
	font-size: 10pt;
}


#content p em {
	font-size: 11pt;
	color: #4c3521;
}

/* Directions Styles */
div.maps {
	margin: 0;
	background: url(../images/maps_back.jpg) no-repeat;
	padding: 15px;

}
iframe {
}

#content div.maps small a {
	font-family: Garamond, Times, "Times New Roman", serif;	font-size: 10pt;
	color: #73000c !important;
	margin-left: 20px;
}

/* Drink special Styles */

#content ul {
	list-style: none;
	padding: 10px;
}
#content ul li {
	font-family: Garamond, Times, "Times New Roman", serif;	font-size: 12pt;	
	color: #4c3521;
	padding-left: 12px;
	margin-top: 4px;
	background: url(../images/diamond_bullet.png) no-repeat 0 5px;
}

/* Sidebar styles */
#main #sidebar {
	float: left;
	width: 180px;
	margin: 100px 0 0 0;
}
#main #sidebar #schedule {
	height: 270px;
	padding: 20px 0 0 12px;
}
#main #sidebar h2 {
	font-family: Garamond, Times, "Times New Roman", serif;	color: #73000c;
	font-weight: normal;
	margin: 9px 0 15px 0;
	font-size: 14pt;
}
#main #sidebar h3 {
	font-family: Garamond, Times, "Times New Roman", serif;	color: #73000c;
	font-size: 11pt;
	font-weight: bold;
}
#main #sidebar p {
	margin: 10px 0;
	font-family: arial;
	font-size: 8.5pt;
	line-height: 1.3em;
}
#main #sidebar p strong {
	color: #73000c;
	font-size: 8pt;
}
#main #sidebar a {
	color: #73000c;
}
#main #sidebar ul {
	list-style: none;
	padding-left: 4px;
}
#main #sidebar ul li {
	font-family: arial;
	font-size: 8.5pt;
	margin: 10px 0 ;
	color: #4c3521;
	padding: 0 0 0 12px;
	background: url(../images/diamond_bullet.png) no-repeat 0 2px;

}

#main #sidebar #drinks {
	margin-top: 50px;
	margin-left: 12px;
}

/* Footer Styles */
#footer {
	margin: 0 auto 100px auto;
	width: 1000px;
	height: 145px;
	overflow: hidden;
	background: url(../images/footer.png) no-repeat;
}




