header, nav, section, footer {display: block;}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, b, big, cite, code, del, dfn, em, font, img, ins, i, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; outline: none; font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 100%; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, object, object img { display: block; }
acronym { font-variant: small-caps; }
abbr { border-bottom: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote, q { quotes: "" ""; }
dfn, cite, var, address { font-style: normal; }
del { text-decoration: line-through; }
ins { text-decoration: underline; }
sup, sub { vertical-align: baseline; position: relative; font-size: .85em; }
sup { bottom: .5em; }
sub { top: .5em; }
strong, b { font-weight: bold; }
small { font-size: .833em; }
big { font-size: 1.25em; }
em, i { font-style: italic; }
li { list-style: none; }
ol li { list-style: decimal outside; }
fieldset legend { color: #000; }
optgroup option { padding-left: 15px; }
input, select, button { vertical-align: middle; }
textarea {resize: none;}
html {
    -webkit-font-smoothing: antialiased;
}
.rss-item {
    list-style: none !important;
}

.spr-ir-news li {
    margin: 7px 0 !important;
    padding: 7px 0 !important;
    border-top: 1px solid #e3e3e3;
    color: #777;
}

.spr-ir-news li a {
    font-size: 14px;
    line-height: 22px;
}

.spr-ir-news-article-title {
    border: none !important;
    font-size: 20px;
    color: #454545;
    margin: 0;
}

/* Global elements
------------------------------------ */
html, body {
    height: 100%;
    font: normal 14px/20px Arial, sans-serif;
}
body#inner-page {
    background: #004867 url("../images/footer-all.gif") 0 0;
}
h1 {
    font: bold 28px Arial, sans-serif;
    color: #385f78;
    margin: 0 0 25px;
    border-bottom: 1px dotted #333333;
    padding: 0 0 10px;
}
p {
    margin: 0 0 18px;
}
a {
    color: #385F78;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* Wrap elements
------------------------------------ */
#wrap {
    min-height: 100%;
}
#inner-page #wrap {
    min-height: inherit;
    min-height: 0;
    background: #004867;
    background: #004867 url(http://content.stockpr.com/bluegatepartners/files/images/inner-bg2.jpg) center 0 no-repeat;
}
#inner-page #wrap.slide-head {
    background: #004867;
}
#wrap #header, #wrap #main, #footer-wrap {
    width: 960px;
    margin: auto;
}
#image-slides, #oval, #bg-menu {
    min-width: 938px;
}
/* Slides elements
------------------------------------ */
#image-slides {
    width: 100%;
    height: 434px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background: #004867;
    left: 0;
    top: 0;
}
#image-slides ul {
    height: 436px;
    max-width: 1260px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
#image-slides li {
    width: 100%;
    height: 467px;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
}
#image-slides li.active {
    z-index: 1;
}
#image-slides .slide-1 {
    background: url("../images/slide-2.jpg") center 0 no-repeat;
}
#image-slides .slide-2 {
    background: url("../images/slide-1.jpg") center 0 no-repeat;
}
#image-slides .slide-3 {
    background: url("../images/slide-3.jpg") center 0 no-repeat;
}
#image-slides .slide-4 {
    background: url("../images/slide-4.jpg") center 0 no-repeat;
}
#image-slides .slide-5 {
    background: url("../images/slide-5a.jpg") center 0 no-repeat;
}
#arrow {
    position: absolute;
    width: 33px;
    height: 17px;
    background: url("../images/slide-arrow.png") 0 0 no-repeat;
    z-index: 1;
    top: 381px;
    left: 250px;
}

/* Header elements
------------------------------------ */
#header {
    height: 467px;
    position: relative;
    z-index: 2;
}
body#inner-page #header {
    height: 210px;
    
}
body#inner-page #wrap.slide-head #header {
    height: 236px;
}
#header .menu {
    height: 39px;
    position: relative;
    z-index: 3;
    margin: 0 16px;
}
#header .menu li {
    float: left;
    margin: 0 25px 0 0;
    position: relative;
    line-height: 39px;
    height: 39px;
}
#header .menu li a {
    color: #ffffff;
    text-decoration: none;
    font: normal 14px Helvetica, sans-serif;
    -webkit-text-shadow: 0 1px 2px black;
       -moz-text-shadow: 0 1px 2px black;
            text-shadow: 0 1px 2px black;
    line-height: 39px;
    display: block;
    line-height: 39px;
    height: 39px;
}
#header .menu li a:hover, #header .menu li.d-active a {
    color: #bee2f7;
}
#header .menu ul {
    position: absolute;
    width: 200px;
    left: -15px;
    top: 36px;
    display: none;
    background: url("../images/back-menu.png");
    padding: 0 0 10px 15px;
}
#header .menu li.active ul {
    display: block;
}
#header .menu ul li {
    float: none;
    line-height: 35px;
    height: 35px;
}
#header .menu li.d-active ul a {
    color: #ffffff;
}
#header .menu li.d-active ul a:hover {
    color: #bee2f7;
}
#logo {
    display: block;
    position: absolute;
    left: 0;
    top: 52px;
    width: 184px;
    height: 110px;
    background: url("../images/logo.png") 0 0 no-repeat;
}
#bg-menu {
    width: 100%;
    height: 39px;
    background: url("../images/nav-bg.png") 0 0 repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#oval {
    height: 76px;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    background: url("../images/oval.png") center 0 no-repeat;
    left: 0;
    top: 390px;
}
#name-slides {
    position: relative;
    z-index: 30;
    height: 30px;
    position: absolute;
    top: 412px;
    left: 220px;
}
#name-slides li {
    float: left;
    padding: 0 15px 0 0;
    margin: 0 0 0 15px;
    background: url("../images/slides-line.gif") right 0 no-repeat;
}
#name-slides li.slide-5 {
    background: none;
}
#name-slides a {
    color: #005b83;
    text-decoration: none;
    font: bold 14px Helvetica, sans-serif;
    display: block;
    height: 20px;
    float: left;
    padding: 10px 0 0 0;
}
#name-slides a:hover, #name-slides li.active a {
    color: #cc3300;
}
/*#name-slides li.slide-1 a {
    padding-left: 34px;
    background: url("../images/slides-icons.gif") 0 0 no-repeat;
} 
#name-slides li.slide-1 a:hover, #name-slides li.slide-1.active a {
    background: url("../images/slides-icons.gif") 0 -30px no-repeat;
}
#name-slides li.slide-2 a {
    padding-left: 41px;
    background: url("../images/slides-icons.gif") 0 -60px no-repeat;
}
#name-slides li.slide-2 a:hover, #name-slides li.slide-2.active a {
    background: url("../images/slides-icons.gif") 0 -90px no-repeat;
}
#name-slides li.slide-3 a {
    padding-left: 38px;
    background: url("../images/slides-icons.gif") 0 -120px no-repeat;
}
#name-slides li.slide-3 a:hover, #name-slides li.slide-3.active a {
    background: url("../images/slides-icons.gif") 0 -150px no-repeat;
}
#name-slides li.slide-4 a {
    padding-left: 35px;
    background: url("../images/slides-icons.gif") 0 -180px no-repeat;
}
#name-slides li.slide-4 a:hover, #name-slides li.slide-4.active a {
    background: url("../images/slides-icons.gif") 0 -210px no-repeat;
}
#name-slides li.slide-5 a {
    padding-left: 30px;
    background: url("../images/slides-icons.gif") 0 -240px no-repeat;
}
#name-slides li.slide-5 a:hover, #name-slides li.slide-5.active a {
    background: url("../images/slides-icons.gif") 0 -270px no-repeat;
}
*/
/* Content elements
------------------------------------ */
#main {
    overflow: visible;
    padding: 0 0 200px;
    background: #ffffff;
}
#inner-page #main {
    padding: 10px 0 50px;
    background: url("../images/content-bg.gif") right bottom no-repeat;
}
.home-description {
    font: normal 18px/26px Helvetica, sans-serif;
    color: #666666;
    padding: 0;
    position: relative;
    top: -35px;
    z-index: 3;
}
.home-description p {
    margin: 0 !important;
}
.home-info {
    margin: 0 0 0 0;
    background: url("../images/home-info-line.gif") right 5px no-repeat;
    overflow: hidden;
    padding: 0 0 30px;
}
.home-info li {
    float: left;
    padding: 0 15px 30px 25px;
    background: url("../images/home-info-line.gif") 0 5px no-repeat;
    height: 170px;
    position: relative;
}
.home-info .column-1 {
    width: 258px;
}
.home-info .column-2 {
    width: 270px;
}
.home-info .column-3 {
    width: 290px;
}
.home-info .title {
    font: bold 18px Helvetica, sans-serif;
    margin: 0 0 9px;
}
.home-info .title.red {
    color: #8b5b62;
}
.home-info .title.green {
    color: #6b7d4b;
}
.home-info .title.blue {
    color: #5b6185;
}
.home-info p {
    font: normal 14px/20px Helvetica, sans-serif;
}
.info-more {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    bottom: 3px;
    display: block;
    background: url("../images/info-more.gif") 0 0 no-repeat;
}
#wrap-all {
    background: #ffffff;
    padding: 0 0 200px;
}
#inner-page #wrap-all {
    padding: 0 0 0px 0;
    margin: -20px 0 0 0;
    position: relative;
}
#inner-page #wrap.slide-head #wrap-all {
    margin: -197px 0 0 0;
    padding: 0 0 180px;
    top: -3px;
}
#inner-page #wrap-all.two-column {
    background: none;
    overflow: hidden;
}
.sublink li a {
    text-decoration: none;
}
.col-wrap1 {
    width: 50%;
    background: #333333 url("../images/nav-shadow.gif") right 0 no-repeat;
    position: relative;
    left: -276px;
    margin: 20px 0 0 0;
}
#inner-page #wrap.slide-head .col-wrap1 {
    top: 200px;
}

.col-wrap2 {
    width: 100%;
    margin-right: -100%; /* чтобы IE6 не раздвигал контейнер */
    position: relative;
    left: 100%;
    background: #ffffff;
    padding: 0 280px 0 0;
    position: relative;
    top: -17px;
}

.col1 {
    float: left;
    width: 100%;
    margin-right: -100%;
    margin-left: -100%;
    min-height: 455px;
    _height: 455px;
}
.clear {
    clear: both;
    font-size: 0;
    overflow: hidden; /* тройной презерватив для IE */
}
#content {
    width: 684px;
    padding: 10px 0 50px;
    margin: 0 32px;
    background: url("../images/content-bg.gif") right bottom no-repeat;
    float: left;
}
.retail-page #content,
.multifamily-page #content,
.office-page #content,
.development-page #content, 
.other-page #content {
    background-image: none;
}
#navigate {
    float: right;
    width: 150px;
    text-align: left;
    padding: 40px 40px 0 5px;
    -webkit-text-shadow: 0 -1px 2px black;
       -moz-text-shadow: 0 -1px 2px black;
            text-shadow: 0 -1px 2px black;
}
#wrap-all #navigate ul {
    list-style-type: none;
}
#wrap-all #navigate li {
    list-style: none;
    margin: 0;
}
#navigate .title {
    font: bold 18px Arial, sans-serif;
    color: #ffffff;
}
#navigate a {
    color: #bee2f7;
    text-decoration: none;
    padding: 4px 0 7px 17px;
    display: block;
    background: url("../images/menu-point.gif") 0 0 no-repeat;
    border-top: 1px dotted #727272;
}
#navigate a:hover {
    text-decoration: none;
    background: url("../images/menu-point.gif") 0 -127px no-repeat;
}
#navigate li.active a {
    color: #ffffff;
    font-weight: bold;
    background: url("../images/menu-point.gif") 0 -127px no-repeat;
}
#footer-left-bg {
    border-top: 1px solid #202020;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: -3px;
    display: block;
    background: #000000;
}

/* Footer elements
------------------------------------ */
#footer {
    position: relative;
    margin: -200px 0 0 0; /* negative value of footer height */
    height: 200px;
    clear: both;
    overflow: hidden;
    background: url("../images/footer-bg.gif") 0 0 repeat-x;
    font: normal 11px/22px Helvetica, sans-serif;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 2px black;
       -moz-text-shadow: 0 1px 2px black;
            text-shadow: 0 1px 2px black;
}
#inner-page #footer {
    clear: none;
    margin-top: -20px;
    z-index: 1;
    position: relative;
}
#footer-wrap {
    overflow: hidden;
    padding: 23px 0 0 0;
    margin: 0 auto;
}
#footer .nav {
    float: left;
    background: url("../images/footer-line.gif") 0 0 no-repeat;
    position: relative;
    z-index: 1;
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .column {
    float: left;
    width: 128px;
    padding: 0 0 0 22px;
    background: url("../images/footer-line.gif") right 0 no-repeat;
    height: 150px;
}
#footer a.no-link:hover {
    text-decoration: none;
}
.footer-description {
    position: relative;
    left: 400px;
}

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}

#wrap-all ul {list-style-type: disc;}
#wrap-all li {list-style: disc;}
#wrap-all ul li {margin: 0 0 10px 20px;}
#wrap-all ul ul {margin: 10px 0 0 0;}
#wrap-all ul ul li {list-style: circle;}
#wrap-all ul ul ul li {list-style: square;}
#wrap-all ol {list-style-type: decimal;}

/* Transactions elements
------------------------------------ */
#wrap-all .list-transactions {
    list-style-type: none;
    width: 960px;
    clear: both;
    padding: 18px 0 0;
    margin: 0;
}
.list-transactions li {
    margin: 0 12px 12px 0;
    text-align: center;
    color: #000000;
    float: left;
    position: relative;
    list-style: none;
    width: 220px; height: 220px;
}
#wrap-all .list-transactions li {
    list-style: none;
}
.list-transactions li img {
    max-height: 60px;
}
.list-transactions li * {
    cursor: default;
}
.list-transactions li p {
    margin: 0;
    padding: 0;
    font: normal 13px/24px Arial,Helvetica,sans-serif;
}
.wrap-transaction {
    border: 1px solid #cccccc;
    width: 188px;
    height: 195px;
    border: 7px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px 9px 0 9px;
    background-image: linear-gradient(top,#ffffff,#cccccc);
    background-image: -webkit-linear-gradient(top,#ffffff,#cccccc);
    background-image: -moz-linear-gradient(top,#ffffff,#cccccc);
    background: #f5f5f5 url('../images/mark.gif') center center no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}
.wrap-transaction .price {
    font-size: 18px;
    text-shadow: 0px 1px 0px #ffffff;
    font-family: georgia !important;
    font-size: 24px;
    line-height: 38px;
    color: #004867;
}
.wrap-transaction .name {
    text-shadow: 0px 1px 0px #ffffff;
    font-family: georgia !important;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
    color: #004867;
}
.wrap-transaction .desc {
    text-shadow: 0px 1px 0px #ffffff;
    font-family: georgia !important;
    margin-bottom: 7px;
    color: #004867;
}
.wrap-transaction .date {
    margin-bottom: 7px;
    text-shadow: 0px 1px 0px #ffffff;
    font-family: georgia !important;
    color: #004867;
}
.wrap-transaction .client_owner {
    text-shadow: 0px 1px 0px #ffffff;
    font-family: georgia !important;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 7px;
    color: #004867;
}
.wrap-transaction .buyer {
    text-shadow: 0px 1px 0px #ffffff;
    font-family: georgia !important;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 7px;
    color: #004867;
}
.wrap-transaction .type_size {
    text-shadow: 0px 1px 0px #ffffff;
    font-family: georgia !important;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 7px;
    color: #004867;
}
.wrap-transaction .location {
    text-shadow: 0px 1px 0px #ffffff;
    font-family: georgia !important;
    margin-bottom: 7px;
    color: #004867;
}
.bold {
    font-weight: bold;
}
.wrap-transaction.active {
    position: absolute;
    width: 326px;
    height: 286px;
    z-index: 100;
    left: -57px;
    top: -57px;
    padding: 40px 0 0 0;�
}
.wrap-transaction.active p {
    font-size: 20px;
}
.wrap-transaction.active .price {
    font-size: 30px;
    padding: 26px 0 0;
}
.wrap-transaction.active .name {
    margin: 10px 0 0;
}
.wrap-transaction.active .desc {
    margin: 7px 0 0;
}
.wrap-transaction.active .date {
    padding: 37px 0 0;
}
.clearfix {
    width: 100%;
    height: 1px;
    overflow: hidden;
    clear: both;
}

.transaction-type a {
    text-decoration: none;
    border-left: 1px solid #ccc;
    padding: 0 0 0 7px;
    margin: 0 0 0 7px;
}

.transaction-type a:hover {
    text-decoration: underline;
}

#head-right-bg {
    position: absolute;
    top: -178px;
    left: 0;
    height: 178px;
    width: 100%;
    overflow: hidden;
}
#wrap-all #head-right-bg li {
    margin: 0;
    list-style: none;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 23px;
    display: none;
}
#wrap-all #head-right-bg li.active {
    z-index: 1;
    display: block;
}
#wrap-all #head-right-bg li .slide {
    width: 214px;
    height: 171px;
    overflow: hidden;
    float: left;
    border: 3px solid #02405b;
    margin: 0 30px 0 0;
}
#slide-footer {
    margin: -3px 0 0 0;
}
table {
   /*  border: 1px solid #7aa7ba; */
}
th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #7aa7ba;
    background-color: #ccdfe8;
}
td.even {
    background-color: #e2e2e2;
}

th,td {
    margin: 0;
    padding: 2px;
}

.show-table th,
.show-table td {
    padding: 5px;
}

.show-table {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.show-table th {
background-color: #e2e2e2;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 247, 247)),to(rgb(204, 204, 204)));
background-image: -webkit-linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));
background-image: -moz-linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));
background-image: -o-linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));
background-image: -ms-linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));
background-image: linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7f7f7', EndColorStr='#cccccc');
border-bottom: 1px solid #ccc;
}


/*
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Breadcrumbs */

ul.breadcrumbs li {
    list-style-type: none !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    float: left;
    font-size: 11px;
}

ul.breadcrumbs li a {
    color: #333;
    text-decoration: none;
}

ul.breadcrumbs li a:hover {
    text-decoration: underline;
}

ul.breadcrumbs {
    clear: both;  
    display: block;  
    overflow: hidden; 
    margin-bottom: 7px;
}
