.left {
    float: left;
}
.right {
    float: right;
}
span.right {
    *float: none;
}
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
body, html {
    min-width: 960px;
    min-height: 1015px;
}
body {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff
    color: #333;
    font: 13px/21px Arial, sans-serif;
}
.glob {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 0;
}
.main {
    position: relative;
    left: 20px;
    margin: 0 auto;
    width: 940px;
}
.page_spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: url(../images/main_spinner.gif) 50% 50% no-repeat #222;
}
a {
    outline: none;
    color: rgb(9, 70, 120);
    text-decoration: none;
}
a:hover {
    color: rgb(9, 70, 120);
}
h1 {
    display: block;
    padding: 0;
}
h2 {
    padding-bottom: 26px;
    color: rgb(9, 70, 120);
    text-transform: uppercase;
    font: 24px/30px 'Anton', sans-serif;
}
p {
    padding-bottom: 24px;
}
.phones {
	padding-left: 30px;
	background: url(../images/ico_phone.png) no-repeat 0 0;
}
#page_services p {
    padding-bottom: 22px;
}
#page_home img, #page_about img, #page_services img, #page_projects img, #page_blog img {
    margin-bottom: 20px;
    border: 5px solid #4e4e4e;
}
.color1 {
    color: #222;
}
#bg_content {
    position: absolute;
    top: 262px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.top_section {
    position: absolute;
    left: 0;
    padding: 12px 0 6px 0;
    width: 100%;
    background: url(../images/header_bg.png) 0 bottom;
}
.top_section a {
	color: #E87211;
}
.top_section a:hover {
	color: #AF560D;
}
.top_section p {
    padding-bottom: 0;
    color: #969595;
    text-transform: uppercase;
    font: bold 10px Arial, sans-serif;
	line-height: 25px;
	margin-top: -6px;
}
header {
    position: relative;
    height: 200px;
    text-transform: uppercase;
    margin-top: 56px;
}
#logo {
    position: relative;
    z-index: 5;
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
    width: 200px;
    height: 54px;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    float: left;
}

.menu {
    clear: both;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#menu>li {
    position: relative;
    float: left;
    background: url(../images/menu_bg.png);
}
#menu>li .menu_arrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 43px;
    margin-left: 7px;
    width: 7px;
    height: 4px;
    background: url(../images/menu_arrow.png) 0 0 no-repeat;
}
#menu>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: 156px;
    background: url(../images/menu_line.png) right 2px repeat-y;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333;
    font: 20px/88px 'Anton', sans-serif;
}
#menu>li>a.last {
    background: 0;
}
#menu>li>a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 155px;
    height: 100%;
    background: rgb(9, 70, 120);
}
.submenu_1 {
    position: absolute;
    top: 89px;
    left: 14px;
    z-index: 15;
    padding: 30px 0;
    width: 126px;
    border-radius: 5px;
    background: #393939;
}
.submenu_1 li {
    position: relative;
    text-align: left;
}
.submenu_1 a {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: 27px;
    padding: 7px 0;
    color: #fff!important;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
}
.submenu_1 a b {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 29px;
}
.submenu_1 li>a:hover, .submenu_1 li.sfHover>a {
    color: rgb(9, 70, 120) !important;
}
.submenu_2 {
    position: absolute;
    top: -20px;
    left: 127px;
    padding: 20px 0;
    width: 119px;
    border-radius: 5px;
    background: #171717;
}
#splash {
    position: absolute;
    left: 80px;
    z-index: 10;
    margin-top: 29px;
    width: 100%;
}
#content {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
	margin-top: 20px;
}
#content>ul>li {
    position: absolute;
    width: 100%;
}
#content>ul>li>div {
    overflow: hidden;
}
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, .more2, .comments {
    display: inline-block;
    padding: 10px 22px;
    background: rgb(9, 70, 120);
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 18px 'Anton', sans-serif;
    margin-right: 6px;
}
.more2 {
    margin-bottom: 10px;
    padding: 3px 20px;
}
.more:hover, .more2:hover {
    background: rgb(49, 110, 160);
	color: #fff;
}
.google_map {
    margin-top: 7px;
    width: 370px;
    height: 326px;
    border: 5px solid #4e4e4e;
    background: #fff;
}
.address {
    padding-bottom: 22px;
}
.address>span {
    display: inline-block;
    width: 175px;
}
.url_link {
    color: #000;
    text-decoration: none;
	font-weight: bold;
}
.url_link:hover {
    color: rgb(9, 70, 120);
}
.url_link img {
    display: block;
}
#page_blog .listWithMarker {
    padding-top: 6px;
}
.listWithMarker {
    padding-bottom: 4px;
}
.listWithMarker li {
    display: block;
    margin-bottom: 13px;
    background: url(../images/hline.png) 0 bottom repeat-x;
}
.listWithMarker li.last {
    background: 0;
}
.listWithMarker li a {
    display: inline-block;
    padding: 3px 0 18px 41px;
    background: url(../images/list_marker.png) 0 0 no-repeat;
    color: #333;
    text-decoration: none;
    font: 13px/26px 'Arial', sans-serif;
}
.listWithMarker li a:hover {
    padding-left: 55px;
    background: url(../images/list_marker.png) 9px 0 no-repeat;
    color: rgb(9, 70, 120);
}
footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 18px 0;
    width: 100%;
    background: url(../images/footer_bg.png) 0 0;
    color: #6a6a6a;
    text-transform: uppercase;
    font: bold 10px Arial, sans-serif;
}
footer a {
    color: #6a6a6a;
    text-decoration: none;
}
footer a:hover {
    color: rgb(9, 70, 120);
}
footer .footer_txt {
    margin-bottom: 2px;
    padding-right: 16px;
    color: #fff;
    font: 26px 'Anton', sans-serif;
}
.soc_links {
    position: relative;
    right: 4px;
    display: block;
}
.soc_links>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: -10px;
    margin-left: 1px;
    width: 36px;
    height: 37px;
}
.soc_links>li>a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.soc_links>li>a>img {
    position: relative;
    margin-top: 10px;
}
#form1 {
    margin-top: 5px;
}
#form1 input {
    margin: 0;
    padding: 8px 10px 9px 10px;
    width: 279px;
    border-top: 1px solid #0a0a0a;
    border-left: 1px solid #0a0a0a;
    background-color: #151515;
    box-shadow: none;
}
#form1 textarea {
    overflow: auto;
    margin: 0;
    height: 191px;
    padding: 8px 10px 9px 10px;
    width: 279px;
    border-top: 1px solid #0a0a0a;
    border-left: 1px solid #0a0a0a;
    background-color: #151515;
    line-height: 18px;
    resize: none;
}
#form1 label {
    position: relative;
    display: inline-block;
    min-height: 43px;
}
#form1 .error, #form1 .empty {
    position: absolute;
    top: -1px;
    right: 3px;
    display: none;
    color: #fff;
    text-transform: none;
    font-size: 10px;
    line-height: 18px;
}
#form1 .success {
    position: absolute;
    z-index: 1;
    width: 299px;
    height: 337px;
    border: 1px solid #333;
    background: #000;
    opacity: 0.9;
}
#form1 .success .success_txt {
    position: relative;
    top: 45%;
    color: #fff;
    text-align: center;
}
.btns a {
    margin: 24px 8px 0 2px;
}
input, select, textarea {
    color: #8c8b8b;
    font: 12px/12px Arial, sans-serif;
}
.slider2 {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    width: 100%;
}
.list-1>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 820px;
}
.list-1>li p {
    position: relative;
    color: #f5f5f5;
    text-transform: uppercase;
    font: 24px 'Anton', sans-serif;
}
.list-1>li p:after {
    position: relative;
    top: -1px;
    margin-left: 7px;
    width: 10px;
    height: 15px;
    content: url("../images/slogan_sign.png");
}
.list-1>li img {
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.list-1>li .img1 {
    top: 18px;
    left: 0px;
    z-index: 2;
}
.list-1>li .img2 {
    top: 120px;
    left: -223px;
    z-index: 1;
}
.list-1>li .img3 {
    top: -244px;
    left: 400px;
}
.gall_btn_section {
    position: relative;
    left: 365px;
    z-index: 210;
    margin-top: -158px;
    padding-top: 20px;
    padding-left: 15px;
    width: 49px;
    height: 49px;
    background: url(../images/arrows_bg.png) 0 0 no-repeat;
}
#next_arr {
    float: left;
    margin-left: 0px;
    width: 15px;
    height: 9px;
    background: url(../images/button-sprite-3.png) 50% 0;
    cursor: pointer;
}
#prev_arr {
    float: left;
    width: 15px;
    height: 9px;
    background: url(../images/button-sprite-2.png) 50% 0;
    cursor: pointer;
}
.box {
    overflow: hidden;
}
.num, .date_plane {
    float: left;
    margin-top: 6px;
    padding-right: 10px;
    width: 31px;
    height: 31px;
    background: url(../images/num_plane.png) 0 0 no-repeat;
    color: #fff;
    text-align: center;
    font: 20px/31px 'Anton', sans-serif;
}
.date_plane {
    width: 47px;
    height: 50px;
    background: url(../images/date_plane2.png) 0 0 no-repeat;
    color: #fff;
    padding-right: 20px;
    text-align: center;
    font: 15px/20px 'Anton', sans-serif;
    text-transform: uppercase;
    padding-top: 7px;
}
.quote {
    float: left;
    margin-top: 6px;
    padding-right: 10px;
    width: 19px;
    height: 12px;
    background: url(../images/quote_sign.png) 0 0 no-repeat;
}
.comments_icon {
    position: relative;
    margin-left: 10px;
    padding-left: 25px;
    width: 25px;
    height: 18px;
    background: url(../images/comments_plane2.png) 0 0 no-repeat;
}
