html, body, form
{
	margin: 0;
	padding: 0;
	
}

PRE {
color: blue;
font-size: 12px;
}

html
{
	height:100%;
	background:#fff url(../gif/bg1.gif) -10px repeat-y;
		margin: 0;
		padding: 0;
	}

body
{

	height:auto !important;
	height:100%;
	min-height:100%;
	position: relative;
	margin: 0;
	padding: 0;
	}

/*Font*/
body
{
	font-size: 80%;
	font-family: Areal, Tahoma, Verdana, Helvetica, sans-serif;
	color: #616161;
	width: 1260px;
	margin: 0 auto;
/*	background:#3E4F60;  */
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a {
color: #0e8ebd;
text-decoration: underline;
}
a:active {color: #0e8ebd;}
a:hover{
color:#0e8ebd;
text-decoration: none;
}

a img {
border: none;
}

small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: none;
	border-bottom: 1px #616161 dashed	;
	color: #d1d0d0;
	background-color: #fff;
	margin:8px 0;
}

.detail_picture {
border: 1px #616161 solid;
}

ul {
list-style-image: url('../gif/bullet.gif');
}

 ul.bottom_menu_ {
list-style-image: none;
}

.main-column img {
padding: 10px;
}

.news-detail img {
padding: 0px;
}

embed {
outline-style:none;
}


#container
{
	width: expression(document.body.clientWidth < 1014 ? "1014px" : "100%"  ); /* ������ ��� IE6 */ 
	min-width: 1014px;
	/*	background:#96B485 url(images/header_bg.gif) repeat-x; */
		background: #fff url(../gif/bg3.gif) repeat-y;
}


.cl {
	clear:both;
	/*height:1px;*/
	/*overflow:hidden;*/
}


#header
{
	position:relative; /*containing block*/
	height:137px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:url(../jpg/miac_logo.jpg) no-repeat;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:100px; 
	height:90px; 
	background:url(../gif/logo.gif) center right no-repeat; 
	position:absolute; 
	left:6px; 
}

#header_text
{
	position:absolute;
	left:120px;
	top: 20%;
	color:#fff;
	width:490px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#E0E9DD;
	margin-left:50px;
}

#search_steklo {
	position:absolute;
	right:268px;
	top:63px;
	width: 51px;
	height: 65px;
	background: url('../png/search.png') no-repeat;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing property: border-box;
		-webkit-box-sizing: border-box;
}

	

#search {
	color:#6b6b6b;
	position:absolute;
	right:55px;
	top:50px;
	margin:0px;
	padding: 0px;
	width: 255px;
	font-size:14px;
	font-family: Georgia;
	text-indent: 18px;
	font-weight:bold;
}	
	#search .search-form
	{
		text-align: right;
	}
	#search INPUT {
		border: 1px  #929292 solid;
		background: #f3f3f3;
		width: 249px;
		height: 20px;
		display: block;
		color:#6b6b6b;
		font-size:12px;
		font-family: Georgia;
		text-indent: 30px;
		padding-top: 5px;

		}

	#search  .button {
		width: 111px;
		height: 31px;
		background: url('../gif/search_button.gif') -3px -2px no-repeat;
		border: 0px;
		color: #ffffff;
		font-weight:bold;
		font-size:110%;
		margin-top: 3px;
		display: block;
		float: right;
	}


	
	.small_button {
		color: #fff;
		font-weight: bold;
		border: none;
		background:#0C7BA3;
		font-size: 13px;
		height: 22px;
	} 
	
	.filter-form  {
		background: #f0f6e7;
		position: relative;
	}
	
	.filter-form-in{
		padding: 10px;
	}

		.filter-form  .u {
				position: absolute;
				width: 10px;
				height: 10px;		
				line-height: 4px;
				font-size: 5px;
	}
			.filter-form  .u1 {
				left: 0;
				top: 0;
				background: url('../gif/angle3.gif') 0px 0px ;
			}
			.filter-form  .u2 {
				left: 0;
				bottom: 0;
				background: url('../gif/angle3.gif') 0px 10px ;
			}
			.filter-form  .u3 {
				right: 0;
				top: 0;
				background: url('../gif/angle3.gif') 30px 0px ;
			}
			.filter-form  .u4 {
				background: url('../gif/angle3.gif') 30px 30px;
				right: 0;
				bottom: 0;
			}	
	
	
#link_panel {
	position:absolute;
	top: 0px;
	right: 55px;
	background: url('../gif/link_panel.gif');
	width: 67px;
	height: 22px;
}
		#link_panel A{
			height: 10px;
			width: 11px;
			display: inline;
			float: left;
			margin-left: 8px;
			margin-top: 6px;
			text-decoration: none;
		}
		
		#link_panel #link_home {
			background: url('../gif/home.gif') no-repeat;
		}
		#link_panel #link_mail {
			background: url('../gif/mail.gif') no-repeat;
		}
		#link_panel #link_site_map {
			background: url('../gif/map.gif') no-repeat;
		}

#login
{
	position:absolute;
	right:75px;
	top:55px;
	color:#E0E9DD;
}

#login a
{
	color:#E0E9DD;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}

#menu {
/*	position:absolute;*/
	bottom:0;
/*	*bottom:-1px; /*IE hack*/ 
/*	left:18px;*/
/*	width: 100%; 	*/
	height: 31px;

}


#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

#printer
{
	float:right;
	font-size:85%;
	background:url(../gif/printer.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

	.header {
	/*	width: 500px; */
		background: #0c7ba3;
		height: 30px;
		color: #fff;
		font-family: Georgia;
		font-size: 18px;
		text-transform: uppercase;
	}
		.header1 {
			background: url('../gif/header_left.gif') left no-repeat;
			height: 30px;
		}
			.header2 {
				background: url('../gif/header_right.gif') right no-repeat;
				height: 30px;
			}
				.header3{
					padding-top: 5px;
					padding-left: 15px;
				}

.table-border-color
{
	background-color:#96B485;
}

.right-shadow
{
	background:url(../gif/right_shadow.gif) right top repeat-y;
}

.footer-box
{
	border-top:1px solid #D9D9D9;
	
	padding:10px 10px 0 15px;
	margin-right:3px;
}

.footer-box a:link, 
.footer-box a:visited,
.footer-box a:active, 
.footer-box a:hover
{
	color:#5F7185;
}

.footer-box span
{
	font-weight:bold;
	color:#1B3552;
}

.table-bottom-corner
{
	background:#96B485 url(../gif/bottom_corner_bg.gif) repeat-x;
}


/*Content table*/
#content
{
	background:#fff;
/*	width: expression(document.body.clientWidth > 1280 ?  "1280px": "100%" ); /* ������ ��� IE6 */ 
	width: 1260px;
	border-collapse:collapse;
	margin: 0;
	padding: 0;
	position: relative;
	background:#fff url(../gif/bg1.gif) -10px repeat-y;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing property: border-box;
	-webkit-box-sizing: border-box;
	}

/*Left column*/
#content .left-column
{	
	float: left;
	vertical-align:top;
	width: 212px;
	padding:0;
	margin-bottom: 50px;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing property: border-box;
	-webkit-box-sizing: border-box; 
}
	#left_bottom {
	position: absolute;
	top: -53px;
	left: 0px;
	width: 200px;
	height: 100px;
	background:  url('../gif/left_bottom_bg.gif') repeat-x;
	height: 51px;

}



/*Main column*/
#content .main-column
{	
float: left;  /*
width: 75%; */
vertical-align:top; 
padding:10px 0 0 10px;  
background:#fff;
width: 1035px;
padding-bottom: 40px;
/*
margin-left: 220px; 
*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing property: border-box;
	-webkit-box-sizing: border-box;
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#container #footer
{
	background: #fff;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
/*	padding:8px; */
	border-top: 2px #cccccc solid;
	height:100px;
	position: relative;
	width: 100%;
	text-decoration: none;
	font-size: 11px;
	color: #616161;
	bottom: 0px;

	min-width: 1014px;
}

	#footer	#a2  {
		width: 100px;
		color:#616161; 
		text-align:center;
		height:40px;
		position: absolute;
		top: 30px;
		left: 40px;
	}
	
	#footer	#a2  A {
		text-decoration: none;
		font-size: 11px;
		color: #616161;
	}
		
	#a2 .logo{
	float:left;
	width:100px;	
	height:40px;
	background: no-repeat url("../gif/logo_a2.gif") scroll 16px 0px;
	}
	
	#a2 .logo:hover{
	background: no-repeat url("../gif/logo_a2.gif") scroll 16px -43px;
	}	
	
	#flover {
		width:  230px;
		height: 55px;
		background: url('../gif/flover.gif');
		position: absolute;
		bottom: 0px;
		right: 20%;
	}
	#footer_text {
		text-align: center;
		position: absolute;
		left: 33%;
		top: 50px;
	}
	#footer_rss {
		width: 68px;
		height: 50px;
		background: url('../gif/rss.gif') no-repeat;
		padding: 13px 0px 0px 30px;
		text-decoration: underline;
		position: absolute;
		right: 50px;
		bottom: 10px;
		color: #616161;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing property: border-box;
		-webkit-box-sizing: border-box;
	}
	
	#bottom_menu {
		position: absolute;
		left: 34%;
		top: 5px;
	}
/*Link in footer*/



/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;

	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #F2F2EA; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */

.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F2F2EA; } 
table.forum-menu-popup-table td.forum-group{background-color:#F2F2EA; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #F9F9F3;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F2F2EA}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F2F2EA;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#F2F2EA; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F2F2EA !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #F9F9F3;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #F9F9F3;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #F2F2EA;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F2F2EA; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#F9F9F3; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#F9F9F3;}

.forum-menu-hidden-in
{
	max-height:100px;
height:expression(this.scrollHeight > 100? "100px" : "auto"); 
}



table.forum-quote td, table.forum-code td 
{
	background-color:#F2F2EA; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#F9F9F3; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F2F2EA;
	border:1px solid #C4C4C3;
}



/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#F9F9F3;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#F9F9F3;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #F9F9F3;}


.button {
background:transparent url(../gif/button.gif)  0px 0px no-repeat;
border:0 none;
color:#FFFFFF;
display:block;
font-size:110%;
font-weight:bold;
height:31px;
margin-top:3px;
width:111px;
}

.bottom_pager {
	height: 50px;

	width: auto;

}


INPUT.small_search_button {
border: none;
margin: 0;
padding: 0;
height: 0px;
width: 0px;
background: #fff;
}


.content_with_banner { 
float: left;
width: 770px; 
}


/* HOME pAGE */

.home_top {
	background: red;
}
.top_right {
	padding-left: 10px;
}

.home_middle {
	background: #f6f4e7;
	width: 1010px;
	position: relative;
	padding: 5px;
}
	.home_middle .u1 {
		position: absolute;
		width: 8px;
		height: 8px;
		left: 0;
		top: 0;
		background: url('../gif/angle.gif') 8px 8px ;
		line-height: 4px;
		font-size: 5px;
	}
	.home_middle .u2 {
		position: absolute;
		width: 8px;
		height: 8px;
		left: 0;
		bottom: 0;
		background: url('../gif/angle.gif') 8px 0px ;
		line-height: 4px;
		font-size: 5px;
	}
	.home_middle .u3 {
		position: absolute;
		width: 8px;
		height: 8px;
		right: 0;
		top: 0;
		background: url('../gif/angle.gif') 0px 8px ;
		line-height: 4px;
		font-size: 5px;
	}
	.home_middle .u4 {
		position: absolute;
		width: 8px;
		height: 8px;
		right: 0;
		bottom: 0;
		background: url('../gif/angle.gif');

		line-height: 4px;
		font-size: 5px;
	}

.home_bottom_left{
	position: relative; 
/*	width: 377px; */
}
.home_bottom_left IMG{
	padding: 0px;
/*	width: 377px; */
}
.home_bottom_right{
	border: 1px #a5a5a5 solid;
	position: relative; 
	width: 342px; 
	padding-bottom: 0px;
	padding-top: 100px;
	padding-left: 20px;
	background: url('../gif/download_doc.gif') 20px 15px  no-repeat;
	margin-top: 20px;

}
	.home_bottom_right .u1 {
		position: absolute;
		width: 10px;
		height: 10px;
		left: -1px;
		top: -1px;
		background: url('../gif/angle2.gif') 10px 10px ;
		line-height: 4px;
		font-size: 5px;
		}
	.home_bottom_right .u2 {
		position: absolute;
		width: 10px;
		height: 10px;
		left: -1px;
		bottom: -1px;
		background: url('../gif/angle2.gif') 10px 0px ;
		padding: 0px;
		line-height: 4px;
		font-size: 5px;
	}
	/**//*/***/
	* HTML .home_bottom_right .u2 {
		bottom: -2px;
	}
	
	.banners12 {
	margin-left: 15px;
	}
	
	.banners12 IMG{
	margin-bottom: 3px;
	padding: 0px;
	}
	.news-item IMG {
	padding: 0px;
	}
	.right_banner IMG {
	padding: 0px;
	}
	.leaders_person IMG {
	padding: 0px;
	}
	
	.news-date-time {
		border-right:2px solid #616161;
		color:#616161;
		display:inline;
		font-size:12px;
		font-weight:bold;
		padding-right:5px;
	}
	.home_bottom_right .u3 {
		position: absolute;
		width: 10px;
		height: 10px;
		right: -1px;
		top: -1px;
		background: url('../gif/angle2.gif') 0px 10px ;
		line-height: 4px;
		font-size: 5px;
	}
	.home_bottom_right .u4 {
		position: absolute;
		width: 10px;
		height: 10px;
		right: -1px;
		bottom: -1px;
		line-height: 4px;
		font-size: 5px;
		background: url('../gif/angle2.gif') 0px 0px ;
	}
	
	* HTML .home_bottom_right .u4 {
		bottom: -2px;
	}
	
.home_bottom {
zoom: 1;
}

.addok {
color: green;
font-size: 14px;
}

#home_link {
display: block;
position: absolute;
width: 100px;
height: 100px;
top: 22px;
left: 130px;
}

#map {
margin-left: 8%;
}

.header3 a {
color: #fff;
}
.header3 a:hover {
color: #fff;
}

.top_map {
margin: 0px;
text-align: center;
margin-left: 8%;
margin-bottom: 5px;
}