body,div,td,input {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #A3CC99;
    font-weight: normal;
	margin: 0 0 18px;
    font-size: 18px;
}
.cur_head {
	color: #FFF;
}
h1 {
	font-size: 18px;
    color: #95DF00;
}
h1 a {
	font-size: 18px;
    color: #95DF00;
    margin: 0 5px;
	text-decoration: none;
}
h1 span {
	margin: 0 5px;
}
h2 {
	color: #168500;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
h3 {
	color: #168500;
    font-size: 15px;
}
h4 {
	font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #168500;
}
h5 {
	font-size: 14px;
	color: #168500;
    margin: 0 0 15px;
}
table, td, th {
	border: 1px solid #AAC89E;
    vertical-align: top;
    border-collapse: collapse;
}
table.center {
	text-align: center;
    width: 100%;
    margin: 0 0 12px;
}
td {
	padding: 5px 10px;
    vertical-align: top;
}
td p, th p {
	margin: 0;
}
td p.title {
	color: #2B8100;
}
ol {
	list-style-position: inside;
}
.noborder {
	border: 0 none !important;
}
.noborder td {
	border: 0 none !important;
}
input {
	color: #CCC;
    outline: none;
}
input[type=submit] {
	color: #000;
    cursor: pointer;
    padding: 3px 5px;
    font-size: 14px;
}
textarea {
	resize: none;
}
p {
	font-size: 12px;
    margin: 0 0 12px;
}
a {
	font-size: 12px;
	color: #0F5A00;
	outline: none;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0 none;
}
ul {
	list-style: none;
}
form {
	margin: 0;
    padding: 0;
}
.clear {
	overflow: hidden;
    clear: both;
    height: 1px;
}
.clear.h18 {
	height: 18px;
}
.header1 {
	font-weight: bold;
	color: #2B8100;
}
.header2 {
	color: #F00;
}
p.center {
	text-align: center;
}
.first {
	margin-left: 0 !important;
}
.last {
	margin-right: 0 !important;
}
.container {
	position: relative;
	margin: 0 40px;
    _height: 1px;
    z-index: 3;
}
.container.fix {
	padding: 0 0 200px;
}

.bg1 {
	position: absolute;
	width: 330px;
    height: 200px;
    top: 51px;
    left: -120px;
    right: auto;
    bottom: auto;
    background: url(/img/l_bg.gif) 0 0 no-repeat;
    z-index: 0;
}
a.print {
	background: url(/img/print.gif) 0 1px no-repeat;
    display: block;
    float: right;
    font-size: 11px;
    margin: 5px 5px 0 15px;
    padding: 0 0 10px 20px;
}
a.back {
	display: block;
    padding: 0 12px;
    margin: 0 0 20px;
    background: url(/img/serv_list_marker.gif) 0 4px no-repeat;
}
table.fix {
 	border: 0;
  	width: 100%;
}
table.fix td {
	border: 0 none;
    padding: 0;
    position: relative;
    width: 33%;
}
table.fix td.first {
	*border-right: 12px solid;
}
table.fix td.mid {
	border-left: 24px solid;
    border-right: 24px solid;
    *border-left: 12px solid;
    *border-right: 12px solid;
    width: 34%;
}
table.fix td.last {
	*border-left: 12px solid;
}

#wrapper {
	position: relative;
    margin: 0 auto;
	width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	min-width: 1000px;
    max-width: 1280px;
    _width: expression(document.documentElement.clientWidth < 1000? "1000px" : document.documentElement.clientWidth > 1280? "1280px" : "auto");
    background: url(/img/mid_bg.gif) center 51px no-repeat;
    z-index: 1;
}

/*-----------------HEADER-----------------*/
#header {
	height: 170px;
    position: relative;
}

#header .menu {
	width: 70%;
    height: 33px;
    margin: 18px 0 0;
    float: left;
}
#header .elem {
	height: 33px;
    float: left;
}
#header .elem a {
	display: block;
    float: left;
    margin: 8px 0 0;
    color: #95DF00;
    text-decoration: none;
    font-size: 14px;
}
#header .elem a.langlink {
	font-size: 12px;
    margin: 10px 0 0;
}
#header .elem a img {
	*margin-top: 4px;
    margin-left: 2px;
    margin-right: 2px;
}
#header .elem .crn {
	width: 12px;
    height: 33px;
    float: left;
}

#header .elem.active {
	background: url(/img/mm_elem_bg.gif) 0 0 repeat-x;
}
#header .elem.active .crn.l {
	background: url(/img/mm_elem_l_crn.gif) 0 0 no-repeat;
}
#header .elem.active .crn.r {
	background: url(/img/mm_elem_r_crn.gif) right 0 no-repeat;
}
#header .elem.active a {
	color: #0F5A00;
}
#header .right {
	width: 30%;
    height: 38px;
    float: left;
    margin: 13px 0 0;
    //margin-right: -1px;
}
#header .right .lang {
	width: 100px;
    float: left;
}
#header .right .elem {
	margin: 5px 0 0 6px;
}
#header .search {
	width: 160px;
    height: 25px;
    float: right;
    background: #FFF;
}
#header .search input {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color: #999;
    border: 0 none;
    display: block;
    padding: 5px 8px;
    width: 138px;
    *height: 11px;
    *padding: 5px 8px 5px;
    overflow: hidden
}
#header .search .crn {
	width: 3px;
    height: 25px;
    float: left;
}
#header .search .crn.l {
	background: url(/img/search_l_crn.gif) 0 0 no-repeat;
}
#header .search .crn.r {
	background: url(/img/search_r_crn.gif) 0 0 no-repeat;
}
#header .search .content {
	width: 154px;
    height: 23px;
    float: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #30A218;
}

#header .info {
	height: 85px;
	margin: 33px 0 0;
}
#header .info .logo { 
	width: 25%;
    height: 84px;
    float: left;
}
#header .info .content {
	position: relative;
	width: 75%;
    height: 84px;
    float: left;
    //margin-right: -1px;
}
#header .info .content table {
	width: 100%;
 	border: 0 none; 
}
#header .info .content table td {
	width: 25%;
    height: 84px;
    border: 0 none;
}
#header .info .content table td.last {
	padding-right: 0;
}
#header .info .content p {
	font-size: 15px;
    margin: 0 0 4px;
    color: #0F5A00;
    line-height: 21px
}
#header .info .content p a {
	text-decoration: none;
    font-size: 15px;
}
#header .info .content p.desc {
	font-size: 12px;
    line-height: normal;
}
#header .info .content p span {
	display: inline-block;
	font-size: 12px;
	color: #95DF00;
    font-weight: bold;
}
#header .info .content p span.phone {
    width: 40px;
}
#header .info .content p span.messager {
	width: 50px;
}

/*-----------------CONTENT-----------------*/

.block50 {
	width: 50%;
    height: auto;
    float: left;
    margin: 0 0 19px;
    position: relative;
    z-index: 3;
}
.block50 .left {
	padding: 0 12px 0 0;
}
.block50 .right {
	padding: 0 0 0 12px;
}
.block50 .both {
	padding: 0 12px;
}
#content .serv {
  	position: relative;
    background-position: center 0;
    overflow: hidden;
    zoom: 1;
}
#content .serv .img1, #content .serv .img2 {
 	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    background-position: center 0;
    z-index: 2;
    height: 170px;
    -background-position: 0 0;
    -background-repeat: no-repeat;
}
#content .serv .cont {
  	position: relative;
 	z-index: 3; 
}
#content .serv .crn {
	height: 120px;
}
#content .serv .crn.l {
	background: url(/img/services_tl_crn.png) 0 0 no-repeat;
}
#content .serv .crn.r {
	background: url(/img/services_tr_crn.png) right 0 no-repeat;
}
#content .serv .header {
	height: 36px;
    background: url(/img/services_bg.png) 0 0 repeat;
    padding: 8px 20px 3px;
}
#content .serv .header h2 {
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
}
#content .serv .header h2 span {
	font-size: 18px;
    color: #A7EE16;
}
#content ul.serv_list {
	background: #DFF2D8;
}
#content ul.serv_list li {
	padding: 7px 15px 5px 35px;
    border-bottom: 1px solid #FFF;
    margin-right: 2px;
    background: url(/img/serv_list_marker.gif) 20px 11px no-repeat;
}
#content div.serv_list {
    background: url(/img/serv_list_marker.gif) 20px 9px no-repeat #DFF2D8;
}
#content div.serv_list .inner {
	padding: 4px 0 0 35px;
    background: url(/img/crn_bl.png) 0 bottom no-repeat;
}
#content div.serv_list a {
	display: block;
	padding: 0 15px 8px 0;
    background: url(/img/crn_br.png) bottom right no-repeat;
    font-weight: bold;
}
#content .serv_list a {
	display: block;
	color: #0F5A00;
    text-decoration: none;
}
#content table.prop {
	border: 0 none;
    width: 100%;
    height: 160px;
    margin: 0 0 19px;
}
#content table.prop td {
	border: 0 none;
	border-left: 24px solid #FFF;
    border-right: 24px solid #FFF;
    padding: 0;
    width: 17%
}
#content table.prop td.first {
	border-left: 0 none;
    width: 16%;
}
#content table.prop td.last {
	border-right: 0 none;
    width: 16%;
}

#content .prop a {
	text-decoration: none;
}
#content .prop a * {
	cursor: pointer;
}
#content .prop .top {
	height: 130px;
	background-position: center;
}
#content .prop .top .crn {
	height: 87px;
}
#content .prop .top .crn.l {
	background: url(/img/crn_tl.png) 0 0 no-repeat;
}
#content .prop .top .crn.r {
	background: url(/img/crn_tr.png) right 0 no-repeat;
}
#content .prop .header {
	padding: 6px 10px 0;
    height: 37px;
    background: url(/img/services_bg.png) 0 0 repeat;
    overflow: hidden;
}
#content .prop .header h3 {
	font-size: 15px;
    margin: 0;
    font-weight: bold;
    line-height: 16px;
    color: #FFF;
}
#content .prop .header h3 span {
	display: block;
    font-size: 11px;
    font-weight: normal;
    color: #A7EE16;
}
#content .prop .bottom {
	height: 24px;
    padding: 6px 0 0 10px;
    background: url(/img/crn_bl.png) 0 bottom #DFF2D9 no-repeat;
}
#content .prop p {
	height: 24px;
	font-size: 13px;
    color: #0F5A00;
    font-weight: bold;
    margin: 0;
    padding: 0 10px 0 0;
    background: url(/img/crn_br.png) right bottom no-repeat;
}

.tenders {
    margin: 0 0 19px;
}
table.tenders {
    background: #F5FFCC;
    position: relative;
}
table.tenders td {
	border-color: #FFF !important;
}
table.tenders td.first {
	background: url(/img/announcement_brdr.gif) 0 0 repeat-y;
}
table.tenders td.last {
	background: url(/img/announcement_brdr.gif) right 0 repeat-y;
}
.tenders .header {
	height: 26px;
    padding: 10px 16px 0;
}
.tenders td.first .header {
	background: url(/img/crn_tl.png) 0 0 no-repeat #E0F09D;
}
.tenders td.mid .header, .tenders.mid .header {
	height: 28px;
    padding: 8px 5px 0 15px;
	background: url(/img/extra_exc_bg.gif) right 0 no-repeat #E0F09D;
}
.tenders td.last .header {
	background: url(/img/crn_tr.png) right 0 no-repeat #E0F09D;
}
.tenders .header p {
	margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #176007;
}
.tenders td.mid .header p, .tenders.mid .header p {
	font-size: 17px;
}

.tenders .content {
    background: #F5FFCC;
}
.tenders .bg {
	height: 3px;

    overflow: hidden;
    background: url(/img/announcement_brdr.gif) 0 0 repeat-x;
}
.tenders .bg.b {
	background-position: 0 bottom;
    *background-position: 0 2px;
}
.tenders .bg .crn {
	height: 3px;
}
.tenders .bg .crn.tl {
	background: url(/img/announce_tl_crn.gif) 0 0 no-repeat;
}
.tenders .bg .crn.tr {
	background: url(/img/announce_tr_crn.gif) right 0 no-repeat;
}
.tenders .bg .crn.bl {
	background: url(/img/announce_bl_crn.gif) 0 bottom no-repeat;
}
.tenders .bg .crn.br {
	background: url(/img/announce_br_crn.gif) right bottom no-repeat;
}
.tenders .inner {
	height: 100%;
    padding-top: 7px;
}
.tenders td.first .inner {
    border-left: 1px solid #D2E09B;
}
.tenders td.last .inner {
    border-right: 1px solid #D2E09B;
}
.tenders .first .item {
	padding-left: 15px;
}
.tenders .item {
    padding: 5px 16px 10px;
    overflow: hidden;
    zoom: 1;
}
.tenders .item a {
    color: #000;
    text-decoration: none;
}
.tenders .item span {
    display: block;
    padding-left: 65px;
}
.tenders .item a span.head {
	color: #000;
    font-weight: bold;
}
.tenders .item img {
	float: left;
    border: 1px solid #0F5A00;
    margin: 1px 12px 0 0;
    zoom: 1;
}
.tenders a.more {
	background: url(/img/serv_list_marker.gif) 16px 5px no-repeat;
    display: block;
    font-weight: bold;
    padding: 0 27px 12px;
    color: #0F5A00;
}
p.header {
	font-size: 17px;
  	margin: 0 16px 14px;
}
p.header img {
	margin-left: 15px;
    border-bottom: 1px solid #FFF
}
p.header a {
	font-size: 11px;
    margin-left: 5px;
    color: #0F5A00;
}

#content .review {
	-position: relative;
    -height: 1px;
    background: #F0FAEC;
    margin: 0 0 19px;
}
#content .review .crn {
	height: 20px;
}
#content .review .crn.tl {
	background: url(/img/crn_tl.png) 0 0 no-repeat;
}
#content .review .crn.tr {
	background: url(/img/crn_tr.png) right 0 no-repeat;
}
#content .review .crn.bl {
	background: url(/img/crn_bl.png) 0 bottom no-repeat;
}
#content .review .crn.br {
	background: url(/img/crn_br.png) right bottom no-repeat;
}
#content .review td {
	border-color: #F0FAEC;
}
#content .review p {
	margin: 0;
    color: #000;
    padding: 0 16px;
}
#content .review p.name {
	font-weight: bold;
    color: #86C800;
}
#content .review p.title {
	font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0F5A00;
}

#content .news {
	-position: relative;
    -height: 1px;
	margin: 0 0 19px;
}

#content .news td {
	border-color: #FFF;
}
#content .news .item {
	padding: 0 16px;
}
#content .news .item img {
	float: left;
    border: 1px solid #1D620D;
    margin: 2px 0 0
}
#content .news .item a {
	text-decoration: none;
}
#content .news .item span {
	display: block;
    padding-left: 65px;
    color: #000;
}
#content .news .item span.date {
	color: #999;
    font-size: 11px;
}
#content .news .item span.head {
	color: #0F5A00;
    font-weight: bold;
}

#container.inside {
 	width: 70%;
  	float: right;
    position: relative;
    //margin-right: -1px;
    _height: 1px;
}
#container.inside .in {
	padding: 0 0 0 12px;
}
#container.inside .left {
	padding: 0 12px 0 0;
}
#container.inside .right {
	padding: 0 0 0 12px;
    
}
#container.inside .camp_block {
	width: 50%;
    float: left;
    margin: 5px 0 34px;
    //margin-right: -1px;
}
#container.inside .camp_block .img {
	float: left;
    width: 158px;
    height: 118px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#container.inside .camp_block .img .crn {
	height: 118px;
    background: url(/img/camp_bg.png) 0 0 no-repeat;
}
#container.inside .camp_block .img .crn a {
	display: block;
    height: 118px;
}
#container.inside .camp_block .content {
	padding: 0 0 0 174px;
}
#container.inside .camp_block p {
	margin: 0 0 4px;
    color: #000;
}
#container.inside .camp_block p.title {
	margin: 0;
	font-size: 15px;
    color: #0F5A00;
    font-weight: bold;
}
#container.inside .camp_block p.price {
	font-size: 13px;
    color: #C30;
    font-weight: bold;
}
#container.inside .camp_block a {
	color: #1F5B2D;
    margin: 0 10px 4px 0;
    display: inline-block
}

#container.inside .excurs {
	margin: 20px 0;
}
#container.inside .excurs .img {
	float: left;
}
#container table {border:0px; border-collapse:collapse; width:100%; margin:5px 0 0 0px;}
#container table td {padding:6 10 6 1px;  border-bottom:solid 1px #B5D6AD; border-top:solid 1px #B5D6AD; font-size:12px;}
#container table tr.header td {color:#a9bea5;  font-size:11px; border-bottom:solid 1px #bcdcb6;}
h3.excurs_head {
	color: #000;
}
h4.line {
	color: #0F5A00;
    border-bottom: 1px solid #5D9252;
    border-top: 0 none;
    padding-bottom: 5px;
    margin-top: 15px;
}
h4.line.nobottom {
	margin-bottom: 0;
    border: 0 none;
}
table.limetable1 {border:0px; border-collapse:collapse; width:100%; margin:5px 0 0 0px;}
table.limetable1 td {padding:6 10 6 1px;  border-bottom:solid 1px #168500;}
table.limetable1 tr.header td {color:#a9bea5;  font-size:11px; border-bottom:solid 1px #bcdcb6;}

table.limetable2 {border:0px; border-collapse:collapse; width:100%; margin:5px 0 0 0px;}
table.limetable2 td {padding:6px 10px 6px 1px;  border:solid 1px #AAC89E;}
table.limetable2 tr.header td {color:#a9bea5;  font-size:11px; border-bottom:solid 1px #AAC89E;}

td.tdheader1 {color:#a9bea5;  font-size:11px; border-bottom:solid 1px #bcdcb6;}
td.tdheader2 {background:#168500; color:#95df00;  border-bottom:solid 1px #bcdcb6; font-size:16px; font-weight:bold;}
.servicespreview {
	width:100%;
    min-height:126px;
    _height:126px; 
    margin-bottom:35px;
}
.servicespreview .image {
	width:200px;
    height:126px;
    float: left;
}
.servicespreview .content {
	padding-left:220px;
}
.servicespreview h4 {
	margin-top:0px;
    color: #0f5a00;
}
.servicespreview a.bdetail {
	background: url(/img/serv_list_marker.gif) 0 5px no-repeat;
    display: block;
    padding-left: 10px;
}
.servicespreview a.bdetail.offers_lnk {
	text-decoration: none;
}
.servicespreview a.bdetail.offers_lnk span {
	border-bottom: 1px dashed;
}
.servicespreview .more {
    margin: 20px 0 0;
    display: none;
    border-bottom: 1px solid #B5D6AD;
}
.services_info {
	padding: 5px 0 9px;
    *background: url(http://zteel.com/view/img/empty.gif) 0 0 repeat;
    margin: 0 5px 0 0;
    border-top: 1px solid #B5D6AD;
    zoom: 1;
}
.services_info.noborder {
	border: 0;
    padding-top: 0;
}
.services_info .desc {
	width: 59%;
    float: left;
    padding-right: 1%;
}
.services_info .duration {
	width: 25%;
    float: left;
}
.services_info .price {
	width: 15%;
    float: left;
}
.services_info select {
	display: block;
    width: 90%;
    margin: 0 0 10px;
}
.services_info h4 {
	font-size: 12px;
	margin: 0 0 10px;
    color: #0F5A00;
}
.services_info h4 a {
	text-decoration: none;
}
.services_info p {
	padding: 0 20px 0 105px;
    color: #343434;
    margin: 0;
}
.services_info .duration p, .services_info .price p {
	padding: 0;
}
.services_info span {
	display: block;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
}
.services_info img {
	float: left;
    border: 1px solid #343434;
}
.header_block {
    background: url(/img/header_bg.gif) 0 0 repeat-x #168700;
    margin: 0 0 20px;
    zoom: 1;
}
.header_block h1 {
 	padding: 12px 18px 7px;
  	margin: 0; 
    zoom: 1;
}
.header_block .crn {
	zoom: 1;
}
.header_block .crn.tl {
 	background: url(/img/header_crn_tl.gif) 0 0 no-repeat; 
}
.header_block .crn.tr {
 	background: url(/img/header_crn_tr.gif) right 0 no-repeat;
}
.header_block .pattern {
 	 background: url(/img/header_pattern.gif) right 0 no-repeat;
}
.header_block .b_bg {
 	height: 6px;
    background: url(/img/header_b_bg.gif) 0 bottom: repeat-x;
    overflow: hidden;
}
.header_block .crn.bl {
  	height: 6px;
 	background: url(/img/header_crn_bl.gif) 0 0 no-repeat; 
}
.header_block .crn.br {
  	height: 6px;
 	background: url(/img/header_crn_br.gif) right 0 no-repeat; 
}
.newspreview {
    border-bottom: 1px solid #EFEFEF;
    color: #777777;
    margin: 0 0 0 0;
    padding: 15px 0;
    position: relative;
    zoom: 1;
}
.newspreview.first {
	padding-top: 0;
}
.newspreview a {
	font-weight: bold;
    display: block;
}
.newspreview span.date {
    color: #0F5A00;
    display: block;
}
.pager {font-size:11px; height:22px; margin:20px 0 10px 0px;}
.pager a {background:#dcf1d5; color:#147900; padding:5px 8px; margin:0 1px;}
.pager a.act {background:#147900; color:#fff; padding:5px 8px; margin:0 1px; font-weight:bold; font-style:normal;}
.pager a:hover {text-decoration: underline}
/* Gallery Styles */
#motionwrapper {
	position: relative;
    margin: 19px 0 0;
    width: 100%;
}
#motioncontainer {
    /*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
    width: 100%; /* Set to gallery width, in px or percentage */
    height: 125px; /* Set to gallery height */
    position:relative;overflow:hidden; z-index:10;
    margin: 0 0 10px;
}

#motioncontainer a img {
    border: 2px solid #a4be9f; /* Set image border color */ 
    margin-right:7px;
}

#motioncontainer a:hover img {
	border: 2px solid #168300; /* Set image border hover color */
}

#statusdiv {
    background-color: lightyellow;
    border: 1px solid gray;
    padding: 2px;
    position: absolute; /* Stop Editing Gallery Styles */
    left: -300px;
    visibility: hidden;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
#motiongallery {position:absolute;left:0;top:0;white-space: nowrap;}

#statusdivleft {visibility:hidden; position:relative; float:left; padding:35 0 0 20px; margin: 35px 0 -750px 20px;z-index:20;}
#statusdivright {visibility:hidden; position:relative; float:right; padding:35 20 0 0px; margin: 35px 20px -750px 0;z-index:20;}
/* End Gallery Styles */


.reviews {
	margin: 30px 0 19px;
}
.reviews.feedback {
	margin: 0 0 20px;
}
.reviews p {
    padding: 0 15px;
    margin: 0;
}
.reviews p.header {
	font-size: 14px;
    color: #0F5A00;
    font-weight: bold;
    margin-top: 19px;
    padding: 0;
}
.reviews p.name {
	color: #86C800;
    font-weight: bold;
}
.reviews p.title {
	font-size: 15px;
    color: #0F5A00;
	font-weight: bold;
    margin: 0 0 5px;
}
.reviews .item {
	padding: 12px 0;
    background: #F0FAEC;
    margin: 5px 0 15px;
}

a.button {
	display: block;
    height: 24px;
    _width: 200px;
    margin: 0 10px 0 0;
    background: url(/img/button_crn_l.gif) 0 0 no-repeat #157C00;
    text-decoration: none;
    float: left;
    color: #FFF;
}
a.button span {
	display: block;
	height: 20px;
    padding: 4px 15px 0;
    background: url(/img/button_crn_r.gif) right 0 no-repeat;
    *cursor: pointer;
}
a.button.bold {
	background: url(/img/button_crn_lb.gif) 0 0 no-repeat #E0F09D;
    font-weight: bold;
    color: #176007;
}
a.button.bold span {
	background: url(/img/button_crn_rb.gif) right 0 no-repeat;
}

#review_form {
	display: none;
}

table.form {border:0px; border-collapse:collapse; width:100%; margin:5px 0 20px 0px;}
table.form td {padding:6 1px; font-size:12px; border: 0 none;border-top:solid 1px #e5ebe4; padding: 10px 12px}
.field {width:100%; font-family:tahoma; font-size:13px; color: #000;}
p.comment {display:block; float:right; border:0px;}
span.star {font-size:13px; color:red; }
.comment {
    border-bottom: 1px solid #D7E6D1;
    margin: 5px 0 15px 0;
    padding: 0 0 15px 0;
}

/* Расчет стоимости экскурсии */
h4.excurs_price {
	margin: 0 0 15px;
    color: #0F5A00;
}
.ex_price {
	padding: 0 16px;
    border-top: 1px solid #F5FCF2;
    border-bottom: 1px solid #F5FCF2;
    border-left: 1px solid #F2FBEF;
    border-right: 1px solid #F2FBEF;
    background: #F0FAEC;
    margin: 0 0 14px;
    overflow: hidden;

    //zoom: 1;
}
.ex_price p {
	margin: 0;
}
.ex_price input {
	color: #000;
}
.ex_price .line {
	padding: 13px 0 8px;
    *padding-bottom: 1px;
	border-bottom: 1px solid #CDE1C5;
}
.ex_price .line.first {
	padding: 16px 0 7px;
    *padding-bottom: 1px;
}
.ex_price .line.noborder {
	border: 0 none;
}	
.ex_price .line .left {
	width: 30%;
    float: left;
    overflow: hidden;
    line-height: 18px;
}
.ex_price .line .right {
	width: 60%;
    height: 21px;
    line-height: 21px;
    float: left;
    overflow: hidden;
}
/*-----------------sideBar-----------------*/
#sideLeft {
	width: 30%;
  	position: relative;
    float: left;
}
#sideLeft .in {
	padding: 0 12px 0 0;
}
#sideLeft .tenders .inner {
	-background: #F5FFCC;
    zoom: 1;
}
#sideLeft .tenders .bg {
	-background-color: #F5FFCC;
    zoom: 1;
}
#sideLeft .tenders .bg.b {
	*background-position: 0 2px;
    zoom: 1;
}
#sideLeft .tenders .bg .crn.bl {
	-background-position: 0 0;
    zoom: 1;
}
#sideLeft .tenders .bg .crn.br {
	-background: url(/img/announce_br_crn.gif) right 0 no-repeat;
}
#sideLeft .tenders {
	background: url(/img/services_tl_crn.png) 0 0 no-repeat #E0F09D;
    zoom: 1;
}
#sideLeft .tenders .item {
	height: auto;
    zoom: 1;
}
#sideLeft .tenders .header {
	background: url(/img/services_tr_crn.png) right 0 no-repeat;
    padding-left: 17px;
    padding-right: 17px;
}
#sideLeft .tenders.mid .header {
	padding-bottom: 6px;
}
#sideLeft .tenders.mid {
	background: url(/img/extra_exc_bg.gif) right 0 no-repeat #E0F09D;
}
#sideLeft .tenders.mid .tbg {
	background: url(/img/crn_tl.png) 0 0 no-repeat;
}
#sideLeft .tenders.mid .header {
	background: url(/img/crn_tr.png) right 0 no-repeat;
    height: auto;
}
#sideLeft .tenders a.more {
	padding-bottom: 8px
}
#sideLeft .inner {
	border-left: 1px solid #D2E09B;
    border-right: 1px solid #D2E09B;
    padding: 4px 0;
}
#sideLeft .services {
  	margin: 0 0 20px;
}
#sideLeft .services a {
	display: block;
  	font-size: 15px;
    color: #147A00;
    text-decoration: none;
    font-weight: bold;
}
#sideLeft .services .brdr {
	height: 1px;
    margin: 0 1px;
    background: #A3CC99;
    overflow: hidden;
}
#sideLeft .services a span {
  	display: block;
    padding: 11px 15px 12px;
}
#sideLeft .services a.active, #sideLeft .services a:hover {
 	 color: #030; 
     background: #DBEDD7; 	
     border-left: 1px solid #A3CC99;
     border-right: 1px solid #A3CC99;
}
#sideLeft .services a.active span, #sideLeft .services a:hover span {
     padding: 11px 14px 12px;   
}
/*-----------------FOOTER-----------------*/
#footer {
  	position: relative;
	height: 200px;
    background: #F2F6F0;
    margin: -200px 0 0;
    z-index: 2;
}
#footer .bg1 {
	width: 315px;
    height: 164px;
    top: auto;
    bottom: 0;
    left: -95px;
    background: url(/img/footer_bg.gif) 0 0 no-repeat;
}
#footer .wrap {
	position: relative;
    width: 100%;
  	min-width: 1000px;
    max-width: 1280px;
    _width: expression(document.documentElement.clientWidth < 1000? "1000px" : document.documentElement.clientWidth > 1280? "1280px" : "auto");
    margin: 0 auto;
}
#footer .menu {
	height: 24px;
  	padding: 12px 0 0;
    background: #E5F0E1;
}
#footer .menu a {
	margin: 0 4px;
	text-decoration: none;
    color: #090; 
}
#footer .menu a.active {
	color: #000;
    font-weight: bold;
}
#footer .info {
  	height: 144px;
    padding: 20px 0 0;
}
#footer .info td {
 	border-color: #F2F6F0;
    height: 40px;
    overflow: hidden;
}
#footer .info p {
	font-size: 12px;
    margin: 0 0 10px;
    color: #000;
}
#footer .info p.bottom {
	margin-bottom: 0;
}
#footer .info .mid p {
	font-size: 15px;
}
#footer .info .mid p a {
	font-size: 15px;
    text-decoration: none;
}
#footer .info p span {
	display: inline-block;
	font-size: 12px;
	color: #999;
    font-weight: bold;
}
#footer .info p span.phone, #footer .info p span.messager {
    width: 50px;
    margin: 0 0 0 16px;
}
#footer .info .last p {
 	padding-left: 16px;
}
#footer .info p span.dev {
 	color: #737373;
  	font-size: 11px;
    font-weight: normal;
    margin: 15px 0 0;
}
#footer .info p img {
 	margin: 5px 10px 0 0; 
}


.printversion {font-family: Tahoma, Geneva, Helvetica, sans-serif}
.printversion {margin:20px;}
.printversion table {border:0px; border-collapse:collapse; width:100%; margin:5 0 0 0px;}
.printversion table td {padding:6 1px; font-size:12px; border-bottom:solid 1px #e5ebe4;}
.printversion table tr.header td {color:#a9bea5;  font-size:11px; border-bottom:solid 1px #bcdcb6;}
.printversion #motioncontainer {overflow:visible; }
.printversion #motioncontainer a {display:block;float:left;}
.printversion #motioncontainer a img {margin-bottom:5px;}
.printversion #motiongallery {position:relative;white-space: wrap;}

.messagebox {
    _height: 1px;
    border: 1px solid #D2E09B;
    background: #F5FFCC;
    padding: 8px 16px 12px;
    margin: 0 0 15px;
}
.messagebox p {
	margin: 0;
    font-size: 12px;
}
.messagebox p span {
	display: block;
    font-size: 16px;
	font-weight: bold;
}
.messagebox p.good {
	color: #168500;
}
.messagebox p.bad {
	color: #C92900;
}

ul.ext_files {
	list-style: none;
}
ul.ext_files li {
	margin: 9px 1px;
    display: block;
    padding: 15px 27px 14px;
    background: url(/img/serv_list_marker.gif) 18px 20px no-repeat #F5F5F5;
}

form.search input[type=text] {
	height: 22px;
    color: #000;
    margin: 5px 15px 0 0;
    width: 80%;
    padding: 0 8px;
}

ul.search_results {
	list-style: inside decimal;
    margin: 0 0 20px;
}
ul.search_results li {
	padding: 10px;
}
ul.search_results li a {
	font-size: 14px;
}

.foot-seo {
	height: 16px;
}
