/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page-video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 12px 24px 12px 0;
	border: 2px solid #666;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main img.banner-image {
	margin: 0 0 12px 0;
	border: 2px solid #666;
	width: 633px;
}
#main img.right, #main div.right {
	margin: 0 0 12px 12px;
	border: 2px solid #666;
    float: right;
}
#main img.left, #main div.left {
	margin: 0 12px 12px 0;
	border: 2px solid #666;
    float: left;
}

#main #page-image {
	float: right;
	background: url(/images/pageimg-frame.png) no-repeat;
	height: 241px;
	width: 322px;
	padding: 26px 33px 32px 24px;
	margin: -6px -60px 12px 12px;
}
#main #page-image-container {
	overflow: hidden;
	height: 241px;
	width: 322px;
}

/* styles */
body {
	background: #000;
}
#body {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;	
	background: url(/images/bodybg.gif) top center repeat-x;
}
#outer {
	background: url(/images/outerbg.gif) repeat-x;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 184px;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#tagline {
	position: absolute;
	top: 0;
	right: 20px;
}

ol#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 124px;
	right: 24px;
	height: 59px;
}
ol#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 20px 0 20px 23px;
	height: 19px;
	background: url(/images/navli.gif) no-repeat top left;
}
ol#nav li.first {
	padding-left: 0;
	background: none;
}
ol#nav a {
	text-decoration: none;
	font-size: 15px;
	line-height: 19px;
	height: 19px;
	text-transform: lowercase;
	color: #fff;
	display: block;
}
ol#nav a#nav-home {
	width: 52px;
	background: url(/images/nav-home.gif) no-repeat;
}
ol#nav a#nav-menus {
	width: 58px;
	background: url(/images/nav-menus.gif) no-repeat;
}
ol#nav a#nav-about {
	width: 75px;
	background: url(/images/nav-about.gif) no-repeat;
}
ol#nav a#nav-private {
	width: 199px;
	background: url(/images/nav-private.gif) no-repeat;
}
ol#nav a#nav-news {
	width: 48px;
	background: url(/images/nav-news.gif) no-repeat;
}
ol#nav a#nav-events {
	width: 59px;
	background: url(/images/nav-events.gif) no-repeat;
}
ol#nav a#nav-store {
	width: 46px;
	background: url(/images/nav-store.gif) no-repeat;
}
ol#nav a#nav-find {
	width: 58px;
	background: url(/images/nav-find.gif) no-repeat;
}
ol#nav a:hover, ol#nav a.active {
	background-position: 0 -19px !important;
}
ol#nav a span {
	display: none;
}

#main-box {
	background: url(/images/mainboxbg.png) repeat-y;
}	
#main {
	margin: 0 24px;
	background: url(/images/mainbg.jpg) repeat-x bottom left #fff;
}
#sidebar {
	width: 206px;
	float: left;
}
#sidebar ol#subnav {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 35px;
}
#sidebar ol#subnav li {
	margin: 0;
	padding: 12px 0;
	border-top: 1px dotted #959595;
}
#sidebar ol#subnav li.first {
	border: 0;
}
#sidebar ol#subnav li a {
	text-decoration: none;
	color: #b98648;
	font: 16px "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#sidebar ol#subnav li a:hover, #sidebar ol#subnav li a.active {
	color: #000;
}
#sidebar ol#subnav li ol.subsubnav {
	list-style-type: disc;
	color: #b98648;
	margin: 0;
	padding: 0 20px;
}
#sidebar ol#subnav li ol.subsubnav li {
	border: 0;
	padding: 6px 0 0 0;
}
#sidebar ol#subnav li ol.subsubnav li a {
	font-size: 13px;
	text-transform: capitalize;
}

#content {
	min-height: 450px;
	width: 706px;
	float: left;
}
#content-int {
	padding: 20px 35px 35px;
}

#footer {
	font-size: 10px;
	padding: 0 24px;
}
#footer-content {
	background: #252525;
}
#footer-int {
	background: url(/images/footerbg.gif) no-repeat #111;
	text-align: center;
	padding: 55px 20px 20px;
	color: #959595;
}
#footer-links {
	padding-left: 200px;
}
#footer-int p {
	margin-bottom: 6px;
}
#footer a {
	color: #ba8748;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}


/* styles */

#main h1 {
	color: #b98648;
	font: 28px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#main h2 {
	color: #000;
	font: 21px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#main h3 {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
#main a {
	color: #b98648;
}
#main a:hover {
	color: #323232;
}
#main .date {
	color: #959595;
	font-style: italic;
}

#main form {
	margin: 24px 0;
}
#main form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}

/* menu */

#main .menu-box {
	float: left;
	width: 124px;
	margin: 0 27px 18px 0;
	text-align: center;
}
#main .menu-box img {
	display: block;
	border: 2px solid #b98648;
	margin-bottom: 6px;
}
#main .menu-box a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}


#menu .menu-category {
	margin: 18px 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #959595;
}
#menu .category-title {
	margin-bottom: 0;
	text-transform: lowercase;
}
#menu .category-description {
	margin-bottom: 12px;
}
#menu .menu-item {
	margin-bottom: 12px;
}
#menu .menu-item .item-info {
	width: 85%;
	float: left;
}
#menu .menu-item .item-title {
	font-weight: bold;
	color: #000;
}
#menu .menu-item .item-description {
	font-style: italic;
}
#menu .menu-item .item-price {
	width: 15%;
	float: left;
	color: #000;
	text-align: right;
}

#wine-menu .menu-category {
	margin: 18px 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #959595;
}
#wine-menu .category-title {
	margin-bottom: 0;
	width: 80%;
	text-transform: lowercase;
	float: left;
}
#wine-menu .category-price {
	width: 9%;
	padding-top: 10px;
	float: left;
	color: #000;
	text-align: right;
	font-weight: bold;
}
#wine-menu .category-description {
	margin-bottom: 12px;
}
#wine-menu .menu-item {
	margin-bottom: 12px;
}
#wine-menu .menu-item .item-info {
	width: 80%;
	float: left;
}
#wine-menu .menu-item .item-title {
	font-weight: bold;
	color: #000;
}
#wine-menu .menu-item .item-location {
	color: #000;
}
#wine-menu .menu-item .item-description {
	font-style: italic;
}
#wine-menu .menu-item .item-price {
	width: 9%;
	float: left;
	color: #000;
	text-align: right;
}


/* events */
.event {
    padding-bottom: 25px;
}
.event h3 {
	margin-bottom: 3px;
}
.event p {

}
.event .event-date {
	float: left;
	width: 50px;
	height: 36px;
	padding: 7px 0;
	margin-right: 9px;
	margin-bottom: 6px;
	background: #b98648;
	color: #fff;
	text-align: center;
	font: 14px "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
}

/* store */
.store_item {
	margin: 12px 0;
}
.store_item .item_photo {
	width: 166px;
	float: left;
	text-align: right;
}
.store_item .item_photo img {
	border: 3px solid #b98648;
}
.store_item .item_info {
	width: 650px;
	padding-left: 24px;
	float: left;
}
#body.page-store #sidebar {
	display: none;
}
#body.page-store #content {
	width: 100%;
	float: none;
}

/* find us */
#map {
	margin: 24px 0;
}
#map iframe {
	border: 3px solid #b98648;
}
#map small a {
	color: #b98648 !important;
}
#main form input.button {
	border: 0;
	padding: 3px;
	width: 70px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #fff;
	background: #BA8748;
}
#main form input.button:hover {
	background: #DA8E29;
}



/* homepage */
#body.page-homepage #sidebar {
	display: none;
}
#body.page-homepage #main-box {
	margin-top: 247px;
}
#body.page-homepage #main {
	padding-top: 40px;
}
#body.page-homepage #content {
	width: 540px;
	float: left;
	min-height: 350px;
}
#body.page-homepage #content-int strong {
	color: #000;
	font-weight: normal;
}

#tri-images {
	background: url(/images/image-tri.png) no-repeat;
	position: absolute; 
	top: 154px;
	left: -9px;
	width: 978px;
	height: 334px;
}
#tri-images .img-container {
	width: 284px;
	height: 284px;
	overflow: hidden;
	position: absolute;
	top: 25px;
}
#tri-images #tri-image-1 {
	left: 25px;
}
#tri-images #tri-image-2 {
	left: 348px;
}
#tri-images #tri-image-3 {
	left: 670px;
}

#body.page-homepage #main h2 {
	font-size: 20px;
}
#body.page-homepage #main ul {
	padding: 0;
	margin: 0;
}
#body.page-homepage #main ul li {
	background: url(/images/bulletbg.gif) no-repeat top left;
	display: block;
	padding-left: 17px;
	margin-bottom: 9px;
}
#accolades {
	margin-top: 9px;
	width: 199px;
	min-height: 190px;
	padding-right: 35px;
	border-right: 1px dotted #959595;
	float: left;
}
#featured-photoset {
	margin-top: 9px;
	width: 200px;
	padding-left: 35px;
	float: left;
}
#rotating-images {
	width: 160px !important;
	height: 120px !important;
	border: 2px solid #b98648;
	overflow: hidden;
}

#featured-photoset table#pager-table {
	margin-top: 6px;
	width: 164px;
}
#featured-photoset table#pager-table td.next-arrow {
	text-align: right;
	width: 20px;
}
#featured-photoset table#pager-table td.prev-arrow {
	width: 20px;
}
#featured-photoset #pager {
	height: 18px;
}
#featured-photoset #pager a { 
	
	margin: 4px 4px; 
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	background: url(/images/pager-button.gif) no-repeat;
	font-size: 0;
}
#featured-photoset #pager a.activeSlide { 
	background: url(/images/pager-over.gif) no-repeat;
	text-decoration: none; 
}



/* footer */
#footer-content {
	padding: 25px 35px;
	font-size: 12px;
	line-height: 18px;
	color: #959595;
}
#footer-content strong {
	font-weight: normal;
	color: #fff;
}
#footer-content .head {
	color: #ba8748;
	font: 22px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-transform: lowercase;
	font-weight: 100;
	margin-bottom: 9px;
}
#contact-info, #hours, #connections {
	min-height: 220px;
	float: left;
}
#contact-info {
	width: 199px;
	padding-right: 35px;
	border-right: 1px dotted #959595;
}
#hours {
	padding: 0 35px;
	width: 260px;
}
#connections {
	border-left: 1px dotted #959595;
	padding-left: 35px;
	width: 239px;
}
#connections a#facebook, #connections a#twitter {
	float: left;
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	font-size: 14px;
	color: #ebebeb;
	margin-bottom: 12px;
}
#connections a#facebook {
	background: url(/images/sm-facebook.gif) no-repeat;
}
#connections a#twitter {
	background: url(/images/sm-twitter.gif) no-repeat;
}
#connections a:hover {
	background-position: 0 -40px !important;
}
#connections form input.text {
	border: 0;
	margin: 0;
	padding: 4px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	width: 140px;
}
#connections form input.button {
	border: 0;
	padding: 3px;
	width: 70px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #fff;
	background: #BA8748;
}
#connections form input.button:hover {
	background: #DA8E29;
}



#reservations {
	background: url(/images/reservations-frame.png) no-repeat;
	width: 430px;
	height: 343px;
	position: absolute;
	top: 480px;
	right: -14px;
}
#reservations #reservations-int {
	padding: 50px 80px 60px 90px;

}
#OT_searchWrapperAll {
	height: 233px;
	position: relative;
}
#OT_searchWrapperAll h2.title {
	color: #000;
	font: 30px "Century Gothic", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-transform: lowercase;
	position: absolute;
	top: 0;
	left: 0;
}
#OT_searchWrapperAll .OT_feedTitle {
	font-size: 11px;
	color: #464646;
	padding-right: 70px;
	position: absolute;
	top: 45px;
	left: 0;
}
#OT_logo {
	position: absolute;
	bottom: 0;
	right: 0;
}
form#ism {
	margin: 0;
}
form#ism select {
	border: 1px solid #ccc;
	padding: 1px;
}
form#ism #OT_date input {
	border: 1px solid #ccc;
	width: 80px;
	padding: 2px;
}
form#ism dl, form#ism dd, form#ism dt {
	margin: 0;
	padding: 0;
}
form#ism dt {
	position: absolute;
	left: 0;
	width: 60px;
	text-align: right;
	font-size: 11px;
	padding: 2px 0;
	color: #464646;
}
form#ism dt#OT_partySizeLbl {
	top: 85px;
}
form#ism dt#OT_dateLbl {
	top: 110px;
}
form#ism dt#OT_timeLbl {
	top: 110px;
	left: 130px;
}
form#ism dt#OT_empty {
	top: 160px;
}
form#ism dd {
	position: absolute;
	left: 65px;
	font-size: 11px;
	color: #464646;
}
form#ism dd#OT_partySize {
	top: 85px;
}
form#ism dd#OT_date {
	top: 110px;
}
form#ism p#dateDisplay {
	font-size: 9px;
	color: #464646;
}
form#ism dd#OT_time {
	top: 110px;
	left: 195px;
}
form#ism dd#OT_submitWrap {
	top: 160px;
}
#OT_searchWrapper .imgCal {
	position: absolute; 
	display: none; 
	z-index:100;
}
#OT_searchWrapper #imageCal table {
	font-size:12px;
	width:150px;
	font-family:arial;
	font-weight: bold;
	background:#FFF;
}
#OT_searchWrapper #imageCal td {
	padding:0px 0px 0px 0;
	text-align:center;
}
#OT_searchWrapper .clickableDays {	
	color: #000000; 
	text-decoration: none;
	height:18px;
}
#OT_searchWrapper .nonclickableDays {	
	color: #CCCCCC;
	height:18px;
}
#OT_searchWrapper .months {
	color: #FFFFFF; 
	text-decoration: none 
}
#OT_searchWrapper .weekdays {
	color: #000000; 
	text-decoration: none; 
	color:#666666;
	background-color:#EFEFEF; 
	width:14%;
}


.clear {
	clear: both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}