/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

/*-----------------------------------------------------------------
Navigation for Tabs on Phone page
-----------------------------------------------------------------*/
#tabs-five .nav { 
	overflow: hidden; 
	list-style: none;
	 margin: 0 0 0 0px;
}
#tabs-five .nav li { 
	float: left;
	margin: 0 1px 0 0;
	
}
#tabs-five .nav .nav-one,
#tabs-five .nav .nav-two,
#tabs-five .nav .nav-three,
#tabs-five .nav .nav-four,
#tabs-five .nav .nav-five {
	width: 139px;
	margin: 0 1px 0 0; 
	
}
#tabs-five .nav li.last { 
	width: 140px;
	margin: 0; 
}
#tabs-five .nav li a {
	height:25px;
	display: block;
	padding: 6px 4px 2px 4px;
	font-size:14px;
	color: white;
	background-color: #9d9b57;
	text-align: center;
	border: 0;
	/*rounded corners*/
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}
#tabs-five .nav li a:hover, 
#tabs-five .nav li a:focus  {
	color: #fff;
	background-color: #870150;
	/* GLOW Transition */  
    -webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
}

#tabs-five li a.current,
#tabs-five li a.current:hover { 
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:600;
	background-color: #eaeada !important; 
	color: #005b82;
	
	
 }



/*-----------------------------------------------------------------
Styles for Tab Information
-----------------------------------------------------------------*/
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

#tabs-five .info-wrap { 
	padding:20px;
	background-color: #eaeada;


/*rounded corners*/
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	

	


}

