body {
	margin: 0px;
	background-color: #746F3D;
	background-image: url(/img/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
}

* {
	behavior: url(/css/iepngfix.htc);
}
.logo {
	width: 262px;
	height: 116px;
}
.side-bar {
	background-image: url(/img/vine-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 260px;
	height: 525px;
	position: absolute;
	top: 116px;
}
.side-bar-bottom {
	height: 100%;
}
.menu {
	padding-top: 15px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
}
/*.menu a {
	color: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: #905050;
	text-decoration: none;
}
.menu a:visited {
	color: #000000;
	text-decoration: none;
}*/
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px;
	}

.menu ul li {
	position: relative;
	}
	
.menu li ul {
	position: absolute;
	left: 124px;
	top: 0;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccab0;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccab0;
	border-left-color: #cccab0;
	}

/* Styles for Menu Items */
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	}

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

.menu ul li a:hover {
	color: #4C0719;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccab0;
	padding: 4px 5px 5px;
} 
		
.menu li ul li a {
	padding: 4px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccab0;
	background-image: url(/img/menu-hover-white-80.png);
	background-repeat: repeat;
	color: #905050;
} 
.menu li ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-top: 0px none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
		
.menu li:hover ul, .menu li.over ul { /* The magic */
	display: block;
} 
.main {
	width: 405px;
	vertical-align: top;
	padding: 15px 31px 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 11px;
	line-height: 18px;
	height: auto;
}
.main a {
	color: #905050;
	text-decoration: none;	
}
.main a:hover {
	color: #532E2E;
	text-decoration: underline;
}
/* .main a:visited {
	color: #905050;
	text-decoration: none;	
} */
.main ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 11px;
	line-height: 18px;
	width: 350px;
	margin-top: -3px;
	margin-bottom: -3px;
}
.main ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 5px;
	list-style-type: disc;
}

.main p {
	padding-bottom: 5px;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
}
strong {
	color: #5E7920;
}
blockquote {
	border: 1px solid #ACA87D;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #d0ceb4;
	padding-right: 15px;
	padding-left: 15px;
}
.bold {
	font-weight: bold;
	color: #333300;
}
hr {
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ACA87D;
}
.appointment {
	margin-right: 20px;
}
#footer {
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	vertical-align: bottom;
	padding-bottom: 20px;
}
