@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Aller';
    src: url('/fonts/Aller.woff2') format('woff2'),
        url('/fonts/Aller.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('/fonts/Aller-Bold.woff2') format('woff2'),
        url('/fonts/Aller-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

a, input {
    outline: none;
}
a {
    color: #e6e6e6;
}
img {
    border: none;
}
ul {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}

/* HEADER */
#header_container{
    width:100%;
    min-width:1038px;
    background: url('/images/header_bg.png') repeat-x;
}

#header{
    width:1038px;
    height:119px;   
    margin:0 auto;
}

#logo{
    width:239px;
    height:0;
    padding-top:54px;
    overflow:hidden;
    background: url('/images/logo.png') no-repeat;
    float:left;
    margin:40px 0 0 70px;
    display:block;
}

#nav ul{
    float:left;
    margin:37px 0 0 71px;
}

#nav li{
    float:left;
    list-style:none;
}

#nav a{
    height:0;
    padding-top:54px;
    overflow:hidden;
    display:block;
}

#about{
    background: url('/images/nav.png') 0px 0px no-repeat;
    width:114px;
    margin-right:28px;
}

#about:hover{
    background-position:0px -53px;
}

#about_selected{
    background: url('/images/nav.png') 0px -53px no-repeat;
    width:114px;
    margin-right:28px;
    background-position: 0px -53px;
}


#case_studies{
    background: url('/images/nav.png') -145px 0 no-repeat;
    width:154px;
    margin-right:36px;
    background-position:-145px 0px;
}

#case_studies:hover{
    background-position:-145px -53px;
}

#case_studies_selected{
    background: url('/images/nav.png') -145px -53px no-repeat;
    width:154px;
    margin-right:36px;
    background-position: -145px -53px;
}


#support{
    background: url('/images/nav.png') -338px 0 no-repeat;
    width:116px;
    margin-right:30px;
}

#support:hover{
    background-position:-338px -53px;
}

#support_selected{
    background: url('/images/nav.png') -338px -53px no-repeat;
    width:116px;
    margin-right:30px;
}

#contact{
    background: url('/images/nav.png') -488px 0px no-repeat;
    width:104px;
}

#contact:hover{
    background-position:-488px -53px;
}

#contact_selected{
    background: url('/images/nav.png') -488px -53px no-repeat;
    width:104px;
}

/* FOOTER */
#footer_container{
    width:100%;
    min-width:1038px;
    clear:both;
    background-color:#0e0d0d;   
    background: url('/images/footer_sm_bg.png') repeat-x;   
    color:#7d7d7d;
}

#footer{
    width:1038px;
    height:130px;
    color:#7d7d7d;
    margin:0 auto;
}

#footer a:link, #footer a:visited{
    color:#7d7d7d;
    text-decoration:none;
}

#footer a:hover{
    color:#00aeef;
    text-decoration:underline;
}

#footer_top{
    width:1038px;
    height:20px;
    float:left;
}

#nutrino{
    width:84px;
    height:0;
    padding-top:71px;
    overflow:hidden;
    background: url('/images/nutrino_logo.png') no-repeat;
    float:left;
    margin:10px 0 0 65px;
}

#footer_desc{
    float:left;
    width:460px;
    margin:14px 0 0 25px;
    font-size:1.1em;
    line-height:1.4em;
}

#footer_desc EM{
    font-style:normal !important;
}

#footer_desc A:LINK, #footer_desc A:VISITED{
    color:#73848a;
    text-decoration:none;
}

#footer_desc A:HOVER{
    color:#00aeef;
    text-decoration:underline;
}

#footer_nav{
    float:right;
    font-size:1.1em;
    margin:15px 78px 0 0;
	padding-right:20px;
	text-align:right;
}

.credit{
	height:0;
	width:190px;
	padding-top:25px;
	overflow:hidden;
	background: url('../images/thenewblack.png') no-repeat;
	display:block;
}


