html, body, div.ie_body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Calibri;
	line-height: 1.5em;
	font-size: 15px;
	text-align: center;
	position: relative;
	background: url(images/mkrpl_gradient_gray.png) 0 0 repeat-x;
	// background: none; /* IE body fixed zoom bug */
}

div.ie_body  {
	text-align: center;
	position: relative;
	min-width: 980px;
	height: auto;
	min-height: 100%;
}

div.ie_body { background: url(images/mkrpl_gradient_gray.png) 0 0 repeat-x; /* IE body fixed zoom bug */ }

* html #conteiner {
	height: expression( document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#conteiner {
	min-height: 100%;
	text-align: left;
	position: relative;
	margin: 0px auto;
	overflow: visible;
	width: 980px; /* EDIT PARAM 1 */
	background: url(images/mkrpl_conteiner2.png) 9px 0 repeat-y;
}

#row_header {
	height: 352px; /* EDIT PARAM 2 */
	background: url(images/mkrpl_top_sklon.jpg) 4px 0 no-repeat;
}

#row_footer {
	position: absolute;
	width: 100%;
	overflow: hidden;
	bottom: 0;
	left: 0;
	height: 160px; /* EDIT PARAM 3 */
	background: url(images/bgr_footer.jpg) no-repeat 126px 0;
}

#row_left {
	float: left;
	width: 320px; /* EDIT PARAM 4 */
}

#row_right {
	float: right;
	width: 215px; /* EDIT PARAM 5 */
	padding-left: 10px;
	padding-right: 10px;
}

#row_body {
	float: left;
	width: 640px;
}
#row_body2 {
	float: left;
	width: 400px;
}
.ie_bug_enter
{
	// width: 10%;
	// margin-right: 90%;
}
.floatClearing {
	// width: 1000%;
	overflow: hidden;
	margin-left: -30px;
	padding-left: 30px;
	clear: both;
	padding-bottom: 160px; /* EDIT PARAM 3 */
}

.fixer {
	padding: 10px;
	/*border: 1px solid gray; /* this test param */
}

/* Html */

form {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #118fb5;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #d99f00;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin: 0.5em 0; }

img { border: 0 none; }

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0.5em 0; color: #111; }
h1, h2, h3  { font-weight: normal; }
h4, h5, h6 { font-weight: bold; }

h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

ul, ol {
	padding: 0;
	margin: 0.5em 0;
}
ul li {
	padding: 0 0 0 0.6em;
	margin: 0.1em 0 0.1em 1.2em;
}
ol li {
	padding: 0 0 0 0.4em;
	margin: 0.1em 0 0.1em 2.2em;
}

blockquote {
	margin: 10px 0 20px 0;
	padding: 0 0 0 30px;
	background: url(images/blockq-l.gif) left top no-repeat;
	color: gray;
	font-size: 0.9em;
}

blockquote #endQuote {
	background: url(images/blockq-r.gif) no-repeat right bottom;
	margin-right: 5px;
	padding-right: 17px;
}

/* Html class */

a img {
	border: 0 0; outline: none; margin: 0; padding: 0;
}

li.bluebullit {
	list-style: none;
	background: url(images/bull.gif) no-repeat 0px 7px;
	margin: 0.1em 0 0.1em 0.2em;
	padding: 0 0 0 1.6em;
}
* html li.bluebullit { zoom: 1; }

/* special for this tpl */

#row_header  .fixer { padding: 107px 0 30px 0; height: 215px; z-index: 150; }
#row_left  .fixer { padding: 0px 70px 0px 11px; }
#row_right  .fixer { padding: 2px; }
#row_footer .fixer { padding: 50px 10px 10px 320px; }
#row_body  .fixer, #row_body2  .fixer { padding: 0 0 22px 0; }

img.alt-r, .alt-img-box { position: relative; }
span.alt-invise { position: absolute; z-index: 100; top: 0; left: 0; }
img.alt-r { z-index: 200; }
.alt-img-box { overflow: hidden; }
.w100 { width: 100%; }
.h100 { height: 100%; }
.rltv { position: relative; }

#row_header  .fixer .no-flash-player { font-size: 12px; display: block; padding-top: 150px; text-align: center; color: #999; }
#row_header  .fixer .no-flash-player a { color: #555; text-decoration: none; }
#row_header  .fixer .no-flash-player a:hover { text-decoration: underline; }
/* left row */

#row_left  .fixer .bgr_conteiner, #left_menu ul li { width: 241px; }

/* a_menubox, top menu setting */

#a_menubox {
	position: absolute;
	position: fixed !important;
	top: 0px; left: 0px;
	width: 100%;
	height: 60px;
	z-index: 1000;
	min-width: 980px;
	background: url(images/menu_top_shadow.png) bottom repeat-x !important;
}
#a_menubox .panel {
	background: #9d9d9d url(images/menu_top_gradient.png) top repeat-x;
	width: 100%;
	text-align: center;
}
#a_menubox #panel {
	height: 100%;
	text-align: left;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	width: 980px; /* EDIT PARAM 1 */
}
#a_menubox .panel,
#a_menubox .panel .left-box, #a_menubox .panel .right-box {
	height: 51px; 
	overflow: hidden;
}
#a_menubox .panel .left-box {
	float: left;
	padding-left: 9px;
}
#a_menubox .panel .right-box {
	float: right;
	width: 30%; /* bug for flock */
	padding-right: 9px;
}


.left-box ul, .right-box ul, 
.left-box ul li, .right-box ul li,
.left-box ul li a, .right-box ul li a {
	list-style: none;
	overflow: hidden;
	padding: 0; margin: 0;
	height: 51px;
}

.left-box ul li, .right-box ul li { position: relative; }

.left-box ul li, .left-box ul { float: left; }
.right-box ul li , .right-box ul { float: right; }

.left-box ul li a, .right-box ul li a  { overflow: hidden; }
.left-box ul li a span, .right-box ul li a span  { 
	position: absolute; 
	left: 0; right: 0;
	z-index: 100;
	padding-top: 16px;
	text-transform: uppercase;
	font: 14px Calibri;
	width: 100%; text-align: center;
	height: 35px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #ddd;
	text-decoration: underline;
}
.left-box ul li.active a span, .right-box ul li.active a span,
.left-box ul li.active a:hover span, .right-box ul li.active a:hover span { color: #333; }
.left-box ul li a:hover span, .right-box ul li a:hover span { color: white;}

.left-box ul li a img, .right-box ul li a img {
	vertical-align: top;
	margin: 0; padding: 0; border: 0 0;
	position: relative;
	z-index: 200;
}
.left-box ul li a:hover img, .right-box ul li a:hover img { margin-top: -51px; }
.left-box ul li.active a img, .right-box ul li.active a img,
.left-box ul li.active a:hover img, .right-box ul li.active a:hover img  { margin-top: -102px; }


#a_menubox .zl {
	width: 70px;
	height: 51px;
	overflow: hidden;
	background: url(images/menu_top_fade.png) no-repeat;
}
#a_menubox .zl.l {
	float: left;
	background-position: right top;
}
#a_menubox .zl.r {
	float: right;
	background-position: left top;
}

/* absolute 2 */
#logo, #slogan { position: absolute; z-index: 50; }
#logo{
	top: 70px; left: 11px;
	width: 276px; height: 86px;
	background: url(images/logo.png) no-repeat 0 0;
}
#slogan{
	top: 116px; left: 377px;
	width: 504px; height: 36px;
	background: url(images/slogan.png) no-repeat 0 0;
}

* html #logo { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png'); }
* html #slogan { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slogan.png'); }






#left_menu a, #left_menu a:visited, #left_menu a:hover { text-decoration: none; }
#left_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left_menu ul li {
	float: left;
	position: relative;
	height: 33px;
	padding: 2px 0 0 0;
	margin: 2px 0 -2px 0;
	overflow: hidden;
}
#left_menu ul li a {
	float: left;
	width: 100%;
	height: 33px;
	overflow: hidden;
	display: block;
}
#left_menu ul li a span {
	position: absolute;
	z-index: 100;
	left: 0; top: 0; width: 100%;
	padding: 10px 0 0 17px;
	font: bold 14px Calibri;
	color: #505054;
	background: url(images/menu_left/dot-line.png) 0 0 no-repeat;
}
#left_menu ul li a img {
	width: 768px; 
	height: 33px;
}

#left_menu ul li a:hover img { margin-left: -241px; }
#left_menu ul li.last {
	padding-bottom: 2px;
	background: url(images/menu_left/dot-line.png) 0 100% no-repeat;
}
#left_menu ul li.active {
	margin: 2px -38px 0 -42px;
	padding: 13px 20px 11px 20px;
	height: 25px;
	width: 286px;
	background: url(images/menu_left/active_left_menu.png ) 0 0 no-repeat;
}
* html #left_menu ul li.active { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_left/active_left_menu.png'); }

#left_menu ul li.active a span { left: 22px; top: -6px; }
#left_menu ul li.active a img { margin-left: -482px; margin-top: -3px; }
#left_menu ul li.active a { height: 25px; overflow: hidden; position: relative; }

#left_menu .empty { padding: 40px 93px 25px 26px; height: 13px; }




.breadcumbs { height: 30px; margin-left: -29px; margin-top: 15px; background: url(images/menu_left/ico_home.png) 0 0 no-repeat; }

.breadcumbs a.B_homeCrumb, .breadcumbs span.B_currentCrumb { margin: 0 8px; }
.breadcumbs .B_firstCrumb a, .breadcumbs .B_firstCrumb span { margin-left: 42px; }

/* eform */

#x-form {
	overflow: hidden;
	width: 624px;
	clear: both;
}

#x-form .x-body { background: #ededed url(images/ef_bgr.png) repeat-y; }
#x-form .x-body .x-crop { overflow: hidden; height: 10px; background: url(images/ef_roundline.png) no-repeat; width:100%; }
#x-form .x-body .t { background-position: 0 0; }
#x-form .x-body .b { background-position: 0 -10px; }
#x-form form { margin: 0; padding: 15px 45px; }

#x-form div.ftitle { color: #707070; font: 0.8em Verdana, Tahoma; margin-bottom: 4px; }
#x-form span.ent { margin: 0 0.4em 0 -1em; color: red; }
#x-form p.hint { margin: 0; font-size: 0.8em; }

#x-form div.xfminput, #x-form div.xfminput p { background: #979797 url(images/ef_field.png) no-repeat; }
#x-form div.xfminput { overflow: hidden; height: 27px; padding-left: 4px; margin-bottom: 18px; background-position: left top; }
#x-form div.xfminput p { margin: 0; padding: 2px; height: 23px; background-position: right top; }

#x-form div.small { width: 414px; }
#x-form div.verysmall { width: 253px; }
#x-form div#f-big { background-position: left bottom; height: 125px; }
#x-form div#f-big p { background-position: right bottom; height: 121px; }

#x-form div.xfminput input, #x-form div.xfminput textarea {
	width: 99%; margin: 2px 0; padding: 0; vertical-align: top;
	border: 0;
	outline: 0;
	float: left;
	background: #bfc6cf;
}
#x-form div.xfminput input { height: 19px; }
#x-form div.xfminput textarea { height: 112px; width: 523px; }

#x-form div.xfminput input:focus, #x-form div.xfminput textarea:focus { background: #c3c8ce; }

#x-form .informaition { margin: 0 45px; font: 0.7em Verdana, Tahoma; }
#x-form .informaition .errors { border: 1px dashed #ccc; padding: 5px 8px; margin: 20px 0; line-height: 1.4em; color: gray; }
#x-form .informaition strong { color: #930000; }

/* #footer_simulator */

#footer_simulator, #footer_simulator .cnt, #footer_simulator .cnt .lft, #footer_simulator .cnt .lft .bgr { height: 38px; }
#footer_simulator {
	position: relative; 
	width: 100%; 
	background: url(images/bgr_btm_2.png) top repeat-x;
	text-align: center;
}
#footer_simulator .cnt {
	text-align: left;
	position: relative;
	margin: 0px auto;
	width: 980px; /* EDIT PARAM 1 */
}
#footer_simulator .cnt .lft {
	float: left;
	width: 240px;
	background: url(images/mkrpl_conteiner2.png) repeat-y 9px 0;
	padding: 0 11px;
}
#footer_simulator .cnt .lft .bgr { background: url(images/bgr_btm_1.png) top repeat-x; }
#footer_simulator .cnt .rt { float: left; padding: 7px 0 0 57px; }

/* menubb */
div.menubb { clear: left; width: 100%; overflow: hidden; }
div.menubb ul {
	padding: 0 0 10px 0; margin: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}
div.menubb ul li {
	padding: 0px 10px; margin: 0 0 7px 0;
	float: left;
	border-right: 1px solid #118fb5;
}
div.menubb ul li.first { padding-left: 0; }
div.menubb ul li.last { border: none; }
div.menubb ul li.active a { color: #d99f00; }
div.menubb ul li a {
	font: 0.7em Tahoma, Verdana;
	text-transform: lowercase;
	margin: -2px 0 0 0; 
	float: left;
	white-space: nowrap;
	line-height: 1.1em;
}

/* ftr */

.copy { font-size: 80%; color: gray; line-height: 1.6em; }

/* anons */

.main-block-anons {
	margin-top: 2em;
	background: #eee; padding: 1px; 
}
.main-block-anons .x1 { background: #ddd; padding: 1px; padding-top: 0; }
.main-block-anons .x2 { background: #ccc; padding: 1px; }
.main-block-anons .x3 { background: #dee5eb; padding: 5px 10px; font-size: 80%; line-height: 1.8em; }

.main-block-anons, .x1, .x2, .x3 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.main-block-anons h3.news-title { font-size: 18px; }
.main-block-anons .lnk { padding-top: 10px; }
.main-block-anons .date { color: #4b6172; }


