html, body {
  width: 100%;
}
body {
  font: 12px/19px Arial;
  background: #3d454b;
}
body, a {
  color: #fff;
}
h1 a, .section a {
  text-decoration: underline !important;
}
h1 {
  font-size: 22px;
  line-height: 36px
}
h3 {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 12px;
}
p {
  margin: 12px 0;
  line-height: 140%;
}
p .strong {
  font-weight: bold;
}


p img {
  float: none !important;
  display: inline !important;
}

.center {
  width: 910px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.band {
  background: #1e2225;
}

.feature .section {
  margin-left: 595px;
  margin-right: 30px;
}
.feature .image {
  position: relative;
  top: -30px;
}
.feature .image img {
  border: 0;
}
.feature .section .image {
  position: static;
}

.twoCol .left {
  width: 566px;
}
.twoCol .right {
  width: 312px;
}
.twoCol .right .title {
  margin-top: 12px;
  font-size: 22px;
}
.twoCol .right p {
  margin: 0;
}


.image {
  display: block;
  position: relative;
}
.section .image {
  float: left;
  clear: left;
  margin: 16px;
  margin-left: 0;
}
.image img {
  border: 5px solid #f5f6f8;
}

#banner .buttons {
  position: absolute;
  bottom: 10px;
  left: 480px;
}
#banner .buttons a {
  font: 10px;
  color: #a6d0ee;
}

#banner {
  background: #254977
}
#banner .center {
  position: relative;
  font-size: 14px;
  padding: 22px 0;
  padding-right: 360px;
  width: 550px;
  background: url(/images/backgrounds/grid.gif) right no-repeat;
}
#banner .center .slides {
  overflow: hidden;
  width: 550px;
}
#banner .center .slide {
  width: 550px;
  display: none;
}
#banner .center div.selected {
  display: block !important;
}
#banner .center          { background-image: url(/images/backgrounds/grids/home.gif) }
#banner.contact .center { background-image: url(/images/backgrounds/grids/contact.gif) }
#banner.people .center,
#banner.staff .center  { background-image: url(/images/backgrounds/grids/people.gif) }
#banner.work .center    { background-image: url(/images/backgrounds/grids/work.gif) }
#banner.showreel .center    { background-image: url(/images/backgrounds/grids/showreel.gif) }
#banner.talent .center    { background-image: url(/images/backgrounds/grids/talent.gif) }

#banner.home {
  background: #1a2f49 url(/images/backgrounds/grids/slides.jpg) center no-repeat;
}
#banner.home .center {
  background: none;
}

#banner h1 {
  margin-bottom: 18px;
}
#banner .image {
  position: absolute;
  right: 150px;
  top: 50%;
  margin-top: -67px;
}
#banner .image img {
  border: 0;
}


.home, .facilities {
  background: #254977
}
.home {
  background: #1f395a;
}
.contact {
  background-color: #5c6793 !important
}
.people, .staff {
  background-color: #539064 !important
}
.talent {
  background-color: #4692a5 !important
}
.work {
  background-color: #9b3e2c !important
}
.showreel {
  background-color: #000 !important
}


.panel {
  float: left;
  width: 174px;
  height: 206px;
  display: inline;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #1e2225;
  color: #ccc;
  font-size: 12px;
}
.ender {
  margin-right: 0;
}
.panel .image {
  float: none;
  margin: 0;
}
.panel h3, .panel p {
  margin: 6px 10px;
}
.panel h3 {
  font-size: 14px;
  color: #fff;
}


.quotes .image {
  position: absolute;
  left: 0;
}
.quotes .title, .quotes .body, .quotes .quote, .quotes .quotee, .quotes .movie {
  margin-left: 196px;
}
.quotes p {
  font-size: 12px;
}
.quotes p .strong {
  font-size: 14px;
}
.item .h {
  font-size: 22px;
}

p.quote {
  margin: 0;
  background: #2c3338 url(/images/backgrounds/quote_top.gif) top no-repeat;
  padding: 15px 10px;
  font: italic 14px Arial;
}
p.quotee {
  margin: 0;
  background: #2c3338 url(/images/backgrounds/quote_bottom.gif) bottom no-repeat;
  padding: 30px;
  padding-top: 0;
  text-align: right;
}



#nav a {
  float: left;
  display: inline;
  padding: 7px 10px;
  margin-right: 10px;
  font-size: 13px;
}
#head {
  margin: 30px 0;
  font-size: 14px;
  line-height: 18px;
}
#head a {
  display: block;
  font-weight: normal;
  font-size: 28px;
  line-height: 160%;
}
#logo {
  position: relative;
  left: -5px;
  width: 260px;
  height: 45px;
  background: url(/images/logo.gif);
}
.Talent #logo {
  background: url(/images/logo/talent.gif);
}
#main {
  position: relative;
  margin: 30px 0;
}
#main.fullW {
  width: 920px;
  left: 5px;
}
#foot, #foot a {
  color: #ccc;
}
#foot .left {
  width: 630px;
}
#foot .section {
  margin: 12px 0;
}
#foot .body {
  margin: 0;
}

* html .p {
  height: 14px;
}
* + html .p {
  min-height: 14px;
}