.biomart {
	margin: 0px;
	padding: 0px;
	background: #EBE9E4;
}
.layout1 #biomart-top-wrapper {
	width: auto;
	margin: 0px;
	padding: 0px;
	border-radius: 0;
}
#biomart-top-wrapper.wide {
    width: auto !important;
}
#biomart-header {
	background: url("../images/ngspipelines/header-glow.png") no-repeat scroll center top #2A2D30;
    height: 117px;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    border-bottom: solid 1px #141414;
    /* -moz-box-shadow: 0px 4px 5px 0px #3692ba;
	-webkit-box-shadow: 0px 4px 5px 0px #3692ba;
	-o-box-shadow: 0px 4px 5px 0px #3692ba;
	box-shadow: 0px 4px 5px 0px #3692ba; */
}
.ngsp-header {
	margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
#biomart-topnav {
	margin: -56px auto 45px;
    width: 1000px;
    color: #BBBABA;
    z-index: 1001;
}
#biomart-topnav a {
    color: #AFEAF9;
    text-decoration: none;
}
#biomart-topnav a:hover {
    color: #C77405;
}
#biomart-topnav .others li:last-child {
	padding: 5px;
	margin-right: 8px;
	border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    border-bottom: 1px solid #868686;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px -1px 2px 1px #868686;
	-webkit-box-shadow: 0px -1px 2px 1px #868686;
	-o-box-shadow: 0px -1px 2px 1px #868686;
	box-shadow: 0px -1px 2px 1px #868686;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#868686, Direction=90, Strength=2);
}
#biomart-breadcrumbs {
	background: #222426;
	float: right;
	margin-top: -38px;
	margin-right: 8px;
	padding: 5px;
	width:220px;
	text-align: right;
	border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    border-top: 1px solid #868686;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 0px 1px 2px 1px #868686;
	-webkit-box-shadow: 0px 1px 2px 1px #868686;
	-o-box-shadow: 0px 1px 2px 1px #868686;
	box-shadow: 0px 1px 2px 1px #868686;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#868686, Direction=180, Strength=2);
}
#biomart-login{
	background: #222426;
	width:220px;
	text-align: right;
}
#biomart-wrapper {
	margin-left: auto;
    margin-right: auto;
    width: 1000px;
	margin-top:50px;
    background: #EBE9E4;
}
#biomart-content {
}
#biomart-content .ui-widget-content{
	background: #FFFFFF;
}
#biomart-content section{
	background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #999999;
    margin: 8px;
}
#biomart-content-footer {
	visibility: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
}
#biomart-results-wrapper {
	background: #EBE9E4;
}
#biomart-footer {
	background: url("../images/ngspipelines/footer-glow.png") no-repeat scroll center top #2A2D30;
    color: #FFFFFF;
    position: relative;
    margin-top: 20px;
    border-top: solid 1px #141414;
    /* -moz-box-shadow: 0px -4px 5px 0px #3692ba;
	-webkit-box-shadow: 0px -4px 5px 0px #3692ba;
	-o-box-shadow: 0px -4px 5px 0px #3692ba;
	box-shadow: 0px -4px 5px 0px #3692ba; */
}
.ngsp-footer {
	margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
#ngsp-footer-cols {
    color: #BBBABA;
    display: block;
    line-height: 1.5em;
    overflow: hidden;
    text-align:justify;
}
#ngsp-footer-cols li.ngsp-col {
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 293px;
}
#ngsp-footer-cols li.ngsp-col2 {
	width: 616px;
}
#ngsp-footer-cols li.ngsp-col > h6 {
    color: #D7D7D7;
    margin-bottom: 20px;
    margin-top: 30px;
    text-shadow: 0 -2px rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-family: 'Ubuntu',arial,serif;
    font-weight: lighter;
    line-height: 1.4em;
}
#ngsp-footer-cols li.clear-col {
    clear: left;
}
#ngsp-footer-cols li.ngsp-col ul {
    display: block;
}
#ngsp-footer-cols li.ngsp-col ul li {
    display: block;
    line-height: 1.7em;
}
#ngsp-footer-cols li.ngsp-col ul li.ngsp-page_item {
    background: url("../images/ngspipelines/footer-bullet.png") no-repeat scroll 0 10px transparent;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #4A4A4A;
    display: block;
    line-height: 2.5em;
    padding-left: 17px;
    -webkit-transition: padding-left .5s ease-in-out;
	   -moz-transition: padding-left .5s ease-in-out;
	    -ms-transition: padding-left .5s ease-in-out;
	     -o-transition: padding-left .5s ease-in-out;
	        transition: padding-left .5s ease-in-out;
}
#ngsp-footer-cols li.ngsp-col ul li.ngsp-page_item:hover {
	padding-left: 25px;
}
#ngsp-footer-cols li.ngsp-col ul li:first-child {
    border-top: medium none;
}
#ngsp-footer-cols li.ngsp-col ul li:last-child {
    border-bottom: medium none;
}
#ngsp-footer-cols li.ngsp-col ul li a {
    color: #BBBABA;
    text-decoration: none;
}
#ngsp-footer-cols li.ngsp-col ul li a:hover {
    color: #FFFFFF;
}
.ngsp-bottom {
    background: url("../images/ngspipelines/bottom-shadow.png") repeat-x scroll 0 0 #222426;
    color: #868686;
    font-size: 12px;
    line-height: 60px;
    position: relative;
}
.ngsp-bottom2 {
	margin-left: auto;
    margin-right: auto;
    padding-right: 72px;
    width: 928px;
    text-align:center
}
.ngsp-bottom2 .chrome {
	position: absolute;
	margin-top: 12px;
	margin-left: 45px;
	width: 36px;
	height: 36px;
	background: url("../images/ngspipelines/chrome.png");
}
.ngsp-bottom2 .firefox {
	position: absolute;
	margin-top: 12px;
	margin-left: 5px;
	width: 36px;
	height: 36px;
	background: url("../images/ngspipelines/firefox.png");
}
.ngsp-bottom2 a:hover {
	background-position: 0 -36px;
}
.ngsp-footer-link {
    color: #AFEAF9;
    text-decoration: none;
}
.ngsp-footer-link:hover {
    color: #C77405;
    text-decoration: none;
}
#biomart-submit .awesome {
	border-radius: 5px;
    background: #3692BA;
	-webkit-box-shadow: 0 0 10px 0 #222426 inset;
    box-shadow: 0 0 10px 0 #222426 inset;
    color: #AFEAF9;
    text-shadow: 0 -2px rgba(0, 0, 0, 0.8);
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -25px;
}
#biomart-submit .awesome:hover {
	background: #222426;
    -webkit-box-shadow: 0 0 30px 0 #3692BA inset;
    box-shadow: 0 0 30px 0 #3692BA inset;
}