/* 
	Style Sheet : BlueChip
	Authoer		: Zeeshan Hasan
	Date		: June 03 2008

*/

* {margin:0;padding:0;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:84%;
	background-color:#fff;
}
.clr{clear:both;}
/*** Structure of Site ******/
.wrap, #layout{
	position:relative;
	margin:0 auto;
	width:900px;
	z-index:999;
}
/*********** Header ***********/
#header{


	background-color:#003466;
}
	ul.head-li{
		position:absolute;
		top:4px; right:5px;
	}
	ul.head-li li{
		list-style:none;
		display:inline;
		padding-right:5px; padding-left:5px;
		color:#FFFFFF;
		font-weight:bold;
		border-right:#fff solid 1px;
	}
	ul.head-li li a{ color:#FFFFFF; text-decoration:none;}
	
	#header .logo{float:left;}
	#header .blogChit{float:right; margin-top:40px;}
	#header .blogChit img, #blogChit-inner img{border:none;}
	#blogChit-inner{
		position:absolute;
		right:10px; top:20px;
		z-index:9999;
	}
	
/*********** Menu ***********/
#menu{
	position:relative;
	height:39px;
	margin-bottom:5px;
	background:url(../img/bg/bg_menu.jpg) repeat-x left top;
}
	ul.nav{
		position:relative;
		margin:0 auto;
		width:900px;
		height:39px;
		z-index:888;
	}
	ul.nav li{
		position:relative;display:inline;
		float:left;
		padding-left:5px; padding-right:5px;
		margin-left:5px; margin-right:5px;
		list-style:none;
		
		z-index:888;

		 border-bottom:none;
		
	}
	ul.nav li a{
		position:relative;
		float:left;
		color:#333333; text-decoration:none;
		font-weight:bold;
		line-height:33px;
		z-index:999;
	}

	ul.nav li.active{
		position:relative;display:inline;
		float:left;
		padding-left:5px; padding-right:5px;
		margin-left:5px; margin-right:5px;
		list-style:none;
		
		z-index:888;
		background:url(../img/bg/bg_menu_hover.jpg) repeat-x left top;
		border:#174777 solid 1px; border-bottom:none;border-bottom:#3495E2 solid 1px;
		
	}	
	ul.nav li.active a{
		position:relative;
		float:left;
		color:#fff; text-decoration:none;
		font-weight:bold;
		z-index:999;
				
	
	}
	.ul-arrow{
		position:absolute;
		height:6px; width:8px;
		left:40%;
		
		z-index:999;
		bottom:-16px;
		_bottom:-22px;
		
		background:url(../img/bg/bg_menu_hover_arrow.jpg) bottom center no-repeat;
	}
	.nav-bg{
		position:absolute;
		
		top:34px;
		width:670px;
		z-index:1;
		height:10px;
		background:#3495E2;
		border:#174777 solid 1px;
	}
/*********** Footer ***********/
#footer{ /** height 310px ***/
	position:relative;
	margin:0 auto;
	width:100%;
	padding-top:10px; text-align:center;
	background:#02356A url(../img/bg/bg_footer.jpg) repeat-x left top;
	color:#FFFFFF;
}
	#footer p.bottom{padding-top:10px; padding-bottom:10px; line-height:20px;}
	#footer p.bottom a:hover{text-decoration:none;}
	#footer a{color:#FFFFFF;}
	.footer-text{
		position:relative;
		margin:0 auto;
		text-align:left;
		width:415px;
		padding:10px;
		color:#000000;
		background:#44709A url(../img/bg/bg_footer_text.jpg) repeat-x left top;
	
	}
		.footer-text h5{
			padding:5px; padding-bottom:0px;
			font-size:16px;
		}
		.footer-text p{ font-size:100%; padding:5px; padding-top:0px; padding-bottom:0px;} 
	.footer-meebo{
		position:absolute;
		left:0px; top:0px;
		
	}
	#ninja{
		position:absolute;
		right:0px; top:-100px;
		width:271px; height:338px;
		z-index:999;
		
	}

