﻿@charset "utf-8";
/* CSS Document */

a{ outline: none; behavior:expression(this.onFocus=this.blur());}

html, body { height: 100%; font-family:Arial;
             -webkit-text-size-adjust:100%;}

.ie8 html, .ie8 body{ min-width:1366px;} 
.ie8 .header, .ie8 a{ border:5px solid #F00;}
			 
.wrap {
 min-height: 100%;
 *display: table; /* For IE7 Hack */
 *height: 100%; /* For IE7 Hack */
}
.main { overflow:auto; /*padding-bottom: 180px;*/ position: relative;} /* must be same height as the footer */
.header{ position: absolute; z-index:888; width:100%;}
.footer {
 position: relative;
 /*margin-top: -180px;*/ /* negative value of footer height */
 /*height: 180px;*/
 clear:both;
 background:#d0d0d0;
 margin-top:1px;
 overflow: hidden;
 padding:20px;
 font-family:Arial;
}
#menuClose{ width:50px; height:50px; display:table; background: url(../../images/new/all/menuClose.png) #26be8b; position:absolute; z-index:999; right:0; display:none;}
#menuOpen{ width:50px; height:50px; display:table; background: url(../../images/new/all/menuOpen.png) #26bec9; position:absolute; z-index:999; right:0; display:none;}
#searchButton{ width:50px; height:50px; display:table; background: url(../../images/new/all/searchButton.png) #ff5454; position:absolute; z-index:999; right:50px; display:none;}

@media screen and (max-width: 1024px){
  #menuOpen, #searchButton{ display:block;}
  .header{ height: 50px; background: url(../../images/new/all/mainMenu.png);}
}



