/* FOR ALL */
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #fff;
	color: #010101;
	font: 12px Tahoma;
}
.hFloat:after {
    content: ".";
    font-size: 0px;
    line-height: 0px;
    visibility: hidden;
    display: block;
    clear: both;
}
.spacer {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.fl_left {
	float: left;
	display: inline;
}
.fl_right {
	float: right;
	display: inline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6c7d03;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-size: 14px;
	color: #fff;
}
	h2 span {
		background-color: #693505;
		padding: 0px 15px 3px;
	}
h4 {
	font-size: 14px;
	color: #6c7d03;
	text-transform: uppercase;
	font-weight: bold;
	margin: 30px 0px 15px;
}
table {
	width: 100%;
}

input {
	height: 15px;
	padding: 1px 0px 0px;
}
select {
	height: 20px;
	padding: 1px 0px 0px;
}
input, select, textarea {
	/*border: solid 1px #a5a5a5;*/
	margin-top: 3px;
}
strong {
	font-weight: bold;
}

a {
	color: #585858;
}

.tab_2, .tab_3, .tab_4, .tab_5, .tab_6 {
	display: none;
}
.btn {
	cursor: pointer;
}

div.center {
	min-width: 980px;
}

/* HEADER */
div.header {
	position: absolute;
	background: url(../images/header_bg.jpg) repeat-x 27px 0px;
	top: 0px;
	width: 100%;
	height: 396px;
}
	div.header div.center {
		height: 396px;
		background: url(../images/header_left.jpg) no-repeat 0px 0px;
		position: relative;
	}
	a.main_logo_href {
		display: block;
		width: 269px;
		height: 130px;
		position: absolute;
		top: 261px;
		left: 102px;
		z-index: 11000;
	}
	ul.main_menu {
		position: absolute;
		top: 318px;
		left: 400px;
		width: 690px;
		@width: 710px;
	}
		ul.main_menu li {
			font: bold 13px Tahoma;
			float: left;
			display: inline;
			margin-right: 20px;
			@margin-right: 0px;
		}
	ul.tools_menu {
		position: absolute;
		top: 350px;
		left: 22px;
	}
		ul.tools_menu li {
			float: left;
			display: inline;
			margin-right: 30px;
		}
/* HEADER - end */
	
	
/* CONTENT */
div.content {
	height: 100%;
	min-height: 100%;
	margin-bottom: -68px;
    padding: 5px;
}
html>body div.content {
	height: auto;
}
	div.content div.center {
		padding: 415px 0px 100px;
	}
	div.left_col {
		width: 29%;
		padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	}
		div.news_block {
			margin: 17px 0px 0px 0px;
		}
			div.news_block img {
				display: inline;
				float: left;
				border: 2px solid #a5bf04;
				margin: 0px 15px 0px 0px;
			}
			div.news_block p {
				margin-top: 4px;
				margin-left: 107px;
			}
			span.news_date {
				color: #a5bf04;
				font-weight: bold;
			}
	div.right_col {
		margin: 0px 0px 0px 0px;
	   width: 70%;
 text-align:left;
}
		div.right_col p {
			margin: 0px;
			padding: 0px;
		}
		div.pic {
			float: left;
			display: inline;
			margin: 15px 15px 0px 0px;
		}
			div.pic img {
				border: 2px solid #a5bf04;
			}
		div.right_col p {
			margin-top: 12px;
		}
		div.elem {
			float: left;
			display: inline;
			margin: 0px 15px 25px 0px;
		}
/* CONTENT - end */

	
/* FOOTER */
div.footer {
	height: 68px;
	color: #fff;
	background: #a5bf04 url(../images/mini-logo.gif) no-repeat 20px 9px;
	position: relative;
}
	div.footer div.center {
		color: #000;
		padding: 30px 0px 0px 90px;
	}
/* FOOTER - end */

/* Darkbox */
.darkbox-frame {
	position:fixed;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:99999;
	}
.darkbox-frame-on {
	display:block;
	}

/* Shadow */
.darkbox-shadow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	}

/* Canvas */
.darkbox-canvas {
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
	background:#000 url(../images/spinner.gif) 50% 50% no-repeat;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	opacity:.5;
	}
	.darkbox-canvas IMG {
		display:block;
		visibility:hidden;
		}
.darkbox-canvas-load {
	background-image:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}
.darkbox-canvas-done {
	overflow:visible;
	opacity:1;
	}
	.darkbox-canvas-done IMG {
		visibility:visible;
		opacity:0;
		}

/* Button */
.darkbox-button {
	position:absolute;
	top:-13px;
	display:none;
	width:30px;
	height:30px;
	background:url(../images/button.png) no-repeat;
	cursor:pointer;
	z-index:1;
	}
.darkbox-button-on {
	display:block;
	}
.darkbox-button-left {
	left:-16px;
	}
.darkbox-button-right {
	right:-16px;
	}

#link_left {
width: 150px;
margin-bottom: 10px;
}


.aa1 {
font-size: 7px;
color: #cccccc;
}

.clear {
clear: both;
}

