/*=============( Navigation )=============*/
@media only screen and (max-width: 768px) {
#nav { display: none !important; }}


ul#nav {
	left: 294px;
	top: -71px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 662px;
	z-index: 51;
}

#nav li {
  float: left;
  position: relative; }
  
  #nav li img {
    position: absolute;
    display: none;
    z-index: 70; }
    
#nav a {
  display: block;
  margin-left: -7px;
  position: relative;
  text-indent: -1000000px; }

#home a {
  z-index: 69; /* lol 69 */
  background: url("../menue/images/nav_home.png") no-repeat bottom;
  height: 87px;
  width: 109px; }
  
  #home.selected a { 
    background-image: url("../images/menue/nav_home_selected.png"); }

  #home img {  
    top: 95px; }
  
#about a {
  z-index: 68;
  background: url("../images/menue/nav_about.png") no-repeat bottom;
  height: 111px;
  margin-left: -12px;
  width: 118px; }
  
  #about.selected a { 
    background-image: url("../images/menue/nav_about_selected.png"); }
      
  #about img {
    left: -30px;
    top: 122px; }

#services a {
  z-index: 67;
  background: url("../images/menue/nav_services.png") no-repeat bottom;
  height: 91px;
  margin-left: -12px;
  width: 144px; }

  #services.selected a { 
    background-image: url("../images/menue/nav_services_selected.png"); }
  
  #services img {
    top: 110px; }

#work a { 
  z-index: 66;
  background: url("../images/menue/nav_work.png") no-repeat bottom;
  height: 120px;
  margin-left: -10px;  
  width: 116px; }
 
  #work.selected a { 
    background-image: url("../images/menue/nav_work_selected.png"); } 
  
  #work img {
    top: 125px; }

#contact a {
  z-index: 65;
  background: url("../images/menue/nav_contact.png") no-repeat bottom;
  height: 91px;
  margin-left: -18px;
  width: 139px; }
  
  #contact.selected a { 
    background-image: url("../images/menue/nav_contact_selected.png"); }
  
  #contact img {
    top: 110px; }
    
#nav #lab a {
  z-index: 65;
  background: url("../images/menue/nav_lab.png") no-repeat bottom;
  height: 111px;
  margin-left: 2px;
  width: 80px; }
  
  #nav #lab.selected a { 
    background-image: url("../images/menue/nav_lab_selected.png"); }
  
  #nav #lab img {
    left: -70px;
    top: 125px; }
  
#button_lets_talk,
#button_enter_the_lab {
  background: url("../images/menue/lets_talk.jpg");
  display: block;
  text-indent: -999999px;
  height: 45px;
  width: 183px; }
  
#button_enter_the_lab {
  background: url("../images/menue/enter_the_lab.jpg"); }

#button_lets_talk:hover {
  background: url("../images/menue/lets_talk.jpg") left bottom; }
    
#button_enter_the_lab:hover {
  background: url("../images/menue/enter_the_lab.jpg") left bottom; }

.body.first {
  display: block !important; }
  
.input_textInput {
background:#4C7092 none repeat scroll 0 0;
border:1px solid #0E2441;
color:#FFFFFF;
font-size:14px;
height:22px;
padding:4px 0 0 4px;
 }
 
.input_textArea {
  background:#4C7092 none repeat scroll 0 0;
  border:1px solid #0E2441;
  color:#FFFFFF;
  font-size:14px;
/*   height:22px; */
  padding:4px 0 0 4px;
}

#help_system_content textarea { color: #fff !important; width: 630px; background: inherit; border: none; height: 20px; }

.mod_articles .clear { padding-top: 30px; }
