html, body
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}

body {
	background: #e8e9eb;
	font-family:"Microsoft Yahei",Tahoma; ;
	font-size: 13px;
	line-height: 20px;
	color: #595959;
	min-height: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{text-shadow: none;}

.skin_box {position:relative;margin:20px 15px 15px 15px; padding:0 0 15px 0; text-align:center;background:#fff;border-radius:6px;box-shadow:1px 1px 2px #cbcbcb;}
h1, h2, h3, h4, h5, h6{line-height:1; font-weight: bold; margin: 20px 0 10px 0;}
h3{font-size:27px;font:100%/1 helvetica, arial, sans-serif;color:#000;line-height:21px;}
h4{font-size: 18px;line-height:22px;color:#617a32;}
span {color:#444;letter-spacing:-1px;}
h5, h6{font-size: 87.5%; color:#333;}

a, a:link, a:active, a:visited, a:hover{color: #333;text-decoration: underline;}
a.button,
span.button,
select,
input[type="text"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 10px;
}
a.button,
span.button
{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
select,
input[type="text"]
{
	background: #fff;
	border: 1px solid #ccc;
}
.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}

pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height:50px;
}
.header.mm-fixed-top
{
	position: fixed;
	top: 0;
	left: 0;
}
.header a
{
	*/background: center center no-repeat transparent;*/
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 78px;
	height:46px;
	position: absolute;
	top: 0;
	left: 0px;
}
.header a.contacts
{
	background-image: url('/img/oracle_menu.png');
	-webkit-background-size: 78px 46px;
	-moz-background-size:78px 46px;
    background-size: 78px 46px;

}


.counsel
{
	float:right;
}

.header a.right
{
	left: auto;
	right: 10px;
}

.menu_bar{height:35px;background:#87c032;border-bottom:1px solid #86bb36;color:#fff; padding:17px 0 0 20px; font-size:18px;}
/*
.subvisual{
	width:100%;
	height:200px;
	background-color:#6600ff;
	background-position: center top;
	background-size: cover;
}
*/

.doc
{
	list-style:none;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-color:#fff;
	border-radius:6px;box-shadow:1px 1px 2px #cbcbcb;
}
.doc h4{color:#79ad36}
.doc li .img100{width:100%;}
.doc p {line-height:200%;}
.doc li {text-align:left;}
.doc table {border-collapse:collapse;border:1px solid #006666;width:100%;background-color:#006600;}
.doc table th{border:1px solid #006666;background-color:#63970b;color:#ffffff;text-align:center;}
.doc table td{border:1px solid #006666;background-color:#fff;text-align:center;}


.content
{
	background: url( menu-arrow.png ) 25px 15px no-repeat transparent;
	padding: 150px 50px 50px 50px;
}
.header.mm-fixed-top + .content
{
	background-position: 25px 55px;
}

html.mm-opened.mm-zoom-menu body
{
	 background: #333;
}
html.mm-opened.mm-zoom-menu.mm-light body
{
	background: #f3f3f3;
}
html.mm-opened.mm-zoom-menu.mm-black body
{
	background: #000;
}
html.mm-opened.mm-zoom-menu.mm-white body
{
	background: #fff;
}
html.mm-opened.mm-zoom-menu .mm-page
{
	background-color: #fff;
}

.mm-menu li .fa
{
	margin: 0 20px 0 5px;
	font-size: 16px;
	width: 12px;
}
body.no-icons .mm-menu li .fa
{
	display: none !important;
}
body.no-labels .mm-menu .mm-label,
body.no-labels .mm-menu .mm-collapsed,
.Collapsed
{
	display: none !important;
}
