/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
/* Global properties ======================================================== */
body, html {
	min-width:1070px;
	min-height:875px;
}
body {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
	border:0;
	font:10px/21px Arial, sans-serif;
	text-transform:uppercase;
	color:#b3b3b3;
	background: url(../images/bg.jpg);
}
/* Global Structure ============================================================= */
.main {
	position:relative;
	width:990px;
	margin: 0 auto;
}
.page_spinner {
	position:fixed;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #5f5b62;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#fff;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color:#000;
}
footer a {
	color:#979797;
	text-decoration: none;
}
footer a:hover {
	color:#fff;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	color:#000;
}
h1 {
	display:inline-block;
	padding:0;
}
h2 {
	font: 30px 'Oxygen', sans-serif;
	color: #fff;
	letter-spacing:-1px;
	padding-bottom:12px;
}
h3 {
	font: 14px 'Arial', sans-serif;
	color: #fff;
	padding-bottom:2px;
}
#page_contacts h3 {
	font: 14px/20px 'Arial', sans-serif;
	margin-top:-19px;
}
h3 span {
	display:inline-block;
	margin:5px;
	width:4px;
	height:7px;
	background: url(../images/arrow1.png) 0 0 no-repeat;
}
p {
	padding-bottom:11px;
}
.scroll p {
	padding-bottom:30px;
}
.scroll p:last-child {
	padding-bottom:0;
}
img {
	padding-bottom:23px;
}
#splash img {
	padding-bottom:0;
}
/* ============================= header ====================== */
header {
	height:160px;
	padding-top:54px;
	text-transform:uppercase;
	background:url(../images/footer_bg.png);
	text-align:center;
}
header > div > div {
	display:inline-block;
}
#logo {
	position:relative;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:216px;
	height:76px;
	background:url(../images/logo.png) 0 0 no-repeat;
	z-index:5;
}
/* ============================= menu ====================== */
.menu {
	padding-top:7px;
}
#menu > li {
	position:relative;
	margin-left:1px;
	float:left;
	z-index:50;
}
#menu > li > a {
	position:relative;
	display:block;
	padding:22px 13px;
	font: 16px 'Oxygen', sans-serif;
	color:#918e93;
	text-align:center;
	text-decoration:none;
	z-index:1;
	text-shadow: 0 0 0 #666;
}
#menu > li > a.arrow {
	background:url(../images/menu_arrow.png) center 45px no-repeat;
}
#menu > li > a span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/menu_bg.png) 0 0;
	z-index:-1;
}
.submenu_1 {
	position:absolute;
	top:72px;
	left:0;
	width:142px;
	background:url(../images/submenu1_bg.png) 0 0;
	padding:22px 0 13px 0;
	z-index: 5;
}
.submenu_1 li {
	position:relative;
	text-align:left;
	margin-bottom:13px;
}
.submenu_1 a {
	position:relative;
	display:block;
	padding:5px 0 0 25px !important;
	color: #8e8e8e !important;
	font: 12px 'Arial', sans-serif;
	text-decoration:none;
	z-index:1;
}
.submenu_1 a:hover {
	color: #fff !important;
}
.submenu_1 a b {
	position:absolute;
	width:100%;
	height:29px;
	top:-3px;
	left:0;
	background:url(../images/submenu_hover.png) 0 0 repeat-x;
	z-index:-1;
}
.submenu_2 {
	position:absolute;
	top:-5px;
	left:119px;
	width:119px;
	background:url(../images/submenu2_bg.png) 0 0;
	padding:10px 0 5px 0;
}
/* ============================= bgGall ======================= */
#bgStretch img {
	background:#000;
}
/* ============================= splash ====================== */
#splash {
	position:absolute;
	overflow:hidden;
	width:940px;
	z-index:10;
	text-align:center;
	margin-top:34px;
	margin-left:24px;
}
/* ============================= content ====================== */
#content {
	position:relative;
	overflow:hidden;
	width:100%;
}
#content > ul > li {
	position:absolute;
	width:100%;
}
#content > ul > li > div {
	overflow:hidden;
	padding:56px 15px 10px;
}
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 {
	margin-left:-10px;
	display:inline-block;
	padding:10px;
	font: 10px 'Arial', sans-serif;
	text-align:center;
	color:#fff;
	text-decoration:underline;
}
.more:hover {
	color:#000;
	background:#fff;
}
.google_map {
	width: 430px;
	height: 326px;
	background: #fff;
}
.address {
	padding-top:17px;
}
.address > span {
	display:block;
	width:170px;
	margin-bottom:20px;
}
.mailLink {
	text-decoration:underline;
}
/* ============================= lists ====================== */
.listWithMarker {
	margin-top:8px;
}
.listWithMarker li {
	display:block;
	padding-bottom:19px;
}
.listWithMarker li a {
	display:inline-block;
	padding-left:15px;
	font:14px Arial, sans-serif;
	text-decoration:none;
	background:url(../images/list_marker.png) 0 4px no-repeat;
}
.listWithMarker li a:hover {
	color:#000;
	padding-left:25px;
}
/* ============================= footer ====================== */
footer {
	position: absolute;
	z-index: 210;
	width: 100%;
	height: 214px;
	bottom: 0;
	padding: 0;
	text-align: center;
	text-transform:uppercase;
	font: 10px 'Arial', sans-serif;
	background:url(../images/footer_bg.png);
	color:#979797;
}
footer>.inner {
	display:inline-block;
	padding-top:61px;
}
footer > a:hover {
	color:#002975;
}
footer .footer_txt {
	color:#f8f8f8;
	font: 18px 'Oxygen', sans-serif;
}
/* ============================= 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 ====================== */
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	border:1px solid #7e777e;
	background: url(../images/form_bg.png);
	padding:6px 10px;
	width:200px;
	box-shadow:none;
}
#form1 textarea {
	resize: none;
	margin:0;
	border:1px solid #7e777e;
	background: url(../images/form_bg.png);
	padding:6px 10px;
	width:200px;
	height:159px;
	overflow:auto;
	line-height:18px;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:39px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	line-height:18px;
	color:#b1b1b1;
	text-transform:none;
}
.btns {
	margin-top:9px;
}
.btns a {
	margin-right:15px;
}
/* Form defaults */
input, select, textarea {
	font:10px Arial, sans-serif;
	text-transform:uppercase;
	color: #b3b3b3;
}
/* ============================= start scroll ====================== */
.scroll {
	height:295px;
	margin-top:7px;
}
#page_blog .scroll {
	height:335px;
	margin-top:-2px;
}
._track {
	position:relative;
	width:1px;
	height:384px;
	right:34px;
	top:53px;
	background:url(../images/track.png);
}
._shuttle {
	cursor:pointer;
	width:1px;
	height:34px;
	background:url(../images/shuttle.png) no-repeat;
}
#page_privacy ._track, #page_more ._track {
	right:0;
}
/* ============================= end scroll ====================== */
.box {
	padding-left:10px;
	margin-top:7px;
	overflow:hidden;
}
.box p {
	padding-bottom:11px;
}