@charset "utf-8";
h1, h2, h3, h4, td, tr, table, form, div, body, html, img, br {
	margin: 0px 0px;
	padding: 0px;
}
img {
	border:0;
}
ul,ol,li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.relative {
	position:relative;
}
.clear {
	clear:both;
}
body {
	background-image: url(/images/bg.png);
	background-position: left top;
}
.header {
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	background-position: 1005px top;
	height: 407px;
	width: 100%;
	position:relative;
}
.header .phone {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: normal;
	color: #8DAB00;
	position:absolute;
	right: 30px;
	top: 130px;
	text-shadow: 1px 1px 0px #758D00;
}

.header .header-inner {
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 407px;
	width: 1005px;
	position:relative;
}
.header .header-inner .mmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #FFF;
	text-shadow: -1px -1px 0px #597100;
	position: absolute;
	left: 226px;
	top: 19px;
}
.header .header-inner .mmenu span {
	margin: 0 5px;
}
.header .header-inner .mmenu a {
	color: #FFF;
	text-decoration: none;

}
.header .header-inner .mmenu a.cur {
	font-weight: bold;
}
.header .header-inner .mmenu a:hover {
	color:#ecfaa9;
}
.header .header-inner .texty {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #646464;
	position:absolute;
	top: 324px;
	left:473px;
}
.header .top-action {
	position:absolute;
	top: 280px;
	right:20px;
}
.header .top-action2 {
	position:absolute;
	top: 270px;
	right:20px;
	color: #B90000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.header .top-action2 a {
	color: #B90000;
}
.header .header-inner .texty span {
	color: #ff4100;
	font-weight: bold;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin: 0 290px 0 290px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	padding-top: 12px;
	padding-bottom: 20px;
}
#leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	padding-top: 12px;
	float: left;
	width: 270px; /*Width of left column in pixel*/
	margin-left: -100%; /*Set margin to that of -(MainContainerWidth)*/
	padding-left:20px;
	padding-bottom: 20px;
}
#rightcolumn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	padding-top: 12px;
	float: left;
	width: 210px; /*Width of right column*/
	margin-left: -290px; /*Set left margin to -(RightColumnWidth)*/
	background-image: url(/images/vhr.png);
	background-repeat: repeat-y;
	background-position: 29px 30px;
	padding-left:60px;
	padding-right:20px;
	padding-bottom: 20px;
}
.spacer {
	clear: both;
	height: 30px;
	overflow: hidden;
}

.whitebox {
	background-color: #fff;
	width: 100%;
	border: 1px solid #c4e1e1;
	position: relative;
}
#leftcolumn .whitebox {
	width:229px;
}
.whitebox .hd {
	background-image: url(/images/whitebox-header.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
	position: absolute;
	top: -1px;
	right: -1px;
}
.whitebox .title-bg {
	background-image: url(/images/title-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	margin-right:12px;
	margin-left: -4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bolder;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #ff4f00;
	margin-top: 16px;
	position:relative;
}
.whitebox .title-left {
	background-image: url(/images/title-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	padding: 6px 0 0 18px;
}
.whitebox .title-right {
	background-image: url(/images/title-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px;
}
.whitebox .wb-content {
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #646464;
}
.whitebox .wd-label {
	background-image: url(/images/label2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 102px;
	width: 73px;
	position: absolute;
	top: 27px;
	right: -35px;
}

#leftcolumn .services-list a {
	color: #646464;
}
#leftcolumn .services-list td {
	clear:both;
	height: 33px;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left center;
}
#leftcolumn .services-list .hr {
	background-image: url(/images/li.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	height: 1px;
	overflow: hidden;
	padding: 5px 0;
}

#rightcolumn .services-list a {
	color: #646464;
}
#rightcolumn .services-list td {
	clear:both;
	height: 33px;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left center;
}
#rightcolumn .services-list .hr {
	background-image: url(/images/li.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	height: 1px;
	overflow: hidden;
	padding: 5px 0;
}

#leftcolumn .news-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftcolumn .news-list a {
	font-size: 10px;
	color: #ff4500;
}
#leftcolumn  .contacts {
	padding-left: 20px;
}
#leftcolumn  .contacts span {
	font-size: 16px;
	color: #ff4d00;
	line-height: 30px;
}
#contentcolumn h1, #rightcolumn h2, .region-list h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #646464;
	text-transform: uppercase;
	margin-bottom:10px;
}
#contentcolumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #718900;
}
#contentcolumn .hr, #rightcolumn .hr {
	background-image: url(/images/hr.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	overflow: hidden;
	margin-bottom: 10px;
}
#rightcolumn .hr {
	margin: 20px 0;
}
#rightcolumn .more {
	font-size: 10px;
	line-height: 10px;
	color: #ff4700;
}

#contentcolumn .whitebox h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff4500;
	text-transform: uppercase;
	margin-bottom: 10px;
	background-image: url(/images/arrow-open.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#contentcolumn .whitebox h2.close {
	background-image: url(/images/arrow-close.png);
}
#contentcolumn .whitebox ul {
	margin: 10px 0;
}
#contentcolumn .whitebox ul li {
	margin-left: 20px;
	list-style-image: url(/images/li-disc.png);
}
#rightcolumn .price-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightcolumn .price-list td{
	padding: 5px 0;
}
#rightcolumn .price-list td span {
	font-weight: bold;
	color: #ff4700;
	margin-left: 5px;
}
#contentcolumn .price-list td, #contentcolumn .price-list th {
	padding: 10px 0;
}
#contentcolumn .price-list tr {
	background-image: url(/images/hr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#contentcolumn .price-list tr.last {
	background-image:none;
}
#contentcolumn .price-list th {
	color: #718900;
}
#contentcolumn a {
	color: #ff4b00;
}
#contentcolumn .price-list td span {
	font-weight:bold;
	color:#ff4700;
}
#rightcolumn .metro-list td {
	padding: 10px 0;
	font-size: 10px;
}
#rightcolumn .metro-list td strong {
	font-size: 12px;
	text-transform: uppercase;
	/*
	background-image: url(/images/arrow-open.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	*/
	padding-right: 15px;
	display: block;
	position: relative;
	margin-top: 5px;
}
#rightcolumn .metro-list td strong.close {
	background-image: url(/images/arrow-close.png);
}
#rightcolumn .metro-list .metro-color {
	position: absolute;
	right: 0px;
	top:2px;
	width: 10px;
	height: 10px;
}
.region-list {
	width: 229px;
}
.region-list td {
	padding: 5px 0;
	font-size: 10px;
}
.region-list td span.region-text {
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 15px;
	display: block;
	position: relative;
	margin-top: 5px;
	font-weight: bold;
	padding-left: 55px;
}
.region-list td span.region-text img {
	position: absolute;
	top:0;
	left: 0;
}


.footer {
	background-image: url(/images/footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 77px;
	position: relative;
}
.footer .bottom-menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #c6d580;
	font-size: 12px;
	position: absolute;
	left: 25px;
	top: 25px;
}
.footer .bottom-menu a {
	color: #c6d580;
}
.footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6d580;
	position: absolute;
	left: 25px;
	top: 45px;
}
.footer .counters {
	position: absolute;
	top: 28px;
	right: 121px;
}


#contentcolumn form .fselect { margin: 0 0 0 0; position: relative; font-size:10px; line-height:10px; font-family: Arial, Helvetica, sans-serif;}
#contentcolumn form .fselect ul { margin: 0; }
#contentcolumn form .fselect ul li { margin-left: 0; list-style-type: none; }
#contentcolumn form .fselect .select {
	display: block;
	height: 19px;
	padding-left:4px;
	color: #a6a7a8;
	text-decoration: none;
	background-image: url(/images/form-select-l.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contentcolumn form .fselect .select .select-r {
	padding-top: 4px;
	height: 15px;
	background-image: url(/images/form-select-r.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#contentcolumn form .fselect .list { display: none; z-index:3000; overflow:auto; list-style: none; position: absolute; left: 0; top: 19px; padding: 0; border: 1px solid #aaa; background: #fefefe; max-height:200px; }
#contentcolumn form .fselect .list A { display: block; zoom: 1; padding: 3px 6px 4px; color: #a6a7a8; text-decoration: none; }
#contentcolumn form .fselect .list A:hover { color: #333; background: #f3f3f3; }

#contentcolumn i {
	font-style: normal;
	color: #bf4444;
}
#myform input[type=text] {
	font-size: 10px;
	line-height:10px;
	color: #a6a7a8;
	padding-top: 1px;
	padding-left: 5px;
	height: 16px;
	border: 1px solid #dedede;
	background-image: url(/images/form-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	width:228px;
	font-family: Arial, Helvetica, sans-serif;
}
#myform textarea {
	font-size: 10px;
	line-height:10px;
	color: #a6a7a8;
	padding-top: 5px;
	padding-left: 5px;
	height: 16px;
	border: 1px solid #dedede;
	background-image: url(/images/form-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	width:228px;
	height:60px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
#myform table td {
	padding: 5px 0;
	vertical-align:top;
}
.portfolio td {
	padding: 10px 0;
}
.portfolio .site-image {
	width: 200px;
	height: 150px;
	border: 4px solid #F4F6F6;
}
.portfolio .site-name {
	color: #718900; font-weight: bold; font-size: 13px;
}
.portfolio .site-url {
	font-size: 10px;
}
.region-title, .metro-title {
	display: block;
	background: #8DAB00;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	position: relative;
	margin-bottom: 15px;
}
.region-title span.ugol, .metro-title span.ugol {
	background-image: url(/images/ugol.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 7px;
	height: 4px;
	bottom: -4px;
	left: 111px;
	display: block;
}
.header .header-inner .logo {
	position: absolute;
	left: 35px;
	top: 5px;
}
.feedback-w a {
	color: #646464;
}
#toTop {
	 position:fixed;
     bottom:5px;
	 right:10px;
	 cursor:pointer;
}
#toTop a {
	display: block;
	background: #ff4b00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px;
}
