body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Verdana;
}

img {
	width: auto;
	max-width: 100%;
}

.background {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 508px;
	background: transparent url('/assets/img/background.png') repeat left top;
}

.background .line {
	height: 11px;
	margin-top: 497px;
	background: transparent url('/assets/img/background.line.png') repeat-x left top;
}

.page {
	position: relative;
	width: 965px;
	margin: 0px auto;
	padding: 0px 20px;
}

.page > .header {
	height: 91px;
	padding: 18px 0px 27px;
	background: transparent url('/assets/img/background.header.png') repeat-y center top;
}

.page > .header .logo {
	display: block;
	width: 200px;
	height: 91px;
	margin: 5px auto;
	background: transparent url('/assets/img/logo.png') no-repeat center center;
}

.page > .menu {
	width: 985px;
	height: 71px;
	padding: 0px;
	margin: 0px 0px -8px -20px;
}

.page > .menu ul {
	display: table;
	width: 100%;
	height: 61px;
	padding: 0px;
	margin: 0px;
}

.page > .menu li {
	position: relative;
	display: table-cell;
	width: 185px;
	height: 61px;
	vertical-align: top;
	background: transparent url('/assets/img/menu.button.png') repeat-y 0px 0px;
}

.page > .menu li a {
	display: block;
	height: 35px;
	padding: 13px;
	text-decoration: none;
}

.page > .menu li a h5 {
	display: block;
	height: 16px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.page > .menu li a small {
	display: block;
	height: 10px;
	margin: 6px 0px 0px;
	color: #bd9b5f;
	color: ;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

.page > .menu li a .arrow {
	display: none;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	background: transparent url('/assets/img/menu.button.arrow.png') no-repeat 0px 0px;
	z-index: 1000;
}

.page > .menu li:hover:not(.active) {
	background-position: -187px 0px;
}

/*.page > .menu li:hover:not(.active) a small {
	color: #e0a018;
}*/

.page > .menu li.active {
	background-position: -374px 0px;
}

.page > .menu li.active a {
	cursor: default;
}

.page > .menu li.active a h5 {
	color: #000;
}

.page > .menu li:hover a .arrow, .page > .menu li.active a .arrow {
	display: block;
}

.page > .menu li:hover:not(.active) a .arrow {
	background-position: -187px 0px;
}

.page > .menu li.home {
	width: 60px;
	background: transparent url('/assets/img/menu.button.home.png') no-repeat 0px 0px;
}

.page > .menu li.home:hover {
	background-position: -62px 0px;
}

.page > .menu .line {
	height: 2px;
	margin-left: 20px;
	background: transparent url('/assets/img/underline.menu.png') repeat-x center top;
}

.page > .menu .line.bottom {
	height: 10px;
}

.page > .container {
	position: relative;
	background: #fff;
}

.shadow {
	position: absolute;
}

.shadow.left {
	width: 10px;
	left: -10px;
	top: 0px;
	bottom: 0px;
	background: transparent url('/assets/img/shadow.left.png') repeat-y left top;
}

.shadow.right {
	width: 10px;
	right: -10px;
	top: 0px;
	bottom: 0px;
	background: transparent url('/assets/img/shadow.right.png') repeat-y right top;
}

.shadow.bottom {
	height: 10px;
	left: 0px;
	right: 0px;
	bottom: -10px;
	background: transparent url('/assets/img/shadow.bottom.png') repeat-x center bottom;
}

.shadow.bottom .left {
	position: absolute;
	width: 10px;
	height: 10px;
	left: -10px;
	background: transparent url('/assets/img/shadow.bottom.left.png') no-repeat left bottom;
}

.shadow.bottom .right {
	position: absolute;
	width: 10px;
	height: 10px;
	right: -10px;
	background: transparent url('/assets/img/shadow.bottom.right.png') no-repeat right bottom;
}

.page > .container > .content {
	min-height: 300px;
	margin-right: 179px;
}

.breadcrumbs {
	padding: 16px 77px 0px;
	height: 11px;
	font-size: 11px;
}

.breadcrumbs a {
	color: #80693c;
	text-decoration: none;
}

.breadcrumbs span {
	color: #b0a286;
}

.breadcrumbs .separator {
	display: inline-block;
	width: 5px;
	height: 11px;
	margin: 0px 9px;
	background: transparent url('/assets/img/breadcrumbs/separator.png') no-repeat center 5px;
}

.page > .container > .footer {
	height: 54px;
	margin-top: 30px;
	background: #fff url('/assets/img/footer.png') no-repeat center top;
}

.page > .container > .footer ul {
	display: block;
	margin: 0px;
	padding: 12px 0px;
	text-align: center;
}

.page > .container > .footer li {
	display: inline-block;
	padding: 10px 30px;
	background: transparent url('/assets/img/footer.splitter.png') no-repeat right center;
}

.page > .container > .footer li a {
	color: #a9997b;
	font-family: 'Times New Roman';
	font-size: 12px;
	text-transform: uppercase;
}

.page > .container > .footer li:last-child {
	background-image: none;
}

.page > .copyright {
	margin: 20px 0px;
	color: #a9997b;
	font-family: 'Times New Roman';
	font-size: 10px;
	text-align: center;
}