/*
Yellow: #ffe700
Orange: #de3908
Green: #1e5a14
*/

html, body {
	font-family: Tahoma;
	font-size: 85%;
	line-height: 1.3em;
	background: #1e5a14 url(images/bg.gif);
	margin: 0;
	padding: 0;
}

a:active, a:focus {
	outline: 0;
}
a:link, a:visited {
	color: #C30;
	text-decoration: none;
}
a:hover, a:active	{
	color: #C30;
	text-decoration: underline;
}
#containerOut	{
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid #1e5a14;
}
#left {
	width: 212px;
	float: left;
	height: 100%;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	height: 160px;
	width: 200px;
	border: 1px solid #CCC;
	margin: 0 5px 5px 5px;
}
#logo:hover	{
	border: 1px dashed #CCC;
	margin: 0 4px 5px 6px;
}
#leftMiddle {
	width: 200px;
	height: 175px;
	margin: 5px;
	border: 1px solid #CCC;
	background-image: url(images/africa_delivery.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#leftMiddle:hover	{
	border: 1px dashed #CCC;
	margin: 5px 4px 5px 6px;
}
#leftMiddle span	{
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(images/nav_on.gif);
	background-repeat: repeat-x;
	height: 35px;
	width: 200px;
	margin-top: 130px;
	padding-top: 8px;
}
#leftMiddle span:hover	{
	background: url(images/nav_off.gif);
	background-repeat: repeat-x;
}
#leftBottom {
	width: 200px;
	height: 100%;
	border: 1px solid #CCC;
	margin: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#leftBottom:hover	{
	border: 1px dashed #CCC;
	margin: 5px 4px 5px 6px;
}
#left h2 {
	background-color: #de3908;
	height: 22px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	margin: 4px 10px;
	font-size: 14px;
	font-weight: bold;
}

#content	{
	width: 675px;
	clear: right;
	float: right;
	padding: 10px 0;
}
#nav {
	width: 671px;
	height: 50px;
	margin: 0 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	background: url(images/nav_off.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#nav a:link, #nav a:visited {
	display: block;
	float: left;
	background: url(images/nav_off.gif);
	background-repeat: repeat-x;
	min-width: 80px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0;
	font-weight: bold;
}
#nav a:hover, #nav a:active {
	color: #FFF;
	background: url(images/nav_on.gif);
	background-repeat: repeat-x;
	min-width: 80px;
	text-decoration: none;
	padding: 10px 20px;
}
#welcome {
	width: 675px;
	height: 160px;
	background-image: url(images/africa_uganda_kenya.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #1e5a14;
	border-width: 1px 0 3px;
}
#welcome p	{
	width: 470px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 10px 0;
}
h2	{
	color: #de3908;
	font-size: 18px;
}
#content1 {
	width: 325px;
	float: left;
	border: 1px solid #CCC;
	height: 100%;
	margin-top: 10px;
}
#content1 img, #content2 img	{
	margin-left: 10px;
}
#content2 {
	width: 310px;
	float: right;
	border: 1px solid #CCC;
	height: 100%;
	margin: 10px 10px 0 0;
}
#content1 h2, #content2 h2, #content3 h2	{
	margin: 15px 0 15px 15px;
}
#content1 p, #content2 p, #content3 p	{
	margin: 10px;
}
#content3	{
	width: 650px;
	border: 1px solid #CCC;
	height: 100%;
	margin: 10px 0 0;
}
#content3 p	{
	padding-left: 20px;
}
#content3 a:link, #content3 a:visited	{
	color: #00F;
	text-decoration: none;
	font-size: 115%;
	letter-spacing: 1px;
	display: block;
	width: 600px;
	border-bottom: 1px solid #FFF;
}
#content3 a:hover, #content3 a:active	{
	color: #de3908;
	text-decoration: none;
	border-bottom-color: #de3908;
	font-weight: bold;
	letter-spacing: 0;
	margin-left: 10px;
}
#content3 p a:link span, #content3 p a:visited span, #content3 p a:hover span, #content3 p a:active span	{
	border-bottom-width: 0px;
	text-decoration: none;
}
.hangRight	{
	float: right;
	font-size: 120%;
	font-style: italic;
	padding: 5px;
}
.hangRight a:link, .hangRight a:visited 	{
	text-decoration: none;
}
.hangRight a:hover, .hangRight a:active	{
	text-decoration: none;
	font-style: normal;
	letter-spacing: 2px;
}
#footer {
	height: 25px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 2px;
	clear: both;
	background: url(images/footer_off.gif);
	background-repeat: repeat-x;
	color: #000;
	font-weight: bold;
	font-size: 110%;
	padding-top: 8px;
	border: 1px solid #000;
	border-width: 1px 0;
}
#footer:hover	{
	background: url(images/footer_on.gif);
	color: #000;
}

.nobr {
white-space: nowrap;
}

.preload	{
position: absolute;
top: -1000px;
height: 1px;
width: 1px;
overflow: hidden;
}
.fltlft	{
	float: left;
	margin: 0 10px 10px 0;
}
.fltrt	{
	float: right;
	margin: 0 0 10px 10px;
}
.highlight	{
	background: #f67650;
	padding: 0 0 0 15px;
	margin: 5px;
	width: 440px;
	border: 2px outset #f67650;
	font-variant: small-caps;
}
.highlight ul, .highlight ul li	{
	margin: 5px;
	padding: 0;
}
.highlight:hover	{
	background: #ffe700;
	border: 2px inset #ffe700;
}
#special	{
	border-bottom: 4px solid #1e5a14;
	padding: 4px 0 4px 35px;
	background: url(images/special.png) no-repeat;
	min-height: 40px;
	display: none;
}
#special p	{
	margin: 3px;
	padding: 0;
	font-size: 110%;
}
#special p b	{
	font-variant: small-caps;
	font-size: 120%;
}
