@charset "utf-8";

/* ***************
STANDARD SELECTORS
*************** */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

html {
	min-height: 100%;
}

body {
	background: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
}

img, div, a {
	border: 0;
	behavior: url("scripts/iepngfix.htc");
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}


a {outline:none;}

/* ************
GENERAL CLASSES
************ */
img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 10px 0 10px 10px;
}
img.center {
	display: block;
	margin: 10px auto;
}

div.right {
	float:right;
}

div.left {
	float:left;
}

.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

.clear_left {clear:left;margin: 0;padding: 0;}




/* ************
CONTAINER, PAGE
************ */
div#container {
	background: url(/images/page_shadows.gif) repeat-y top center;
}

div#page {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(/images/page_sky.jpg) repeat-x top left;
	border: 1px sol red;
}

div#page.popup {
	width: auto;
	min-width: 600px;
}



/* ***
HEADER
*** */
div#header div#logo {
	padding: 30px 0 0 154px;
}

div#header h1 {
	padding: 8px 0 0 172px;
	color: #009a37;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
}



div#languages {
	float: left;
	margin: 15px 0 0 25px;
}

div#languages a {
	margin: 0 5px 0 0;
	color: #86ab1f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-decoration: none;
}

div#languages a.selected {
	font-weight: bold;
}


/* *
MENU
* */
div#menu {
	float: right;
}

div#menu ul li {
	display: inline;
	list-style: none;
}

div#menu ul li a {
	float: left;
	display: block;
	width: 93px;
	height: 70px;
	margin: 0 1px;
	color: #87ab1f;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

div#menu ul li a span {
	display: block;
	padding: 40px 0 0 0;
}

div#menu ul li a:hover {
	background: url(/images/menu_button.png) no-repeat;
	background-position: 0 -70px;
}

div#menu ul li.selected a {
	color: #fff;
	background: url(/images/menu_button.png) no-repeat;
	background-position: 0 0;
}

/*
ICONS
*/
div#icons {
	float: right;
	padding: 33px 61px 0 25px;
}

div#icons img {
	display: block;
	padding: 6px;
}





/*
FOOTER
*/
div#footer {
	padding: 420px 0 0 180px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#footer span {
	cursor: default;
}

div#footer span.phone {
	font-size: 24px;
}

div#footer span.phone:hover {
	color: #5d9a00;
	background: #fff;
}

div#footer a {
	padding: 2px;
	color: #fff;
	font-size: 15px;
}

div#footer a:hover {
	color: #5d9a00;
	background: #fff;
}

div#footer em {
	display: block;
	margin: 40px 0 0 0;
	font-size: 12px;
}

/* BLACK FOOTER */
div#footer.black {
	margin: 0;
	padding: 20px 0 20px 180px;
	color: #000000;
}

div#footer.black a {
	color: #000;
}





/* SECTIONS CONTENT */
div#content {
	margin: 40px 60px 0 90px;
}

div#content h1 {
	font-size: 30px;
}

div#content h2 {
	font-size: 25px;
	margin: 0 0 0 43px;
	color: #17971d;
	font-style: italic;
}

div#content h3 {
	margin: 20px 0 0 43px;
	font-size: 20px;
	color: #000;
}

div#content div.text {
	margin: 10px 140px 0 83px;
}

div#page.popup div#content div.text {
	margin: 10px 40px 0 83px;
}

div#content p {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

div#content div.text ul li {
	margin: 0 0 14px 8px;
	padding: 0 0 0 12px;
	list-style: none;
	background: url(/images/list_marker.gif) no-repeat 0px 5px;
}

div#content div.text ol li {
	margin: 0 0 14px 8px;
	padding: 0 0 0 12px;
}

div#content strong {
	font-weight: bold;
}

div#content em {
	font-style: italic;
	color: #539b28;
}

div#content a {
	color: #539b28;
}

div#content table {
	margin: 6px;
}

div#content table, table td {
	border: 1px solid #3f850b;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 2px 4px;
	vertical-align: top;
	font-size: .95em;
}

div#content table thead td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1em;
	background: #d8eca8;
}



/*
таблица без рамки
*/
div#content table.noborder,
div#content table.noborder td {
	padding: 0;
	border: none;
}

div#content table.noborder td.left {
	text-align: left;
}

table.noborder td.right {
	text-align: right;
}





div.form {
	margin: 0 0 0 80px;
}

div.form div {
	margin: 14px 0;
}

div.form div span {
	display: block;
	float: left;
	width: 130px;
}

div.form div span.obligatory {
	color: #d81600;
}

div.form div input,
div.form div textarea {
	width: 300px;
}

div.form div.submit {
	padding: 0 0 0 130px;
}

div.form div.submit input {
	width: auto;
}




div.button_submit {
	padding: 4px 8px 11px 8px;
	background: url(/images/button_submit.png) no-repeat top left;
}

div.button_submit a {
	display: block;
	width: 128px;
	height: 20px;
	padding: 16px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}



div.counter table td a {
	font-size: .9em;
}

div.counter table td {
	border: none;
}

