html, body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
blockquote, img, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul, ol, li {
	list-style: none;
}


/*===================     Misc     ===================*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

a,
a:link,
a:visited {
	color: #666;
	text-decoration: none;
}

a:active,
a:hover {
	color: #f4821f;
	text-decoration: underline;
}

h1 {
	font-size: 1.2em;
	color: #ff7400;
	padding: 0 0 .8em 0;
}

h2, h3, h4, h5 ,h6 {
	font-size: 1em;
	color: #666;
}

p {
	padding: .5em 0 .9em 0;
	text-align: justify;
}


/*===================     Layout     ===================*/

html, body { overflow: hidden; }

body {
	font-size: 62%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	background: url(images/body_back.gif);
	color: #666;
}


#wrapper {
	width: 965px;
	margin: 0 auto;
	background: url(images/top_back.jpg) no-repeat center top;
	position: relative;
}

.footer-bg {
	background: url(images/bottom_back.jpg)  no-repeat center bottom;
}

#container {
	width: 965px;
	margin: 0 auto;
	padding: 0px 5px 0 10px;
	position: relative;
}

#innerContainer {
	min-height: 430px;
}

ul#partners {
	position: absolute;
	left: 200px;
	width: 500px;
	top: 400px;
	z-index: 9999;
}


/*===================     Header     ===================*/

#header {
	width: 940px;
	height: 100px;
	padding: 20px 0 15px 10px;
}
	.primary {
		width: 200px;
		float: left;
	}
	
		.logo {
			display: block;
			float: left;
			width: 178px;
			height: 76px;
			background: url(images/logo_nexgeni.gif) no-repeat;
		}	
	
	.secondary {
		width: 710px;
		padding: 10px 0px 0 0;
		float: right;
	}	
	
		#header ul.top-links a {
			display: block;
			float: left;
			height: 62px;
		}
	
	
		#header ul.top-links li {
			float: left;
			padding-left: 10px;
		}
	
		#header .btn-bc {
			width: 157px;
			background: url(images/btn_business_consultancy.gif) no-repeat;
		}
		#header .btn-sd {
			width: 164px;
			background: url(images/btn_software_development.gif) no-repeat;
		}
		#header .btn-seo {
			width: 169px;
			background: url(images/btn_search_engine_optimization.gif) no-repeat;
		}
		#header .btn-bpo {
			width: 172px;
			background: url(images/btn_business_process_outsourcing.gif) no-repeat;
		}
	
	
	
/*===================     Sidebar     ===================*/

#sidebar {
	width: 190px;
	float: left;
}

	#sidebar ul li {
		padding: .1em 0 .1em 1.1em;
		font-size: 1.1em;
		line-height: 24px;
		background: url(images/left_nav_back.jpg) no-repeat;
	}

#sidebar ul li ul {
	padding: 0 0 0 .7em;
}
	#sidebar ul li ul { display: none; }
	
	#sidebar ul li.current_page_item ul,
	#sidebar ul li.current_page_ancestor ul,
	#sidebar ul li.current_page_parent ul { display: block; }
	

	#sidebar ul li ul li {
		padding: .1em 0 .1em 1.6em;
		font-size: .9em;
		line-height: 14px;
		background: url(images/bullet_orange.png) no-repeat;
	}



/*===================     Content     ===================*/

#content {
	width: 400px;
	float: left;
	padding: 40px 0 0 0;
}

#content ul {
	padding: .5em 0 0 .7em;
}

#content ul li {
	padding: .1em 0 .8em 2em;
	line-height: 14px;
	background: url(images/bullet_arrow_right.png) no-repeat;
}
