
 /*{ border:1px solid #c00 !important; } */
 
@media all and (min-width:1000px){
 *{ border:0 !important; } 
 /* overall position */
 div#container{ max-width:100% !important;min-width:1020px !important;position:relative;width:100% !important;margin:0 auto !important; }
 
 /* header */
 .inner-header{ max-height:131px;overflow:hidden; }
 #inner-content{ width:100%;max-width:100%; }
 
 select,select option,input[type="text"],input[type="tel"],input[type="email"],input[type="date"],textarea{ background:#eeeeee;border:1px solid #cccccc !important; }
 
 /* Login Panel */
 .right-hand-header{ position:absolute !important;top:0 !important;right:0 !important;float:right !important; }
 #search, input#s {
  color: #fff;
  background-image: url('../images/darkblue-background.jpg');
  height: 30px;
  width: 70px;
  position: relative;
  margin-right: -35px;
  border: 0;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  vertical-align: top;
}
 /* nav */
 .mobile-toggle{display:none !important; }
 .nav-ie{ width:100%; } 
 .nav-ie ul li{ width:auto;display:block;float:left; }
 
  /* content */ 
  #inner-content{ width:100%;max-width:100%; }

}
