* {
	margin: 0; 
	padding: 0; 
	border: 0;
}

HTML {
	height: 100%; 
	text-align: center;
}

BODY {
	background: url(/ru/images/bg_body.gif) repeat-x top #616161; 
	color: #000000; 
	text-align: center; 
	min-height: 100%; 
	height: 100%; 
	font-size: small; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.page {
	height: auto !important; 
	text-align: left; 
	margin: 0px auto; 
	min-height: 100%; 
	height: 100%; 
	width: 961px; 
	background:url(/ru/images/bg_page.jpg) repeat-x bottom #FFFFFF;
} 

/* left column - begin */
.leftcol {
	width:182px;
	padding-top:12px;
	padding-right:12px;
	float:left;
}

.rightcol {
	width:194px;
	padding-top:12px;
        padding-left:12px;
	float:left;
}

.content {
	overflow:hidden;
	float:left;
	width:515px;
	margin-top:7px;
	font-size: 12px;
        text-align: left;
}

.green {
	font-size: 0;
	background-color: #62d03d;
	height: 4px;
}

.green_span {
	color:#30BE00;
	font-weight:bold;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size:0;
	line-height:0;
}

.header .text {
        color:gray;
        float:left;
        font-weight:bold;
        margin-top:32px;
        padding-left:20px;
}
.header .logo {
	float: left;
	margin-top: 25px;
	margin-left: 32px;
	margin-bottom:30px;
}

*html .header .logo {
	margin-left: 30px;
}

.header .right {
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 25px;
	margin-top:27px;
        float: right;
}
*html .header .right {
	margin-right: 15px;
}

.header .phone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:gray;
	font-weight:bold;

	float:left;
	width: 285px;
/*	margin-right:49px;*/
}

.header #search {
	background:url(/ru/images/bg_search.jpg)  no-repeat left top #ffffff;
	width:263px;
	height:18px;
	border: 1px solid #b3b3b3;
	margin-top:10px;
	margin-right:2px;
	padding-left:3px;
	padding-top:2px;
}

.header #search_button {
	background: url(/ru/images/search_button.gif) no-repeat center #dbdbdb;
	width:88px;
	height:22px;
	border: 1px solid #acadac;
}

.header .rus {
	border: 1px solid #121212;
}
.header .eng {
	border: 1px solid #121212;
}
/* header - end */

/* menu - begin */
.menu {
	background-color: #969696;
	background-image: url(/ru/images/bg_menu.gif);
	background-repeat: repeat-x;
	margin-right: 26px;
	margin-left: 31px;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:105%;
}

.menu .menu_left {
	background-image: url(/ru/images/menu_left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 8px;
	background-color: #969696;
}
.navi {
	float:left;
	padding-left:17px;
	padding-top:8px;
	height:16px;
}
.home {
	float:left;
	padding-right:27px;
	padding-top:4px;
	border-right: #7dd85f 1px dotted;
	padding-bottom:4px;
}

.search {
	float:left;
	padding-left:30px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:75px;
}

.menu_right {
	background-image: url(/ru/images/menu_right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 8px;
	background-color: #969696;
}

.page .menu #nav {
	list-style-type: none;
	float:left;

	position:relative;
	z-index: 10;
}
.menu #nav li {
	height:24px;
	margin-left: 2px;
	margin-right:2px;
	position:relative;
}
.menu #nav .polosa {
	font-size:120%;
	padding:8px 0px 0px 0px;
	color:#cccdcb;

}
.a1, .a2, .a3, .a4, .a5, .a6 {
	display:block;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	text-decoration: none;
	color:#ffffff;
	height:24px;
	float: left;
}
.a1:hover, .a2:hover, .a3:hover, .a4:hover, .a5:hover, .a6:hover {
	background:url(/ru/images/menu_li_hover.gif) repeat-x #eff2ed;
	color:#000000;
}
.page .menu #nav #nav_vn a {
	color:#8c8a8a;
}
.page #nav #nav_vn {
	list-style-type: none;
        padding-bottom:4px;
}
.page .menu #nav .text {
	float:left;
}
.page .menu #nav #text1 {
	float:left;
}
.page .menu #nav .polosa {
	float:left;
}
.page .menu #nav #nav_vn {
	display: none;
	position:absolute;
	background: #eff2ed;
	margin-top:0px;
	margin-left:0px;
	width:auto;
	border:#7c7777 1px solid;
	font-size:90%;
	padding-top:4px;
        clear: left;
}
*+html .page .menu #nav {
    font-size:95%;
}
.page .menu #nav #nav_vn li {
    height:auto;
    padding-top:2px;
    padding-bottom:2px;
    white-space:nowrap;
}
.page .menu #nav #nav_vn a {
	text-decoration:none;
	padding: 1px 0px;
}
.page .menu #nav #nav_vn a {
	margin-left:10px;
	display:block;
	padding-left:6px;
	margin-right:18px;
}
.page .menu #nav #nav_vn a:hover {
	background: #dde2d8;
}
.page .menu #nav #text1:hover #nav_vn, .page .menu #nav #text1.over #nav_vn {
	display:block;
}
/* menu - end */

/* polosa_left - begin */
.polosa_left {
	width: 31px;
	float:left;
}
.polosa_top {
	margin-top:26px;
}
.polosa_left .corner_polosa {
	width: 10px;
}
.polosa_left .bg_polosa_top {
	height: 315px;
	width: 10px;
	background-color: #6fdf4a;
}
.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9 {
	display:block;
	height:1px;
	font-size:0;
	overflow:hidden;
	background-color: #6fdf4a;
}
.r1 {
	margin-right:1px;
}
.r2 {
	margin-right:2px;
}
.r3 {
	margin-right:3px;
}
.r4 {
	margin-right:4px;
}
.r5 {
	margin-right:5px;
}
.r6 {
	margin-right:6px;
}
.r7 {
	margin-right:7px;
}
.r8 {
	margin-right:8px;
}
.r9 {
	margin-right:9px;
}
.polosa_bottom {
	margin-top:258px;
}
.polosa_bottom .bg_polosa_bottom {
	height: 175px;
	width: 10px;
	background-color: #6fdf4a;
}
/* polosa_left - end */

.menu_title {
	border: 1px solid #e0e1e0;
	border-left: 6px solid #d9f8cd;
	/*height:20px;*/
	width:175px;
	overflow: hidden;
}

.menu_title h1 {
	font-size: 110%;
	font-weight: normal;
	line-height: normal;
	color: #63d13e;
	margin: 0;
	padding: 0;
	float: left;
	padding: 2px 0px 0px 10px;

	/*margin-top:-15px;*/
	font-family:Arial, Helvetica, sans-serif;
}

.leftcol .menu_left {
	border: 1px solid #d9cfcf;
	margin-top:3px;
	width:180px;
	font-size:100%;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:7px;
}
.leftcol .menu_left a {
	color:#8c8a8a;
	text-decoration:none;
	display:block;
	width:155px;
	margin-left:13px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
        line-height:1.1;
}
.leftcol .menu_left a:hover{
	background:#dbf2d3;
}
.selected{
	background:#dbf2d3;
}
.nourl{
	color:#C4C4C4;
        cursor: default;
}
.proposal {
	border: 1px solid #dbd2d2;
	width:180px;
	margin-top:8px;
	padding-top:15px;
	text-align:center;
}
.proposal a {
	font-family:Arial, Helvetica, sans-serif;
	color:#37bf0a;
	font-size:115%;
}
.proposal img {
	float: left;
	margin-left:13px;
	margin-top:17px;
	margin-bottom:12px;
}
.price {
	margin-top:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#868e83;
	font-size:110%;
}
#order {
	margin-bottom:15px;
	width:128px;
	background:#e0e1e0;
	font-size:90%;
	height:18px;
}
.news1 {
	margin-top:28px;
	margin-bottom:19px;
	border-left:6px #d9f8cd solid;

	padding-left:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:115%;
}

.news_all {
	margin-top:20px;
	margin-bottom:12px;
	
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:115%;
}

.news1 a
{   text-decoration:none;
}
.date {
	color:#37bf0a;
}
.news_name {
	color:#000000;
	font-size:90%;
}
.new {
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
}
.news_hr {
	background: #ecedeb;
	height:1px;
	font-size:0;
	line-height:0;
	margin-left:11px;
	margin-right:25px;
}
.news2 {
	margin-top:16px;
	margin-bottom:19px;
	border-left:6px #d9f8cd solid;
	height:55px;
	padding-left:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:115%;
}
.subscribe {
	margin-top: 14px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #e0e1e0;
	padding-left:22px;
	height:55px;
}
#email {
	margin-top:14px;
	border: 1px solid #000000;
	width:120px;
}
#subscr {
	background: #f3f5f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	text-decoration:underline;
	color:#000000;
}
.questioning {
	border: 1px solid #d9cfcf;
	text-align:center;
	margin-top:23px;
	width:180px;
}
.questioning a {
	display:block;
	color:#37bf0a;
	margin-top:17px;
	margin-bottom:14px;
}
#go {
	margin-bottom:17px;
	width:128px;
	background:#dddfdc;
	font-size:90%;
	height:18px;
	margin-top:18px;
}

/* left column - end */

/* content - begin */

.content a {
	color:#37bf0a;
}
.diagram {
	float: right;
        margin: 0pt 8px 6px 1px;
}

.tbl {
	/*float: center;*/
	margin-top:10px;
}

.content UL, .content OL {
	padding-left : 40px;
}

.content p {
	text-indent:20px;
        margin: 0pt 8px;
	padding-bottom:4px;
	line-height:17px;
}
.otstup {
	padding-top:8px;
	line-height:10px;
}

.h1_left {
	border-left:4px #dfe7d7 solid;
	padding-left:7px;
	margin-bottom:3px;
}
.h1_bottom {
	border-bottom:1px #cecfcd solid;
	height:27px;
}

.inputtext {
        border: 1px solid #DBD2D2;
}
/*	width:322px;*/

.content .h1_left .h1_bottom h1 {
	color:#63d13e;
	font-size:140%;
	padding-top:8px;
}
.green_span {
	color:#30be00;
	font-weight:bold;
}
.red_span {
	color:#ee0707;
}
.p_li {
	background: url(/ru/images/p_li.gif) no-repeat left top;
}
.basis {
	padding-bottom:29px;
	overflow: hidden;
}
/* content - end */

.footer {
	height: 72px;
	background: url(/ru/images/bg_footer.gif) repeat-x  #FFFFFF;
	text-align: left; 
	margin: 0px auto; 
	width: 961px; 
}

/* footer - begin */
.footer .top {
	width: 906px; 
	font-size: 0px;
	background-color: #000000;
	height: 1px;
	overflow:hidden;
	margin-right:31px;
	margin-left:29px;

}
.footer .text {
	margin-top:9px;
	margin-left:30px;
	margin-right:31px;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
}
.inner-box {
	height:22px;
	background-color: #fafbfa;
	padding-top:18px;
}
.rb1, .rb2, .rb3 {
	display:block;
	height:1px;
	font-size:0;
	overflow:hidden;
	background-color: #fafbfa;
}
.rb1 {
	margin:0px 1px;
}
.rb2 {
	margin:0px 2px;
}
.rb3 {
	margin:0px 3px;
}
.copy {
	float:left;
	padding-left:18px;
}

.menu_bottom {
	padding-right:18px;
	float: right;
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
}

.menu_bottom a {
	padding-left:10px;
	color:#000000;
}

form table tr td input {
        border: 1px solid #DBD2D2;
}
/* footer - end */

.content table td {
        padding: 5px; 
}

table.black_border {
    border : 1px solid black; 
}

table.black_border * td {
    border : 1px solid black; 
}


/********************** custom ********************************/
.c_subscr  {
  border: 2px dashed black; 
/*  background-color: #A3EA8A;*/
  background-color: #d9f8cd;
  width: 470px; 
}

.c_subscr .inner {
    padding: 10px;
}

.c_subscr .text {
    padding: 20px 0px 4px 0px;
    text-indent: 0px;
    text-align: left;
    font-weight:normal;
    line-height: 2;
}

.c_subscr .title {
    letter-spacing: -1px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 0px;
    margin: auto;
}

.c_subscr table
{
  background: #d9f8cd;
  border: 0px;
  width: 450px; 
  border-collapse: collapse;
  font-weight:normal;
}

.c_subscr table tfoot input, .bigbtn input
{
  color: black;
  border: 3px ridge #3c7a3b; 
/*  background-color: #D9F8CD;*/
  background-color: #A3EA8A;
  font-weight: bold;
  font-size: 15px;
  height: 40px;
  width: 425px;
  padding: 5px 5px;
  vertical-align:top;
}

.c_subscr tbody td input
{
  width: 250px;
  height: 20px;
  vertical-align: middle;
  line-height: 1.5;
}

.c_subscr table tbody th !.r
{
    font-weight:normal;
}

.c_subscr tbody th 
{
/*  border: 1px solid red;*/
  vertical-align: middle;
  text-align : right;
  width: 150px;
}

.c_subscr tbody td
{
/*  border: 1px solid red;*/
  vertical-align: middle;
  text-align : left;
  width: 300px;
}

h3
{
   font-size: 13pt;
   font-weight: bold;
   text-align: center;
   font-style: italic;
   color: #3c7a3b;
   font-family: Tahoma, Verdana, Arial;
}


.ecommtools .button {
  	color: black;
	border: 1px solid #3c7a3b; 
	background-color: #A3EA8A;
	font-weight: bold;
	padding: 5px 5px;
}

div.idea_title a {font-size: 15px;}