/* ======= Tabs ============================================== */
	
.nav-tabs > li > a { 
	padding:0 15px 0 15px;
	font-family:'ubuntu', arial; 	
	font-size: 1.10em; 
	line-height: 1.90em; 
	background:rgba(157,14,51,1.00);  
	-pie-background:rgba(157,14,51,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(68,68,68,1.00);	
	-pie-background:rgba(68,68,68,1.00);	
	color:#ffffff; }
	
.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:#9d0e33;
	position: relative; 
	top:0px;
	cursor:default;
	padding:8px 15px 0px 15px;
	*padding:8px 15px 0px 15px;
	border:none;
	background:#eaeaea }
	
.nav-tabs > li > a #current:hover { 
	background:rgba(255,255,255,1.00);
	-pie-background:rgba(255,255,255,1.00);
	color:#9d0e33;	
	position: relative; 
	top:0px;
	padding:6px 15px 4px 15px;
	*padding:6px 15px 4px 15px;  } 
	
.nav-tabs > li > a, .nav-tabs > li#current > a, .nav-tabs > li#current > a:hover, .nav-tabs > li#current > a:focus {
  border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0; 
	font-style:normal; font-weight:normal
}


.tab-content {	
	background:rgba(255,255,255,1.00);  	 		
	-pie-background:rgba(255,255,255,1.00); 
	padding:28px 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:#444444;
	float:left;
	width:100% }

.tab-content h1, tab-content h2, tab-content h3, tab-content h4 { 
	color:#444444 }   
	
.nav-tabs > li  { padding:8px 0px 0px 0px}	
.nav-tabs > li#current  { padding:0px 0px 0px 0px;}   

 







