body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-family: open_sansregular;
	font-size: 12px;
	vertical-align: top;
	background-color: #f4f5f0;
}
td {
	font-family: open_sansregular;
}
img {
	display: block;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: roboto_condensedbold !important;
}

body > .all_div {
	padding-top: 110px;
}

body, td, div {
	color: #6b6b69;
}

.pre_head {
	height: 110px;
	width: 100%;
	position: fixed;
	background-color: #f4f5f0;
	z-index: 1000;
}

.head {
	height: 111px;
	width: 1000px;
	margin: auto;
	position: relative;
}
.head > * {
	position: absolute;
}
.head > a {
	padding-top: 22px;
	display: block;
}
.head > div {
	left: 392px;
	top: 14px;
}
.head > hr {
	left: 392px;
	width: 555px;
	top: 35px;
}
.head .codex, .head .sitemap {
	color: #00a378;
	font-size: 14px;
	text-transform: lowercase;
	text-align: bottom;
}
.head .codex {
	background: url('/skins/farmline/images/codex.png') no-repeat;
	padding-left: 20px;
	text-decoration: none;
}
.head .sitemap {
	background: url('/skins/farmline/images/sitemap.png') 30px 0 no-repeat;
	padding-left: 53px;
	text-decoration: none;
}
.head .translates {
	position: absolute;
	top: -7px;
	left: 515px;
}
.head .top_menu {
	top: 69px;
	left: 392px;
	white-space: nowrap;
}
.head .top_menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13pt !important;
	font-weight: normal;
	color: #226c5f;
	padding-right: 19px;
	font-family: roboto_condensedbold;
	letter-spacing: 0;
}
.head .top_menu a:hover {
	text-decoration: underline;
}

hr {
	background: url('/skins/farmline/images/line.png') repeat-x;
	border: 0;
	height: 4px;
}

.footer {
	width: 100%;
	height: 213px;
	background: url('/skins/farmline/images/footer.png') center no-repeat;
	font-size: 16px;
}
.footer > div {
	margin: auto;
	width: 1000px;
	position: relative;
}
.footer > div > * {
	position: absolute;
	color: white;
}
.footer .copy {
	top: 38px;
	left: 0;
}
.footer .email {
	top: 84px;
	left: 0;
}
.footer .bottom_menu {
	right: 0;
	top: 38px;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .email a {
	text-decoration: underline;
}
.footer .bottom_menu a {
	padding: 0 10px;
	text-transform: uppercase;
}

.vendor {
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

.dirs_container {
	display: flex;
	justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.dirs_container > div {
	width: 30%;
	margin-right: 3%;
}

.root_dirs_container > div {
	width: 20%;
	margin-right: 5%;
}