/*div#fp_nav {
	float: left;
	width: 219px;
	height: 112px;
	display:  block;
	background-image: url(http://outsidesources.org/wp-content/nav/img/background.jpg);
	background-position: -140px;
	overflow: hidden;
}*/
body {
	background-color: black;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}


/*front page*/
div#fp_wrapper {
	position: absolute;
	left: 50%;
	margin-left: -109px;
	margin-top: 150px;
}

div#fp_main {
	height: 178px;
	width: 219px;
	background: black url(http://outsidesources.org/wp-content/themes/template/images/frontpage/main_bg.png) no-repeat;
}

div#fp_nav {
	width: 219px;
	height: 80px;
	display:  block;
	background-image: url(http://outsidesources.org/wp-content/nav/img/background.jpg);
	background-position: -150px;
	overflow: hidden;
}



#fp_nav div#button_01 {
	position: absolute;
	display: none;
	width: 68px;
	height: 67px;
	background-image: url(http://outsidesources.org/wp-content/nav/img/button_one.png);
	left: -9px;
	top: 174px;
	z-index: 1;
}

#fp_nav div#button_02 {
	position: absolute;
	display: none;
	width: 68px;
	height: 67px;
	background-image: url(http://outsidesources.org/wp-content/nav/img/button_two.png);
	left: 48px;
	top: 174px;
	z-index: 1;
}
#fp_nav div#button_03 {
	position: absolute;
	display: none;
	width: 68px;
	height: 67px;
	background-image: url(http://outsidesources.org/wp-content/nav/img/button_three.png);
	left: 104px;
	top: 174px;
	z-index: 1;
}
#fp_nav div#button_04 {
	position: absolute;
	display: none;
	width: 68px;
	height: 67px;
	background-image: url(http://outsidesources.org/wp-content/nav/img/button_four.png);
	left: 161px;
	top: 174px;
	z-index: 1;
}


#fp_nav div#button_01_btn img,  #fp_nav div#button_02_btn img,  #fp_nav div#button_03_btn img,  #fp_nav div#button_04_btn img{
	/*width: 100%;
	height: 100%;*/
	border: 0;
}


#fp_nav div#button_01_btn {
	position: absolute;
	width: 37px;
	height: 37px;
	left: 6px;
	top: 205px;
	z-index: 5;
}

#fp_nav div#button_02_btn{
	position: absolute;
	width: 37px;
	height: 37px;
	left: 63px;
	top: 205px;
	z-index: 5;
}
#fp_nav div#button_03_btn {
	position: absolute;
	width: 37px;
	height: 37px;
	left: 119px;
	top: 205px;
	z-index: 5;
}
#fp_nav div#button_04_btn {
	position: absolute;
	width: 37px;
	height: 37px;
	left: 176px;
	top: 205px;
	z-index: 5;
}

/*a.nav_link {
	display: block;
	width: 100%;
	height: 100%;
}*/

/*img.nav_link {
	
	width: 100%;
	height: 100%;
}*/
#fp_nav div#nav_title {
	position: absolute;
	top: 230px;
	left: 0px;
	color: #FFA101;
	}

