html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	font-size: 100.01%;
}

body {
	background: #ede9df;
	color: #231f20;
	text-align: left;
	font: 11px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	position: relative;
}

* html li {
	z-index: expression(
		runtimeStyle.zIndex = 1,
		this == parentNode.firstChild ? (className += " first-child") : 0
	)
}

/* font
font-family: "Arial Black", "Helvetica CY", "Nimbus Sans L" sans-serif;
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
font-family: "Comic Sans MS", "Monaco CY", cursive;
font-family: "Courier New", "Nimbus Mono L", monospace;
font-family: Georgia, "Century Schoolbook L", Serif;
font-family: Impact, "Charcoal CY", sans-serif;
font-family: "Lucida Console", Monaco, monospace;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-family: Tahoma, "Geneva CY", sans-serif;
font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif;
font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
*/

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #231f20;
}

a:hover {
	color: #b07432;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

.form-submit input::-moz-focus-inner,
.form-button input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input, textarea, select {
	font: 100% Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	padding: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.push {
    padding: 0 0 75px 0;
    zoom: 1;
}

.container {
	width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	background: url('../images/container-bg.png') repeat-y center 0;
	min-width: 960px;
}

.top {
	height: 478px;
	position: relative;
	width: 100%;
	background: url('../images/top-bg.jpg') no-repeat center 0;
}

.top .wrap {
	width: 928px;
	margin: 0 auto;
}

.top .header {
	height: 130px;
	position: relative;
	font-size: 10px;
	line-height: 15px;
	overflow: hidden;
}

.top .header .logo {
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -173px;
}

.top .header .contacts {
	position: absolute;
	top: 35px;
	right: 45px;
	width: 180px;
	text-align: center;
}

.top .header .address {
	position: absolute;
	top: 35px;
	left: 30px;
	width: 170px;
	text-align: center;
}

.top .nav {
	height: 29px;
	width: 100%;
	position: relative;
}

.top .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.top .nav ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	height: 29px;
	padding: 0 12px;
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
}

.top .nav ul li a {
	text-decoration: none;
	color: #000;
}

.top .nav ul li a:hover,
.top .nav ul li.active a {
	text-decoration: none;
	color: #b07432;
}

.top .slider {
	width: 928px;
	height: 282px;
	overflow: hidden;
}

.top .slider .slider-inner {
	width: 928px;
	height: 282px;
}

.top .slider .slider-inner div {
	width: 928px;
	height: 282px;
	display: block;
}

.main {
	width: 928px;
	margin: 0 auto;
	background: url('../images/main-bg.png') repeat-y 261px 0;
}

.main .wrap {
	padding: 0 68px 0 18px;
	zoom: 1;
}

.main .side {
	width: 220px;
	float: left;
}

.main .column {
	width: 510px;
	float: right;
}

.main h2 {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.main p {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 16px;
}

.main .side .title {
	text-align: center;
	margin: 0 0 7px;
}

.main .side .title img {
	vertical-align: top;
}

.main .side .separate {
	width: 170px;
	height: 2px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin: 15px auto 20px;
	background: url('../images/sep.png') repeat-x;
}

.main .side .reservation .title {
	margin: 0 0 22px;
}

.main .side .join {

}

.main .side .join .form-hint {
	font-size: 11px;
	line-height: 16px;
	padding: 0 8px;
	zoom: 1;
	text-align: center;
}

.main .side .join .form-policy {
	font-size: 9px;
	line-height: 16px;
	text-align: center;
}

.main .side .join .form-policy a {
	color: #c1c1c1;
	text-decoration: none;
}

.main .side .join .form-policy a:hover {
	color: #b07432;
}

.main .side .join .form-fields {
	height: 19px;
	background: #dbdbdb;
	overflow: hidden;
	margin: 12px 0 0;
}

.main .side .join .form-fields input.input-submit {
	float: right;
	height: 19px;
	width: 55px;
	background: url('../images/submit-join.png') no-repeat;
	border: none;
	cursor: pointer;
}

.main .side .join .form-fields input.input-text {
	height: 15px;
	padding: 2px;
	width: 155px;
	border: none;
	background: none;
}

.main .side .gift .title {
	margin: 0 0 12px;
}

.main .side .gift .section {
	font-size: 11px;
	line-height: 16px;
	padding: 0 8px;
	zoom: 1;
	text-align: center;
}

.main .side .gift .section .purchase {
	margin: 15px 0 0;
}

.main .side .meet .title {
	margin: 80px 0 12px;
}

.main .side .meet .section {
	font-size: 11px;
	line-height: 16px;
	zoom: 1;
	text-align: center;
}

.main .side .meet .section .pic {
	margin: 0 0 12px;
}

.main .side .nav {
	padding: 20px 0 0 22px;
	zoom: 1;
}

.main .side .nav p {
	padding-right: 15px;
}

.main .side .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .side .nav ul li {
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.main .side .nav ul li a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding-right: 14px;
	text-decoration: none;
	color: #000;
}

.main .side .nav ul li.active a,
.main .side .nav ul li a:hover {
	color: #b07432;
	background: url('../images/side-nav.png') no-repeat right center;
}

.main .column .pdf {
	margin: 35px -40px 0 0;
	zoom: 1;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

.main .column .pdf a {
	text-decoration: none;
}

.main .column .gallery {
	overflow: hidden;
}

.main .column .gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	width: 530px;
}

.main .column .gallery ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 15px 15px 0;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: normal;
}

.main .column .gallery ul li img {
	display: block;
	width: 160px;
}

.footer {
	width: 100%;
    height: 36px;
    background: #231f20;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index:10;
}

.footer .wrap {
	width: 980px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 9px 0 0;
	zoom: 1;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #b07432;
	text-decoration: underline;
}

.footer .links {
	float: right;
}

.footer .links a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	margin-left: 18px;
}

.footer .links a.facebook {
	padding-right: 15px;
	background: url('../images/footer-facebook.png') no-repeat right 0;
}

.footer span.contacts {
	margin-left: 20px;
}

ul.sitemap  { 
	margin-left: .8em; 
	padding-left: .8em;
}

ul.sitemap a  { 
	text-decoration: none; 
}

ul.sitemap a:hover  { 
	text-decoration: underline; 
}
