/*------------------------------------*\
	#OVERRIDE STLES
	This style sheet can be used for two different functions:
	1. Override specific Bootstrap styles.
	2. Add your own styles.
\*------------------------------------*/

/**
 * Padding-top is required if using .navbar-fixed-top.
 * This can be removed Remove if using .navbar-static-top.
 * The height may need to be changed if the height of you
 * navigation changes.
*/

body { padding-top: 70px; }



/**
 * Bootstrap requires a containing element to wrap site contents 
 * and house the grid system. You may choose one of two containers.
 * Use .container for a responsive fixed width container.
 * Use .container-fluid for a full width container.

 * If using container-fluid, you may need to set a maximum width, 
 * so that the container will not spread to the entire viewport.
*/

.container-fluid { max-width: 1200px; }



/**
 * We can add some "helper classes" to add or remove margins to
 * help aspects of the layout. These helper classes should only
 * be used sparingly.
*/

.margin-t-0 { margin-top: 0; }
.margin-t-h { margin-top: .5em; }
.margin-t-1 { margin-top: 1em; }
.margin-t-2 { margin-top: 2em; }
.margin-t-3 { margin-top: 3em; }
.margin-b-0 { margin-bottom: 0; }
.margin-b-h { margin-bottom: .5em; }
.margin-b-1 { margin-bottom: 1em; }
.margin-b-2 { margin-bottom: 2em; }
.margin-b-3 { margin-bottom: 3em; }

.margin-tb-0
{
	margin-top: 0;
	margin-bottom: 0;
}

.margin-tb-h
{
	margin-top: .5em;
	margin-bottom: .5em;
}

.margin-tb-1
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.margin-tb-2
{
	margin-top: 2em;
	margin-bottom: 2em;
}

.margin-tb-3
{
	margin-top: 3em;
	margin-bottom: 3em;
}
#header .row-1
{
	height: 98px; 
	margin: 0px auto;
}
#header .row-1 .fleft
{
	padding: 11px 0 0 8px;
	margin: -30px 0px 0px 0px;
}
#header .row-1 .fright
{
	padding: 45px 0 0 0;
	width: 540px;
}
#header .row-2
{
	height: 50px;
	width: 100%;
	margin: 0px auto;
	background: url(http://www.onlinenigeria.com/images-11/mainmenu_bg.png) repeat-x;
}
.menu-box
{
	width: 1040px;
	height: 50px;
	margin: 0px auto;
}
.menu
{
	height: 50px;
	text-align: center;
	padding: 0px;
}
.menu li
{
	float: left;
	list-style: none;
}
.menu li a
{
	padding: 0px 17px 0px 18px;
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid #6A9E0A;
	line-height: 50px;
	display: block;
	text-decoration: none;
	text-shadow: black 1px 1px 0px;
	outline: none;
	color: #E9F5CE;
}
.menu li a:hover, .menu li:mega-hover a
{
	background: url(http://www.onlinenigeria.com/images-11/mainmenu_bg.png) repeat-x 0px -50px !important;
	color: #FFF;
}
#menu1
{
	border-left: 1px solid #6A9E0A;
}
#members_area
{
	float: right;
	margin: -70px 0px 0px 800px;
	position: absolute;
}
#members_area a
{
	background: url(http://www.onlinenigeria.com/images-11/joinus_bg.png) no-repeat;
	height: 60px;
	width: 250px;
	display: block;
}
body 
{
	background: url(http://www.onlinenigeria.com/images-11/minimenu_bg.png) white repeat-x 0px 57px;
	font-family:  Arial, Tahoma, sans-serif;
	font-size: 17px;
	color: #000;
}