* {
	margin: 0px;
	padding: 0px;	
}

body {
	background:url(../images/body.jpg);
	font:11px Arial, Helvetica, sans-serif;
	margin:0;
	min-width:841px;
}

body.editor {
	background-image: none;
	background-color: #FFFFFF;
	min-width: 500px;
}

a {
	color:#77291D;
	outline:none;
	text-decoration:none;
}

a:hover {
	color: #000000;
}

p {
	margin:10px 0 7px;
	line-height:20px;
}

ul {
	padding-left: 15px;
}

li {
	line-height:21px;
}

img {
	display:block;
	border:none;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #dbdbdb;
	margin-right: 3px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}



#page {
	width:776px;
	margin:0 auto;
}

.main {
	padding-bottom:25px;
	width:775px;
	overflow:hidden;
	position:relative;
}

.wrapper {
	position: relative;
}

#headerphoto {
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	margin: 15px 0px 5px 0px;
}

.sidebar {
	background:url(../images/sidebar.png) repeat-y;
	width:203px;
	float:left;
	margin-bottom: 310px;
}

.sidebar .inner {
	background:url(../images/sidebar-top.gif) no-repeat;
	width:179px;
	margin-left:2px;
	padding:108px 10px 23px ;
	line-height:15px;
}

.logo {
	background:url(../images/logo.gif) no-repeat;
	display:block;
	width:181px;
	margin-right:-3px;
	position:relative;
	height:46px;
	text-indent:-9999em;
}

.sidebar .greyline {
	background-color: #dbdbdb;
	height: 1px;
	margin: 10px 0px 14px 0px;
}

.sidebar h2 {
	margin:15px 0 10px;
	padding:2px 0;
	color:#77291d;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	border:solid #dbdbdb;
	border-width:1px 0;
}
.sidebar p {
	margin:0;
	line-height:15px;
}
.sidebar p a, .more-link {
	color:#77291d;
	background:url(../images/marker.gif) no-repeat 100% 4px;
	padding-right:7px;
}
.sidebar p a:hover {
	text-decoration:underline;
}
.sidebar em, .sidebar strong {
	color:#77291d;
	display:block;
	font-style:normal;
}
.sidebar .grey {
	background:#dbdbdb;
	padding: 2px 2px 2px 4px;
}
.sidebar h2.grey {
	margin: 25px 0 3px 0px;
}
.sidebar p.grey {
	padding: 3px 3px 3px 5px;
}
.sidebar p.grey a {
	color:#484848;
	background:none;
	padding:0;
}
.sidebar p.grey span {
	background:url(../images/marker.gif) no-repeat 100% 4px;
	padding-left:5px;
}
.sidebar .bottom {
	background:url(../images/sidebar-bottom.png) no-repeat;
	height:14px;
	overflow:hidden;
	float:left;
	margin-bottom:-14px;
	position:relative;
	width:100%;
}
.main-column {
	background:url(../images/main-column.png) repeat-y;
	width:565px;
	float:right;
	color:#484848;
}
.main-column .bottom {
	background:url(../images/main-column-bottom.png) no-repeat;
	height:15px;
	margin-bottom:-15px;
	position:relative;
	width:100%;
	float:right;
	overflow:hidden;
}
.main-column .inner {
	width:521px;
	min-height: 700px;
	margin:0 2px;
	background:url(../images/bg.gif) repeat-x;
	padding:0 20px 5px;
}
.nav {
	width:521px;
	overflow:hidden;
	margin: 0px 0px 4px 0px;
	font-size:10px;
	text-align:center;
	padding: 0px;
	list-style:none;
}
.nav li:first-child { padding-left: 0px; }
.nav li {
	float:left;
	padding-left:2px;
	margin:0 2px 0 -2px;
	border-bottom:1px solid #dbdbdb;
}
.nav a {
	float:left;
	color:#525252;
	margin-bottom:-1px;
	border-bottom:1px solid #dbdbdb;
	position:relative;
}
.nav a span {
	display:block;
	text-transform:uppercase;
	padding:2px 0;
}
.nav a img {
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #5d5d5d;
	border-right:1px solid #5d5d5d;
}
.nav a:hover, .nav .active a {
	color:#77291d;
	border-bottom:1px solid #77291d;
}
.nav .active a img {
	border-bottom:1px solid #ffc74d;
	border-left:1px solid #ffc74d;
	border-right:1px solid #ffc74d;
}
.photo {
	border:solid #000;
	border-width:3px 4px;
}
h1 {
	font-size:17px;
	color:#782C21;
	border-bottom:1px solid #dbdbdb;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h1.home {
	font-size:15px;
	color:#782C21;
	margin:12px 0 0;
	padding-top:13px;
	border-top:1px solid #dbdbdb;
}

h1 em {
	color:#2a2a2a;
	font-size:13px;
	font-weight:normal;
	padding-left:4px;
}

h2 {
	font-size:15px;
	color:#782C21;
}

.info {
	border-top:1px solid #dbdbdb;
	width:100%;
	overflow:hidden;
	padding: 5px 0px 0px 0px;
	margin-top: 20px;
	list-style:none;
}

.info li {
	float:left;
	padding:10px 15px;
	margin:0 1px 0 -1px;
	border-left:1px solid #dbdbdb;
	height:80px;
}
.info p {
	margin:0;
	line-height:15px;
}
.info .adderss {
	width:85px;
	padding-left:0;
}
.info .tel {
	width:70px;
}
.info .open {
	width:100px;
}
.info strong {
	color:#77291d;
	font-weight:normal;
	display:block;
}
.info .cite {
	width:160px;
	color:#77291d;
	padding-right:0;
}
.info blockquote {
	margin:0;
	padding:0 0 6px;
}
.window {
	background:url(../images/window.png) no-repeat;
	width:194px;
	height:289px;
	position:absolute;
	bottom:0px;
	left:10px;
}

#footer {
	clear: right;
	margin-top:0px;
	height:185px;
	background:url(../images/footer.gif) repeat-x 0 86px;
}

#footer .inner {
	position:relative;
	width:775px;
	margin:0 auto;
}
#footer p {
	padding-top:95px;
	font-size:10px;
	color:#391d10;
}
.table {
	background:url(../images/table.png) no-repeat;
	width:261px;
	height:169px;
	position:absolute;
	top:0;
	right:-33px;
}

.cart-cats {
    list-style: none;
    padding: 0px;
	font-weight: bold;
}

.cart-cats li {
    margin: 0px;
	font-size: 12px;
}

.cart-cats li.active {
	background-image: url('../images/cart-cat-active.gif');
	background-repeat: repeat-x;
	background-position: center;
}

.cart-cats li.active a {
    color: #dc9f0f;
	padding-right: 2px;
	background-color: #fff;
}

/* FORM CSS */

.alert, .red, .missing {
	color: #f00;
}

.button {
	background-color: #DBDBDB;
	border: 0px;
	margin: 2px 4px 2px 0px;
	padding: 2px;
	color:#77291d;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sidebar .grey, #sidebar .button {
	margin: 3px 0px;
}

/* MENU CSS */

#foodmenu {

}

#foodmenu h2 {
	margin: 15px 0px 5px 0px;
	border-bottom:1px solid #dbdbdb;
}

#foodmenu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#foodmenu li {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0px 9px;
	line-height: 16px;
}

#foodmenu .name {
	background-color: #FFFFFF;
	padding-right: 4px;
}

#foodmenu .price {
	float: right;
	background-color: #FFFFFF;
	padding-left: 4px;
}

/* DATEPICKER CSS */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


iframe {
	border: 1px solid #000000;
}

#wine_shop, #cart {
	width: 100%;
}

#wine_shop .name {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0px 15px;
	width: 75%;
}

#wine_shop .name span {
	background-color: #FFFFFF;
	padding-right: 5px;
}

#wine_shop .price, #cart .price {
	padding: 0px 10px 0px 3px;
}

#cart .price {
	text-align: right;
}

#wine_shop .qty, #cart .qty {
	height: 18px;
	border: 1px solid #DBDBDB;
	width: 25px;
	text-align: center;
}

#wine_shop .button, #cart .button {
	margin: 2px 0px;
}

#cart th {
	text-align: left;
}

#cart .right {
	text-align:right;
}

