﻿@font-face {
    font-family: tabfont;
    src: url('./fonts/monoalphabet-webfont.eot');
    src: url('./fonts/monoalphabet-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/monoalphabet-webfont.woff') format('woff'),
         url('./fonts/monoalphabet-webfont.ttf') format('truetype'),
         url('./fonts/monoalphabet-webfont.svg#gnuolaneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



p, ul {
    margin:0;
}

html  
{
	background: url('./images/background.jpg') no-repeat fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#container {
    width: 1500px;
	min-height: 1040px;
    min-width: 500px;
    margin: 0 auto;
    overflow: auto;
}

#header {
    height: 150px;
	width: 1330px;
	margin: 30px auto auto;
	background-color: rgb(64,64,64);	
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
	font-family:tabFont;
	line-height: 40px;
	background: url('./images/header.png') no-repeat center center; 	
}

#ProjectsTab, #PublicationsTab, #home, #TeamTab, #ContactUsTab
{
	height: 40px;
	margin: 85px 30px 50px 30px;
	width: 150px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-color: white;
}

#projectsMenu
{ 
    position: absolute;
    visibility: hidden;
	margin: 125px 30px 50px 30px;
    padding: 0;
	width: 200px;
	font-size:20px;
    }

 #header div a
 { 
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  background: #EAEBD8;
  color: rgb(64, 64, 64);
  }
 
 #header div a:hover
 { background: rgb(64, 64, 64);
  color: #FFF}

