/*
==================================================
Navigation
*/
#nav {
	margin: 0px;
	padding: 0px;
	width: 378px;
	height: 79px;
	}
	
#nav li {
	display: inline;
	list-style: none;
	}
	
#nav a {
	height: 79px;
	float: left;
	overflow: hidden;
	text-indent: -1000em;
	}
	
	/*
========================================================================
Navigation interactivity
*/
#nav a:hover {
	background-position: 0 -79px;
	}
#nav a:active {
	background-position: 0 -158px;
	}
#nav #current {
	background-position: 0 -158px;
	}

/*
========================================================================
Each button has its own background image, all states are in one image
*/
#home a {
	background: url('http://w3innovations.com/img/home_btn.gif') no-repeat;
	width: 73px;
	}
#about a {
	background: url('http://w3innovations.com/img/about_btn.gif') no-repeat;
	width: 76px;
	}
#vision a {
	background: url('http://w3innovations.com/img/vision_btn.gif') no-repeat;
	width: 74px;
	}
#blog a {
	background: url('http://w3innovations.com/img/blog_btn.gif') no-repeat;
	width: 64px;
	}
#contact a {
	background: url('http://w3innovations.com/img/contact_btn.gif') no-repeat;
	width: 91px;
	}

/*
==================================================
Footer
*/
#footerwrapper {
	width: 1000px;
	height: 50px;
	background: url('http://w3innovations.com/img/footer_bg.gif') no-repeat center;
	border-top: solid 3px #1dd909;
	}
	
#footerlinks {
	margin-left: 240px;
	padding-top: 2px; /* 6 */
	width: 925px;
	height: 8px;
	}
	
#footerlinks li {
	display: inline;
	list-style: none;
	padding-right: 50px;
	}
	
#footerlinks a {
	color: #FFFFFF;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 15px;
	}