/*
Hyke Maloy
www.davco-graphics.co.ke
*/

* {
	margin: 0px;
	padding: 0px;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}
@font-face {
    font-family: 'DiavloBookRegular';
    src: url('../type/diavlo_book_ii-webfont.eot');
    src: url('../type/diavlo_book_ii-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/diavlo_book_ii-webfont.woff') format('woff'),
         url('../type/diavlo_book_ii-webfont.ttf') format('truetype'),
         url('../type/diavlo_book_ii-webfont.svg#DiavloBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: small;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	background-color: #000;
	line-height: 1.5em;
}
img#bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: auto;
	z-index: 1;
}
img#bg2 {
	position:fixed;
	top:0;
	left:0;
	min-width:100%;
	min-height: auto;
	z-index: 1;
}
a, img, a img, ul {
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h6, .h7{
	line-height: 1em;
	font-family: 'DiavloBookRegular', Arial, Helvetica, sans-serif;
}
h1 {
	float: left;
	padding-top: 5px;
	padding-left: 3%;
	font-size: 150%;
	font-weight: normal;
	color: #FFF;
	width: 67%;
	padding-bottom: 5px;
}
h2 {
	font-size: 24px;
	color: #FFF;
	float: left;
	width: 90%;
	margin-left: 3%;
}
h3 {
	font-size: 18px;
	color: #FFF;
	padding: 1%;
	float: left;
	width: 46%;
	margin-left: 3%;
	margin-top: 1%;
	margin-bottom: 1%;
}
h4 {
	font-size: 16px;
	float: left;
	width: 96%;
	margin-left: 2%;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}
h5 {
	color: #000;
	background-image: url(../images/h5.gif);
	background-repeat: repeat-x;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	margin-left: 3%;
	height: 25px;
	padding-top: 4px;
}
h6 {
	color: #FFF;
	background-image: url(../images/h6.gif);
	background-repeat: repeat-x;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	margin-left: 3%;
	height: 25px;
	padding-top: 4px;
}
.h6 {
	color: #FFF;
	background-image: url(../images/h7.gif);
	background-repeat: repeat-x;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	margin-left: 3%;
	height: 25px;
	padding-top: 4px;
}
.h7 {
	color: #FFF;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	margin-left: 3%;
	height: 25px;
	padding-top: 4px;
	background-color: #009349;
}
p {
	float: left;
	width: 94%;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}
#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.all {
	float: left;
	width: 100%;
}

#logotype {
	visibility: hidden;
}
#top-menu {
	float: right;
	width: 320px;
	height: 71px;
	margin-right: 10%;
}
#top-menu .links {
	background-color: #373536;
	float: right;
	height: 60px;
	width: 320px;
}
#top-menu .links a {
	font-family: 'DiavloBookRegular', Arial, Helvetica, sans-serif;
	float: left;
	height: 60px;
	color: #FFF;
	text-align: center;
	width: 106px;
}
#right {
	float: left;
	width: 80%;
}

#top-menu .links a.current, #top-menu .links a:hover {
	background-image: url(../images/toplinks-on.gif);
	background-repeat: no-repeat;
}
#top-menu .links .login {
	background-image: url(../images/login-off.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	padding-top: 35px;
	background-position: center 5px;
	width: 106px;
}
#top-menu .links .login:hover, #top-menu .links .login.current  {
	background-image: url(../images/login-on.png);
	background-repeat: no-repeat;
}
#top-menu .links .contacts {
	background-image: url(../images/contacts-off.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	padding-top: 35px;
	background-position: center 5px;
	width: 106px;
}
#top-menu .links .contacts:hover, #top-menu .links .contacts.current  {
	background-image: url(../images/contacts-on.png);
	background-repeat: no-repeat;
}
#top-menu .links .sitemap {
	background-image: url(../images/sitemap-off.png);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	padding-top: 35px;
	background-position: center 5px;
	width: 106px;
}
#top-menu .links .sitemap:hover, #top-menu .links .sitemap.current  {
	background-image: url(../images/sitemap-on.png);
	background-repeat: no-repeat;
}
#top-menu .links span {
	background-color: #FFF;
	float: left;
	height: 30px;
	width: 1px;
	margin-top: 30px;
}
#main {
	float: left;
	width: 80%;
	margin-left: 5%;
}
#main2 {
	float: left;
	width: 100%;
}
.topbar, .btmbar {
	float: left;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.topbar img, .btmbar img {
	float: left;
	width: 100%;
	height:auto;
}
.btm {
	background-color: #373536;
	float: right;
	height: 10px;
	width: 100%;
	background-image: url(../images/pattern.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.btm2 {
	float: right;
	height: 10px;
	width: 100%;
	background-image: url(../images/pattern2.png);
	background-repeat: repeat-x;
}
.btm3 {
	float: right;
	height: 10px;
	width: 100%;
	background-image: url(../images/pattern3.png);
	background-repeat: repeat-x;
}
.header1 {
	background-image: url(../images/header1.gif);
	background-repeat: repeat-x;
	float: left;
	background-color: #FFAB00;
	background-position: left top;
}
.header2 {
	background-image: url(../images/header2.gif);
	background-repeat: repeat-x;
	float: left;
	color: #000;
}
.header3 {
	background-image: url(../images/header3.gif);
	background-repeat: repeat-x;
	float: left;
}
.header4 {
	background-image: url(../images/header4.gif);
	background-repeat: repeat-x;
	float: left;
}
.header5 {
	background-image: url(../images/header5.gif);
	background-repeat: repeat-x;
	float: left;
	color: #000;
}
.header6 {
	background-image: url(../images/header6.gif);
	background-repeat: repeat-x;
	float: left;
}
.header7 {
	background-image: url(../images/header7.gif);
	background-repeat: repeat-x;
	float: left;
}
.home {
	background-image: url(../images/dot-red.png);
	float: left;
	width: 100%;
	position: relative;
}
.about {
	background-image: url(../images/dot-black.png);
	float: left;
	width: 100%;
	position: relative;
}
.about2 {
	background-image: url(../images/dot-black.png);
	float: left;
	width: 90%;
	position: relative;
}
.about3 {
	background-image: url(../images/dot-black2.png);
	float: left;
	width: 100%;
	position: relative;
}
.clients {
	background-image: url(../images/dot-blue.png);
	float: left;
	width: 100%;
	position: relative;
}
.products {
	background-image: url(../images/dot-green.png);
	float: left;
	width: 100%;
	position: relative;
}
.strip {
	background-image: url(../images/dot-black.png);
	padding: 1%;
	float: left;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.strip2 {
	padding: 1%;
	float: left;
	width: 98%;
}
.twenty {
	float: left;
	width: 5%;
	padding: 2%;
}
.twenty img {
	float: left;
	height: auto;
	width: 100%;
}
.eighty {
	padding: 2%;
	float: left;
	width: 86%;
}
.lid {
	position: absolute;
	z-index: 50;
	width: 5%;
	top: 0px;
	right: 0px;
}
.lid img {
	float: left;
	height: auto;
	width: 100%;
}
.clrylw {
	color: #F9ED32;
}
.toponehundred {
	margin-top: 100px;
}
.linkcr {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.linkcr a {
	float: left;
	width: 24%;
	color: #FFF;
	height: 34px;
	margin-right: 1%;
	padding-top: 5px;
	text-align: center;
	background-image: url(../images/cr-off.gif);
	background-repeat: repeat-x;
	font-family: 'DiavloBookRegular', Arial, Helvetica, sans-serif;
}

.linkcr a:hover, .linkcr a.current{
	background-image: url(../images/cr-on.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
}
.bgblu {
	background-color: #2071B8;
	float: left;
}
.bggry {
	background-color: #6D6E71;
	float: left;
}
ul.ehs {
	float: left;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.ehs li {
	float: left;
	width: 98%;
	padding-left: 2%;
	background-image: url(../images/list-arrow.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}
ul.ehs li span {
	color: #F7EB32;
}

.thirty {
	float: left;
	width: 15%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.thirty img {
	float: left;
	height: auto;
	width: 100%;
}
.seventy {
	padding: 2%;
	float: left;
	width: 75%;
	font-family: 'DiavloBookRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}
.ptxt {
	background-image: url(../images/dot-black.png);
	padding: 2%;
	float: left;
	width: 96%;
	margin-bottom: 5px;
}
.contlink {
	float: left;
	width: 82%;
	font-family: 'DiavloBookRegular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image: url(../images/contus.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 1%;
	color: #302A00;
	text-align: center;
	padding-top: 6%;
	padding-right: 8%;
	padding-bottom: 6%;
	padding-left: 8%;
	line-height: 1.2em;
}
.contlink a {
	background-color: #302A00;
	float: left;
	width: 96%;
	color: #FFF;
	margin-top: 20px;
	font-size: 16px;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
.readmore a {
	color: #FFF;
	background-color: #302A00;
	padding: 1%;
	float: left;
	margin-bottom: 10px;
}
.pagination {
	float: right;
	text-align: right;
	background-color: #282425;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 3%;
	padding: 2px;
}
.pagination a {
	padding: 3px;
	color: #FFF;
}
.pagination a.current {
	background-color: #008543;
}
#flip {
	background-color: #BCBEC0;
	width: 400px;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#left-mainmenu{
	visibility: hidden;
}
ul.list {
	float: left;
	width: 60%;
	padding-right: 20%;
	padding-left: 20%;
}
ul.list li {
	background-image: url(../images/list-arrow.png);
	background-repeat: no-repeat;
	float: left;
	width: 95%;
	padding-left: 5%;
	background-position: left 5px;
	padding-bottom: 7px;
}
ul.list2 {
	float: left;
	width: 88%;
	padding-right: 6%;
	padding-left: 6%;
}
ul.list2 li {
	background-image: url(../images/list-arrow.png);
	background-repeat: no-repeat;
	float: left;
	width: 95%;
	padding-left: 5%;
	background-position: left 5px;
	padding-bottom: 7px;
}
.cont {
	float: left;
	width: 310px;
}
.contheading {
	background-image: url(../images/header3.gif);
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
	height: 25px;
	width: 290px;
	padding-top: 4px;
	padding-left: 20px;
	font-family: 'DiavloBookRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.cont .map {
	float: left;
	width: 300px;
	border: 5px solid #666;
}
.cont .txt {
	color: #FFF;
	background-color: #2A2A2A;
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 5px;
}

.linkc2 {
	float: left;
	width: 310px;
	z-index: 9999;
}
.linkc2 a {
	float: left;
	width: 155px;
	color: #FFF;
	height: 34px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../images/linkz-off.gif);
	background-repeat: repeat-x;
	font-family: 'DiavloBookRegular', Arial, Helvetica, sans-serif;
}

.linkc2 a:hover, .linkc2 a.current{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/cr-on.png);
	color: #333;
}
.log {
	float: left;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.holder {
	float: left;
	height: 400px;
	width: 97%;
	margin-bottom: 20px;
}
.footer {
	color: #FFF;
	background-color: #2A2627;
	float: left;
	height: 23px;
	width: 100%;
	padding-top: 3px;
	position: fixed;
	z-index: 250;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 11px;
}
.footer a {
	color: #FFF;
}