/*  \*/ 
html, body {height: 100%;} 
/* */

html, body {margin: 0; padding: 0; height: 100%;}
body {
	background: #C8CCC8;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}

a {
    outline: none;
    text-decoration: none;
}
img {
	border: none;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #666666;
	line-height: 1em;
	padding: 0; margin: .7em 0 1em;
}
/* BB h1 */
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.1em;
	margin-top: 0.5em;
        line-height: 1em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #BA0008;
}
/* BB h2 */
h4 {
	font-size: 1.5em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.1em;
	margin-top: 0.5em;
        line-height: 1em;
}
h5 {
	margin: 12px 0 0 0;
        padding: 0;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
}
/* BB h3 */
h6 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.1em;
	margin-top: 0.5em;
}
ul {
	margin: 0; padding: 0;
}
address {
	font-size: inherit;
	font-style: normal;
}

.onecol {background: #FEFEFE url('bg.png') repeat-y 0 0;}
.twocol {background: #FEFEFE url('bg2.png') repeat-y 0 0;}
.threecol {background: #FEFEFE url('bg3.png') repeat-y 0 0;}

.container {
	position: relative;
	width: 756px;
	min-height: 100%;
	height: auto;
	margin: 0 auto -80px auto;
	padding: 0 8px;
}
.container_img_view {
	position: relative;
	width: 756px;
	min-height: 50px;
	height: auto;
	margin: 0 auto -80px auto;
	padding: 0 8px;
}
* html .container {height:100%;}

.head {
	width: 100%;
	/*background: #DBDBDB url('head_photo_1.jpg') no-repeat top right;*/
	font-weight: bold;
}
.alpha {
	width: 100%;
	height: 22px;
	background: #CCCCCC;
	font-size: .8em;
	line-height: 1.8em;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.alpha div {
	display: block;
	height: 22px;
	padding-right: 8px;
	float: right;
	font-size: 1.1em;
	text-align: right;
}
.alpha a {
	margin: 0 .5em;
	color: #BA0008;
}
ul.lang {
	margin: 2px 29px 0 0;
}
ul.lang li {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.lang a {
	display: block;
	width: 22px;
	height: 17px;
	padding-top: 4px;
	cursor: pointer;
}
ul.lang a.ru {
	background: url('ru.png') no-repeat 50% 60%;
*	background: none;
*	height: 22px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/ru.png', sizingMethod='image');
}
ul.lang a.ua {
	background: url('ua.png') no-repeat 50% 60%;
*	background: none;
*	height: 22px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/ua.png', sizingMethod='image');
}
ul.lang a.en {
	background: url('en.png') no-repeat 50% 60%;
*	background: none;
*	height: 22px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/en.png', sizingMethod='image');
}

/* Параметры главного меню */
.suckerdiv {
	clear: both;
	width: 182px;
	margin: 0; padding: 0;
	float: left;
	border-top: 1px solid #999999;
	border-right: #999999;
	background: #FEFEFE;
	font-size: .85em;
	line-height: 1.4em;
	color: #363636;
	z-index: 15;
}

.suckerdiv ul li {
	position: relative;
	list-style-type: none;
	border-bottom: 1px solid #999999;
	z-index: 15;
}

/*Sub level menu items */
.suckerdiv ul li ul {
	position: absolute;
	width: 182px; /*sub menu width*/
	top: -1px;
	visibility: hidden;
	background: #EBEBFE;
	z-index: 15;
}
.suckerdiv ul li ul li {
	margin-left: 2px;
	
	z-index: 15;
}
/* Sub level menu links style */
.suckerdiv ul li a {
	display: block;
	overflow: hidden; /*force hasLayout in IE7 */
	width: 176px;
	height: 18px;
	padding-top: 3px;
	padding-left: 4px;
	background: #FEFEFE;
	border: 1px solid #cccccc;
	border-bottom: none;
	color: #333333;
	text-decoration: none;
	z-index: 15;
}

.suckerdiv ul li ul li a  {
        display: inherit;
	overflow: visible; /*force hasLayout in IE7 */
	width: 176px;
	/*height: 44px;*/
	padding-top: 3px;
	padding-left: 4px;
	background: #FEFEFE;
	border: 1px solid #cccccc;
	border-bottom: none;
	color: #333333;
	text-decoration: none;
	z-index: 15;
        height: auto;
}

.suckerdiv ul li ul li {
        display: inherit;
        overflow: inherit;
        height: auto;
}

.suckerdiv ul li a:visited {
	color: #333333;
}

.suckerdiv ul li a:hover {
	background: #EBEBEB;
}

/*.suckerdiv .subfolderstyle{
	background-color: #ffffff;
	background: url(arrow-list.gif) no-repeat center right;
}*/


/**/
/*.main_menu {
	clear: both;
	width: 182px;
	margin: 0; 	padding: 0;
	float: left;
	border-top: 1px solid #999999;
	border-right: #999999;
	background: #FEFEFE;
	list-style-type: none;
	font-size: .85em;
	line-height: 1.4em;
	color: #363636;
}
.main_menu li {
	height: 22px;
	border-bottom: 1px solid #999999;
}
.main_menu li a {
	display: block;
	width: 176px;
	height: 18px;
	padding-top: 4px;
	padding-left: 4px;
	color: #333333;
	text-decoration: none
}
.main_menu li a:hover {
	background: #EBEBEB;
}
.main_menu li a:visited {
	color: #333333;
}
*/
.gerb {
	height: 166px;
	margin-top: 42px;
	float: right;
}
.g_u {
	width: 264px;
	background: url('gerb_ua.png') no-repeat;
*	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/gerb_ua.png', sizingMethod='image');
}
.g_r {
	width: 280px;
	background: url('gerb_ru.png') no-repeat;
*	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/gerb_ru.png', sizingMethod='image');
}
.g_e {
	width: 264px;
	background: url('gerb_en.png') no-repeat;
*	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/gerb_en.png', sizingMethod='image');
}
.bott {
	clear: both;
	border-bottom: 1px solid #999999;
}
.bottext {
	clear: both;
        line-height: 1.2em;
	border-bottom: 1px solid #999999;
	height: 28px;
}
/*.bott {
        /*font-family: monospace;*/
/*        vertical-align: middle;
        clear: both;
	border-bottom: 1px solid #999999;
        line-height: 1.2em;
        vertical-align: middle;
        /*padding: 3px 0px 3px 0px;*/
/*}

/*.bottext {
        /*font-family: monospace;*/
/*	clear: both;
        line-height: 1.2em;
	border-bottom: 1px solid #999999;
	height: 28px;
}*/

.p182 {
	width: 174px;
	border-left: 1px solid #696969;
}
.p392 {
	width: 382px;
	border-left: 1px solid #696969;
}
.p574 {
	width: 565px;
	border-left: 1px solid #696969;
}
.clear {clear: both;}

.left {
	width: 168px;
	float: left;
}
.left ul {
	padding-top: 16px;
	margin-bottom: .5em;
	list-style: none;
	font-size: 1em;
	font-weight: bold;
}

.left ul li {
	margin-bottom: 1em;
}

.left ul li a {
	color: #0800EB;
}

.left ul li a:visited{
	color: #0800EB;
}

.left ul li a:hover{
	color: #0800EB;
	text-decoration: underline;
}

.left ul ul {
	margin: .5em 0 .5em .8em;
	padding-top: 0;
	font-weight: normal;
}
.left ul ul li {
	margin-bottom: .5em;
}

.left form {
	padding: 0 0;
	font-weight: bold;
}
.left form .txt_field {
	width: 130px;
	line-height: 1em;
	color: #999999;
        height: 15px;
        vertical-align: top;
}
.left form .btn {
        height: 21px;
        vertical-align: top;
}
.main {
	position: relative;
	width: 572px;
	float: left;
}
.center {
	width: 372px;
	float: left;
}

.right {
	width: 166px;
	float: right;
}

.center2 {
	width: 538px;
	float: left;
}

.content {
	position: relative;
	padding: 16px .6em;
	font: .9em/1.2em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.content a, .content a:visited {
	color: #0033CC;
}
.content a:hover {
	color: #303030;
	text-decoration: underline;
}

.content dt {
	margin: 0; padding: 0;
}
.content dt img {
	float: left;
	margin: .3em 1em .5em 0;
	border: none;
}
.content dl dt a {
	color: #666666;
}
.content dl dt a:visited {
	color: #696969;
}
.content dd {
	text-align: right;
	color: #696969;
	font-size: .8em;
	margin-bottom: 1em;
}

.content a.accent {
	font-weight: bold;
	font-size: .9em;
}

.content table {
    font-size: .8em;
}

.content #bb_list_item {
    padding-bottom: 1em;
}

.clearfooter {
	clear: both;
	height: 80px;
}

.footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 80px;
	background-color: #C8CCC8;
	font-size: .8em;
	color: #999999;
	text-align: center;
}
.footer a, .footer a:visited {
	color: #999999;
}
.b_column {
	width: 772px;
	height: 16px;
	margin: 0 auto 8px auto;
}
.b_shadow {
	width: 100%;
	height: 16px;
	background: url('shadow_b.png') repeat-x 0 100%;
}
.b_shadow i {
	width: 16px;
	height: 16px;
}
i.lf_c {
	float: left;
	background: url('shadow_corn.png') no-repeat 0 0;
*	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/shadow_corn.png', sizingMethod='crop');
}
i.rt_c {
	float: right;
	background: url('shadow_corn.png') no-repeat 100% 0;
*	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_common/shadow_corn_r.png', sizingMethod='crop');
}

.left_img {
	float: left;
	text-align: center;
	padding: 0px 22px 8px 0px;
	font-size: .7em;
}

.right_img {
	float: right;
	text-align: center;
	padding: 0px 0px 8px 22px;
	font-size: .7em;
}

.normal_img {
    width: 200px;
    text-align: center;
    font-size: .7em;
}

.static_img {
    text-align: center;
    padding: 8px 22px 8px 22px;
    font-size: .7em;
}

.left_img img, .right_img img {
	padding-bottom: 8px;
}
	
.bb_list {
	margin-left: 15px;
	padding-left: 15px;
}