/* CSS Document */
/* 	By Benyella Njeko
	(c) 2008 Clone Multimedia 
	www.clonemultimedia.com
	info@clonemultimedia.com
*/
html{
	scrollbar-shadow-color: #002F2F;
	scrollbar-face-color: #005555;
	scrollbar-highlight-color: #999999;
 	scrollbar-3dlight-color: #005555;
 	scrollbar-darkshadow-color: #002F2F;
 	scrollbar-track-color: #002F2F;
 	scrollbar-arrow-color: #FFFFFF;	
	}
body{
	margin: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/sitebg.gif);
	background-position: center left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	scrollbar-face-color: #99ccff;
	}
.heading2{
	border-bottom: 1px solid #002F2F;
	padding: 8px;
	margin-top: 4px;
	color: #FFCC00;
	font-size: 11px;
	margin-bottom: 5px;
	background-image: url(images/navbg.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	}
.heading1{
	border-bottom: 1px solid #002F2F;
	margin: 0px;
	}
.floatleft{
	float: left;
	padding-right: 10px;
	}
.floatright{
	float: right;
	}
.aligncenter{
	text-align: center;
	}

	
/* --------------- Web Site Banner ---------------*/
#banner{
	width: 798px;
	height: 120px;
	margin: auto;
	background-color: #000000;
	margin-top: 20px;
	border: 1px solid #002F2F;
	background-image: url(images/bannerpic.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

/*--------------- Navigation ---------------*/
#navigation{
	width: 800px;
	margin: auto;
	margin-top: 10px;
	}
	
#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
	}
#navigation  ul li{
	position: relative;
	text-align: center;
	list-style: none;
	float: left;
	display:inline;
	font-size: 10px;
	background-image: url(images/navbg.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	
	}
#navigation  ul li a{
	text-decoration: none;
	display: block;
	padding: 4px 13px 4px 13px;
	border: 1px solid #002F2F;
	border-left: none;
	border-bottom: none;
	line-height: 20px;
	margin: inherit;
	color: #999999;
	}
#navigation  ul li a:hover{
	background-color: #000000;
	color: #999999;
	display: block;
	background-image: url(images/navbg2.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	}
#navigation  ul li .down{
	background-color: #002F2F;
	color: #FFFFFF; 
	padding-right:15px; 
	padding-right:16px;
	}
	
/* --------------- Web Site Body ---------------*/
#body{
	clear: both;
	width: 800px;
	margin: auto;
	background-color: #000000;
	margin-top: 0px;
	font-size: 11px;
	color: #999999;
	border: 1px solid #002F2F;
	border-top: 1px solid #002F2F;
	}
#body td{
	vertical-align: top;
	}
	
#body .left{
	width: 580px;
	padding: 8px;	
	}
#body .right{
	}
#body .right img{
	text-align: center;
	}	
#body .right ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}	
#body .right ul li{
	margin-bottom: 2px;
	font-size: 11px;
	}	
#body .right a{
	background-color: #1B1B1B;
	display: block;
	text-decoration: none;
	color: #666666;
	line-height: 20px;
	text-indent: 10px;
	background-image: url(images/img10.gif);
	background-position: 10px 8px;
	background-repeat: no-repeat;
	text-indent: 20px;
	}	
#body .right a:hover{
	color: #FFCC00;
	}	
#body .center{
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #002F2F;
	}
#body .center2{
	height: 30px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* --------------- Web Site Footer ---------------*/
#footer{
	width: 798px;
	height: 30px;
	margin: auto;
	background-color: #000000;
	margin-top: 20px;
	color: #00FFFF;
	font-size: 10px;
	line-height: 30px;
	text-indent: 10px;
	border: 1px solid #002F2F;
	font-weight: bold;
	}

/* --------------- Copyright Area ---------------*/
#copy{
	width: 798px;
	height: 25px;
	margin: auto;
	margin-bottom: 10px;
	background-color: #000000;
	color: #999999;
	font-size: 10px;
	line-height: 25px;
	text-indent: 10px;
	}
#copy .left{
	width: 630px;
	float: left;
	height: 25px;
	background-color: #000000;
	color: #999999;
	font-size: 10px;
	line-height: 25px;
	text-indent: 10px;
	}
#copy a{
	color: #FFCC00;
	text-decoration: none;
	}