@charset "UTF-8";
/* CSS Document */

body {
	font-family: Didot W01 Roman;
	/* [disabled]font-size: 14px;
*/
	line-height: 22px;
	color: #3d301f;
	height: 100%;
	background: #f3f3f3 url(../images/arches.png) repeat;
}
a:link {
	color: #c7b190;
	text-decoration: none;
}  /* unvisited link */
a:visited {
	color: #c7b190;
	text-decoration: underline;
}  /* visited link */
a:hover {
	color: #444;
	text-decoration: underline;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}  /* mouse over link */
a:active {
	color: #8A6F3C;l
	text-decoration: underline;
}  /* selected link */
.right {
	float: right;
}
.left {
	float: left;
}
.col {
	width: 49%;
}
.with-shadow {
	-moz-box-shadow: 0px 10px 25px #ddd;
	-webkit-box-shadow: 0px 10px 25px #ddd;
	box-shadow: 0px 10px 25px #ddd;
	behavior: url(../IE/PIE.htc);
}
.with-radius {
	border-radius: 5px; /*Use this for IE. border-radius: topleft topright bottomright bottomleft */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(../IE/PIE.htc);
}
#header {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 25px 0;
}
#header h1 {
	text-indent: -5000px;
}
#container {
	width: 100%;
	max-width:940px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #fff;
	padding-top: 10px;
	border-top: 5px solid #c7b190;
	border-bottom: 5px solid #c7b190;
}
.list-menu {
	text-align: center;
	list-style: none;
	font-size: 16px;
	color: #666;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	display: inline-block;
	zoom: 1; /*IE*/
 *display: inline;
	margin-top: -5px;
}
.list-menu li {
	float: left;
}
.list-menu li a {
	float: left;
	color: #666;
	padding: 15px 20px 8px 20px;
}
.list-menu li a:hover, .active a {
	background-color: #C30;
	color: #fff !important;
	text-decoration: none;
	border-radius: 0 0 5px 5px; /*Use this for IE. border-radius: topleft topright bottomright bottomleft */
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow: 0px 2px 5px #666;
	box-shadow: 0px 2px 5px #666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bc3213) to(#9a100b)); /*old webkit*/
	background: -webkit-linear-gradient(#bc3213, #9a100b); /*new webkit*/
	background: -moz-linear-gradient(#bc3213, #9a100b); /*gecko*/
	background: -ms-linear-gradient(#bc3213, #9a100b); /*IE10*/
	background: -o-linear-gradient(#bc3213, #9a100b); /*opera 11.10+*/
	background: linear-gradient(#bc3213, #9a100b); /*future CSS3 browsers*/
	behavior: url(../IE/PIE.htc);
}
.banner-container {
	width: 820px;
	height: 310px;
	margin: 0 auto;
}
.page {
	margin: 0 30px;
	border-bottom: 1px dashed #c7b190;
}
.page-bottom-none {
	border-bottom: none;
}
.about-content {
	width: 100%;
	padding: 20px 0;
	text-align: justify;
	font-size:18px;
	line-height:24px;
}
.about-content h2, .press-content h2, .gallery-content h2, .contact-content h2 {
	font-size: 30px;
	color: #555;
	padding-bottom: 20px;
}
.about-content img {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #ccc;
}
.about-nav {
	float: right;
	width: 270px;
	margin-right: -47px;
	padding-top: 70px;
}
.nav-details {
	padding: 10px 20px 10px 10px;
	color: #777;
	font-size: 15px
}
h3 {
	font-size: 20px;
	color: #a48f76;
	font-weight: bold;
	padding-bottom: 8px;
}
h4 {
	font-size: 14px;
	color: #666;
}
.nav-list li {
	list-style: none;
}
.nav-list li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: block;
	width: 261px;
	height: 53px;
	background: url(../images/nav-bg.png)no-repeat;
	text-indent: 60px;
	line-height: 40px;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-list li a:hover {
	background: url(../images/nav-bg-hover.png)no-repeat;
	text-decoration: none;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-drink a {
	background: url(../images/nav_drink_bg.png)no-repeat !important;
}
.nav-drink a:hover {
	background: url(../images/nav-drink-bg-hover.png)no-repeat !important;
}
.press-content {
	padding: 20px;
	float: left;
}
.press-content img {
	text-align: right;
	padding: 5px;
	border: 1px solid #ccc;
}
.gallery-content {
	padding: 20px;
}
.gallery-content ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
}
.gallery-content ul li {
	display: inline;
	padding: 3px;
}
.gallery-content ul img {
	border: 5px solid #eee;
	border-width: 5px 5px 10px;
}
.gallery-content a:hover img {
	border: 5px solid #ccc;
	border-width: 5px 5px 10px;
	color: #fff;
}
.gallery-content ul a:hover {
	color: #fff;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.contact-content {
	padding: 20px;
}
#address-us {
	float: right;
	width: 250px;
}

.reservation-mailer label, .reservation-mailer input, .reservation-mailer textarea {
	width: 200px;
	float: left;
	margin: 0 0 3px 0;
}
.reservation-mailer textarea {
	width: 200px;
}
.reservation-mailer label {
	text-align: left;
	padding-right: 10px;
}
.reservation-mailer input.button {
	width: auto;
	padding: 5px 10px;
	background: #c7b190;
	color: #fff;
	border: none;
}
.reservation-mailer input.button:hover {
	background: #666;
}
.reservation-mailer input, .reservation-mailer textarea {
	border: 1px solid #ccc;
	padding: 2px;
}
.reservation-mailer input:focus, .reservation-mailer textarea:focus {
	border: 1px solid #222;
	background-color: #F1E9DC;
}
.reservation-mailer br {
	clear: both;
	height: 0;
	overflow: 0;
	font-size: 0;
}
#scrollUp {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	overflow: hidden;
	width: 54px;
	height: 54px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_button.png) no-repeat left top;
}
#scrollUpHover {
	background: url(../images/top_button.png) no-repeat left top;
	width: 54px;
	height: 54px;
	display: block;
	overflow: hidden;
	float: left;
}
.pagebottom {
	margin: 20px 30px;
	border-bottom: 1px solid #c7b190;
	border-top: 1px solid #c7b190;
	padding: 5px;
	line-height: 29px;
	}
.social {
	width: 110px;
	float: right;
	margin-right: 10px;
}
.social img {
	float: right;
}
.address {
	float: left;
}
#footer {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0 10px 0;
}
#copyright {
	font-size: 12px;
	color: #999;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 30px 0;
}

.press-gallery a{border:1px solid #ccc;}
.press-gallery img:hover{border:1px solid #333;}