/* 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:1080px;
}
html {
	background:url(../images/bg_pattern2.jpg) 0 0;/* text-align: center;*/
}
body {
	position:absolute;
	overflow:hidden;
	border:0;
	font:13px/21px Arial, sans-serif;
	color:#8d7763;
	width: 100%;
	height: 100%;
	background:url(../images/bg_pattern.jpg) 50% 50% repeat-x #1a130d;/* text-align: center;*/
}
/* Global Structure ============================================================= */
.glob {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
	margin:0 auto;
}
.bottom_main {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0;
}
.page_spinner {
	position:fixed;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #1a130d;
	z-index:99;
	width:100%;
	height:110%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#ee6640;
	text-decoration: none;
	outline:none;
}
footer a {
	color:#8d7763;
	text-decoration: none;
	outline:none;
}
a:hover {
	color:#fff;
}
h1 {
	width:100%;
	margin: 0 auto;
	display:inline-block;
	padding:0;
	text-align:center;
}
h2 {
	font:bold 100px 'Arial', sans-serif;
	color: #140e0a;
	text-transform:uppercase;
	text-align:center;
	text-shadow: #3d3329 1px 1px 1px;
	padding-bottom:5px;
	letter-spacing: -7px;
}
h2 a {
	font:bold 100px 'Arial', sans-serif;
	color: #140e0a;
	text-transform:uppercase;
	text-align:center;
	text-shadow: #3d3329 1px 1px 1px;
	padding-bottom:5px;
	letter-spacing: -7px;
}
h3 {
	font:bold 30px 'Arial', sans-serif;
	color: #cfb398;
	text-transform:uppercase;
	padding-bottom:18px;
	letter-spacing: -2px;
}
#page_about h3 {
	padding-bottom:8px;
}
#page_cases h3 {
	padding-bottom:23px;
}
#page_contacts h3 {
	padding-bottom:24px;
}
h4 {
	font:bold 18px 'Arial', sans-serif;
	color: #cfb398;
	text-transform:uppercase;
	padding-bottom:12px;
	letter-spacing: -1px;
}
#page_blog h4 {
	padding-top:2px;
	padding-bottom:2px;
}
p {
	padding-bottom:16px;
}
#page_blog p {
	padding-top:9px;
}
img {
	padding-bottom:27px;
}
#splash img {
	padding-bottom:0;
}
#page_cases img {
	padding-bottom:17px;
}
.color1 {
	color:#fff;
}
#page_about {
	text-align:center;
}
/* ============================= header ====================== */
header {
	height:82px;
	text-transform:uppercase;
	width:100%;
	background:url(../images/menu_bg_1.png);
	text-align:center;
}
header > div {
	display:inline-block;
}

logo2 {
	font:bold 100px 'Arial', sans-serif;
	color: #140e0a;
	text-transform:uppercase;
	text-align:center;
	text-shadow: #3d3329 1px 1px 1px;
	padding-bottom:5px;
	letter-spacing: -7px;
    width:450px;
	height:63px;
}
/*#logo {
	margin:50px 0 41px 0;
	position:relative;
	display:inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:450px;
	height:63px;
	background:url(../images/logomain.gif) 0 0 no-repeat;
	z-index:5;
}*/
/* ============================= menu ====================== */
.menu {
	padding:0;
	border-left:1px solid #15100d;
	border-right:1px solid #15100d;
}
#menu {
	height:82px;
}
#menu > li {
	position:relative;
	float:left;
	border-right:1px solid #373229;
}
#menu > li.no_border {
	border-right:0 solid #373229;
}
#menu > li .menu_arrow {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/menu_arrow.png) 50% 70% no-repeat;
	z-index:-1;
}
#menu > li > a {
	position:relative;
	display:block;
	padding-top:36px;
	width:104px;
	height:46px;
	font:bold 10px/13px 'Arial', sans-serif;
	background:url(../images/menu_item_bg.png) 0 0 repeat-x;
	color:#8d7763;
	text-align:center;
	text-decoration:none;
	z-index:1;
}
#menu > li > a span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/menu_item_hover.png) 0 0 repeat-x;
	z-index:-1;
}
.submenu_1 {
	position:absolute;
	top:-141px;
	left:-1px;
	width:119px;
	background:url(../images/submenu_plane_pattern.png);
	padding:20px 0;
	z-index: 5;
}
.submenu_1 li {
	position:relative;
	text-align:left;
}
.submenu_1 a {
	position:relative;
	display:block;
	padding:8px 0 11px 22px !important;
	color: #8d7763 !important;
	font-size:11px;
	text-decoration:none;
	z-index:1;
	font:12px 'Arial', sans-serif;
}
.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;
}
.submenu_1 a:hover {
	color:#fff !important;
}
.submenu_2 {
	position:absolute;
	top:-20px;
	left:120px;
	width:119px;
	background:#865e3b;
	color: #cea988 !important;
	padding:10px 0;
}
.submenu_2 a {
	color: #cea988 !important;
}
/* ============================= splash ====================== */
#splash {
	position:absolute;
	width:100%;
	z-index:10;
	text-align:center;
	top:150px;
}
/* ============================= content ====================== */
#content {
	top:0;
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
}
#content > ul > li {
	position:absolute;
	width:100%;
}
#content > ul > li > div {
	width:942px;
	margin: 0 auto;
	overflow:hidden;
}
.box1, .box2, .box3, .box4, .box5, .box6 {
	display: inline-block;
	position: relative;
	float: left;
	width: 939px;
	border-top:1px solid #110c09;
	border-left:1px solid #110c09;
	background: url(../images/content_bg.png);
	min-height:375px;
}
.box1 {
	padding:19px 23px 32px 21px;
	width: 252px;
}
.box2 {
	padding:24px 16px 32px 29px;
	width: 573px;
}
.box3 {
	padding:24px 16px 32px 29px;
	width: 252px;
}
.box4 {
	padding:24px 16px 32px 29px;
	width: 892px;
}
a {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.more {
	display:inline-block;
	padding:16px 28px;
	font: 10px 'Arial', sans-serif;
	text-align:center;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:#160f0b;
	border-top:1px solid #110c09;
	border-left:1px solid #110c09;
}
#page_contacts .more {
	padding:16px 22px;
}
.more_splash {
	display:inline-block;
	padding:18px 19px;
	font: 12px 'Arial', sans-serif;
	text-align:center;
	color:#8d7763;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/more_splash_bg.png);
	margin-left:25px;
}
.more:hover, .more_splash:hover {
	color:#fff;
	background:#ee6640;
}
.google_map {
	width: 259px;
	height: 209px;
	background: #fff;
	border:5px solid #514139;
}
.address {
	padding-top:17px;
}
.address > span {
	display:block;
	width:170px;
}
.mailLink {
	text-decoration:none;
}
/* ============================= lists ====================== */
.listWithMarker {
}
.listWithMarker li {
	display:block;
	padding-bottom:15px;
}
.listWithMarker li a {
	display:inline-block;
	color:#8d7763;
	padding-left:25px;
	text-decoration:none;
	background:url(../images/list_marker.png) 0 8px no-repeat;
}
.listWithMarker li a:hover {
	color:#fff;
	padding-left:15px;
}
/* ============================= footer ====================== */
footer {
	text-align: center;
	width:100%;
	height:182px;
	padding:10px;
	color:#8d7763;
	text-transform:uppercase;
	background-color: #000;
	font: 10px 'Arial', sans-serif;
}
footer>.inner {
	display:inline-block;
	padding-top:40px;
}
footer > a:hover {
	color:#002975;
}
footer .footer_txt {
	color:#654a33;
	font: bold 26px 'Arial', sans-serif;
	letter-spacing: -2px;
}
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	background-color:#120f0d;
	padding:8px 0 8px 16px;
	width:202px;
	box-shadow:none;
}
#form1 textarea {
	resize: none;
	margin:0;
	background-color:#120f0d;
	padding:12px 0 5px 16px;
	width:442px;
	height:135px;
	overflow:auto;
	line-height:18px;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:51px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	line-height:18px;
	color:#fff;
	text-transform:none;
}
.btns a {
	margin:14px 0 0 20px;
}
/* Form defaults */
input, select, textarea {
	font:13px Arial, sans-serif;
	color: #8d7763;
}
/* ============================= start soc icons ====================== */
.soc_links {
	display: block;
	right: -1px;
	position: relative;
	margin-top: 2px;
}
.soc_links>li {
	display: inline-block;
	position: relative;
	width: 37px;
	height: 36px;
	float: left;
	margin-left: -1px;
}
.soc_links>li>a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.soc_links>li>a>img {
	position: relative;
	margin-top: 10px;
}
/* ============================= end soc icons ====================== */
.mar2 {
	margin-right: 22px;
}
.mar3 {
	margin-top: 6px;
}
.mar4 {
	margin-bottom: 21px;
}
.mar5 {
	margin-bottom: -12px;
}
#splash {
	z-index:1;
}
.imgindent {
	margin-right: 20px;
}
.box {
	overflow:hidden;
}