@charset "windows-1250";
/* CSS Document */

body {
	background-color: #d0d0d0;
	background-image: url(../images/bkg_global_grey.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

/*
	global
*/

#global {
	width: 100%;
	height: 100%;
	text-align: center;
}

#globalPage {
	width: 990px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#globalPage .topContainer {
	height: 319px;
}

#globalPage .mainContainer {
	height: 100%;
}


/*
	top area
*/

#topArea {
	width: 990px;
	height: 319px;
}

#logoArea {
	width: 190px;
	height: 319px;
	float: left;
	position: relative;
	background-image: url(../images/bkg_logoarea.gif);
	background-repeat: no-repeat;
}

#collageArea {
	width: 800px;
	height: 319px;
	float: right;
	position: relative;
}

#collage {
	widows: 800px;
	height: 319px;
	/*background-image: url(../images/collage_rest.jpg);
	*/
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

#logo {
	position: absolute;
	left: 38px;
	top: 51px;
}

#adress {
	width: 134px;
	position: absolute;
	left: 38px;
	top: 152px;
	font-size: 10px;
	color: #393939;
}

#logo_agrofert {
	width: 111px;
	position: absolute;
	left: 38px;
	top: 233px;	
}

#logo_agrofert span {
	display: block;
	font-size: 10px;
	color: #393939;
	padding-bottom: 12px;
	text-transform: uppercase;
}

/*
	main menu
*/

#mainMenu {
	position: absolute;
	left: 237px;
	top: 254px;
}

#mainMenu span {
	padding-left: 10px;
	padding-right: 10px;
}

/*
	footer menu
*/

#footerMenu {
	float: right;
	padding-top: 15px;
}

#footerMenu span {
	padding-left: 10px;
	padding-right: 10px;
}

/*
	main area
*/

#mainArea {
	width: 990px;
	height: 100%;
	background-color: #ffffff;
}

#mainArea #treeBox {
	width: 187px;
	background-color: #54b948;
	border-left: 3px solid #ffffff;
}

#mainArea #treeBox .title {
	height: 56px;
	background-color: #ffffff;
}

#mainArea #treeBox .title span {
	display: block;
	padding-left: 34px;
}

#mainArea #insideBox {
	width: 393px;
	padding-bottom: 50px;
}

#mainArea #infoBox1 {
	width: 190px;
	padding-bottom: 50px;
}

#mainArea #infoBox2 {
	width: 217px;
	padding-bottom: 50px;
}

/*
	tree
*/

#tree {
	margin-top: 14px;
	padding-bottom: 180px;
}

#tree .item {
	padding-top: 8px;
	padding-bottom: 8px;
}

#tree .itemOpened {
	padding-top: 8px;
	padding-bottom: 14px;
	margin-bottom: 4px;
	background-color: #00894c;
}

#tree .subItems {
	padding-top: 8px;
}

#tree .hide {
	display: none;
}

#tree .show {
	display: '';
}

/*
	footer
*/

#footerImageContainer {
	position: relative;
	float: left;
}

#footerImage {
	position: absolute;
	left: -15px;
	top: -179px;
}

#eclair {
	float: left;
	padding-left: 250px;
	color: #505050;
	padding-top: 25px;
}

/*
	titles
*/

#mainArea #treeBox .title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
}

#mainArea #insideBox .title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
	padding-left: 36px;
}

#mainArea #infoBox1 .title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
}

#mainArea #infoBox2 .title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
	padding-left: 36px;
}

/*
	inside area
*/

#insideArea {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 39px;
}

/*
	ident image
*/

#identImage {
	margin-bottom: 15px;
}

.banner {
  width: 456px;
  height: 455px;
  position:absolute;
  z-index:100000;
  left:394px;
  top:150px;
  background-image: url("./../images/banner.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

.banner .more_information {
  float: left;
  width: 144px;
  height: 42px;
  position: absolute;
  left: 270px;
  top: 375px;
  text-decoration: none;
}

.banner .close {
  float: left;
  width: 132px;
  height: 49px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
}











