html, body{
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
    position:relative;
    background: #fff;
}
html, body, input, textarea{
    font-family:Arial;
    font-size:13px;
    color:#000000;
}
.page-main-wrapper{
    width:100%;
    min-height:100%;
    padding:0px;
    margin:0px;
}

.page-main{
    position: relative;
    width:1000px;
    padding:0px 0px 125px 0px;
    margin:0px auto;
}

.header{
    height:231px;
    width:100%;
    margin: 0px auto;
    position:relative;
	background:url(../images/header.jpg) left top no-repeat;
}
.serv-menu{
    right: 58px;
    top: 69px;
    position:absolute;
	color: #fff;
}
.serv-menu a{
	color: #fff;
	text-decoration: none;
}
.serv-menu a:hover{
	color: #fff;
	text-decoration: none;
}
.serv-menu a:visited{
	color: #fff;
	text-decoration: none;
}
.serv-menu img{
	margin-right: 8px;
}
.header .logo{
    left: 0px;
    top: 0px;
    position:absolute;	
}
.header .text{
    left: 212px;
    top: 70px;
    position:absolute;	
	color: #fff;
	font-family: Myriad Pro;
    font-size:20px;
letter-spacing: 0.05em;
line-height:1.2em;
	text-transform: uppercase;
}

.bg-menu{
	width:931px;
	height:49px;
    z-index: 10;
	margin:13px auto;
    padding:0px 0px 0px 0px;
	background:url(../images/bg-menu.jpg) left top no-repeat;
}

.main-menu{
    border-collapse:collapse;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position:relative;
	top: 0px;
	right: 0px;
    z-index:50;
}
.main-menu td{
    margin:0px 0px 0px 0px;
    /*padding:15px 0px 0px 42px;*/
    padding:5px 0px 0px 42px;
    font-family: Trebuchet MS;
    font-size:14px;
    color:#0664a4;
    text-align:left;
	font-weight: normal;
	background: none;
}
.main-menu td a{
    color:#0664a4;
    text-decoration:none;
    display:block;
}
.main-menu td a:visited{
    color:#0664a4;
}

.main-menu td:hover a:visited, .main-menu td:hover a, .main-menu td.active a, .main-menu td:hover a, .main-menu td.active a:visited, .main-menu td a:hover{
    color:#0664a4;
    text-decoration:underline;
}
.main-menu td:hover.last a:visited, .main-menu td:hover.last a{
    background:none;
}

.submenu{
	width:247px;
    z-index: 10;
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	background:url(../images/bgsubmenu.jpg) left top repeat-y;
}
.submenutop{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/submenutop.jpg) left top no-repeat;
}
.submenubottom{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/submenubottom.jpg) left bottom no-repeat;
}

.submenu ul{
    border-collapse:collapse;
    margin:0px 0px 0px 0px;
    padding:15px 0px 15px 20px;
    position:relative;
	top: 0px;
	right: 0px;
    z-index:50;
}
.submenu li{
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 10px;
    font-family: Arial;
    font-size:13px;
    color:#0f70ae;
    text-align:left;
	font-weight: bold;
	background:url(../images/list.gif) left 10px no-repeat;
}
.submenu li a{
    color:#0f70ae;
}
.submenu li a:hover{
    color:#0f70ae;
	text-decoration: none;
}
/**/

.poisk{
	width:248px;
	height:152px;
	margin-top: 8px;
	background:url(../images/poisk.jpg) left top no-repeat;
}
.poisk a{
	color: #86c30b;
	font-size:13px;
	font-weight: bold;
	display:block;
	padding: 100px 30px 0px 20px;
}
.poisk a:hover{
	color: #86c30b;
	text-decoration: none;
}

.fss{
	width:247px;
	height:82px;
	margin-top: 8px;
	/* background:url(/assets/images/fss.jpg) left top no-repeat; */
	background:url(/assets/images/fss_.jpg) left top no-repeat;
}
.fss a{
	color: #86c30b;
	font-size:13px;
	font-weight: bold;
	display:block;
	padding:17px 69px 0 20px;
}
.fss a:hover{
	color: #86c30b;
	text-decoration: none;
}

.russ{
	width:248px;
	height:81px;
	margin-top: 8px;
	background:url(../images/russ.jpg) left top no-repeat;
}
.russ a{
	color: #86c30b;
	font-size:13px;
	font-weight: bold;
	display:block;
	padding: 20px 30px 0px 20px;
}
.russ a:hover{
	color: #86c30b;
	text-decoration: none;
}
/**/
.page-footer-wrapper{
    width:100%;
    height:150px;/*125px;*/
    margin:-125px auto 0px auto;
    position:relative;
    overflow:hidden;
}

.page-footer{
    width:931px;
    height:125px;
    margin:0px auto;
    position:relative;
	border-top: 2px solid #98d663;
}

.page-footer .copy{
    position:absolute;
    left:10px;
    top:40px;
    font-size:11px;
	color: #000;
	line-height: 1;
}
.page-footer .copy span{
    margin: 0px 0px 0px 40px;
}
.page-footer  .text{
    position:absolute;
    right:30px;
    top:56px;
    width:270px;
    font-size:11px;
    text-align:right;
    color:#5e5e5e;
}
.page-footer  .text a{
    text-decoration: none;
    color:#5e5e5e;
}
.page-footer .text .mark{
    position:absolute;
    right:-30px;
    top:-4px;
    width:25px;
}

.page-content{
    margin:0px;
    width:100%;
    margin:0px auto 0px auto;
}


table{ border:0px; /* border="0" */ border-collapse:collapse; /* cellspacing="0" */ } 
table td{ padding:5px; /* cellspadding="0" */ } 

.main-content {
    margin:0px auto;
    padding: 0px 0px 60px 0px;
    width:931px;
    position: relative;
}
.main-content .mct td{
    vertical-align: top;
}



