/* ======= Tabs ============================================== */
	
.nav-tabs > li > a { 
	padding:0 15px 0 15px;
	font-family:'opensanscondensed', arial; 	
	font-size: 1.45em; 
	line-height: 1.65em; 
	background:rgba(243,157,67,1.00);  
	-pie-background:rgba(243,157,67,1.00);
	 color:#ffffff; 
	 -webkit-transition: all .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	-ms-transition: background .5s;
	transition: background .5s; }

.nav-tabs > li {margin-bottom: 0px;}


.nav-tabs > li > a:hover { 	 	
	text-decoration:none;
	background:rgba(129,215,66,1.00);	
	-pie-background:rgba(129,215,66,1.00);	
	color:#444444; }
	
.nav-tabs > li#current > a, .nav-tabs > li#current > a:hover, .nav-tabs > li#current > a:focus { 
	background:rgba(255,255,255,1.00); 
	-pie-background:rgba(255,255,255,1.00); 
	color:#6e90a6;
	position: relative; 
	top:0px;
	cursor:default;
	padding:8px 15px 2px 15px;
	*padding:8px 15px 2px 15px;
	border:none }
	
.nav-tabs > li > a #current:hover { 
	background:rgba(255,255,255,1.00);
	-pie-background:rgba(255,255,255,1.00);
	color:#6e90a6;	
	position: relative; 
	top:0px;
	padding:6px 15px 4px 15px;
	*padding:6px 15px 4px 15px;  } 
	
.wrap .main .nav-tabs > li > a, .nav-tabs > li#current > a, .nav-tabs > li#current > a:hover, .nav-tabs > li#current > a:focus {
  border-radius:2px 7px 0 0;
	-moz-border-radius:2px 7px 0 0;
	-webkit-border-radius:2px 7px 0 0; 
	font-style:normal; font-weight:normal;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}


.tab-content {	
	background:rgba(255,255,255,1.00);  	 		
	-pie-background:rgba(255,255,255,1.00); 
	padding:8px 10px 20px 10px;
	border:none;  
	-moz-border-radius:0 2px 2px 2px;
	-webkit-border-radius:0 2px 2px 2px;
	border-radius:0 2px 2px 2px;
	margin:0px 0 20px 0;
	color:#898989;
	float:left;
	width:100%; 
	-webkit-box-shadow: 0px 4px 4px -4px #686868; 
	box-shadow: 0px 4px 4px -4px #686868 } 
 }

.tab-content h1, tab-content h2, tab-content h3, tab-content h4 { 
	color:#898989 }   
	
.nav-tabs > li  { padding:8px 0px 0px 0px}	
.nav-tabs > li#current  { padding:0px 0px 0px 0px}   

.tab-content img { max-width:100%; float:left; margin:0px 8px 0 0 }      







