html,body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	min-width: 988px;
	color: #000;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	color: #3179a6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

input,textarea {
	font-family: Arial, sans-serif;
}

input.empty {
	color: #999;
}

/* begin layout */
.wrapper {
	width: 100%;
	min-width: 988px;
	min-height: 100%;
}

.header {
	height: 95px;
	position: relative;
}

.footer {
	height: 75px;
	margin-top: -75px;
	width: 100%;
	min-width: 988px;
}

.center {
	width: 100%;
	padding: 0 0 95px;
	height: 1%;
}

.center:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.content {
/*padding: 0 400px 0 250px;*/
	padding: 0 25% 0 250px;
}

.left-sidebar {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}

.right-sidebar {
	float: left;
/*width: 400px;
	margin-left: -400px;*/
	width: 25%;
	margin-left: -25%;
	position: relative;
	z-index: 10;
/*overflow: hidden;*/
}

/* end layout */
.footer-container {
	width: 100%;
	height: 1%;
	padding-top: 15px;
	border-top: 1px dashed #999;
}

.footer-container:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer-left {
	float: left;
	width: 40%;
}

.footer-center {
	float: left;
	width: 40%;
}

.footer-right {
	float: left;
	width: 19%;
	text-align: right;
}

.footer p {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.footer-left p {
	margin-left: 30px;
}

.footer a {
	color: #618e20;
}

.footer a.black {
	color: #000;
}

.footer span {
	color: #777;
}

.footer em {
	text-decoration: underline;
}

.footer input {
	padding: 2px 3px;
	margin-right: 30px;
}

.logo {
	float: left;
	width: 143px;
	background: url(../img/logo.png) 0 0 no-repeat;
	margin: 8px 0 0 40px;
}

.logo a,.logo span {
	display: block;
	width: 143px;
	height: 49px;
}

.logo h1 {
	text-indent: -9999px!important;
	width: 143px;
	height: 49px;
}

.logo p {
	margin: 7px 0 0 38px;
	font-size: 1.1em;
}

.header-left {
	float: left;
	width: 60%;
}

.header-right {
	float: left;
	width: 40%;
	position: relative;
}

.link-login {
	float: right;
	margin: 40px 50px 0 0;
}

.link-login a {
	font-size: 1.3em;
	color: #618e20;
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #618e20;
}

.link-reg {
	float: right;
	background: url(../img/ico-reg.png) 0 0 no-repeat;
	padding-left: 20px;
	margin: 2px 50px 0 0;
	height: 18px;
}

.link-reg a {
	font-size: 1.2em;
	color: #000;
	font-style: italic;
	display: block;
	margin-top: 4px;
}

.top-menu {
	float: left;
	margin: 30px 0 0 30px;
}

.top-menu li {
	float: left;
	height: 42px;
	background: url(../img/top-menu.png) -10px 0 no-repeat;
}

.top-menu li.first {
	background-position: left top;
}

.top-menu li.last {
	background-position: right top;
}

.top-menu div {
	float: left;
	padding-top: 5px;
	height: 37px;
	border: 0;
}

.top-menu p {
	float: left;
	padding-left: 5px;
	height: 25px;
	width: 10px;
}

.top-menu a,.top-menu span {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 15px 0 0;
	font-size: 1.2em;
	color: #000;
	white-space: nowrap;
}

.top-menu a {
	text-decoration: underline;
}

.top-menu a:hover {
	color: #618e20;
	text-decoration: underline;
}

.top-menu .cur div {
	background: url(../img/top-menu-border.png) center top no-repeat;
}

.top-menu .cur p {
	padding-left: 0;
	background: url(../img/top-menu-hover.png) 0 0 no-repeat;
	border-left: 5px solid #779e40;
}

.top-menu .cur a,.top-menu .cur span {
	padding-right: 10px;
	background: url(../img/top-menu-hover.png) right top no-repeat;
	border-right: 5px solid #348686;
	text-decoration: none;
}

.top-pad {
	padding-top: 20px;
}

.left-pad {
	padding-left: 25px;
	padding-right: 25px;
}

.left-menu {
	margin-top: 15px;
}

.left-menu li {
	height: 30px;
	overflow: hidden;
}

.left-menu p {
	float: right;
	width: 15px;
	height: 25px;
}

.left-menu a,.left-menu span {
	float: right;
	font-size: 1.3em;
	padding-top: 5px;
	line-height: 19px;
}

.left-menu a:hover {
	color: #000;
}

.left-menu .cur {
	height: 35px;
	margin-top: -3px;
	margin-bottom: -2px;
}

.left-menu .cur p {
	background: url(../img/left-menu.png) right top no-repeat;
	padding-top: 10px;
}

.left-menu .cur a,.left-menu .cur span {
	background: url(../img/left-menu.png) 0 0 no-repeat;
	padding-left: 15px;
	color: #000;
	padding-top: 8px;
	height: 27px;
	text-decoration: none;
}

.right-pad {
	padding-right: 25px;
	position: relative;
}

.pic-link {
	width: 215px;
	padding: 25px 0 15px;
	background-color: #fff;
}

.pic-link a {
	display: block;
	font-weight: 700;
	font-size: 1.2em;
	margin-left: 40px;
}

.pic-link p {
	font-size: 1.2em;
	margin: 5px 0 5px 40px;
}

.path {
	font-size: 1.1em;
	color: #aaa;
}

.path a {
	color: #aaa;
}

.path span {
	color: #aaa;
/*text-decoration: underline;*/
}

h1 {
	font-family: "Times New Roman";
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 400;
}

h1 a {
	text-decoration: none;
	display: inline;
	border-bottom: 1px dotted #000;
}

.inner-title-wrapper {
	max-width: 460px;
}

.inner-page-text {
	padding-top: 15px;
	width: 75%;
	min-width: 500px;
}

.inner-page-text h1 {
	font-size: 3.5em;
}

.inner-page-text p {
	font-size: 1.4em;
	line-height: 1.7em;
	padding-top: 15px;
}

.inner-page-text span {
	display: block;
	padding-top: 15px;
	font-size: 1.3em;
	color: #777;
}

.columns {
	padding-left: 250px;
}

.column {
	float: left;
	width: 33%;
	padding: 35px 0 0 35px;
}

.news {
	padding: 20px 0;
	font-size: 1.3em;
}

.news div {
	margin-bottom: 10px;
}

.news p {
	padding-top: 15px;
	line-height: 1.7em;
}

.news span {
	display: block;
	padding-top: 15px;
	color: #777;
}

.public {
	padding: 20px 0;
}

.public p {
	padding-top: 15px;
	font-size: 1.3em;
	line-height: 1.7em;
}

.public span {
	display: block;
	font-size: 1.3em;
	color: #777;
}

.public a {
	font-size: 1.3em;
}

.public h1 a {
	font-size: 1em;
}

.link-download {
	float: left;
	background: url(../img/ico-download.png) 0 0 no-repeat;
	padding-left: 20px;
	height: 18px;
}

.link-download a {
	color: #789f41;
	font-size: 1.3em;
	display: block;
	margin-top: 3px;
}

.public .author {
	padding: 10px 0;
}

.public .author div {
	float: left;
	margin-right: 15px;
}

.public .author span {
	margin-top: 3px;
}

.public .date {
	padding-top: 10px;
}

.inner-page {
	padding-top: 15px;
	width: 75%;
}

.paging {
	float: left;
	background-color: #f3f3ea;
	padding: 10px;
}

.paging a {
	font-size: 1.2em;
	color: #618e20;
	margin: 0 4px;
}

.paging span {
	font-size: 1.2em;
	color: #000;
	margin: 0 4px;
}

.paging .prev {
	color: #000;
	margin: 0 15px 0 0;
}

.paging .next {
	color: #000;
	margin: 0 0 0 15px;
}

.history {
}

.history li {
	zoom: 1;
	margin-top: 10px;
}

.history h2 {
	font-size: 1.3em;
	color: #000;
	font-weight: 400;
	display: inline;
	border-bottom: 1px dashed #000;
	cursor: pointer;
}

.history-hover h2 {
	color: #789f41;
	border-bottom: 1px dashed #789f41;
}

.cur h2 {
	color: #000;
	border-bottom: 1px dashed #000;
}

.history-top {
	height: 4px;
	overflow: hidden;
}

.history-top p {
	float: left;
	width: 4px;
	height: 4px;
	padding: 0;
}

.history-top div {
	margin-left: 4px;
	height: 4px;
}

.history-bottom {
	height: 4px;
	overflow: hidden;
}

.history-bottom p {
	float: left;
	width: 4px;
	height: 4px;
	padding: 0;
}

.history-bottom div {
	margin-left: 4px;
	height: 4px;
}

.history-left-shadow {
	padding-left: 1px;
	height: 1%;
}

.history-right-shadow {
	padding: 5px 70px 5px 10px;
}

.history-right-shadow p {
	display: none;
	font-size: 1.3em;
	color: #777;
	padding-top: 10px;
}

.cur .history-top p {
	background: url(../img/history-top.png) 0 0 no-repeat;
}

.cur .history-top div {
	background: url(../img/history-top.png) right top no-repeat;
}

.cur .history-bottom p {
	background: url(../img/history-bottom.png) 0 0 no-repeat;
}

.cur .history-bottom div {
	background: url(../img/history-bottom.png) right top no-repeat;
}

.cur .history-left-shadow {
	background: url(../img/history-left-shadow.png) left repeat-y;
}

.cur .history-right-shadow {
	background: #edeee5 url(../img/history-right-shadow.png) right repeat-y;
	position: relative;
}

.cur .history-right-shadow p {
	display: block;
}

.link-hide {
	background: url(../img/ico-hide.gif) right center no-repeat;
	text-align: right;
	width: 70px;
	padding-right: 15px;
	cursor: pointer;
}

.link-hide span {
	padding: 0;
	color: #777;
	font-size: 1.1em;
	display: inline-block;
	border-bottom: 1px dashed #777;
}

.history-right-shadow .link-hide {
	position: absolute;
	top: 7px;
	right: 10px;
}

.service {
	padding: 20px 0 10px 20px;
	margin-right: 30px;
}

.service-hover {
	background-color: #f4f4f4;
}

.service-pic {
	float: left;
	width: 200px;
	overflow: hidden;
}

.service-pic img {
	border: 0;
}

.service-text {
	margin-left: 225px;
}

.service-text a {
	font-family: "Times New Roman";
	font-size: 2em;
	color: #618e20;
	border-bottom: 1px dotted #618e20;
	text-decoration: none;
	display: inline;
}

.service-text p {
	font-size: 1.3em;
	line-height: 1.7em;
	padding-top: 15px;
}

.inner-text-wrapper {
	width: 80%;
}

.download-side-block {
	padding: 15px 10px 5px 35px;
	font-size: 1.2em;
	background: url(../img/ico-download-ie.gif) no-repeat 15px 17px;
	margin-top: 30px;
	color: #777;
	border-top: 1px #eee solid;
}

.consultant {
	float: right;
	width: 200px;
	margin-top: 50px;
}

.consultant-pic {
	text-align: center;
}

.consultant-title {
	font-size: 1.2em;
	padding: 5px 10px;
	background: #edeee5 url(../img/consultant.png) left repeat-y;
}

.consultant-title b {
	display: block;
	color: #618e20;
}

.consultant-title span {
	display: block;
	color: #777;
}

.consultant-text {
	font-size: 1.2em;
	font-weight: 700;
	padding-top: 5px;
}

.consultant-text div {
	margin: 5px 0 0 15px;
}

.consultant-text-icq {
	background: url(../img/ico-icq.png) 0 center no-repeat;
	padding-left: 22px;
}

.consultant-text-skype {
	background: url(../img/ico-skype.png) 0 center no-repeat;
	padding-left: 22px;
}

.consultant-text-phone {
	background: url(../img/ico-phone.png) 3px center no-repeat;
	padding-left: 22px;
}

.consultant-text-mobile {
	background: url(../img/ico-mobile.png) 4px center no-repeat;
	padding-left: 22px;
}

.consultant-text-email {
	background: url(../img/ico-email.png) 3px center no-repeat;
	padding-left: 22px;
}

.service-bg {
/*width: 100%;*/
	width: 450px;
	height: 450px;
	position: absolute;
	top: 0;
	right: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.service-bg-1 {
	background-image: url(../img/bg-services-1.png);
}

.service-bg-2 {
	background-image: url(../img/bg-services-4.png);
}

.service-bg-3 {
	background-image: url(../img/bg-services-2.png);
}

.service-bg-4 {
	background-image: url(../img/bg-services-3.png);
}

.sub-menu-con {
	position: relative;
	margin-right: -30%;
}

.sub-menu li {
	float: left;
	height: 38px;
	margin-right: 1px;
}

.sub-menu p {
	width: 10px;
	height: 38px;
	float: left;
}

.sub-menu .sub-menu-left {
	background: url(../img/sub-menu.png) 0 0 no-repeat;
}

.sub-menu .sub-menu-right {
	background: url(../img/sub-menu.png) right 0 no-repeat;
}

.sub-menu a,.sub-menu span {
	font-size: 1.3em;
	color: #000;
	text-decoration: underline;
	white-space: nowrap;
	height: 30px;
	padding-top: 8px;
	float: left;
	background: url(../img/sub-menu.png) center 0 no-repeat;
}

.sub-menu .cur .sub-menu-left {
	background: url(../img/sub-menu-hover.png) 0 0 no-repeat;
}

.sub-menu .cur .sub-menu-right {
	background: url(../img/sub-menu-hover.png) right 0 no-repeat;
}

.sub-menu .cur a,.sub-menu .cur span {
	color: #fff;
	background: url(../img/sub-menu-hover.png) center 0 no-repeat;
}

.sub-title {
	padding-top: 2em;
}

.sub-title h2 {
	border-bottom: 0;
	display: inline;
	font-family: "Times New Roman";
	font-size: 2.5em;
	line-height: 2em;
	font-weight: 400;
}


.sub-title span {
	margin-left: 5px;
	font-size: 1.2em;
	color: #777;
}

.services-block {
	padding-top: 10px;
	max-width: 790px;
}

.services-left {
	margin-right: 290px;
}

.services-right {
	float: right;
	width: 290px;
}

.services-list {
	max-width: 500px;
}

.services-list li {
	margin-bottom: 10px;
}

.services-title {
	height: 42px;
}

.services-list li p {
	width: 15px;
	height: 42px;
	float: left;
	background: url(../img/list-services.png) 0 0 no-repeat;
}

.services-list li h2 {
	font-size: 1em;
	margin-left: 15px;
	height: 42px;
	background: url(../img/list-services.png) right 0 no-repeat;
	position: relative;
}

.services-list li a {
	background: url(../img/ico-collapse.gif) 0 center no-repeat;
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	margin-top: 12px;
}

.services-list li u {
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}

.services-list .expand a {
	background: url(../img/ico-expand.gif) 0 center no-repeat;
}

.services-list .expand p,.services-list .expand h2 {
	background-image: url(../img/list-services-expand.png);
}

.link-hide-white {
	background: url(../img/ico-hide-white.gif) right center no-repeat;
	text-align: right;
	width: 70px;
	padding-right: 15px;
	cursor: pointer;
}

.link-hide-white span {
	padding: 0;
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	display: inline-block;
	border-bottom: 1px dashed #fff;
}

.services-list .link-hide-white {
	position: absolute;
	top: 14px;
	right: 15px;
}

.services-list li .services-expand {
	padding-bottom: 1px;
	padding-top: 1px;
}

.services-list li .services-expand,.services-list li .services-expand-bottom {
	display: none;
}

.services-list .expand .services-expand,.services-list .expand .services-expand-bottom {
	display: block;
}

.services-list li .services-expand p {
	background: none;
	float: none;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 1.3em;
	margin: 0 30px 20px;
}

.services-list li .services-expand em {
	display: block;
	color: #fff;
	font-size: 1.3em;
	margin: 0 30px 10px 15px;
}

.services-list .services-expand {
	background: url(../img/list-services-expand-alt.png) bottom repeat-x;
	zoom: 1;
	min-height: 350px;
}

.services-list li .services-expand ul {
	margin: 0 30px 20px;
}

.services-list li .services-expand li {
	padding: 0;
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.3em;
}

.services-list .services-expand-bottom {
	height: 35px;
}

.services-list li .services-expand-bottom p {
	width: 15px;
	height: 35px;
	float: left;
	background: url(../img/list-services-expand.png) left bottom no-repeat;
}

.services-list li .services-expand-bottom div {
	margin-left: 15px;
	height: 35px;
	background: url(../img/list-services-expand.png) right bottom no-repeat;
}

.services-list .services-check span {
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	display: inline-block;
	border-bottom: 1px dashed #fff;
	margin-left: 5px;
	cursor: pointer;
}

.sel {
}

.services-list li .sel p,.services-list li .sel h2 {
	background-image: url(../img/list-services-sel.png);
}

.services-list li .sel a {
	background: url(../img/ico-collapse-gray.gif) 0 center no-repeat;
	color: #000;
}

.services-list .expand .sel a {
	background: url(../img/ico-expand-gray.gif) 0 center no-repeat;
}

.services-list li .sel u {
	border-bottom: 1px dashed #000;
}

.sel .link-hide-white {
	background-image: url(../img/ico-hide-black.gif);
}

.sel .link-hide-white span {
	color: #000;
	border-bottom: 1px dashed #000;
}

.services-list .sel .services-expand {
	background-image: none;
	background-color: #eaefef;
}

.services-list li .sel .services-expand p,.services-list li .sel .services-expand li,.services-list li .sel .services-expand em {
	color: #000;
}

.services-list .sel .services-check span {
	color: #000;
	border-bottom: 1px dashed #000;
}

.services-list .expand .sel p,.services-list .expand .sel h2 {
	background-image: url(../img/list-services-expand-sel.png);
}

.services-list li .sel .services-expand-bottom p,.services-list li .sel .services-expand-bottom div {
	background-image: url(../img/list-services-expand-sel.png);
}

.services-form {
	width: 255px;
	margin-left: 35px;
}

.services-form-top {
	background: url(../img/form-services.png) 0 0 no-repeat;
	width: 235px;
	padding: 10px;
}

.services-form-bottom {
	background: url(../img/form-services.png) 0 bottom no-repeat;
	width: 255px;
	height: 15px;
}

.services-form p {
	color: #000;
	font-size: 1.4em;
}

.services-form input,.services-form textarea {
	color: #000;
	background-color: #fff;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	width: 99%;
	margin-top: 10px;
}

.services-form textarea {
	height: 230px;
}

.services-form-links {
	margin: 0 0 10px 40px;
}

.services-form-links a {
	float: left;
	margin-right: 10px;
}

.form-submit {
	font-weight: 700;
	color: #618e20;
	font-size: 1.3em;
	background: url(../img/button.png) no-repeat;
	line-height: 42px;
	width: 158px;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	margin-left: -4px;
	text-decoration: none;
}

.form-submit:hover {
	color: #3179a6;
/*text-decoration: underline;*/
}

.form-reset {
	color: #000;
	font-size: 1.3em;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #000;
	line-height: 42px;
	display: none;
}

.services-sel-list {
}

.services-sel-list a {
	background: url(../img/ico-hide-green.gif) right center no-repeat;
	padding-right: 15px;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}

.services-sel-list a span {
	padding: 0;
	color: #618e20;
	font-size: 1.3em;
	line-height: 1.5em;
	text-decoration: none;
	border-bottom: 1px dashed #618e20;
	display: inline;
	cursor: pointer;
}

.services-sel-list em {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #777;
	display: block;
	margin-top: 5px;
}

h1 a {
	text-decoration: none;
	color: #000;
}

h1.green-link {
	display: inline;
	border-bottom: 0;
}

h1.green-link a {
	text-decoration: none;
	display: inline;
	color: #618e20;
	border-bottom: 1px dotted #618e20;
}

a.green {
	text-decoration: none;
	display: inline;
	color: #618e20;
	border-bottom: 1px dotted #618e20;
}

.clients-list {
	max-width: 800px;
}

.clients-list ul {
	margin-left: -30px;
}

.clients-list li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	width: 33%;
	margin-bottom: 30px;
}

.clients-item {
	padding: 0 30px;
}

.clients-list .clients-logo {
	height: 110px;
	position: relative;
}

.clients-list .clients-logo img {
	border: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.clients-text p {
	font-weight: 400!important;
	width: 70%;
}

.clients-list p {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000;
	margin-top: 5px;
}

.clients-list span {
	display: block;
	font-size: 1.3em;
	color: #777;
/*margin-bottom: 5px;*/
	padding-top: 4px;
}

.footer-start {
	height: 117px!important;
	margin-top: -117px!important;
}

.bottom-menu-center {
	width: 600px;
	height: 42px;
	margin: 0 auto;
}

.bottom-menu {
	float: left;
}

.bottom-menu li {
	float: left;
	height: 42px;
}

.bottom-menu div {
	float: left;
	height: 42px;
	border: 0;
}

.bottom-menu p {
	float: left;
	height: 35px;
	width: 15px;
	margin-top: 7px;
	background-color: #f0f0e7;
}

.bottom-menu a,.bottom-menu span {
	display: block;
	float: left;
	height: 35px;
	margin-top: 7px;
	font-size: 1.2em;
/*text-decoration: none;*/
	background-color: #f0f0e7;
	padding-right: 15px;
	line-height: 1.4em;
}

.bottom-menu u {
	display: inline-block;
	color: #000;
/*border-bottom: 1px dashed #000;
	text-decoration: none;*/
	white-space: nowrap;
	margin-top: 8px;
}

.bottom-menu a:hover u {
	color: #618e20;
/*border-bottom: 1px dashed #618e20;*/
	cursor: pointer;
}

.bottom-menu .cur div {
	background: url(../img/bottom-menu-border-fill.png) center top no-repeat;
}

.bottom-menu .cur p {
	padding-left: 0;
	border-left: 5px solid #779e40;
	background: none;
	width: 10px;
}

.bottom-menu .cur a,.bottom-menu .cur span {
	border-right: 5px solid #348686;
	background: none;
	padding-right: 10px;
}

/*start-page layout*/
.center-start {
	width: 100%;
	height: 1%;
	margin-top: 120px;
	padding-bottom: 117px;
}

.center:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.center-start .content {
	padding: 0 150px;
}

.center-start .left-sidebar {
	float: left;
	width: 150px;
	margin-left: -100%;
	position: relative;
}

.center-start .right-sidebar {
	float: left;
	width: 150px;
	margin-left: -150px;
	position: relative;
}

/* end start-page layout*/
.prev-link,.next-link {
	margin-top: 170px;
}

.prev-link {
	float: left;
	height: 48px;
	background: url(../img/prev-link.png) right top no-repeat;
}

.next-link {
	float: right;
	height: 48px;
	background: url(../img/next-link.png) left top no-repeat;
}

.prev-link a,.next-link a {
	display: block;
	float: left;
	height: 48px;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.4em;
	margin: auto 0;
}

.prev-link a {
	margin-left: 10px;
	padding: 0 10px 0 20px;
	background: url(../img/ico-prev-w.gif) left center no-repeat;
}

.next-link a {
	margin-right: 10px;
	padding: 0 20px 0 10px;
	background: url(../img/ico-next-w.gif) right center no-repeat;
}

.prev-link u,.next-link u {
	display: inline;
	color: #fff;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}

/*.prev-link a:hover u,
.next-link a:hover u {
	color: #618e20;
	border-bottom: 1px dashed #618e20;
	cursor: pointer;
}*/
.content-start {
	width: 4800px;
	margin-left: 0;
}

.service-start {
	width: 1000px;
	margin: 0 100px;
	float: left;
}

.service-start-left {
	float: left;
	width: 400px;
	height: 450px;
}

.service-start-bg {
	background-position: right 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 450px;
}

.service-start-right {
	margin-left: 400px;
}

.service-start-content {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	min-width: 788px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.service-start-wrapper {
	width: 100%;
}

.start-text {
	padding: 15px 0 50px 10%;
}

.start-text h2 {
	font-family: "Times New Roman";
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 400;
}

.start-text h2 a {
	text-decoration: none;
	display: inline;
	border-bottom: 1px dotted #000;
	color: #000;
}

.start-text h2 {
	font-size: 3.5em;
	border: 0;
	margin-top: 80px;
}

.start-text h2 a {
/*background: url("../img/ico-link.gif") right 0 no-repeat;*/
	display: inline-block;
	padding-right: 5px;
	border: none;
}

.start-text h2 a u {
/*color: #618e20;*/
	border-bottom: 1px dotted #618e20;
	text-decoration: none;
}

.start-text p {
	font-size: 1.6em;
	line-height: 1.8em;
	padding-top: 15px;
	padding-right: 50px;
}

.right-start {
	float: right;
	width: 30%;
	height: 1%;
	padding-bottom: 75px;
	position: relative;
	margin-top: -50px;
}

.popup {
	position: absolute;
	width: 534px;
	left: 90px;
	top: 80px;
	display: none;
	z-index: 100;
}

.popup-top {
	background: url(../img/popup.png) 0 0 no-repeat;
	padding: 25px 20px 5px 15px;
}

.popup-bottom {
	background: url(../img/popup.png) 0 bottom no-repeat;
	height: 10px;
}

.popup p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #777;
/*border-bottom: 1px dotted #777;*/
	display: inline;
}

.popup-close {
	background: url(../img/ico-close.gif) 0 0 no-repeat;
	width: 7px;
	height: 7px;
	cursor: pointer;
	position: absolute;
	left: 520px;
	top: 20px;
}

.service-list {
	max-width: 900px;
}

.service-list li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	width: 49%;
}

.service-list .service {
	margin-right: 0;
}

.service-top-pic img {
	border: 0;
}

.service-bot-text {
	padding-left: 40px;
}

.service-bot-text a {
	font-family: "Times New Roman";
	font-size: 2em;
	color: #618e20;
	border-bottom: 1px dotted #618e20;
	text-decoration: none;
	display: inline;
}

.service-bot-text p {
	font-size: 1.3em;
	line-height: 1.7em;
	padding-top: 15px;
}

.wide-content {
	padding-right: 0!important;
}

.license-list {
	max-width: 800px;
	padding-top: 20px;
}

.license-list li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	width: 33%;
	margin-top: 30px;
}

.license-item {
	padding: 0 30px;
}

.license-list .license-logo {
	height: 200px;
	position: relative;
}

.license-list .license-logo img {
	border: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.license-list p {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000;
	margin-top: 5px;
}

.license-list span {
	display: block;
	font-size: 1.3em;
	color: #777;
	margin: 5px;
}

h3 {
	font-size: 1.7em;
	line-height: 1.2em;
	display: inline;
	border-bottom: 1px dotted #000;
}

.contact {
	padding-top: 20px;
}

.contact div {
	float: left;
	width: 50%;
}

.contact-head h1 {
	float: left;
}

.contact p {
	padding: 0;
}

.contact span {
	display: inline;
}

.contact-head span {
	float: left;
	margin: 4px 0 0 10px;
}

.inner-page-text p span {
	display: normal;
	padding: 0;
	font-size: 1em;
}

.feedback {
	display: -moz-inline-box;
	display: inline-block;
	margin: 7px 0 0 10px;
	width: 110px;
	height: 25px;
	padding: 8px 0 0 35px;
	background: #fff;
	position: absolute;
	margin-left: -170px;
	margin-top: -38px;
	z-index: 10;
}

.feedback a {
	font-size: 1.3em;
	color: #000;
}

.feedback-sel {
	display: -moz-inline-box;
	display: inline-block;
	margin: 7px 0 0 10px;
	width: 106px;
	height: 30px;
	padding: 12px 10px 4px 35px;
	background: url(../img/feedback.png) 0 4px no-repeat #fff;
	position: absolute;
	margin-left: -170px;
	margin-top: -42px;
	z-index: 10;
}

.feedback-sel u {
	font-size: 1.3em;
/*color: #fff;*/
	text-decoration: none;
}

.feedback-form {
	background: url(../img/feedback-form.png) left bottom no-repeat;
	width: 516px;
	padding: 10px 15px 30px 10px;
	margin-top: 10px;
}

.feedback-form input,.feedback-form select,.feedback-form textarea {
	font-family: Arial, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 1.2em;
	width: 100%;
	margin-top: 5px;
}

.feedback-form select {
	color: #777;
}

.feedback-form textarea {
	font-family: Arial, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 1.2em;
	margin-top: 10px;
	height: 250px;
}

.feedback-form label {
	display: block;
	color: #777;
	font-size: 1.3em;
	padding-top: 10px;
}

.feedback-left {
	float: left;
	width: 57%;
}

.feedback-right {
	float: left;
	width: 40%;
	margin-left: 3%;
}

.feedback-form-links {
	margin: 0 0 10px 30px;
}

.feedback-form-links a {
	float: left;
	margin-right: 10px;
}

.map {
	width: 650px;
	height: 510px;
	background: url(../img/map.jpg) 0 0 no-repeat;
	margin-top: 15px;
	position: relative;
}

.map-link {
	width: 310px;
	height: 51px;
	background: url(../img/map-link.png) 0 0 no-repeat;
	padding: 7px 0 0 39px;
	top: 165px;
	left: 240px;
	position: absolute;
	cursor: pointer;
}

.map-link p {
	font-size: 1.3em;
	color: #000;
	display: inline;
	border-bottom: 1px dashed #000;
}

.map-popup {
	width: 278px;
	height: 365px;
	background: url(../img/map-popup.png) 0 0 no-repeat;
	top: 55px;
	left: 320px;
	padding: 10px 0 0 152px;
	position: absolute;
	display: none;
}

.map-popup p {
	font-size: 1.3em;
	color: #6b6b6b;
	padding: 10px 0 0;
}

.map-popup p a {
	color: #618e20;
}

.map-popup-close {
	float: right;
	background: url(../img/map-popup-close.png) top right no-repeat;
	padding-right: 25px;
	margin: 10px 25px 5px 0;
	cursor: pointer;
}

.map-popup-close p {
	font-size: 1.3em;
	color: #777;
	display: inline;
	border-bottom: 1px dashed #777;
}

.vacancy {
	padding-top: 20px;
}

.vacancy a {
	font-size: 1.4em;
	color: #618e20;
	display: inline;
/* border-bottom: 1px dashed #618e20;
	text-decoration: none; */
}

.vacancy p {
	font-size: 1.3em;
	padding: 5px 0 0;
	color: #777;
}

.gallery {
	margin-top: 20px;
	width: 543px;
	padding: 0 0 0 3px;
	background: url(../img/gallery-shadow.png) 0 0 no-repeat;
}

.popup-login {
	position: absolute;
	right: 100px;

	top: 55px;
	width: 290px;
	height: 117px;
	background: url(../img/popup-login.png) 0 0 no-repeat;
	display: none;
	z-index: 900;
}

.popup-login-close {
	float: right;
	width: 7px;
	height: 7px;
	background: url(../img/popup-login-close.gif) 0 0 no-repeat;
	margin: 22px 10px 0 0;
	cursor: pointer;
}

.popup-login-left {
	float: left;
	width: 200px;
}

.popup-login-right {
	margin-left: 200px;
}

.popup-login-left label {
	display: block;
	padding: 0 0 5px 15px;
	color: #555
}

.popup-login-left a {
	display: block;
	font-size: 1.2em;
	color: #777;
	padding: 0 0 0 15px;
}

.popup-login-left input {
	width: 99%;
	font-size: 1.2em;
	height: 1.5em;
	color: #000;
	margin-top: 2px;
}

.popup-login-right label {
	display: block;
	padding: 55px 0 0 10px;
}

/*<carousel*/
.infiniteCarousel {
	width: 530px;
	height: 410px;
	position: relative;
}

.infiniteCarousel .iwrapper {
	width: 530px;
	overflow: auto;
	min-height: 410px;
	margin: 0;
	position: absolute;
	top: 0;
}

.infiniteCarousel .iwrapper ul {
	width: 19999px;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
}

.infiniteCarousel li {
	float: left;
	padding: 0;
	margin: 0;
	width: 530px;
	height: 410px;
	background: url(../img/gallery-bg.png) bottom repeat-x;
}

.infiniteCarousel .arrow {
	display: block;
	height: 51px;
	width: 43px;
	text-indent: -999px;
	position: absolute;
	top: 170px;
	cursor: pointer;
}

.infiniteCarousel .forward {
	background: url(../img/arrow-next.png) 0 0 no-repeat;
	right: 15px;
}

.infiniteCarousel .back {
	background: url(../img/arrow-prev.png) 0 0 no-repeat;
	left: 15px;
}

.infiniteCarousel li a.zoom {
	display: block;
	background: url(../img/zoom.png) 0 0 no-repeat;
	width: 97px;
	height: 33px;
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 2;
}

.infiniteCarousel li .photo-image {
	position: relative;
	padding: 15px 15px 0;
}

.infiniteCarousel li .photo-text {
	padding: 15px 15px 20px;
	font-size: 1.3em;
	color: #777;
	font-style: italic;
	text-align: right;
}

/*</carousel*/
/*<lightbox>*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
}

#lightboxDetails {
	font-size: .8em;
	padding-top: .4em;
}

#lightboxCaption {
	float: left;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#keyboardMsg {
	float: right;
	font-size: 1.2em;
}

#keyboardMsg a {
	color: #777;
	font-size: 1.2em;
	text-decoration: none;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(../img/overlay.png);
}

/*</lightbox>*/
/*search results*/
.search-results li {
	margin: 8px 0 8px 38px;
	font-size: 1.2em;
	line-height: 16px;
	color: #3179A6;
}

.search-results h1 {
	margin-bottom: 12px;
}

.search-results .paging {
	margin-top: 10px;
}

/*search results*/
/* sitemap */
ul.sitemap li {
	margin: 1em 2em;
	font-size: 1.1em;
}

ul.sitemap li ul {
	margin-bottom: 2em;
}

ul.sitemap li li {
	font-size: .9em;
	margin: 1em 2em!important;
}

.sitemap-link {
	display: block;
	margin-right: 11.6em;
	margin-top: .4em;
}