body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background-color: White;
	color: Black;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

textarea {
}

input {
	height: 21px;
	line-height: 11px;
}

select {
	height: 19px;
	line-height: 11px;
}

input.button {
	font-weight: bold;
	height: 40px;
	line-height: 25px;
	color: #274E70;
}

hr {
	color: #3D7CB2;
	height: 2px;
	padding: 0;
	margin: 0;
}

ul li {
	padding-bottom: 4px;
}

h1 {
	text-align: center;
	
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 54px;
}

/* ----------------------------------------------------------- */

._0, .s, ._s {
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

/* ----------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #004699;
}
a:hover {
	text-decoration: none;
	color: #C27900;
	border-bottom: 1px dashed #C27900;
	padding-bottom: 2px;
}

/* ----------------------------------------------------------- */

.refLink {
	text-decoration: none;
	color: #5D2110;
	cursor: pointer;
}
.refHover {
	text-decoration: none;
	color: #C27900;
	cursor: pointer;
}

/* ----------------------------------------------------------- */

img.button {
	cursor: pointer;
}

/* ----------------------------------------------------------- */

.navOsn {
	color: Silver;
	cursor: default;
	
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}
.navOsn a:link, .navOsn a:visited {
	text-decoration: none;
}
.navOsn a:hover {
	text-decoration: none;
}
.cur {
	color: #C27900;
}

/* ----------------------------------------------------------- */

.label {
	color: Gray;
}

/* ----------------------------------------------------------- */

#authors {
	font-size: 10px;
	color: Black;
	line-height: 13px;
	cursor: default;
}
#authors a:link,
#authors a:visited,
#authors a:hover {
	text-decoration: none;
}

/* ----------------------------------------------------------- */

#breadcrumbs {
	color: Silver;
	font-size: 10px;
	line-height: 13px;
	cursor: default;
	margin-top: 3px;
	margin-bottom: 1px;
	text-align: left;
	font-weight: bold;
}

/* ----------------------------------------------------------- */

.alarm {
	color: Red;
}

/* ----------------------------------------------------------- */

#map td {
	border-style: solid;
	border-width: 1px;
	border-color: White;
}
#map .map-leg {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	text-align: center;
	color: #5D2110;
}
#map a:hover {
	text-decoration: none;
	border-bottom: 1px none;
	padding-bottom: 0px;
}

/* ----------------------------------------------------------- */

.preloader {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ----------------------------------------------------------- */

div.point {
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #5D2110;
	height: 7px;
	width: 7px;
	font-size: 1px;
	overflow: hidden;
}

/* ----------------------------------------------------------- */

.objectInfo {
	text-align: center;
}

.objectInfo .addr {
	font-size: 11px;
	margin-top: 15px;
}

.objectInfo .desc {
	margin-top: 15px;
}

.objectInfo .desc,
.streetInfo .desc
{
	text-align: left;
	color: #696969;
}

.streetInfo .desc
{
	margin-top: 30px;
}

/* ----------------------------------------------------------- */

.sections {
	font-weight: bold;
}

.sections ul {
	list-style-type: square;
	margin-top: 7px;
}
.sections li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.sections a:link,
.sections a:visited
{
	text-decoration: none;
}
.sections a:hover {
	text-decoration: none;
}

.sections .countObjects {
	color: Silver;
	font-weight: normal;
}
.sections .cur {
	color: #C27900;
}
.sections .desc {
	font-weight: normal;
}

/* ----------------------------------------------------------- */

.objects {}

.objects ul {
	list-style-type: circle;
}

/* ----------------------------------------------------------- */

.streets {
	font-weight: bold;
}

.streets ul {
	list-style-type: disc;
}
.streets li {
	margin-top: 1px;
	margin-bottom: 1px;
}

/* ----------------------------------------------------------- */

.sectionsFromObject {
	font-size: 10px;
	margin-bottom: 30px;
}

/* ----------------------------------------------------------- */

.mapForAnimationWithoutJS a img.mapImg {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 1;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 1;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    filter: alpha(opacity=100); /* IE 5.5+*/
}

.mapForAnimationWithoutJS a:hover img.mapImg {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=1);
    -moz-opacity: 0.01;    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.01;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.01;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    filter: alpha(opacity=1); /* IE 5.5+*/
}

/* ----------------------------------------------------------- */

.contInfo {
	border: 2px solid #C27900;
	position: relative;
	width: 674px;
	text-align: left;
}
.contInfo .info {
	padding: 25px 20px 25px 150px;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}
.contInfo .i {
	padding: 18px 20px 20px 80px;
	font-size: 48px;
	line-height: 50px;
	position: absolute;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #C27900;
}
.contInfo .i span {
	position: relative;
	top: 4px;
}

/* ----------------------------------------------------------- */

.advertLabel {
	color: Silver;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 3px;
}

/* ----------------------------------------------------------- */

.friendLinks {
	margin-top: 18px;
	font-size: 10px;
	line-height: 13px;
	padding-left: 143px;
}

/* ----------------------------------------------------------- */

#counters img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.5;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.5;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    filter: alpha(opacity=50); /* IE 5.5+*/
}

#counters a:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;    /* Mozilla 1.6 и ниже */
    -khtml-opacity: 1;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 1;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    filter: alpha(opacity=100); /* IE 5.5+*/
}

/* ----------------------------------------------------------- */

.addtexts .addition {
	display: none;
}

/* ----------------------------------------------------------- */


