@charset "UTF-8";
* {
	margin:0; padding:0;
}
img {
	border:0;	
}
html, body {
	width:100%;
	height:100%;
	min-width:1160px;
	font-family:"freight-text-pro", serif;
	font-weight:400;
	font-size:16px;	
	line-height:20px;
}
body {
	overflow-y:scroll;
	background-image:url(../src/background.png);
	background-size:cover;
	background-position:center center;
	background-repeat:repeat-y;
}
a:link, a:visited {
	color:inherit;
	text-decoration: none;
}
a:active, a:hover {
	color:#572955;
	text-decoration: none;
}
h1 {
	font-size:24px;
	line-height:28px;
	font-weight:400;
	font-style:italic;
	letter-spacing:0.1em;
	color:#572955;
	margin-top:14px;
	margin-bottom:14px;
}
h2 {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	font-weight:700;
	color:#572955;
	font-style:normal;
}
p {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	margin-bottom:14px;
	font-style:normal;
}
hr {
	border:0;
	border-top: 1px dotted #604E42;
	margin-bottom:14px;
}
strong, .bold {
	font-weight:700;
}
.italic {
	font-style:italic;	
}
.wrapper {
	position:relative;
	height: auto;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 816px;
	padding-top:16px;
	padding-bottom:4px;
}
.header .logo {
	float:left;	
}
.header ul.navigation {
	float:left;
	list-style:none;
}
.header ul.navigation li {
	float:left;	
	display:block;
	margin-top:112px;
	margin-left:3px;
	margin-right:3px;
	height:34px;
	line-height:34px;
	color:#572955;
}
.header ul.navigation li a {
    display: block;
	padding-left:10px;
	padding-right:10px;
}
.header ul.navigation li.active {
	border-bottom:6px solid #572955;
	height:28px;
}
.header ul.navigation li.odd {
	background-color:#E0D7DD;
}
.header ul.navigation li.even {
	background-color:#BEADBA;
}
.sidebar-left {
	position:absolute;
	left:-172px;
	width:172px;
	height:auto;
	top:174px;
	height:22px;	
}
.sidebar-left ul.navigation {
	list-style:none;
	margin-top:26px;
}
.sidebar-left ul.navigation li {
	float:right;
	clear:right;
	text-align:right;
	width:auto;
	min-width:76px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:12px;
	padding-left:12px;
	color:#604E42;
	background-image:url(../src/sidebar-navigation.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}
.sidebar-left ul.navigation li:hover, .sidebar-left ul.navigation li.active {
	background-color:#D4C9D1;
}
.content {
	background-color:#ECE7D7;
	padding:14px;
	padding-bottom:56px;
}
.content .left {
	float:left;
	width:394px;
}
.content .right {
	float:right;
	width:380px;
}
.content .left.gallery {
	padding-bottom:7px;	
}
.content .left.gallery img {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
}
.content ul {
	font-family:Verdana, Geneva, sans-serif;
	list-style-position:outside;
	list-style-image:url(../src/list.png);
	font-size:12px;
	font-weight:700;
	color:#572955;
	font-style:normal;
	padding-bottom:14px;
}
.content ul li {
	margin-left:24px;	
	line-height:15px;
}
.content a {
	text-decoration:underline;	
}
.intro {
	position:relative;
	width:788px;
	height:525px;
	overflow:hidden;	
	-webkit-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.3);
	margin-bottom:24px;	
}
.intro img {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	display:none;
}
h1.slogan {
	padding-left:106px;
	font-size:26px;
}
.button {
	position:absolute;
	right:20px;	
	bottom:15px;	
}
