/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
/* Global properties ======================================================== */
body, html {
	min-width:970px;
}
body {
	overflow:hidden;
	border:0;
	font:13px/20px Arial, sans-serif;
	color:#d5d5d4;
}
/* Global Structure ============================================================= */
.main {
	position:relative;
	width:940px;
	margin: 0 auto;
}
.page_spinner {
	position:fixed;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #222;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#d5d5d4;
	text-decoration: underline;
	outline:none;
}
#page_about a, #page_blog a {
	text-decoration: none;
}
a:hover {
	color:#fff;
}
h1 {
	display:inline-block;
	padding:7px 0 0 0;
	float:left;
}
h2 {
	font: 25px/35px 'Oswald', sans-serif;
	color: #fff;
	text-transform:uppercase;
	padding-bottom:22px;
	padding-top:24px;
}
#page_about h2 {
	padding-bottom:28px;
}
#page_contacts h2 {
	padding-bottom:28px;
}
h3 {
	font: 17px 'Oswald', sans-serif;
	color: #fff;
	text-transform:uppercase;
	padding-bottom:4px;
}
#page_blog h3 {
	padding-bottom:1px;
}
p {
	padding-bottom:28px;
}
#page_services p {
	padding-bottom:23px;
}
#page_blog p {
	padding-bottom:15px;
}
img {
	padding-right:13px;
	padding-bottom:30px;
}
#page_about img {
	padding-right:20px;
	padding-bottom:24px;
}
#page_blog img {
	padding-right:21px;
	padding-bottom:29px;
}
/* ============================= header ====================== */
header {
	position:relative;
	height:26px;
	text-transform:uppercase;
	height:85px;
	background-color: #001724;
	background:url(../images/header_bg.png) 0 0 repeat-x;
	margin-top:150px;
}
#logo {
	margin:0;
	position:relative;
	display:inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:237px;
	height:74px;
	background:url(../images/logo.png) 0 0 no-repeat;
	z-index:5;
}
/* ============================= menu ====================== */
.menu {
	padding:0;
	float:right;
}
#menu {
	height:85px;
}
#menu > li {
	position:relative;
	padding-left:1px;
	float:left;
}
#menu > li > a {
	position:relative;
	display:block;
	padding:16px;
	padding-top:37px;
	height:32px;
	font: 17px/13px 'Oswald', sans-serif;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:url(../images/menu_item_line.png) right 39px no-repeat;
	z-index:1;
}
#menu > li > a.last {
	background:none;
}
#menu > li > a span {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:-1px;
	background:url(../images/menu_item_hover.png) 0 0 repeat-x;
	z-index:-1;
}
.submenu_1 {
	position:absolute;
	top:85px;
	left:0px;
	width:119px;
	background:#292b2f;
	padding:10px 0;
	z-index: 5;
}
.submenu_1 li {
	position:relative;
	text-align:center;
}
.submenu_1 a {
	position:relative;
	display:block;
	padding:5px 0 !important;
	color: #fff !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;
}
.submenu_2 {
	position:absolute;
	top:-10px;
	left:120px;
	width:119px;
	background:#292b2f;
	padding:10px 0;
}
/* ============================= bgGall ======================= */
#bgStretch img {
	background:#000;
}
#bgNav {
	overflow:hidden;
	cursor:default;
	float:left;
	padding:0 7px;
}
#bgNav li {
	display:inline-block;
}
#bgNav li > a {
	display: block;
	color:#fff;
}
#bgNav a:hover, #bgNav .active a {
	color:#cd3031;
}
.more_btn2 {
	float:left;
	width:5px;
	height:9px;
	background:url(../images/button-sprite-3.png);
	cursor: pointer;
	padding-right:10px;
	margin-top:1px;
}
.more_btn3 {
	float:left;
	width:5px;
	height:9px;
	background:url(../images/button-sprite-2.png);
	cursor: pointer;
	margin-top:1px;
}
.gall_spinner {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/gallLoader.gif) 50% 40% no-repeat;
}
/* ============================= content ====================== */
#content {
	position:relative;
	overflow:hidden;
	width:100%;
	margin-top:53px;
	margin-bottom:63px;
}
#content > ul > li {
	position:absolute;
	width:100%;
	background:url(../images/pages_bg.png)
}
#content > ul > li > div {
	overflow:hidden;
	padding:53px 50px 40px 59px;
}
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:11px 14px;
	font: 16px/13px 'Droid Sans', sans-serif;
	text-align:center;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:#000;
}
.more:hover {
	color:#999;
	background:#222;
}
.comments {
	display:inline-block;
	margin-top:-1px;
	margin-left:10px;
	padding: 7px 0 0 52px;
	width:110px;
	height:23px;
	background:url(../images/comments_pic.png) right 7px no-repeat;
}
.google_map {
	width: 480px;
	height: 203px;
	background: #fff;
	margin-bottom:25px;
}
.address {
}
.address > span {
	display:inline-block;
	width:170px;
}
/* ============================= lists ====================== */
.listWithMarker li {
	display:block;
	padding-bottom:10px;
}
.listWithMarker li a {
	display:inline-block;
	padding-left:29px;
	text-decoration:none;
	background:url(../images/list_marker.png) 0 1px no-repeat;
}
.listWithMarker li a:hover {
	color:#fff;
	padding-left:39px;
}
/* ============================= footer ====================== */
footer {
	width:100%;
	padding:6px 0 6px;
	font: 12px/12px 'Droid Sans', sans-serif;
	color:#808080;
	background-color: #000;
	float: right;
}
footer a {
	color:#808080;
	text-decoration:none;
}
footer > a:hover {
	color:#002975;
}
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	background-color:#000;
	padding:8px 10px;
	width:220px;
	box-shadow:none;
	background:url(../images/contacts_bg.png);
}
#form1 textarea {
	resize: none;
	margin:0;
	background-color:#000;
	padding:10px;
	width:220px;
	height:152px;
	overflow:auto;
	line-height:18px;
	background:url(../images/contacts_bg.png);
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:43px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	line-height:18px;
	color:#b1b1b1;
	text-transform:none;
}
.btns a {
	margin:25px 8px 0 0;
}
/* Form defaults */
input, select, textarea {
	font:13px/12px Arial, sans-serif;
	color: #fff;
}