/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}	
html{	background:#E1E1E1;}	
body{
	background: #E1E1E1;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
}

/* links  */

a{
	color: #666;
	text-decoration: underline;
}
a:hover{color: #000;}

/* headings */

h1 {font-size:18px; text-transform:uppercase;}  /* displayed at 24px */
h2 {font-size:18px; color:#333333;}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure & layout

------------------------------------------------------------ */

#container{
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

#content{
	background:#FFF;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
#header{	
	background:#FFFFFF;
	height: 100px;
	position: relative;
}
	
#info{
	background: #76AAC9; 
	border-bottom: 2px solid #93CCEA;
	color: #E4EEF4; 	
	font-size: 1.2em;
	line-height: 2.0em;	
	position: relative;
	padding: 20px 230px 20px 30px;
}
#primary-content{
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 30px 20px 30px 30px;
	width: 468px;
}
#secondary-content{
	float: right;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 30px 20px 20px 10px;
	width: 206px;
}	
#footer{
	background:url(agrotest.jpg) no-repeat top right;
	color: #333;
	margin: 0;
	padding:10px;
	height:50px;
}

#secondary-content .featured{
	display:block;
	padding:0;
	margin:4px 0;
	border:5px solid #CCCCCC;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header a#logo {
	position: absolute;
	margin: 0 0 0 0 ;
	display:block;
	width:270px;
	height:100px;
	text-indent:-5000px;
	background: url(logo.jpg) no-repeat;
}

#header #globalnav{
	position:absolute;
	top:60px;
	right:30px;
	width:420px;
	height:20px;
}

#header #globalnav li{
	float: left;
	list-style: none;
	height:20px;
}
#header #globalnav li a{
	display: block;
	height:20px;
	margin:0 0 0 10px;
	text-decoration:none;
	text-align:right;
	font-size:12px;
	text-transform:uppercase;
}

#header #globalnav li a:hover{	
	color:#333333;
}

#feature{
	background-color:#50a842;
	padding:10px 30px;
}

#feature h1{
	color:#FFF;
	font-size:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.green_box{
	height:70px;
	padding:20px 80px 20px 20px;
	background:url(Kiwi.jpg) no-repeat right #50a842;
}

.green_box p{
	font-size:18px;
	line-height:24px;
	color:#d4f0ba;
	padding-right:40px;
}
/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2{
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin-bottom:20px;
	text-transform:uppercase;
}	
#primary-content h2 a{
	color: #76aac9;
	text-decoration: none;
}		
#primary-content h2 a:hover{
	color: #7C90A1;
}	
#primary-content h3, #primary-content h4{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px;
}	
#primary-content p{
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#primary-content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#primary-content ul {
	line-height: 1.8em;
	margin: 0 30px 20px 30px;
}
#primary-content ul li {
	line-height: 1.8em;
	padding-left: 20px;
}

/* forms & class's */

#primary-content form{margin: 10px 0 20px 0;}	
#primary-content form p{margin: 5px;}	
#primary-content fieldset{
	border: none;
	padding: 5px;
}	

form input.submit{
	border:none;
	color:#FFFFFF;
	background-color:#666;
	padding:2px 8px;
	margin-top:8px;
}
form .field:focus, form .text:focus, form textarea:focus {background: #fffff0; color: #324F6A;}
#primary-content textarea{
	height: 150px;
	overflow: auto;
}	
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h2{
	color:#50a842;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
}
#secondary-content h3{
	color:#333;
	text-transform:uppercase;
	font-size:12px;
	margin:20px 0 0 0;
	font-weight:bold;
}

#secondary-content h4{
	color:#333;
	font-size:13px;
	margin:15px 0 0 0;
	font-weight:normal;
}
	
#secondary-content p{margin: 0;}		
#secondary-content ul{
	margin:10px 0 0 10px;
}	

#secondary-content ul li{
	margin:0 0 3px 10px;
}	

#secondary-content a{	
	text-decoration: none;
}	
#secondary-content a:hover{color: #000;}	

#secondary-content a.mail-icon{
	display:block;
	padding-left:20px;
	height:15px;
	background-image:url(mail.png);
	background-repeat:no-repeat;
	background-position: 0 3px;
}
/* class's */

#secondary-content .text{
	font-size: 1.2em;
	padding: 3px;
	width: 70%;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */
#footer p{
	line-height: 1.5em;
	margin: 10px 0 0 0;
	text-align: left;
	font-size:11px;
}
#footer a{
	color: #aaa;
	text-decoration: underline;
}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

a img {border: none;}
acronym{cursor: help;}
legend{
	color: #324F6A;
	font-weight: bold;
}

hr, .hide {display: none;}
.show{display: block;}

/* class's */

.pathway{
	font-size: 0.9em;
	margin-left: 50px;
	margin-top: 18px;
	position: absolute;
}
.search{	
	position: absolute;
	left: 20px;
	top: 10px;
}
.image img, .right, .left{	
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}
.right{
	float: right;
	margin: .5em 0  6px 12px;
}
.left{
	float: left;
	margin: .5em 12px 6px 0;
}
.date{
	color: #afafaf;
	font-size: 0.9em;
}
.date a{
	color: #afafaf;
}
.commentsbox{margin-top: 25px;}	
#primary-content .commentsbox h2{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}	
.comments { 
	background: #fff; 
	border-bottom: 1px solid #dee2e3;
	border-top: 1px solid #dee2e3;
	color: #221f20;
	font-size: 0.9em;
	padding: 15px 10px 0px 10px; 
	margin: 10px 0 10px 0;
	overflow: auto;
}
.field, .text, textarea{
	border: 1px solid #dfe3e4;
	padding: 6px;
	width: 97%;
}
.button{
	cursor: pointer;
	float: right;
	margin: 10px 0 120px 0;	
	padding: 3px;
}
.searchbutton{cursor: pointer;}	

#gallery {
	padding: 10px;
}
#gallery ul { list-style: none; list-style-image:none;  list-style-type:none;
	padding:0;
	margin:0;
}
#gallery ul li { display: inline; 
	list-style: none; 
	list-style-image:none;
	 list-style-type:none;
	 background:none; 
	padding:0;
	margin:0;
}
#gallery ul img {
	border: 5px solid #FFF;
}
#gallery ul a:hover img {
	border-color: #E1E1E1;
}

#primary-content .noticia h2{
	background:none;
	font-size:16px;
}

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */