#tabs-container {
	
      
}

.tabs-menu {
    height: 16px;
  
    clear: both;
}

.tabs-menu li {
	height: 30px;
	line-height: 30px;
	float: left;
	/*margin-right: 10px;*/
	background-color: #212121;
	
	list-style-type: none;
}

.tabs-menu li.current {
    position: relative;
    background-color: #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    z-index: 5;
}

.tabs-menu li a {
    padding: 20px;
    text-transform: uppercase;
    color: #a08bbf;
    text-decoration: none; 
}

.tabs-menu .current a {
    color:#f7931d;
}

.tab {
    border: 1px solid #3e3e3e;
    background-color: #3e3e3e;
    float: left;
    margin-bottom: 20px;
	margin-top:-1px;
    width: auto;
}

.tab-content {
    width: 980px;
    padding: 20px;
    display: none;
}

#tab-1 {
 display: block;   
}
