html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #90c6ec url(../gfx/agro/bg.gif) repeat-x bottom left;
}
 
* {
	margin:0 auto;
	padding:0;
}

p {
	padding:0;
	margin:0 0 16px 0;
}
 
table {
	border-collapse: collapse;
}

fieldset, form {
	border: 0;
	padding:0;
	margin:0;
}

div#wnd {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -325px;
	float: left;
}
 
div#cont {
	width: 100%;
	height: 650px;
	
	min-width: 920px;
	width:expression(document.body.clientWidth < 920? "920px": "auto" );
	
	
	clear: both;
	position: relative;
	top: -325px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	background: url(../gfx/agro/tit_01.jpg) repeat-x 0 0;
}


div#l0 {
	position:relative;
	width:100%;
	height:100%;
}

div#l01 {
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	background: url(../gfx/agro/tit_04.jpg) repeat-x 0 0;
}

div#l1,
div#l2,
div#l3,
div#l4,
div#l5 {
	position:relative;
	margin:0 auto;
	width:850px;
	height:100%;
}

div#l1 {
	background: url(../gfx/agro/tit_02.jpg) no-repeat 0 0;
}
div#l2 {
	background: url(../gfx/agro/tit_03.jpg) no-repeat 425px 0;
}
div#l3 {
	background: url(../gfx/agro/tit_05.jpg) no-repeat 0 325px;
}
div#l4 {
	background: url(../gfx/agro/tit_06.jpg) no-repeat 425px 325px;
}

#lang {
	position:absolute;
	bottom: 246px;
	left: 75px;
	width: 250px;
	height: 100px;
	z-index: 3;
	font: 14px Arial;
}

#lang span {
	color: white;
	display:block;
	padding: 6px 8px 6px 8px;
	float: left;
	text-decoration:none;
	font-weight:bold;
}

#lang a {
	color: white;
	display:block;
	padding: 8px;
	float: left;
	text-decoration:none;
	font-weight:bold;
}


#lang a.active,
#lang a:hover {
	color: #707070;
}




#copyright {
	position: absolute;
	bottom: 3px;
	left: 2px;
	text-align:center;
	font: 11px Arial;
	color: #dddddd;
	width: 100%;
}

#copyright a {
	color: #dddddd;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#menu {
	position:absolute;
	top: 207px;
	right: 5px;
	height: auto;
	z-index: 2;
	font: 13px Arial;
	text-transform: uppercase;
	letter-spacing:0;
	font-weight:bold;
	width:150px;
	
}

#menu ol,
#menu li {
	list-style:none;
	margin:0;padding:0;
	display:inline;
}

#menu li {
	
}

#menu a {
	color:#253b75;
	text-decoration: none;
	display: block;
	padding: 8px 4px 7px 2px;
}

#menu a:hover {
	text-decoration: underline;
	color:black;
}


#search_form {
	position:absolute;
	top: 435px;
	right: 1px;
	width:250px;
}

#search_form p {
	color:#313332;
	font:11px Tahoma;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}

#search_form .s_q {
	border: #b3b3b3 1px solid;
	padding:0;
	font:11px Arial;
}

#search_form .s_b {
	border:none;
	padding:0;
	font:11px Arial;
	width:24px;
	height:15px;
	cursor:pointer;
	margin: 0 0 0 3px;
	background: url(../gfx/agro/search.gif) no-repeat 0 0;
}



#flashC {
	width:291px;
	height:168px;
	position:absolute;
	top:245px;
	left:185px;
	z-index:999;
}
