*{
	margin:0;
	padding:0;
}

body{
	font-size:0.8em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#404040;
	background-color:#d4d4d4;
	margin:0;
	padding:0;
}

h1{

}

h2{
	font-size : 26px;
	font-weight : normal;
	margin-bottom : 15px;
	text-align:left;
	color:#404040;
	text-transform:capitalize;
}

h3{
	font-size : 1.3em;
	font-weight : bold;
	margin-bottom : 10px;	
}

h4{
	font-size : 1.2em;
	font-weight : bold;
	margin-bottom : 10px;	
}
h5{
	font-size : 1.1em;
	font-weight : bold;
	margin-bottom : 10px;	
}
h6{
	font-size : 1em;
	font-weight : bold;
	margin-bottom : 10px;	
}

img {
    border:none;
}

a:active{
    outline:none;
}

a:link, a:visited{
	text-decoration:underline;
    outline:none;
	color:#1fa509;
}

a:hover{
	text-decoration:none;
	color:#22bd09;
}

/*#main{
	margin: 0 auto;
	width : 900px;
	padding:0 4px 0 4px;
}*/

/*-----------------------------------------------------------HEADER--------------------------------------------------------------------*/

#header-global{
	background:url(../../img2/splash/header-top.jpg) repeat-x;
	width: 100%;
	height: 109px;
}

/*----------------------------------------------------------CONTENT--------------------------------------------------------------------*/

#content{
	clear:both;
	width:872px;
	margin: 0 auto;
}

.branding{
	text-align:center;
	margin-top: 21px;
}

.choice{
	margin:30px auto 0 auto;
	width:889px;
}

#agro{
	float:left;
	height:266px;
	width:428px;
}

#agro .left-splash{
	float:left;
	height:266px;
	width:185px;
	background:url(../../img2/splash/agro-left.jpg) no-repeat;
}

#agro .nl{
	float:left;
	height:266px;
	width:121px;
	text-indent:-5000px;
	background:url(../../img2/splash/agro-nl.jpg) no-repeat 0 0;
}

#agro .nl:hover{
	background:url(../../img2/splash/agro-nl.jpg) no-repeat 0 -266px;
}

#agro .fr{
	float:left;
	height:266px;
	width:122px;
	text-indent:-5000px;
	background:url(../../img2/splash/agro-fr.jpg) no-repeat 0 0;
}

#agro .fr:hover{
	background:url(../../img2/splash/agro-fr.jpg) no-repeat 0 -266px;
}

#kmo{
	float:right;
	height:266px;
	width:427px;
}

#kmo .left-splash{
	float:left;
	height:266px;
	width:185px;
	background:url(../../img2/splash/kmo-left.jpg) no-repeat 0 0;
}

#kmo .nl{
	float:left;
	height:266px;
	width:121px;
	text-indent:-5000px;
	background:url(../../img2/splash/kmo-nl.jpg) no-repeat 0 0;
}

#kmo .nl:hover{
	background:url(../../img2/splash/kmo-nl.jpg) no-repeat 0 -266px;
}

#kmo .fr{
	float:left;
	height:266px;
	width:121px;
	text-indent:-5000px;
	background:url(../../img2/splash/kmo-fr.jpg) no-repeat 0 0;
}

#kmo .fr:hover{
	background:url(../../img2/splash/kmo-fr.jpg) no-repeat 0 -266px;
}

/*------------------------------------------------------------FOOTER--------------------------------------------------------------------*/

#footer-global{
	width:100%;
	height:64px;
	background-color:#c9c9ca;
	margin-bottom:190px;
	margin-top:248px;
}

#footer{
	width:872px;
	color:#636364;
	margin:0 auto;
}

#footer a{
	padding-top:12px;
	float:right;
}
	
.clearBoth{
	clear:both;
	line-height : 1px;
	height : 1px;
}