/*
kenneth mukiria
www.mukiria.com
*/
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
html, body {
	height: 867px;
	width: 100%;
	margin:0px;
	padding:0px;
	min-hieght:100%;
	min-width:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: small;
	margin: 0px;
	background-color: #16161C;
	line-height: 1.8em;
}
a, a img {
	text-decoration: none;
	border: 0px;
	outline: 0px;
}

img#bg {
position:fixed;
top:0;
left:0;
min-width:100%;
min-height:100%;
}


/*** Clouds ***/
.bg {
	width:100%;
}
#logo {
	height: 100px;
	width: 150px;
	position: absolute;
	left: 10%;
	top: 0px;
	z-index: 10;
}
#social-media span {
	background-color: #CCCCCC;
	float: left;
	height: 1px;
	width: 34px;
	margin-top: 2px;
	margin-bottom: 2px;
}


#social-media {
	height: 129px;
	width: 34px;
	position: fixed;
	z-index: 50;
	left: 5px;
	top: 40%;
	padding-top: 1px;
}

#social-media a {
	height: 24px;
	width: 24px;
	margin-left: 5px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
#greencomment {
	background-image: url(../images/lad-quote.png);
	background-repeat: no-repeat;
	height: 412px;
	width: 800px;
	position: relative;
	z-index: 200;
	margin-top: 133px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainmenu {
	height: 540px;
	width: 225px;
	position: absolute;
	top: 0px;
	z-index: 10;
	right: 20px;
	background-image: url(../images/mainmenu.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 40px;
}
#mainmenu  h1 {
	text-align: right;
	padding-right: 20px;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #999;
	margin-right: 5px;
}

#nav {
	float: left;
	width: 225px;
}
#mainmenu #nav a {
	float: left;
	height: 27px;
	width: 165px;
	padding-left: 60px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: blink;
	padding-top: 13px;
}
#mainmenu #nav a:hover {
	background-image: url(../images/nav-over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainmenu #nav a.current, #mainmenu #nav a.current:hover {
	background-image: url(../images/nav-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainmenu #nav #subnav {
	float: left;
	margin-top: 10px;;
}
#mainmenu #nav #subnav a {
	font-size: 15px;
}
#mainmenu #nav #subnav a.current, #mainmenu #nav #subnav a.current:hover {
	background-image: url(../images/subnav-on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #ed078e;
}
#mainmenu .logo {
	float: right;
	width: 190px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#mainmenu .logo a {
	margin-right: 5px;
	margin-left: 5px;

}
#mainmenu .socialmedia {
	height: 20px;
	width: 190px;
	text-align: center;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
#mainmenu .socialmedia a {
	margin-right: 7px;
	margin-left: 7px;
}
#master {
	height: 100%;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#contactus {
	height: 350px;
	width: 840px;
	position: relative;
	z-index: 10;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 133px;
	color: #000000;
	background-image: url(../images/comment.png);
}

#contactus h1 {
	font-size: 36px;
	color: #ed078e;
}
#contactus h2 {
	font-size: 24px;
	color: #ed078e;
}
#contactus h3 {
	font-size: 18px;
	font-style: italic;
	color: #ed078e;
}
#contactus form {
	float: left;
	width: 400px;
	margin-left: 20px;
}

#contactus label {
	float: left;
	width: 400px;
	margin-bottom: 3px;
	margin-top: 10px;
}
#contactus .name {
	float: left;
	width: 100px;
}
#contactus .txt {
	float: right;
	width: 300px;
}
#contactus .input {
	float: left;
	width: 250px;
	background-color: #FFFFFF;
	border: 1px dashed #666;
}

#footer {
	float: left;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 590px;
	height: 390px;
	background-color: #16161C;
}
#footer h1 {
	font-size: 18px;
	color: #999999;
}
#footer h4 {
	font-size: 15px;
	font-style: italic;
	color: #666;
	margin-top: 10px;
}


#footer .btm {
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	
}
#footer .copy {
	float: left;
	width: 303px;
	font-size: 12px;
	padding: 3px;
	color: #999;
}
#footer .social {
	float: left;
	width: 290px;
	margin-bottom: 10px;
	padding: 5px;
}
#footer .line {
	float: left;
	height: 370px;
	width: 1px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333;
}

#footer .conts {
	float: left;
	width: 372px;
	font-size: 12px;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer .cnt {
	float: left;
	width: 372px;
	margin-top: 5px;
}

#footer .copyimg {
	float: left;
	width: 40px;
	margin-top: 5px;
}
#footer .txt {
	float: left;
	width: 322px;
	margin-top: 5px;
	color: #999;
}
#footer .txttwo {
	float: left;
	width: 372px;
	margin-top: 5px;
	color: #999;
	margin-bottom: 5px;
}
#footer .txttwo a {
	color: #999;
}




#anime {
	background-image: url(../images/anime.gif);
	background-repeat: repeat-x;
	height: 216px;
	width: 100%;
	position: absolute;
	left: 0px;
	float: left;
	top: 815px;
	background-color: #FFFFFF;
	background-position: left -2px;
}
#anime .mots {
	height: 216px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}




#menu				{
	position:absolute;
	top:133px;
	z-index:30;
	width: 200px;
	left: 0px;
}

#menu a				{
	float: left;
	height: 30px;
	background-image: url(../images/menu-on.png);
	padding-right: 30px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 20px;
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 10px;
}
					
#menu a:hover		{
	background-image: url(../images/menu-on.png);
	color: #FFFFFF;
}

#menu a.selected	{
	background-image: url(../images/menu-off.png);

}
					
#menu li			{
	float:right;
	width: 200px;
	margin-bottom: 10px;
}
.mukiria {
	color: #666;
}
