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

img, table {
	border: none;
}

button {
	cursor: pointer;
}

html {
	background-color: #fffce4;
}

body {
	position: relative;
	font: 100.01%/1em Arial, Helvetica, sans-serif;
}

#page {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
	/*border: 1px solid;*/
}

body, #page {
	min-width: 960px;
}

* html body,
* html #page {
	width: expression(document.documentElement.clientWidth < 960 ? "960px" : "100%");
}

#logoCol {
	position: relative;
	width: 33%;
	float: right;
	padding-top: 50px;
	background-repeat: no-repeat;
	padding-bottom: 210px;
	/*border: 1px solid;*/
}

#mainCol {
	position: relative;
	margin-right: 33%;
	width: 67%;
	*zoom: 1;
}

#mainPart {
	position: relative;
	padding: 0 25px 0 0;
	width: 80%;
	min-width: 510px;
	max-width: 710px;
	float: right;
}

#index #mainPart {
	min-width: 100px;
	line-height: 1.4em;
	/*border: 1px solid;*/
}

#topPart {
	position: relative;
	text-align: right;
	overflow: hidden;
}

#index #topPart {
	background-repeat: no-repeat;
	background-position: center top;
	/*border: 1px solid;*/
}

#topPart img {
	position: relative;
	right: 0;
}

.titleContainer {
	width: 100%;
	overflow: hidden;
}

#topTitle {
	font-size: 188%;
	line-height: 1em;
	padding-top: 125px;
	margin-bottom: 53px;
	color: #03a600;
	width: 93%;
	min-width: 600px;
	max-width: 800px;
	float: right;
	background-repeat: no-repeat;
	background-position: 70px 0;
}

#topPict {
	background-color: #d7d1a4;
	text-align: right;
	overflow: hidden;
	position: relative;
	margin-bottom: 45px;
}

#topPict img {
	position: absolute;
	top: 0;
	right: 0;
}

#rightPict {
	position: absolute;
	right: 0;
	padding-top: 50px;
}


.mGallery {
	font-size: .88em;
	line-height: 1.29em;
	margin: -4em 0 0 -4em;
	/*border: 1px solid;*/
}

.thmb {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin: 4em 0 0 4em;
	/*border: 1px solid;*/
}

.thmb div {
	width: 13em;
	float: left;
	/*border: 1px solid;*/
}

.thmb img {
	margin-bottom: .75em;
	border: 1px solid #d7d1a4;
}

.thmb b {
	display: -moz-inline-box;
	display: inline-block;
	margin-bottom: .21em;
}






#logo,
#lngSwitch,
#mMenu {
	margin: 0 0 30px 25px;
	padding: 0;
}

#lngSwitch {
	width: 220px;
	text-align: right;
	font-size: 10px;
}

#lngSwitch a {
	color: #726864;
}

#lngSwitch a:hover {
	color: #000000;
}

#logo {
	margin-bottom: 50px;
}

#mMenu {
	font-size: 88%;
	line-height: 1.2em;
	list-style-type: none;
	margin-left: 72px;
}

#mMenu li {
	margin: 0 0 12px 0;
	padding: 0;
}

#mMenu li a {
	text-decoration: none;
	color: #03a600;
}

#mMenu li a:hover {
	color: #028800;
}

#mMenu ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#mMenu li li {
	margin: 7px 0 0 0 !important;
	font-size: 86%;
}

#mMenu li ul {
	margin-top: 9px;
}

#mMenu li li a {
	color: #026c00;
}

#mMenu li li a:hover {
	color: #03a600;
}

#mMenu li li a b {
	font-size: 117% !important;
	margin-right: 1px;
}

#mMenu li a.active {
	color: #000000;
	font-size: 136%;
	line-height: 1.2em;
}

#mMenu li li a.active {
	color: #000000;
	font-size: 100%;
}

.copyrt {
	position: relative;
	font-size: 69%;
	color: #726864;
	margin-top: -70px;
	margin-left: 67%;
	padding-left: 73px;
	z-index: 10000;
}

#index .copyrt {
	margin-top: 50px;
	margin-left: 0;
	padding-left: 0;
	width: auto !important;
}




#mapHolder {
	display: block;
	text-align: center;
	z-index: 1000;
}

#map {
	display: -moz-inline-stack;
	display: inline-block;
	width: 640px;
	height: 434px;
	position: relative;
	margin-left: -100px;
}

#map .region {
	position: absolute;
	z-index: 1100;
}

#map .city {
	position: absolute;
	z-index: 1500;
}

#map .enterprize {
	position: absolute;
	width: 19px;
	height: 20px;
	z-index: 2000;
	cursor: pointer;
}

#popup {
	padding-bottom: 36px;
	position: absolute;
	bottom: 300px;
	left: 300px;
	font-size: .93em;
	z-index: 10000;
	display: none;
}

#popup .wrap {
	border: 2px solid #d7d1a4;
	background-color: #ffffff;
	padding: 7px 10px 5px;
	text-align: left;
	position: relative;
}

#popup .wrap .close {
	position: absolute;
	top:5px;
	right:5px;
	width:20px;
	height:20px;
	overflow:hidden;
	background-image:url(/images/map/close2.png);
	cursor: pointer;
}

#popup .wrap .close:hover {
	background-image:url(/images/map/close.png);
}

#popup .wrap .pointer {
	width: 42px;
	height: 38px;
	position: absolute;
	top: 100%;
	left: 0;
	background: url(/images/map/popup_pointer.png) no-repeat;
}

* html #popup .wrap .pointer {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/popup_pointer.png',sizingMethod='crop');
}

#mCover {
	width: 100%;
	height: 100%;
	background: #ffffff;
	filter: alpha(opacity = 0); opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}


.enterpriz {
	position: relative;
	margin: -2em 0 0 -3.5em;
	padding: 0;
	list-style-type: none;
	font-size: .93em;
	line-height: 1.4em;
}

.enterpriz div.region {
	margin: 4em 0 0 3.5em;
	padding-bottom: 7px;
	background: url(/images/dash-line.png) repeat-x 0 100%;
	color: #d7d1a4;
	font-weight:bold;
	font-size: .93em;
	position: relative;
}

.enterpriz ins {
	display: block;
	width:29px;
	height:30px;
	overflow: hidden;
	position: absolute;
	top:0px;
	right:-5px;
	background: transparent url(/images/map/flag-b.png) no-repeat 0 0;
}

.enterpriz span.item {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0;
	margin: 3em 0 0 3.5em;
	width: 40%;
	vertical-align: top;
	position: relative;
}

#popup .pBody h3,
.enterpriz h3 {
	color: #03a600;
	font-size: 1.1em !important;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 5px;
}

#popup .pBody h3 {
	padding-right: 20px;
}

#popup .pBody p {
	white-space: nowrap;
}

#popup .pBody span.label,
.enterpriz span.label {
	font-size: .85em;
	color: #726864;
	font-weight: bold;
}

.vacancy {
	margin: 0;
	padding: 0;
}

.vacancy dt {
	margin: 2em 0 .5em 0;
	padding-top: 7px;
	background: url(/images/dash-line.png) repeat-x left top;
	color: #03a600;
	font-size: 1.25em;
}

.vacancy dd {
	margin: 0;
	padding: 0;
}

.resume {
	margin-top: 45px;
}


.resume * {
	vertical-align: top;
}

.Content .resume p {
	margin-bottom: 12px;
}

.resume label {
	display: block;
	font-size: 13px;
	color: #028800;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.resume label span {
	color: #726864;
	font-size: 11px;
	display: block;
	font-weight: normal;
}

.resume input,
.resume textarea {
	width: 100%;
	font: 12px/1.3 Verdana, Arial, Helvetica, sans-serif;
}

.resume textarea {
	height: 100px;
}







.green {
	color: #03a600;
}


#topEl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: url(/images/top-el.png) repeat-x;
	background-position: 69% 0;
	z-index: 1000;
}

* html #topEl {
	background-image: url(/images/top-el-ie.png);
}

ol.news {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

ol.news li {
	margin: 0 0 3em 0 !important;
	padding: 0 0 0 0 !important;
	/*background: url(/images/dash-line.png) repeat-x left bottom;*/
}

.news h3 {
	margin: 0 !important;
	font-size: 1em !important;
	line-height: 1.4em !important;
}

.news h3, .news h3 a {
/*	text-decoration: none;*/
	color: #03a600;
}

.news a:hover {
	color: #028800;
}

.news .date, .newsd .date {
	font-size: .81em;
	color: #726864;
}

.newsd .date {
	margin-bottom: .5em;
}

.news p {
	margin-top: .2em !important;
}

.newsd h1 {
	margin-bottom: .1em !important;
}

.back {
	margin: 2em 0 0 0;
	position: relative;
	font-size: 11px;
}

.back a {
	padding: 1px 0;
	color: #726864;
	display: -moz-inline-stack;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.back a.print {
	padding: 1px 0 1px 19px;
	background: url(/images/print.gif) no-repeat 0 .35em;
}



.pCount {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-top: 5em;
}

.pCount div {
	font-size: 10px;
	color: #515254;
}

.pCount a, .pCount span {
	margin-right: 3px;
	position: relative;
	display: inline;
	font-size: 12px;
}

.pCount a {
	color: #726864;
}

.pCount a:hover {
	color: #000000;
	text-decoration: underline;
}

.pCount span {
	font-weight: bold;
	border: 1px;
}



.twoCols {
	height: 250px;
}

.twoCols .col1,
.twoCols .col2 {
	float: left;
	clear: right;
}

.twoCols .col1 {
	text-align: right;
	border-right: 1px solid #515254;
	width: 54%;
}

.twoCols .col2 {
	width: 45%;
}

.enter a {
	color: #515254;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 50px;
	text-align: left;
}

.col1 a {
	padding-left: 0;
	width: 225px;
	float: right;
}

.col2 a {
	padding-right: 0;
}

.enter a b {
	display: block;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 15px;
}

.enter a:hover {
	color: #03a600;
}




#seeds {
	position: relative;
}

#seeds .section {
	margin-bottom: 60px;
	display: table;
	width: 100%;
	*display: block;
	*zoom: 1;
}

#seeds .section h2 {
	font-size: 28px;
	margin: 0 0 15px;
	color: #726864;
}

#seeds .section img {
	float: left;
	clear: right;
	margin-right: 10px;
	margin-right: -100%;
}

#seeds .section .table {
	font-size: 12px;
	margin-left: 170px;
	zoom: 1;
}

#seeds .section .table table,
.overlay .details table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-bottom: 1px solid #d7d1a4;
}

#seeds .section .table th,
#seeds .section .table td,
.overlay .details td {
	padding: 4px 6px;
}

#seeds .section .table th {
	text-align: left;
	color: #03a600;
	font-weight: normal;
}

#seeds .section .table tr[rel] {
	cursor: pointer;
}

#seeds .section .table tr[rel]:hover {
	background-color: #d7d1a4;
}

#seeds .section .table td,
.overlay .details td {
	border-top: 1px solid #d7d1a4;
	vertical-align: top;
}



/* the overlayed element */
.overlay {

	/* initially overlay is hidden */
	display:none;

	/* growing background image */
	background-image:url(/images/overlay/white.png);

	/*
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:500px;

	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */
	font-size:12px;
}

/* default close button positioned on upper right corner */
.overlay .close {
	background-image:url(/images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.overlay .details h2 {
	color: #03a600;
}

.overlay .details h3 {
	margin: 0 0 5px;
}

.overlay .details .producer {
	margin: 0 0 10px;
	font-size: 11px;
	color: #726864;
	display: table;
	width: 100%;
	*zoom: 1;
}

.overlay .details .producer dt {
	float: left;
	margin-right: -100%;
}

.overlay .details .producer dd {
	margin-left: 60px;
}

.overlay .details table {
	margin-top: 15px;
}

.overlay .details td:first-child {
	width: 30%;
	color: #726864;
}
