* {
  margin: 0;
  padding: 0;
}
html {height: 100%}
* html body {height: 100%}
body {
  font: 11px/14px Tahoma, Arial, sans-serif;
  color: #6B6464;
  width: 100%;
  min-height: 100%;
	position: relative;
}
a {
  color: #146189;
  outline: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 8px 0;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
  background: url(i/airplane.jpg) no-repeat;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 348px;
}
#logo {
	position: absolute;
	top: 117px;
	left: 51px;
	width: 154px;
	line-height: 25px;
	color: #CAE8F7;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
#logo b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 154px;
	height: 25px;
	background: url(i/logo.gif) no-repeat;
}
#icons {
	position: absolute;
	top: 87px;
	left: 77px;
}
#icons a {
	float: left;
	display: block;
	width: 11px;
	height: 9px;
	margin-right: 33px;
}
#home {
	background: url(i/home.gif) no-repeat;
}
#map {
	background: url(i/map.gif) no-repeat;
}
#mail {
	width: 10px;
	background: url(i/mail.gif) no-repeat;
}


/* Content
-----------------------------------------------------------------------------*/
#content {
  float: right;
  width: 420px;
  padding: 0 52px 40px 28px;
  background: url(i/shadow.jpg) no-repeat;
  min-height: 560px;
}
* html #content {
  height: 560px;
}
h1 {
	font-size: 25px;
	color: #64A4B2;
	font-weight: normal;
	margin: 20px 0 30px;
}
h2 {
	font-size: 11px;
	color: #026F9E;
	margin: 0 0 6px;
}
hr {
	margin: 6px -17px 14px -10px;
	border: 1px solid #E2E2E2;
	border-width: 1px 0 0;
	height: 0;
	width: 447px;
}
* html hr {margin: 0 -17px 7px -10px;}
*+html hr {margin: 0 -17px 7px -10px;}
#content p {
	text-align: justify;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
  float: right;
  width: 500px;
  min-height: 720px;
  padding: 0 0 80px;
}
* html #left {height: 720px;}
.sky {background: url(i/sky.jpg) 100% 380px no-repeat;}
#menu {text-align: center;}
#menu a {
	vertical-align:middle;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	width: 94px;
}
#menu a.current {
	color: #FFF;
	background: url(i/menu.gif) no-repeat;
	text-decoration: none;
}
#menu a span {
	width: 94px;
	display:block;
	height: 11px;
	padding: 8px 0 12px;
	cursor: pointer;
}
* html #menu a span {padding: 7px 0 13px;}
*+html #menu a span {padding: 7px 0 13px;}
#phone {
	text-align: right;
	padding: 27px 44px 0 0;
	font-size: 25px;
	color: #2F6885;
	line-height: 25px;
}
#phone span {
	display: block;
	font-size: 17px;
	color: #4694A0;
	margin: 0 -18px 10px 0;
}
#left h3 {
	font-size: 11px;
	font-weight: normal;
	color: #4694A0;
	background: url(i/line.gif) 0 11px no-repeat;
	line-height: 13px;
	margin: 0 0 10px 50px;
}
#banners {
	text-align: center;
	margin: 0 0 22px;
}
#banners img {
	margin: 0 7px;
}
.block {
	width: 230px;
	float: left;
	padding: 0 0 0 20px;
	line-height: 16px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: url(i/copyright.gif) 60px 3px no-repeat;
	padding: 5px 0 25px 105px;
	color: #C2C3C4;
	position: absolute;
	bottom: 0;
}
#footer a {
	color: #C2C3C4;
}


.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
