/* CSS Document 

Web Red: #8b002f
Logo Red: #6b112a
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #2c2c2c;
	background-color: #996633;
	background-image: url(/images/template/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

h1 {
	color: #6b112a;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}

h2 {
	color: #996633;
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 10px;
}

h3 {
	color: #6b112a;
	font-size: 11px;
	margin-top: 10px;
}

h4 {
	color: #6b112a;
	font-size: 10px;
}

a:link {
	color: #333333;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 140%;
	margin-top: 7px;
	margin-bottom: 7px;
}

ul li {
	list-style: none;
	background-image: url(/images/template/gold-circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 13px;
}

li {
	line-height: 150%;
}

#container {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: auto;
	width: 993px;
	background-color: #6b112a;
}

blockquote {
	background-image: url(/images/quote.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 40px;
	margin: 20px 5px 20px 0px;
}

#header {
}

#header img, #header object, #header embed {
	border: none;
	display: block;
}

.keywords {
	color: #ffffff;
	height: 17px;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

.keywords p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.header-left {
	border-right: 1px solid #ffffff;
	width: 221px;
	height: 165px;
	padding-top: 35px;
	float: left;
}

.header-right {
	float: right;
}

.header-bottom {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 15px;
	background-color: #996633;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#content {
	width: 993px;	
	margin: 0;
	padding: 0;
	background-image: url(/images/template/page-background.gif);
	background-repeat: repeat;
}

#left-side {
	width: 221px;
	float: left;
	border-right: 1px solid #ffffff;
	margin: 0;
}

#inner-content {
	margin: 0;
	padding: 0;
	float: right;
	width: 771px;
}

#left-menu {
	z-index: 50;
	position: relative;
}

#left-menu ul {
	margin: 0;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 50px;
	width: 200px;
	list-style: none;
}

#left-menu li {
	position: relative;	
	padding: 10px;
	padding-top: 12px;
    list-style: none;
	height: 20px;
	background-image: none;
	border-bottom: 1px solid #cccccc;
}

#left-menu li ul {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}

#left-menu ul ul {
	background-color: #6b112a;
	width: 240px;
	z-index: 111!important;
	padding: 0;
}

#left-menu ul ul li {
	padding: 5px;
	padding-bottom: 8px;
	background-color: #6b112a;
	border-bottom: 1px dotted #cccccc;
}

#left-menu ul ul li a {
	font-size: 11px;
}

#left-menu ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	border-bottom: 0;
	font-size: 12px;
}


#left-menu a:hover {
    text-decoration: none;
}

#left-menu li:hover {
	background-image: url(/images/template/menu-background.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	background-position: top;
}

#left-menu li:hover ul, 
#left-menu li.over ul { 
	display: block; 
}

/* Fix IE. Hide from IE Mac \*/
* html #left-menu ul li { float: left; height: 1%; }
* html #left-menu ul li a { height: 1%; }
/* End */


/* End */

.selected {
	background-color: #996633;
	background-image: url(/images/template/menu-background.gif);
	background-repeat: repeat-x;
}

.head-text {
	text-align: center;
	margin-top: 10px;
}

p.head-phone {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

p.head-ad {
	color: #996633;
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#menu {
	width: 771px; 
	height: 25px; 
	position: relative; 
	z-index: 100;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	background-color: #6b112a;
}

#menu a {
	color: #fff;
}

#menu ul li a, 
#menu ul li a:visited {
	display: block; 
	text-decoration: none;
	width: 95px; 
	height: 20px; 
	text-align: center;  
	border-right: 1px solid #fff; 
	background-color: #6b112a; 
	line-height: 20px; 
	font-size: 12px; 
	overflow: hidden;
}

#menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	padding: 0;
	margin: 0;
	float:left; 
	position:relative;
	background-image: none;
}

#menu ul li ul li,
#menu ul li ul li a,
#menu ul li ul li a:visited {
	font-size: 10px;
}

#menu ul li ul {
	display: none;
}

#menu ul li:hover a {
	background: #8b2340;
}

#menu ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 0; 
	width: 96px;
}

#menu ul li:hover ul li a:hover {
	background: #8b2340;
}

#menu ul li:hover ul li ul {
	display: none;
}

#menu ul li:hover ul li a {
	display:block;
	background:#a83958;
	border-bottom: 1px solid #fff;
}

#menu ul li ul li {
	background-color: #8b2340;
	width: 180px;
}

#menu ul li ul li a,
#menu ul li ul li a:visited {
	width: 180px;
	text-align: left;
	border-right: none;
	padding: 3px;
	padding-left: 5px;
}

#page-text {
	padding: 10px 15px 15px 15px;
	background-color: #ffffff;
	margin: 0;
	padding-bottom: 50px;
}

#footer {
	color: #ffffff;
	clear: both;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #ffffff;
	font-size: 9px;
}

#footer a {
	color: #ffffff;
}

#footer p {
	margin-bottom: 5px;
	margin-top: 5px;
}

.clear-content {
	clear: both;
}

.right {
	float: right;
	border: 1px solid #000000;
	margin: 10px 0px 10px 10px;
	clear: right;
}

.left {
	float: left;
	border: 1px solid #000000;
	margin: 10px 10px 10px 0px;
}

.center {
	text-align: center;
}

.left-title {
	float: left;
	border: 1px solid #996633;
	margin: 0px 10px 10px 0px;
}

.image {
	border: 1px solid #000000;
	margin: 10px 5px 10px 5px;
}

fieldset {
	padding: 10px;
}

legend {
	color: #6b112a;
	padding: 5px;
}

.submit {
	background-color: #6b112a;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	cursor: pointer;
}

.contact-form label {
	float: left;
	width: 80px;
}

.small {
	font-size: 9px;
}

.error {
	color: red;
}

.event {
	margin-bottom: 10px;
	margin-top: 10px;
}

.event td {
	padding: 3px;
}

.event h4 {
	padding-bottom: 4px;
	margin-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #996633;
}

.header-left img {
	display: block;
}

.wedding-package {
	padding: 5px 5px 5px 10px;
	border: 1px solid #6b112a;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 480px;
}

.wedding-package h3 {
	padding-top: 5px;
}

ul.gold li {
	list-style: none;
	background-image: url(/images/template/gold-circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 13px;
}

ul.red li {
	background-image: url(/images/template/red-circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 13px;	
}

.poem {
	color: #6b112a;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.rates {
}

table.rates {
	width: 300px;
	border: 1px solid #996633;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.rates th {
	border-bottom: 1px solid #996633;
	padding: 3px;
}

table.rates td {
	text-align: center;
	border-bottom: 1px dotted #996633;
	padding: 3px;
}

table.rates td.last {
	border: none;
}

table.wine {
	width: 700px;
}

table.wine td {
	text-align: left;
	vertical-align: top
}

ul.extra {
}

ul.extra li {
	list-style: none;
	background-image: url(/images/template/ribbon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
}

.breadcrumbs {
	font-size: 10px;
}

#menu ul li a.last {
	border: none;
}

/* Gallery styles */

.gallery  {
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery img {
	border: 1px solid #000000;
	margin: 5px;
	margin-bottom: 10px;
	padding: 3px;
}

.gallery-items {
	float: left;
	width: 220px;
	padding: 5px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	background-color: #000;
}

.gallery-items h2 {
	color: #ccc;
	margin-top: 10px;
}

.gallery-items a {
	color: #ccc;
}

.gallery-items img {
	border: 1px solid #000;
}

/* End of */

/* Tours styles */
.tours {
	border: 1px solid #8b002f;
	padding: 0px 10px 15px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.tours h2 a {
	color: #996633;
	text-decoration: none;
}

.tours img {
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
}
/* End of */