/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.clear {
	clear:both;
	width: 100%;
}
/* Global properties ======================================================== */
body, html {
	min-width:970px;
	min-height:875px;
}
body {
	overflow:hidden;
	border:0;
	font:13px/20px Arial, sans-serif;
	color:#3e3e3e;
}
/* Global Structure ============================================================= */
.main {
	position:relative;
	width:940px;
	height:865px;
	margin: 0 auto;
}
.page_spinner {
	position:fixed;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #c57735;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#3e3e3e;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color:#002975;
}
h1 {
	display:inline-block;
	padding:0;
}
h2 {
	font: 47px/42px 'Abril Fatface', sans-serif;
	color: #000;
	margin-left:-4px;
	text-transform:uppercase;
	padding-bottom:28px;
	letter-spacing: -1px;
}
h3 {
	font: 20px/22px 'Abril Fatface', sans-serif;
	color: #1a1a1a;
	padding-bottom:12px;
}
p {
	padding-bottom:26px;
}
#page_works p {
	padding-bottom:12px;
}
#page_privacy p, #page_more p {
	padding-bottom:21px;
}
img {
	padding-bottom:31px;
	float: left;
}
#page_works img {
	padding-bottom:13px;
	float: left;
}
.bold {
	font-weight:bold;
}
/* ============================= header ====================== */
header {
	height:190px;
	text-transform:uppercase;
	text-align:center;
}
header > div {
	display:inline-block;
	width:100%;
}
#logo {
	margin-top:99px;
	position:relative;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:395px;
	height:79px;
	background:url(../images/logo.png) 0 0 no-repeat;
	z-index:5;
}
/* ============================= menu ====================== */
.menu_footer {
	padding:10px;
	padding-top:15px;
	padding-left:45px;
	display: inline-block;
}
#menu_footer > li {
	position:relative;
	float:left;
	padding-right:30px;
}
#menu_footer > li > a {
	color:#000;
	font:500 13px/13px 'Droid Sans', sans-serif;
	position:relative;
	display:inline-block;
	text-align:center;
	font-size:13px;
	line-height:1.2em;
	word-spacing:3px;
	text-transform:uppercase;
	text-decoration: none;
}
#menu_footer > li :hover, #menu_footer > .active > a {
}
#menu_footer > li > a:hover, #menu_footer > .active > a {
	color:#000 !important;
	text-decoration: underline;
}
.menu {
	margin-left:-1px;
	padding-top:500px;
}
#menu {
	height:62px;
}
#menu > li {
	position:relative;
	padding-left:1px;
	float:left;
}
#menu > li > a {
	position:relative;
	display:block;
	padding-top:26px;
	width:234px;
	height:62px;
	font: 27px/13px 'Abril Fatface', sans-serif;
	color:#000;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url(../images/menu_item_bg.png) 0 0 repeat-x;
	letter-spacing: -1px;
	z-index:1;
}
.width2 {
	width:235px !important;
}
#menu > li > a span {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:url(../images/menu_item_hover.png) 0 0 repeat-x;
	z-index:-1;
}
.submenu_1 {
	position:absolute;
	top:64px;
	left:1px;
	width:234px;
	background:#e2dfda;
	padding:5px 0;
	z-index: 5;
}
.submenu_1 li {
	position:relative;
	text-align:center;
}
.submenu_1 a {
	position:relative;
	display:block;
	padding:5px 0 !important;
	color: #000 !important;
	font-size:11px;
	text-decoration:none;
	z-index:1;
}
.submenu_1 a b {
	position:absolute;
	width:100%;
	height:29px;
	top:0;
	left:0;
	background:url(../images/submenu_hover.png) 0 0 repeat-x;
	z-index:-1;
}
/* ============================= bgGall ======================= */
#bgStretch img {
	background:#000;
}
.gall_spinner {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/gallLoader.gif) 50% 40% no-repeat;
}
/* ============================= splash ====================== */
.splash {
	position:absolute;
	width:100%;
	height:620px;
	z-index:-1;
	margin-top:-1300px;
	background:url(../images/pic_splash.jpg) 50% 50% no-repeat;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
/* ============================= content ====================== */
#content {
	position:relative;
	overflow:hidden;
	width:100%;
}
#content > ul > li {
	position:absolute;
	width:100%;
	background-color:#fff;
}
#content > ul > li > div {
	overflow:hidden;
	padding:53px 30px 10px 81px;
}
a {
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
.more {
	display:inline-block;
	font: bold 13px/13px 'Arial', sans-serif;
	text-align:center;
	color:#3e3e3e;
	text-decoration:underline;
}
.moreBig:hover, .more:hover {
	color:#a75e27;
}
.google_map {
	width: 300px;
	height: 400px;
	background: #fff;
}
.address {
	padding-top:13px;
}
.address > span {
	display:block;
	width:170px;
}
.mailLink {
	text-decoration:underline;
}
/* ============================= footer ====================== */
footer {
	text-align: center;
	display: inline-block;
	position: relative;
	width:100%;
	font:500 13px/12px 'Droid Sans', sans-serif;
	color:#614426;
	padding-top: 47px;
	padding-bottom: 10px;
}
footer > a {
	color:#614426;
	text-decoration:none;
}
footer > a:hover {
	color:#000;
	text-decoration: underline;
}
/*----*/
.follow-icon {
	display: inline-block;
	position: relative;
	right:-2px;
}
.follow-icon li {
	float: left;
	margin-left: 7px;
	width: 26px;
	height: 27px;
}
/*----*/
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	border:1px solid #e6e6e6;
	background-color:#fff;
	padding:10px 0 10px 15px;
	width:201px;
	box-shadow:none;
}
#form1 textarea {
	resize: none;
	margin:0;
	border:1px solid #e6e6e6;
	background-color:#fff;
	padding:10px 0 10px 15px;
	width:363px;
	height:185px;
	overflow:auto;
	line-height:18px;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:52px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	line-height:18px;
	color:#b1b1b1;
	text-transform:none;
}
.btns a {
	margin:24px 0 0 18px;
}
/* Form defaults */
input, select, textarea {
	font:13px/12px Arial, sans-serif;
	color: #3e3e3e;
}
.scroll {
	height:365px;
}
._track {
	width:20px;
	height:395px;
	right:60px;
	top:122px;
	background:url(../images/track.png);
}
._shuttle {
	cursor:pointer;
	width:20px;
	height:63px;
	background:url(../images/shuttle.png);
}
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	z-index:1;
}
.lightbox-image img {
	position:relative;
	z-index:2;
}
.lightbox-image > span {
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../images/magnify.png) no-repeat 50% 50%;
	z-index:1;
}