/* CSS Document */

body{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

#wrapper{
	margin:10px auto;
	width:790px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

#header{
	height:262px;
	background:#FCE128 url(../images/header.jpg) no-repeat top center;
	margin-bottom:5px;
}

/*
#proudly_kenyan{
	background:#D64401 url(../images/produce_of_kenya.jpg) no-repeat bottom center;
	float:right;
	position:relative;
	right:100px;
	width:160px;
	height:70px;
	border-bottom:4px solid #fff;
	border-right:4px solid #fff;
	border-left:4px solid #fff;
	z-index:auto;
}
*/

#proudly_kenyan{
	background:#D64401 url(../images/produce_of_kenya.jpg) no-repeat bottom center;
	position:absolute;
	z-index:2;
	margin-left:500px;
	width:160px;
	height:70px;
	border-bottom:4px solid #fff;
	border-right:4px solid #fff;
	border-left:4px solid #fff;
}

#flash{
	position:absolute;
	z-index:1;
	width:790px;
	height:212px;
	top:58px;
}

#global_links{
	float:left;
	position:absolute;
	font-size:10px;
	color:#fff;
	margin:20px 0 0 20px;
}

#global_links a{
	color:#fff;
	text-decoration:none;
	margin:0 5px 0 0;
}

#global_links a:hover{
	text-decoration:underline;
}

#menu{
	height:38px;
	background:url(../images/menu_bg.jpg) repeat-x;
	color:#fff;
	text-align:center;
}

#menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-size:14px;
	line-height:38px;
	color:#fff;
	margin:5px 10px 5px 10px;
}

#menu a:hover{
	color:#FFFF00;
}

#body_div{
	padding:5px;
	margin:0;
}

#col_left{
	width:520px;
	padding:0;
	margin:0;
	border-right:2px solid #f5f5f5;
}

#col_left_inner{
	padding:5px;
}

#col_right{
	width:255px;
	float:right;
	padding:0;
	margin:0;
}

#col_right_inner{
	padding:5px;
}

#footer{
	clear:both;
	padding:10px 5px 5px 5px;
	color:#fff;
	background:#0066CC;
	text-align:center;
}

#footer a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:0 5px 0 5px;
}

#footer a:hover{
	color:#FFFF00;
	text-decoration:underline;
}

#produce_div{
	border:2px solid #f5f5f5;
	margin:20px;
	padding:5px;
}

.readmore{
	background:url(../images/bullet.jpg) no-repeat left;
	padding-left:12px;
	text-align:right;
	/*float:right;*/
	position:relative;
	color:#003399;
	clear:both;
	text-decoration:none;
	margin-bottom:10px;
}

.readmore:hover{
	text-decoration:underline;
}

p{
	margin:0 0 3px 0;
}

h3{
	color:#003399;
	font-size:14px;
	margin:5px 0 5px 0;
}
