/*CSS Document*/
 * {
	margin: 0;
	padding: 0;
}
body,html {height:100%;}
body{background:#d7e4f3;font: 500 12px/1.3em Arial, Tahoma, Verdana, Helvetica;color:#333;margin:0;padding:0;width: 100%;}
.clr{clear:both;overflow:hidden;font-size:0;line-height:0;}
A
{
	color: #0190d7;
	text-decoration: none;
}
A:hover
{
	color: #CCC;
	text-decoration: none;
}

IMG
{
	border: 0;
}
UL
{
	margin: 0;
	padding: 0;
}
LI
{
	list-style: none;
}
#wrapper {
	width: 95%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/*Header
Основной конейтер*/

#header
{
	float: left;
	width: 100%;
	margin: 50 0 25px;
}
#header .logo
{
	float: left;
	margin: 20px 0 0;
	padding-left: 15px;
}
#header .banner
{
	float: right;
	margin: 20px 0 0 30px;
	padding-right: 25px;
}
#header .phone
{
	float: right;
	margin: 50px 15px 0 0;
	width: 468px;
}
#header .phone .small
{
	float: left;
	color: #6B706D;
	font: 12px Tahoma;
	padding: 0 0 23px;
	background: url(../images/phone.png) no-repeat center bottom;
	margin: 5px 0 8px;
}
#header .phone .big
{
	float: right;
	color: #1D9C29;
	font: 44px Tahoma;
	line-height: 37px;
	margin: 8px 0 8px;
}
#header .phone A
{
	color: #1FA22B;
}
#header .phone A:hover
{
	text-decoration: none;
}
#topmenu
{
	background: url(../images/tm.png) no-repeat center 0;
	background-size: 100%; /* Современные браузеры */
	width: 100%;
	height: 61px;
	float: left;
	margin: 15px 0;
}
#topmenu UL
{
	margin: 0 5px;
	padding: 0;
}
#topmenu UL LI
{
	font: 16px Tahoma;
	float: left;
	background: url(../images/arrow2.png) no-repeat right 0;
}
#topmenu UL LI.last
{
	background: 0;
}
#topmenu UL LI.last A
{
	padding: 13px 30px 13px 37px;
}
#topmenu UL LI A
{
	color: #02386f;
	font-weight: 600; /* Жирное начертание */
	display: block;
	padding: 13px 19px;    /* Регулировка в меню */
}
#topmenu UL LI A:hover
{
color: #E86F1E;
}

#content {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.content_t {
	height:10px;
	width:100%;
	background: url("../images/content_t.png") no-repeat scroll center top transparent;
	background-size: 100%; /* Современные браузеры */
}

.maincol,
.maincol_w_right,
.maincol_w_left,
.maincol_full
{  width: 100%; margin: 0 auto; padding:1px 0 0 0; background: url("../images/content_m.gif") repeat-y scroll center top transparent; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;
background-size: 100%; /* Современные браузеры */
}

.leftcol {
    float: left;
    margin-left:-10px;
    width: 235px; 
	padding: 0;
	}
	
.rightcol {
    float: left;
    margin-left:-5px;

	padding:0;
    width: 220px; }	

.maincol .cont {
    float: left;
    width: 60%;
	margin: 0 5px;  /* reg content */
}

.module_menu .menu,
.module .menu
{ margin:0 20px 0 10px; }

.module_menu .menu li,
.module .menu li
{ padding:0 0 0 10px;line-height:20px; }

.module_menu .menu li a,
.module .menu li a
{ display:block;}

.module_menu .menu li a span,
.module .menu li a span
{ display:block;padding:0 0 0 10px;background: transparent;cursor:pointer; }

#breadcrumbs { position:absolute;bottom:30px;left:0;}

.separator { font-size:12px;padding:20px 0 0;display:block;color:#505050;font-size:12px;font-weight:700; }

div.module_menu div div div {background: url("../images/box_b.png") no-repeat center bottom transparent; margin: 0 0 20px 0; padding: 0 0 5px 0; padding-right:17px; width: 220px;}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {background: none;}

div.module_menu div div div div.custom, div.module div div div div.custom, div.module_text div div div div.custom {
	margin-left:20px;
	text-align: justify;
	width: 200px;
}

.leftcol h3, .rightcol h3 {
    background: url("../images/box_h3.png") no-repeat scroll center top transparent;
    color: #21295f;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 16px;
    height: 61px;
    line-height: 75px;
    margin: 0;
    overflow: hidden;
    padding: 0 16px;
    text-align: center;
    text-transform: none;
    width: 200px;
	  font-weight:400;
}

/* CSS Document */

#tables tr{
text-align:center;
}

#tables tr:hover{
	background-color: #2D740C;
}
#tables th.top{
  padding:3px;
	background: url(../images/thead.png) repeat-x;
	height:25px;
	color: #FFFFFF;
}
/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
	
}
.table1 thead th{
	
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(8 17 25)),
        color-stop(0.51, rgb(114 144 204)),
        color-stop(0.87, rgb(169,208,226))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
	
}
.table1 thead th:empty{
    background:transparent;
    border:none;
	
}
.table1 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    background-color:#9DD929;
    border:1px solid #93CE37;
    border-right:3px solid #9ED929;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(6,23,25)),
        color-stop(0.51, rgb(99,158,199)),
        color-stop(0.87, rgb(181,205,247))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
	
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
	
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#b5cdf7;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
	
}
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}
/* Table 1 Style ^^^^^^^^^^^^^^^^^*/
.table {
height: 20px;
padding-left: 4px;
padding-right: 4px;
font: 14px/20px Tahoma, Verdana, Arial, sans-serif;
text-decoration: none;
text-align:center;
border-left: 1px #BDD0D7 solid;
border-right: 1px #BDD0D7 solid;
border-top: 1px #BDD0D7 solid;
border-bottom: 1px #BDD0D7 solid;
}
.tableheader {
width: 25%;
height: 25px;
padding-left: 4px;
padding-right: 4px;
font: 12px/25px Tahoma, Verdana, Arial, sans-serif;
font-weight: bold;
color: #FFFFFF;
background-color: #83a4d3;
text-decoration: none;
border-left: 1px #EFF4F9 solid;
border-right: 1px #BDD0D7 solid;
border-top: 1px #EFF4F9 solid;
border-bottom: 1px #BDD0D7 solid;
}
td#usermenu {
width: 20%;
}
td#usermenu {
margin: 0px;
padding: 0px;
list-style: none;
}
td#usermenu a {
height: 20px;
display: block;
font: 11px/20px Tahoma, Verdana, Arial, sans-serif;
color: #111111;
font-weight: bold;
background-color: #D8D8D8;
text-decoration: none;
border-left: 1px #EFF4F9 solid;
border-right: 1px #BDD0D7 solid;
border-top: 1px #EFF4F9 solid;
border-bottom: 1px #BDD0D7 solid;
}
td#usermenu a:hover {
font: 11px/20px Tahoma, Verdana, Arial, sans-serif;
color: #ffffff;
font-weight: bold;
background-color: #1c9727;
text-decoration: none;
}

.speedbar a {color: #fd0; font-weight: bold;}
.speedbar {
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
  }
  
.btn-new {line-height: 26px; font-size:13px; text-align:center; color:#fff; width:104px; height:26px; display:block; cursor:pointer; outline:none; border:none; margin: 8px 0px;}
.btn-new {background: url(../img/btn-red136.png) no-repeat left top; text-shadow: 1px 1px 1px #4b7518;}	
.btn-new:hover {background-position: left bottom; color:#fff; border: none;}    

input.btn-red136 {
    font: 12px Tahoma, Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    height: 26px;
    width: 104px;
    vertical-align: middle;
    display: block;
    display: inline-block; /*ie*/
    text-decoration: none;
    outline: none;
    border: none;
    margin: 2px 0;
    padding: 0 0 2px 0;
    cursor: pointer;
}

input.btn-red136 { background: url(../img/btn-red136.png) no-repeat left top; width: 104px; margin-left: 0px;}
input.btn-red136:hover {background-position: left bottom;}
a.btn-red136 { background: url(../img/btn-red136.png) no-repeat left top; width: 104px; }
a.btn-red136:hover {background-position: left bottom;}

.btn-ind{line-height: 26px; font: 18px Georgia, "Times New Roman", Times, serif; font-style: italic; text-align:center; color:#fff; width:140px; height:26px; display:block; cursor:pointer; outline:none; border:none;}
.btn-ind {background: url(../img/btn-blue136.png) no-repeat left top; text-shadow: 1px 1px 1px #4b7518;}	
.btn-ind:hover{background-position: left bottom; color:#fff; border: none;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: 0 0 0 90;
	height: 165px;
	position: relative;
	padding-top:15px;
}

.content_b {
    background: url("../images/content_b.png") no-repeat scroll center top transparent;
	background-size: 100%; /* Современные браузеры */
	height: 70px;
	position: relative;
}

#system {
	padding-left:27%;
}
#system li {
	margin:0 auto;
	float:left;
	display: inline;
	width:164px;
}
#menu-footer {
	background-image:url(../images/bg-footer.png);
	background-size: 100%; /* Современные браузеры */
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
}
.menu-foot {
	position:absolute;
	top:15px;
	padding-left:27%;       /* menyu reg */
}
ul.menu-foot {
list-style: none;
}

ul.menu-foot li {
display: inline;
}

ul.menu-foot li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #ccc;
	padding:0 15px;
	font-style: italic;
}
ul.menu-foot a:hover {
	color:#4da02e;
}
.faq a {
	color:#ff9102;
	padding-left:50px;
}
.off {
	display: none;
}
.on {
	display: block;
}

/* Стили привязываем к элементу с id='Go_Top' */
#Go_Top {
    position: fixed; /* Задается фиксированное положение */   
    bottom: 60px; /* Отступ снизу */
    right: 10px; /* Отступ справа */
    cursor: pointer; /* Задает вид курсора мыши в виде руки */
}  