

/*

copyright + credits {
  acvh.co.uk: initial 2D launch;
  copyright-jose-fandos: all rights reserved;
  copyright-fredrik-jönsson: all rights reserved;
  email: jose.fandos@sonnd.com
  email: fredrik@ummocrono.com
  you-may: take and use elements of this css. however, the unique combination of layout, font styles, colours etc. is copyrighted;
	you-may-not: use any of the graphical elements on this site !important;
  many-thanks: john-oxton, for the nice layout of meta-css information (http://joshuaink.com/main.css)
}

*/


/*
===== CONTENTS =====

      last-updated: 7th May 2007 (minor fixes for IE7);

      1: universal reset
      2: accessibility features
      3: html and body
      4: typography
              :lists
      5: layout
      6: images

====================
*/



/*
===== 1. universal reset =====
*/

*{
/* universal reset: set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}



/*
===== 1. universal reset =====
*/

.hide {
  display: none;
}



/*
===== 3. html and body =====
*/

body {
  font:75%/150% Arial, Helvetica, sans-serif;
	color:#666;
/* align ie5 center of screen */
  text-align: center;
  background: #fff url(../images/chrome/header_background.gif) repeat-x top;
  margin-top: 21px;
  border-top: 3px solid #333;
}

html>body {
  overflow-y: scroll;
}




/*
===== 4. typography =====
*/

#nav ul li strong {
  color: #cf31cf;
  display: block;
  font-weight: normal;
  line-height: 110%;
  margin-bottom: 1px;
}

* html div#nav ul li strong {
  display: inline-block;
/* setting hasLayout = true; thanks to http://www.positioniseverything.net/explorer/percentages.html */
  margin-bottom: 0;
}

#nav li a {
  color: #ff700f;
  text-decoration: none;
  line-height: 110%;
}

* html div#nav li a {
  margin:0;
  padding: 0;
  line-height: 106%;
}

#nav li a:hover {
  text-decoration: underline;
}

#news h2 {
  margin-top: 5px;
  border-top: 3px solid #ff700f;
  border-bottom: 1px solid #ff700f;
  margin-bottom: 3px;
}

#newslist {
  margin-bottom: 8px;
}

#whatwedo p {
  display: block;
  width: 230px;
  height: 210px;
  color: #000;
  margin: 3px;
  padding: 5px;
  background-color: #d3d3d3;
}

#whatwedo p em {
  font-style: normal;
}

#business a {
  text-decoration: none;
  color: #000;
}

#business a:hover strong {
  background-color: #f7d6f7;
}

#business strong {
  display: block;
  border-top: 3px solid #ff700f;
  border-bottom: 1px solid #ff700f;
  margin-bottom: 3px;
  line-height: 110%;
  padding: 3px 5px 6px 5px;
  background-color: #ffe7ce;
}

#branch h2 {
  font-size: 150%;
  color: #222;
  line-height: 110%;
  margin: 0 auto 30px;
  padding: 0;
}

#tagline {
  display: block;
  width: 200px;
  margin-left: 100px;
  border-top: 1px solid #cf31cf;
}

#branch p#tagline em {
  color: #000;
  font-style: normal;
  font-weight: bold;
  margin: 0; padding: 0;
  line-height: 150%;
  padding-bottom: 3px;
  border-bottom: 1px solid #cf31cf;
}

body.contact #branch p {
  color: #000;
  margin-bottom: 1px;
}

body.contact #branch h3,
body.news-archive #branch h3 {
  font-size: 105%;
  color: #000;
  margin-top: 10px;
  margin-bottom: 4px;
}

body.contact #branch p#tagline {
  margin-bottom: 15px;
}

body.contact #contact-form textarea {
  font-size: 120%;
}

body.contact #contact-form input {
  font-size: 105%;
}

#branch p {
  color: #222;
  margin-bottom: 15px;
}

#footer {
  clear: both;
  font-size: 95%;
  padding-left: 5px;
}

#footer span {
  padding-left: 15px;
}


/* lists */

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}



/*
===== 5. layout =====
*/

#wrap {
  width: 770px;
  margin: 26px auto 0;
  padding: 0;
/* recover from the IE5 workaround on the body */
  text-align: left;
}

#motto {
  position: absolute;
  top: 0;
  width: 770px;
  height: 22px;
  font: 95%/120% Arial, Helvetica, sans-serif;
}

#motto span {
  display: block;
  width: 20%;
  background-color: #fff;
  margin: 2px auto 2px 15px;
  padding: 2px;
}

#nav {
  position: absolute;
  top: 26px;
  width: 192px;
  height: 252px;
  margin-left: 542px;
}

#nav li {
  margin-top: 8px;
}

#nav li a {
  display: block;
  width: 100%;
}


/* Specifically for the homepage */

#news {
  position: absolute;
  top: 26px;
  width: 250px;
  height: 252px;
  margin-left: 256px;
}

div#whatwedo {
  border: 1px solid #d3d3d3;
  width: 246px;
  height: 226px;
}

.box-left,
.box {
  float: left;
  width: 250px;
  height: 232px;
  margin: 0 0 25px 4px;
}


/* Specifically for the business types pages */

#branch {
  width: 340px;
  padding: 15px;
  float: left;
}

#graphic-samples {
  float: left;
  width: 380px;
  margin-bottom: 30px;
  padding: 10px;
  background: #fff url(../images/chrome/header_background.gif);
}

#graphic-samples a img {
  display: inline;
  border: 2px solid #fff;
}

div#bigimage img {
  border: 10px solid #fff;
  margin-bottom: 24px;
}

#flashHolder {
  border: 10px solid #fff;
}

/* Specifically for the contact page */

#contact-form {
  float: left;
  width: 350px;
  margin-bottom: 30px;
  padding: 10px;
}

label {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  }

input.button {
  margin: 5px 0;
  padding: 10px 10px;
  }



/*
===== 6. images =====
*/

img {
  display: block;
  border: none;
}