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

header, 
nav, 
section, 
article, 
aside, 
footer {
  display: block
}

body {
	background: #421404 url('../images/body-bg.png') repeat-y center 0;
	color: #dec7b1;
	text-align: left;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

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

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

article h1 {
	font-size: 24px;
	color: #eae164;
	font-weight: bold;
	margin: 0 0 15px;
}

article h2 {
	font-size: 20px;
	color: #eae164;
	font-weight: bold;
	margin: 0 0 12px;
}

article h3 {
	font-size: 16px;
	color: #eae164;
	font-weight: bold;
	margin: 0 0 10px;
}

article h4 {
	font-size: 12px;
	color: #eae164;
	font-weight: bold;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #e9e167;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

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

h6.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background: url('../images/open_block_triangle2.gif') no-repeat;
	height: 21px;	line-height: 21px;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

h6.twolines {
	padding: 0;	margin: 0 0 20px 0;
}

h6.threelines {
	padding: 0;	margin: 0 0 40px 0;
}

h6.acc_trigger a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

h6.active {
	background-position: left bottom;
}

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

.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	width: 400px;
	height: auto;
}
.acc_container .block {
	padding: 0 0 20px 20px;
}

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

.contact tr {
	margin-bottom: 30px;	
}

.contact tr td {
	vertical-align: top;
}

.container {
	width: 100%;
	margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.events tr td {
	vertical-align: top;
}


.footer {
	width: 948px;
    height: 60px;
    margin: -60px auto 0;
	background: url('../images/footer-bg.png') repeat-x;
}

.footer section {
	padding: 24px 20px 0;
	zoom: 1;
}

.footer section .copyright {
	float: right;
	font-size: 11px;
	color: #987c62;
	line-height: 24px;
}

.footer section .copyright a {
	text-decoration: none;
	color: #987c62;
}

.footer section .copyright a:hover {
	color: #e9e167;
}

.left {
	float: left;
}

.list {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}

.list li {
	margin-bottom: 15px;
	zoom: 1;
	vertical-align: bottom;
	padding-left: 15px;
    background: url('../images/dot.gif') no-repeat left 7px;
}

.main {
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.main .column article {

}

.main .column article p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px;
}

.main .column .separator {
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border-top: 1px solid #613222;
	margin: 26px 0 28px;
}

.main .column .articles {
}

.main .column .articles .item {
	margin: 0 0 30px;
}

.main .column .articles .item .pic {
	width: 108px;
	float: left;
}

.main .column .articles .item .pic img {
	width: 100px;
	display: block;
	border: 4px solid #613222;
}

.main .column .articles .item article {
	margin-left: 130px;
}

.main nav .menu {
	margin: 0 0 30px;
}

.main nav .menu ul {
	margin: 0;
	padding: 15px 0 5px 19px;
	zoom: 1;
	list-style: none;
	background: url('../images/main-nav.png') no-repeat 0 0;
}

.main nav .menu ul li {
	width: 170px;
	padding: 5px 15px;
	background: url('../images/main-nav-li.png') no-repeat 0 center;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	zoom: 1;
	text-align: center;
}

.main nav .menu ul li a {
	color: #eae164;
	text-decoration: none;
}

.main nav .menu ul li a:hover {
	text-decoration: underline;
}

.main nav .menu .tail {
	height: 15px;
	width: 100%;
	font-size: 0;
	background: url('../images/main-nav.png') no-repeat 0 bottom;
}

.main .wrap {
	padding: 24px 20px 20px 42px;
	zoom: 1;
}

.main .wrap aside {
	width: 170px;
	float: left;
	margin: 0 65px 0 0;
}

.main .wrap .column {
	width: 385px;
	float: left;
}

.main .wrap nav {
	width: 238px;
	float: right;
}

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

.simple_table.mail_form {
	margin-top: 7px;
}

.simple_table td {
	background: none !important;
	padding-right: 12px;
}

.simple_table.mail_form td {
	padding: 0 12px 12px 0;
}

.simple_table.mail_form td .textfield {
	font-size: 11px;
	width: 200px;
	font-family: arial, sans-serif;
	color: #4a2d17;
}

.sitemap li {
	line-height: 20px;
}

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

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

.top {
	height: 436px;
	position: relative;
	background: url('../images/top-wrap.jpg') repeat-x;
	z-index: 10;
}

.top header {
	text-align: right;
	padding-top: 4px;
	height: 25px;
}

.top nav {
	position: relative;
}

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

.top nav ul li {
	display: inline-block;
	//display: inline;
	zoom: 1;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: normal;
	position: relative;
}

.top nav ul li a {
	display: block;
	height: 30px;
	padding: 0 24px;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	color: #eae164;
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	text-decoration: none;
	zoom: 1;
}

.top nav ul li:hover a,
.top nav ul li a:hover {
	display: block;
	background: #563300;
}

.top nav ul ul {
	display: none;
	text-align: left;
	padding: 14px 40px 10px 25px;
	width: 105px;
	position: absolute;
	top: 29px;
	left: 0;
	background: #563300;
	-moz-box-shadow: 1px 1px 0 #000; 
	-webkit-box-shadow: 1px 1px 0 #000; 
	box-shadow: 1px 1px 0 #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	zoom: 1;
	overflow: hidden;
	z-index: 100;
}

.top nav ul li.last ul {
	text-align: right;
	padding: 10px 25px 10px 50px;
	left: auto;
	right: 0;
}

.top nav ul li:hover ul {
	display: block !important;
}

.top nav ul ul li {
	display: block;
	width: 105px;
	padding: 0 0 10px;
	zoom: 1;
}

.top nav ul ul li a {
	display: inline;
	height: auto;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}

.top nav ul ul li a:hover {
	color: #a08a32;
}

.top section {
	width: 865px;
	margin: 57px 0 14px 65px;
	height: 275px;
	position: relative;
}

.top section .logo-side {
	width: 225px;
	float: left;
	padding: 11px 0 0;
	zoom: 1;
}

.top section .logo-side .logo {
	margin: 0 0 11px -2px;
}

.top section .logo-side .contacts {
	line-height: 15px;
}

.top section .picture-side {
	width: 640px;
	height: 275px;
	position: relative;
	float: right;
}

.top section .picture-side img {
	width: 640px;
	height: 275px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.top section .picture-side_notactive {
	width: 640px;
	height: 275px;
	position: relative;
	float: right;
}

.top section .picture-side_notactive img {
	width: 640px;
	height: 275px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.top section .picture-side img.next {
	z-index: 5;
}

.top section .picture-side img.active {
	z-index: 10;
}

.top .wrap {
	width: 980px;
	height: 436px;
	background: url('../images/top-bg.png') no-repeat center bottom;
	position: relative;
	margin: 0 auto;
}

ul  { margin-left: .8em; padding-left: .8em; }
a   { outline: none; -moz-outline-style: none; }
.hi { font-weight:bold;}
.menuBG { background-color: #563400; padding: 5px;}
h1 {font-size: 12px;}

.menu_items span { 
	padding: 5px; 
	float: left; 
}

.menu_items a {
	text-decoration:none;
	font-weight: bold;
}

.menu_items a:hover {
	text-decoration:underline;
}

.menu_pdf {
	text-align: right;
	margin-top: 80px;
}

.menu_pdf a {
	text-decoration: none;
	font-weight: bold;
}

.menu_pdf a:hover {
	text-decoration: underline;
}

.menu_pdf a img {
	vertical-align: middle;
	display: inline;
	padding-right: 6px;
}

.menu_content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu_content tr td {
	margin: 0;
	padding: 5px;
	vertical-align: top;
}

.menu_content tr td.menulink {
	text-align: right;
}

.menu_content tr td.menulink a {
	color: #eae164;
	font-weight:bold;
	text-decoration: none;
}

.menu_content tr td.menulink a:hover {
	text-decoration: underline;
}

.menu_content tr td.hdr {
	color: #eae164;
	font-weight:bold;
}

.menu_content tr td.price {
	text-align: right;
}
.menu_content .separator_dot {
	background: url('../images/dots_horiz.gif') repeat-x;
	height: 1px;	line-height: 1px;
	margin: 25px 0 25px;
}