@import 'reset.css';
@import 'grid.css';
@import 'forms.css';

body {
  text-align: center;
  background: #EDF3F4;
  font-size: 76%;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 977px;
  margin: 0 auto;
  text-align: left;
  background: #fff url(../img/bg-repeat.png) repeat-y 0 0;
  position: relative;
}

ul { list-style: none; }

/* ------------- begin header ------------ */

#header {
  padding: 114px 17px 0px 16px;
  background: url(../img/masthead.png) no-repeat 0 0;
}

#big-h, .big-h {
  background: url(../img/big-h.png) no-repeat 0 0;
  position: absolute;
  width: 45px; height: 49px;
  left: 377px; top: 37px;
}

#main-menu {
  background: #92B312;
  padding: 5px;
  font-size: 80%;
}

#main-menu li {
  display: inline;
  margin-right: 10px;
}

#main-menu a {
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
}

#main-menu a:link    { text-decoration: none; color: white; }
#main-menu a:visited { text-decoration: none; color: white; }
#main-menu a:focus   { text-decoration: none; color: black; }
#main-menu a:hover   { text-decoration: none; color: black; }
#main-menu a:active  { text-decoration: none; color: black; }

/* -------------- end header ------------ */

#page-header {
  height: 199px;
}

/* ------------- begin footer ------------ */
#footer {
  font-size: 80%;
  text-align: center;
}

#footer .fader {
  margin: 0px 6px 0px 6px;
  background: #777777 url(../img/bg-footer.png) repeat-x left bottom;
  color: white;
}

#footer .buttons {
  background: #EDF3F4 url(../img/footer-bottom.png) no-repeat 0 0;
  padding-top: 12px;
}

#footer address {
  font-style: normal;
}
/* -------------- end footer ------------ */

#content {
  padding: 5px 27px 0px 27px;
  color: #666666;
  overflow: visible;
}

a:link    { color: #669900; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover   { color: #333333; text-decoration: underline; }
a:focus   { color: #333333; text-decoration: underline; }
a:active  { color: #333333; text-decoration: underline; }

h1 {
  margin-top: 6px;
  font-size: 250%;
  color: #A4CA14;
  margin-bottom: 15px;
  font-weight: normal;
}

.content-with-sidebar h1 { margin-top: 0px; }

body.portfolio .content-with-sidebar h1 { border-top: 10px solid white; }

h1 small {
  display: inline;
  color: #333333;
  margin-left: 5px;
  text-transform: uppercase;
}

h2 {
  font-size: 150%;
  color: #A4CA14;
  margin-bottom: 18px;
  font-weight: normal;
}

h3 {
  font-size: 100%;
  color: #A4CA14;
  
  margin-bottom: 12px;
  font-weight: normal;
}

h4 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 18px;
}

p {
  margin-bottom: 18px;
}

dl {
  margin-bottom: 10px;
}

dt {
  display: block;
  float: left;
  clear: left;
  font-weight: bold;
  margin-right: 1ex;
}

dt:after {
  content: ': ';
}

dd {
  display: block;
}

a.more-info {
  font-size: 80%;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  padding-bottom: 10px;
}

a.more-info:after {
  content: ' \00BB';
}

.bigbox {
  background: white url(../img/bigbox-bottom.png) no-repeat left bottom;
  margin-left: -21px;
  margin-right: -21px;
}

.bigbox .inner {
  background: url(../img/bigbox-top.png) no-repeat left top;
  padding: 18px 20px 19px 16px;
  padding-left: 15px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.pf-header .inner {
  padding-bottom: 21px;
}

* html .bigbox .inner {
  width: 930px;
  overflow: hidden;
}

#our-clients .bigbox .inner {
  padding-top: 13px;
  padding-bottom: 17px;
}

/* -------------- side menus --------------- */

.flash-holder {
  position: relative;
}

.flash-holder p {
  /* Fallback */
  position: absolute;
  left: 5px; top: 5px;
}

#page-header {
  position: relative;
}

#page-header #side-menu {
  position: absolute;
  margin-top: -1px;
  right: 20px; top: 18px; /* Same as padding on .bigbox .inner */
}

/* ----------------------------------- */

#menu-services {
  display: block;
  width: 172px;
  height: 198px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#menu-services ul {
  display: block;
  width: 172px;
  height: 198px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url(../img/menu-services.png) no-repeat 0 0;
}

#menu-services li {
  display: block;
  width: 172px;
  height: 33px;
  position: relative;
}

#menu-services li a {
  display: block;
  text-indent: -9999px;
  width: 172px;
  height: 33px;
  background: url(../img/menu-services.png) no-repeat 0 0;
}

#menu-services li.web        a { background-position: 0    0px; }
#menu-services li.e-commerce a { background-position: 0  -33px; }
#menu-services li.print      a { background-position: 0  -66px; }
#menu-services li.branding   a { background-position: 0  -99px; }
#menu-services li.seo        a { background-position: 0 -132px; }
#menu-services li.ask-us     a { background-position: 0 -165px; }

#menu-services > li.selected.web        a { background-position: -172px    0px; }
#menu-services > li.selected.e-commerce a { background-position: -172px  -33px; }
#menu-services > li.selected.print      a { background-position: -172px  -66px; }
#menu-services > li.selected.branding   a { background-position: -172px  -99px; }
#menu-services > li.selected.seo        a { background-position: -172px -132px; }
#menu-services > li.selected.ask-us     a { background-position: -172px -165px; }

#menu-services li.web        a:hover { background-position: -172px    0px; }
#menu-services li.e-commerce a:hover { background-position: -172px  -33px; }
#menu-services li.print      a:hover { background-position: -172px  -66px; }
#menu-services li.branding   a:hover { background-position: -172px  -99px; }
#menu-services li.seo        a:hover { background-position: -172px -132px; }
#menu-services li.ask-us     a:hover { background-position: -172px -165px; }

/* ----------------------------------- */


#menu-about-us {
  display: block;
  width: 172px;
  height: 195px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: red url(../img/menu-about-us.png) no-repeat 0 0;
  margin-top: -1px;
}

#menu-about-us li {
  display: block;
  width: 172px;
  height: 33px;
  position: relative;
}

#menu-about-us li a {
  display: block;
  text-indent: -9999px;
  width: 172px;
  height: 33px;
  background: url(../img/menu-about-us.png) no-repeat 0 0;
}

#menu-about-us li.overview a { background-position: 0    0px; }
#menu-about-us li.history  a { background-position: 0  -33px; }
#menu-about-us li.process  a { background-position: 0  -66px; }
#menu-about-us li.team     a { background-position: 0  -99px; }

#menu-about-us > li.selected.overview a { background-position: -172px    0px; }
#menu-about-us > li.selected.history  a { background-position: -172px  -33px; }
#menu-about-us > li.selected.process  a { background-position: -172px  -66px; }
#menu-about-us > li.selected.team     a { background-position: -172px  -99px; }

#menu-about-us li.overview a:hover { background-position: -172px    0px; }
#menu-about-us li.history  a:hover { background-position: -172px  -33px; }
#menu-about-us li.process  a:hover { background-position: -172px  -66px; }
#menu-about-us li.team     a:hover { background-position: -172px  -99px; }

/* ----------------------------------- */

.content-with-sidebar {
  position: relative;
  padding-left: 170px;
  min-height: 400px;
}

.content-with-sidebar #side-menu {
  margin-left: -12px;
  position: absolute;
  left: 0; top: 0;
}

#menu-portfolio {
  display: block;
  width: 170px;
  height: 396px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#menu-portfolio ul {
  display: block;
  width: 172px;
  height: 395px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url(../img/menu-portfolio.png) no-repeat 0 0;
}

#menu-portfolio li {
  display: block;
  width: 172px;
  height: 33px;
}

#menu-portfolio li a {
  display: block;
  text-indent: -9999px;
  width: 172px;
  height: 33px;
  background: url(../img/menu-portfolio.png) no-repeat 0 0;
}

#menu-portfolio li.rok-group-plc        a { background-position: 0    0px; }
#menu-portfolio li.accountants-sw       a { background-position: 0  -33px; }
#menu-portfolio li.plymouth-golf-centre a { background-position: 0  -66px; }
#menu-portfolio li.rooke-cottages       a { background-position: 0  -99px; }
#menu-portfolio li.sfm-ltd              a { background-position: 0 -132px; }
#menu-portfolio li.unfair-bank-charges  a { background-position: 0 -165px; }
#menu-portfolio li.commando-kids        a { background-position: 0 -198px; }
#menu-portfolio li.one-blue-dog         a { background-position: 0 -231px; }
#menu-portfolio li.plymouth-holidays    a { background-position: 0 -264px; }
#menu-portfolio li.shobrook-and-co-ltd  a { background-position: 0 -297px; }
#menu-portfolio li.walter-parson        a { background-position: 0 -330px; }
#menu-portfolio li.broadband-roadshow   a { background-position: 0 -363px; }

#menu-portfolio > li.selected.rok-group-plc        a { background-position: -172px    0px; }
#menu-portfolio > li.selected.accountants-sw       a { background-position: -172px  -33px; }
#menu-portfolio > li.selected.plymouth-golf-centre a { background-position: -172px  -66px; }
#menu-portfolio > li.selected.rooke-cottages       a { background-position: -172px  -99px; }
#menu-portfolio > li.selected.sfm-ltd              a { background-position: -172px -132px; }
#menu-portfolio > li.selected.unfair-bank-charges  a { background-position: -172px -165px; }
#menu-portfolio > li.selected.commando-kids        a { background-position: -172px -198px; }
#menu-portfolio > li.selected.one-blue-dog         a { background-position: -172px -231px; }
#menu-portfolio > li.selected.plymouth-holidays    a { background-position: -172px -264px; }
#menu-portfolio > li.selected.shobrook-and-co-ltd  a { background-position: -172px -297px; }
#menu-portfolio > li.selected.walter-parson        a { background-position: -172px -330px; }
#menu-portfolio > li.selected.broadband-roadshow   a { background-position: -172px -363px; }

#menu-portfolio li.rok-group-plc        a:hover { background-position: -172px    0px; }
#menu-portfolio li.accountants-sw       a:hover { background-position: -172px  -33px; }
#menu-portfolio li.plymouth-golf-centre a:hover { background-position: -172px  -66px; }
#menu-portfolio li.rooke-cottages       a:hover { background-position: -172px  -99px; }
#menu-portfolio li.sfm-ltd              a:hover { background-position: -172px -132px; }
#menu-portfolio li.unfair-bank-charges  a:hover { background-position: -172px -165px; }
#menu-portfolio li.commando-kids        a:hover { background-position: -172px -198px; }
#menu-portfolio li.one-blue-dog         a:hover { background-position: -172px -231px; }
#menu-portfolio li.plymouth-holidays    a:hover { background-position: -172px -264px; }
#menu-portfolio li.shobrook-and-co-ltd  a:hover { background-position: -172px -297px; }
#menu-portfolio li.walter-parson        a:hover { background-position: -172px -330px; }
#menu-portfolio li.broadband-roadshow   a:hover { background-position: -172px -363px; }

/* ------------------------------ */

body#home h1 {
  margin-top: 18px;
}

body#home #content {
  position: relative;
  padding-left: 439px; /* 412 + 27 */
}

body#home #content #main {
  min-height: 432px;
}

* html body#home #content #main { height: 432px; }

body#home #content #sidebar {
  position: absolute;
  left: 0; top: 0;
  width: 394px; height: 420px;
  padding-left: 12px;
  padding-right: 3px;
  padding-top: 12px;
  background: url(../img/home-inset-bg.png) no-repeat 0 0;
  margin-left: 8px;
}

body#home #content #sidebar #home-inset p {
  left: auto; right: 25px;
}

/* ---------------------------------- */

#featured {
  background: #EDF3F4 url(../img/featured-bg.png) no-repeat 0 0;
  margin-left: -439px;
  margin-right: -27px;
  padding-top: 15px;
}

#featured h2 {
  margin: 10px;
  border-bottom: 1px solid #C0C5C6;
  color: #333333;
  font-size: 150%;
}

#featured h2 small {
  color: #C0C5C6;
  text-transform: uppercase;
}

#featured .pane {
  margin: 10px;
}

#featured .featured-project {
  padding-left: 224px;
  min-height: 127px;
  background: url(../img/featured-project-bg.png) no-repeat 0 0;
  position: relative;
}

#featured .featured-project img.card {
  position: absolute;
  left: 11px; top: 11px; width: 191px; height: 103px;
}

#featured .pane h3 {
  margin-bottom: 10px;
  font-size: 120%;
  color: #333333;
  font-weight: bold;
}

#featured .pane a.moreinfo {
  padding-left: 32px;
  padding-top:5px; padding-bottom: 5px;
  background: url(../img/bullet.png) no-repeat 0 50%;
}

/* ----------------------------------- */

.map-holder {
  overflow: hidden;
}

.map-floater {
  width: 566px;
  height: 420px;
  background: url(../img/map-bg.png) no-repeat;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-left:20px; padding-top: 20px;
  margin-top: -15px;
}

.map-floater img {
  text-align: center;
  display: block;
}
/* ---------------------------------- */

.vcard {
  line-height: 200%;
  padding-left: 32px;
}

.vcard .fn {
  background: url(../img/bullet.png) no-repeat 0 5px;
  margin-left: -32px;
  padding-left: 32px;
}

.vcard dt, .vcard dd {
  padding-bottom: 10px;
}

.vcard dt {
  background: url(../img/bullet.png) no-repeat 0 5px;
  margin-left: -32px;
  padding-left: 32px;
}

.vcard .adr {
  margin-bottom: 10px;
}

.vcard .adr .country-name {
  display: none;
}

/* ------------------------------- */

ul.bulleted {
  margin-bottom: 18px;

}

ul.bulleted li {
  padding-left: 32px;
  padding-top: 5px; padding-bottom: 5px;
  background: url(../img/bullet.png) no-repeat 0 6px;
}

dl.bulleted dt {
  padding-left: 32px;
  padding-top: 5px; padding-bottom: 5px;
  background: url(../img/bullet.png) no-repeat 0 6px;
}

dl.bulleted dd {
  padding-top: 5px; padding-bottom: 5px;
}

/* ----------------------------------- */

#inset {
  float: right;
  width: 340px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.inset-wrapper {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  padding-right: 370px;
}


.inset {
  width: 340px;
  margin-left: 30px;
  margin-bottom: 30px;
  position: absolute;
  top: 0%;
  right: 0;
  height: 100%;
  font-size: 80%;
}

.inset .inner {
  padding-top: 50px;
}

.inset-wrapper li { float: left; margin-right: 10px; }

#branding-main {
  padding-right: 450px;
  position: relative;
  min-height: 660px;
}

#branding-inset {
  position: absolute;
  right: 0; top: 0;
  width: 444px; height: 658px;
  overflow: hidden;
  background: url(../img/branding-inset-bg.png) no-repeat 0 0;
}

#branding-inset ul {
  margin-left: 23px;
  margin-top: 22px;
}

#branding-inset li {
  float: left;
}

#branding-inset li img {
  display: block;
  float: left;
}

/* --------------------------- */

/* -------------------- */

.errorbox {
  margin-bottom: 15px;
  background: #E5E5E5;
  padding: 10px;
}

.errorbox h3 {
  font-weight: bold;
  color: #006500;
  margin-bottom: 10px;
}

.errorbox li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background: url(../img/bullet.gif) no-repeat 0 7px;
}