/*
Theme Name: WordPress Default
Description: Default Dogtastic Theme
Version: 1.0
Author: Hodgsons Internet Ltd - Stu Hodgson
Author URI: http://www.hodgsonsinternet.com
*/

* {
  margin: 0; padding: 0;
}

body {
  color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.75em;
  background: #ffffff;
}

h2 {
  font: Verdana, Arial, Helvetica, sans-serif italic;
  font-size: 1.8em;
}
h2.headtext {
  position: relative;
  top: 150px;
  color: #ffffff;
}

h3 {
  color: #e66017;
  font-size: 1.5em;
  font-style: italic;
}

h4 {
  color: #fc951c;
  font-size: 1.3em;
}

p {
  margin: 10px 0;
  line-height: 1.75em;
}

.image_text{
  vertical-align: text-top;
}

.italic {
  font-style: italic;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
  display: inline-block;
}

#centre {
  margin: 0 auto; padding: 0px;
  width: 950px;
}

#wrapper {
  padding: 0;
  width: 926px;
}

/* Header ------------------------------------- */
#header {

  background: url(images/header.gif);
  border-bottom: solid 15px #ffffff;
  position: relative;
  height: 250px;
}

#headprimary {
display: inline;
  width: 400px;
  height: 190px;
  float: left;
  font: Verdana;
  font-style:italic;
  vertical-align: bottom;
}


#headsecondary {
  width: 526px;
 height: 190px;
  float: right;
}

#logo {
  display: block;
  height: 190px;
  text-indent: -9999px;
  background: url(images/logo.gif) no-repeat bottom right;
}

/* Nav -------------------------------------*/

#nav {
  margin-top: 15px;
  background: #FC951C;
  width: 100%;
}

#nav li {
  list-style-type: none;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold;
  margin-left: 10px;
  padding-top: 12px;
  color: #ffffff;
}

#nav li.norm {
  list-style-type: none;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; font-weight: bold;
  padding: 15px;
  color: #ffffff;
}

#nav li a {
  text-decoration: none;
  color: #FFEC85;
  background: url(images/paw-yellow.gif) no-repeat left;
  padding-left: 25px;
}

#nav li a:hover {
  color: #ffffff;
  background: url(images/paw-white.gif) no-repeat left;
}

#nav li.current_page_item a {
  color: #ffffff;
  background: url(images/paw-white.gif) no-repeat left;
}

/* Content -----------------------------------------*/

#content {
	margin: 0 0 20px 0;
	background: #ffffff;
}

.primary-content {
  width: 180px;
  float: left;
}

.secondary-content {
  width: 550px;
  float: left;
  padding: 20px 40px;
}

.services-secondary-content {
  width: 490px;
  float: left;
  padding: 30px 30px 0 30px;
}

.tertiary-content {
  width: 150px;
  float: right;
}
#topfooter{
  margin: 10px;
}

#footer{
  padding: 5px;
  color:#333333;
  font-size: 0.950em;
  text-align: center;
  background: #e66017;
}
#news {
  width: 926px;
}
td {
  padding-bottom:10px;
}