@charset "utf-8";
/* CSS Document */

h2 {
	font-size:24px;
	font-weight:normal;
	color:#75441C;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:solid 1px #BCBEC0;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#75441C;
	margin:0 0 10px 0;
}

h4, h5, h6 {
	font-size:15px;
	font-weight:normal;
	color:#75441C;
	margin:0 0 10px 0;
}

.list-item {
	float:left;
	width:100%;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:solid 1px #BCBEC0;	
}

.list-item .preview-image {
	float:left;
	margin:0 20px 20px 0;
	width:200px;
	height:200px;
}

.list-item.last {
	padding:0;
	border-bottom:none;	
}

.no-margin {
	margin:0;
}

.bold {
	font-weight:bold;	
}

.error {
	color:#F00;
	font-weight:bold;
	font-style:italic;	
}

#category-select {
	float:left;
	width:100%;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:solid 1px #BCBEC0;
}

#category-select label {
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#414042;
	margin:0 20px 0 0;
	padding:2px;
}

#category-select select {
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#414042;
	border:solid 1px #818181;
	border-radius:3px;
	padding:2px;
	background-image:url(images/select-background.png);
	
}

#nav-bar {
	float:left;
	width:970px;
	background-color:#75441C;	
}

#nav-bar #nav-contact {
	float:left;
	width:280px;
	text-align:right;
	margin:0 20px 0 0;
	overflow:hidden;
	padding:9px 0 0 0;
}

#nav-bar #nav-contact p {
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#E5D5B3;
}

footer {
	float:left;
	width:930px;
	background-color:#75441C;
	border-bottom:5px solid #B2B4B6;
	padding:5px 20px 0 20px;
}

footer p {
	font-size:10px;
	color:#ffffff;
}

footer ul {
	float:right;	
	list-style:none;
	margin:0 0 5px 0;
}

footer ul li {
	padding:0 10px 0 0;
	margin:0 5px 0 0;
	border-right:solid 1px #ffffff;
	display:inline;
	font-size:10px;
}

footer ul li.last {
	border-right:none;
	padding:0;
	margin:0;
}

footer ul li a {
	color:#ffffff;
}

#sidebar {
	float:left;
	width:314px;
}

#sidebar .menu-button {
	float:left;
	width:314px;
	height:100px;
	margin:0 0 10px 0;
	color:#BD2327;
	background-color:#FFF;
	background-image:url(images/menu-button.png);
	background-position:center;
	background-repeat:no-repeat;
}

#sidebar .menu-button:hover {
	text-decoration:none;
}

#sidebar .menu-button p {
	margin:30px 0 0 20px;
	padding:0 0 0 20px;
	font-size:22px;
	background-image:url(images/menu-arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#sidebar .wine-button {
	float:left;
	width:314px;
	height:100px;
	margin:0 0 10px 0;
	color:#005695;
	background-color:#FFF;
	background-image:url(images/wine-button.png);
	background-position:center;
	background-repeat:no-repeat;
}

#sidebar .wine-button:hover {
	text-decoration:none;
}

#sidebar .wine-button p {
	margin:30px 0 0 20px;
	padding:0 0 0 20px;
	font-size:22px;
	background-image:url(images/wine-arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#sidebar .award-button {
	float:left;
	width:314px;
	height:100px;
	margin:0 0 10px 0;
	color:#037271;
	background-color:#FFF;
	background-image:url(images/award-button.png);
	background-position:center;
	background-repeat:no-repeat;
}

#sidebar .award-button:hover {
	text-decoration:none;
}


#sidebar .award-button p {
	margin:30px 0 0 20px;
	padding:0 0 0 20px;
	font-size:22px;
	background-image:url(images/award-arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#sidebar .opening-times {
	float:left;
	width:294px;
	padding:10px;
	background-color:#75441C;
	margin:0;
}

#sidebar .opening-times h3 {
	float:left;
	width:100%;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #ffffff;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

#sidebar .opening-times table {
	width:100%;	
	color:#ffffff;
	font-size:12px;
}

#sidebar .opening-times table tr {
	width:100%;	
}

.opening-times {
	float:left;
	width:294px;
	margin:0 0 10px 0
}

.opening-times h3 {
	float:left;
	width:100%;
	color:#75441C;
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #BCBEC0;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

.opening-times table {
	width:100%;	
	color:#75441C;
	font-size:12px;
}

.opening-times table tr {
	width:100%;	
}

.text-left {
	text-align:left;	
}

.text-right {
	text-align:right;
}

.table {
	float:left;
	width:636px;
	color:#75441C;
}

.table .table-header {
	float:left;
	border-bottom:solid 1px #BCBEC0;
	margin:0 0 10px 0;
}

.table .table-header .row {
	float:left;
	margin:0 0 8px 0;
	width:636px;
}

.table .table-body .row {
	float:left;
	margin:0 0 10px 0;
	width:636px;
}

.table .table-body .category-row {
	float:left;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	width:636px;
	border-bottom:solid 1px #BCBEC0;
	font-weight:bold;
}

.table .table-header .row .title-cell {
	width:426px;
	padding:0 10px 0 0;
	font-weight:normal;
	font-size:16px;
	float:left;
	margin:0;
	min-height:25px;
}

.table .table-header .row .price-cell {
	padding:0 10px;
	font-weight:normal;
	font-size:12px;
	float:right;
	margin:0;
	width:50px;
	min-height:25px;
}

.table .table-header .row .last {
	padding:0 0 0 10px;
}

.table .table-body {
	float:left;
}

.table .table-body .row .title-cell {
	padding:0 10px 0 0;
	float:left;
	width:426px;
	margin:0;
	min-height:25px;
	font-size:12px;
	font-weight:bold;
}

.table .table-body .row .dish-cell {
	padding:0 10px 0 0;
	font-weight:bold;
	float:left;
	width:521px;
	margin:0;
	min-height:25px;
	font-size:12px;
}

.table .table-body .row .price-cell {
	padding:0 10px;
	font-weight:bold;
	float:right;
	margin:0;
	width:50px;
	min-height:25px;
	font-size:12px;
}

.table .table-body .row .detail-cell {
	padding:0 0 0 45px;
	float:left;
	margin:0;
	width:591px;
	min-height:25px;
	font-size:12px;
	font-style:italic;
}

.table .table-body .row .detail-cell p {
	margin:0;
}

.table .table-body .row .number-cell {
	padding:0 10px 0 0;
	font-weight:bold;
	float:left;
	margin:0;
	min-height:25px;
	font-size:12px;
}

.table .table-body .row .last {
	padding:0 0 0 10px;
}

#home-container {
	float:left;
	width:636px;
	height:415px;
	margin:0 20px 10px 0;
	background:none;
	overflow:hidden;
}

#home-container #banner {
	float:left;
	width:636px;
	height:415px;
}

#home-container #banner div.banner-image {
	float:left;
	width:636px;
	height:415px;
}

#home-container #banner div.banner-image img.banner-image {
	float:left;
	width:636px;
	height:415px;
}

#home-content {
	float:left;
	background-image:url(images/home-content-background.png);
	background-position:top left;
	background-repeat:repeat;
	margin:0;
	max-width:350px;
	max-height:290px;
	padding:20px;
	overflow:hidden;
	position:absolute;
	top:260px;
	left:auto;
	z-index:99;
}

#home-content h1, #home-content h2, #home-content h3, #home-content h4, #home-content h5, #home-content h6, #home-content p {
	color:#ffffff;
}

#home-content h1 {
	font-size:36px;
	font-weight:normal;
	line-height:120%;
	padding:0;
	margin:0 0 10px 0;
}

#home-content h2 {
	font-size:20px;
	font-weight:bold;
	line-height:120%;
	border-bottom:none;
	padding:0;
	margin:0 0 10px 0;
}

#home-content h3 {
	font-size:20px;
	font-weight:normal;
	line-height:120%;
	padding:0;
	margin:0 0 10px 0;
}

#home-content h4 {
	font-size:16px;
	line-height:120%;
	padding:0;
	margin:0 0 10px 0;
}

#home-content h5, #home-content h6 {
	font-size:12px;
	font-weight:bold;
	line-height:120%;
	padding:0;
	margin:0 0 10px 0;
}

#home-content p {
	font-size:12px;
	line-height:120%;
	padding:0;
	margin:0 0 10px 0;
}

#applet {
	float:left;
	margin:20px 0 20px 0;	
}

.list-item-photos {
	float:left;
	width:100%;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:solid 1px #BCBEC0;
}

.list-item-photos h3 {
	color:#75441C;
}

.list-item-photos p {
	color:#75441C;
}

.list-item-photos a {
	color:#75441C;
}

.list-item-photos a:hover {
	color:#75441C;
}

.list-item-photos .image {
	float:left;
	margin:0 20px 0 0;
}

.list-item-photos .title {
	float:left;
}

#photos-link {
	float:right;
}

#photos-link, #photos-link:hover {
	background-color:#75441C;
	padding:10px 40px;
	color:#E5D5B3;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	border-bottom:solid 1px #E6E6E6;
}

#page-footer {
	float:left;
	width:616px;
	height:23px;	
	background-color:#15B6DD;
	padding:10px;
	margin:0 20px 0 0;
	position:absolute;
	top:630px;
	z-index:999;
}

#page-footer p {
	text-align:left;
	margin:0;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:0 0 0 130px;
}

#page-footer img {
	float:left;
	margin:0 0 0 10px;
	width:120px;
	position:relative;
	bottom:70px;
}


.contact-left{
	float:left;
	width:300px;
}
.contact-right{
	float:right;
	width:336px;
}

.table .table-body .row .dish-intro{
	width:66%;
	float: left;
	margin: 0000;
}

.table .table-body .row .dish-description{
	width:100%;
	float: left;
	margin: 0000;
}

.table .table-body .row .wine-intro{
	width:66%;
	float: left;
	margin: 0000;
}

.table .table-body .row .wine-description{
	width:100%;
	float: left;
	margin: 0000;
}