body {
  font: 12px/18px Arial;
  background: url(/images/body.gif);
}

#content {
  margin-top: -66px;
}

#head {
  position: relative;
  width: 964px;
  height: 162px;
  padding: 100px;
  padding-bottom: 0;
  margin: 0 auto;
  background: url(/images/page/top.png) top no-repeat; 
}
#head #logo {
  position: absolute;
  width: 364px;
  height: 162px;
}
#head #logo strong {
  display: none;
}
#head #phone {
  position: absolute;
  right: 185px;
  top: 177px;
  width: 70px;
  font-size: 16px;
  color: #a8caeb;
}
#page {
  width: 964px;
  padding: 0 100px;
  margin: 0 auto;
  background: url(/images/page/middle.png) center repeat-y;
}
#page .section {
  padding: 1px 40px;
}

.selectFirst {
  background: url(/images/tabs/1.gif);
}
.selectSecond {
  background: url(/images/tabs/2.gif);
}
.selectThird {
  background: url(/images/tabs/3.gif);
}
.selectFourth {
  background: url(/images/tabs/4.gif);
}
#tabs .selected .title {
  border-color: #f4f7fa;
}
#tabs .selected .body {
  color: #fff;
}
#tabs .tab {
  float: left;
  width: 200px;
  padding: 0 20px;
}
#tabs .article {
  padding: 0;
}
#tabs .section {
  padding: 0;
}
#tabs .title,
#tabs .body {
  position: relative;
  z-index: 2;
  margin: 12px 0;
  padding: 0 8px;
}
#tabs .title {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin: 8px 0;
  border-bottom: 1px solid #8e9aa6;
}
#tabs .body {
  color: #ccc;
}

#feature {
  padding: 1px;
  background: #a8caeb;
}
#feature .section {
  position: relative;
  top: -30px;
  padding-top: 30px;
  padding-left: 345px;
  min-height: 240px;
  background: url(/images/polaroids/home.png) 34px top no-repeat;
}
#feature .about {
  background-image: url(/images/polaroids/about.png);
}
#feature .services {
  background-image: url(/images/polaroids/services.png);
}

#feature .contact {
  background-image: url(/images/polaroids/contact.png);
}
* html #feature .section {
  background-image: none !important;
}

#feature .title,
#feature .body {
  font-size: 20px;
  position: relative;
  top: 15px;
}
#feature .text,
#feature .link {
  color: #fff;
}

.article .body,
.article .title {
  display: block;
  margin: 18px 0;
}
.article .title {
  font-size: 18px;
  color: #a8caeb;
}
.article .body, .article .link {
  color: #636e7b;
}
.article .strong {
  font-size: 14px;
  color: #636e7b;
}
.article .link {
  text-decoration: underline;
}

#foot {
  width: 964px;
  padding: 100px;
  padding-top: 0;
  margin: 0 auto;
  background: url(/images/page/bottom.png) bottom no-repeat; 
}
#foot .article {
  font-size: 22px;
  padding: 1px 40px;
  background: #8e9aa6;
}
#foot .body,
#foot .title {
  margin: 24px 0;
}
#foot .link,
#foot .text {
  color: #fff;
}
#foot .address {
  float: right;
  width: 180px;
  margin: 24px 0;
  font-size: 12px;
}
#foot .address .body,
#foot .address .title {
  margin: 0;
}