@charset "utf-8";
/* CSS Document */

html,body {
	width:100%;
	height:100%;
}
body {
	min-width:996px;
	background-color:#e8e3cb;
	color: #434242;
}
#full {
	background:url(../bgheader.jpg);
	background-repeat:repeat-x;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}
* html #full {
	height:100%;
}
#page {
	padding: 0 0 30px 0; 
	margin: 0 auto;
	width: 996px;
}
 
#content {
	overflow: hidden;
	padding: 20px 0 60px 0; 
}
#container2 {
	width: 100%;
	float: right;
	margin-left: -275px;
}
#main_content {
	margin-left: 275px;
}

.clearing {
	height: 0;
	clear: both;
}
.overf {overflow: hidden;}

.picl {
	float: left;
	margin: 0 15px 10px 0;
}
.picr {
	float: right;
	margin: 0 0 10px 15px;
}

/* Header */

#header {
	height: 110px;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}

#headerindex {
	height: 150px;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}


/* Middle */

.indextext {
	margin: 0 30px;
}
.twocol {
	overflow: hidden;
	border-bottom: 2px solid #f4f1e5;
	margin: 0 30px 15px 30px;
}
.l2col {
	width: 48%;
	float: left;
	font-size: 0.8em;
    padding-right: 2%;
}
.r2col {
	width: 48%;
	float: right;
	font-size: 0.8em;
    padding-left: 2%;
}

.tricol {
	overflow: hidden;
	font-size: 0.8em;
    border-bottom: 2px solid #f4f1e5;
	margin: 20px 30px 20px 30px;
    padding-bottom: 20px;
}
.bl3col {
	width: 100%;
	border: 1px solid #dad8cb;
	background:url(../bg-tricol.jpg);
	background-repeat:repeat-x;
	background-position: 0% 0%;
    height: 120px;
}
.textl3col {
	width: 100%;
    height: 120px;
	background:url(../work.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.textl3col img, .textr3col img {
	width: 100%;
    height: 120px;
}
.textm3col {
	width: 100%;
    padding: 10px 20px;
    height: 120px;
}
.textr3col {
	width: 100%;
    height: 120px;
	background:url(../sotrud.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.l3col {
	width: 32%;
	float: left;
    padding-right: 2%;
}
.m3col {
    width: 36%;
	float: left;
}
.r3col {
    width: 32%;
	float: right;
    padding-left: 2%;
}

/* Leftcol */

#leftcol {
	width: 270px;
	float: left;
	font-size: 0.8em;
}

/* Rightcol */

#rightcol {
	width: 170px;
	float: right;
	font-size: 0.8em;
}

/* Footer */

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 55px;
}
#footer-content {
	font-size: 0.8em;
	border-top: 2px solid #f4f1e5;
	width: 996px;
	text-align: center;
	margin: 0 auto;
}