/*
   screen.css
   budgetplumbing

   Copyright 2009 Webfirm. All rights reserved.
*/
@import url('reset.css');

body {
  background: #f8f8f8 url('../images/core/body.png') 0 0 repeat-x;
  font: 11px/18px Verdana, Tahoma, Arial, sans-serif;
}

#wrap {
  width: 100%;
  padding: 0 0 20px 0;
  background:url('/images/core/wrap.jpg') top center repeat-y;
  position: relative;
}

#container {
  width: 906px;
  margin: 0 auto;
}

#secondary {
  width: 224px;
  float: left;
  display: inline;
  text-align: center;
}

#primary {
  width: 660px;
  float: right;
  display: inline;
}


/*  =header
**************************************/
#header {
  width: 100%;
  height: 160px;
  background: url('/images/core/header-background.png') top center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#header img#header_background {display: none;}

#header #header-content {
  width: 940px;
  height: auto;
  margin: 0 auto;
}

#header #header-content img {margin: 8px 0 0 14px;}


/*  =banner
**************************************/
#banner {
  width: 660px;
  height: 306px;
  float: right;
  display: inline;
  margin: 71px 0 0;
  background: #f6f6f6;
  padding: 10px;
}


/*  =nav
**************************************/
#navigation {
  background: #fff url('../images/nav/nav-background_bottom.jpg') bottom center no-repeat;
  width: 224px;
  padding: 0 0 18px 0;
  margin: 136px 0 20px 0;
  font: 15px/35px "Book Antiqua", "Times New Roman", Times, serif;
}

#navigation ul {background: #fff; display: block; float: left; width: 224px; }
#navigation ul li { display: block; float: left; width: 224px; }

#navigation ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: url('../images/nav/nav-link_background.png') bottom center no-repeat;
  display: block;
  height: 35px;
}

#navigation ul li a:hover, #navigation ul li a.active {color: #e6212d;}

  /* subnav */
  #navigation ul#subnav {
    background: none;
    display: block;
    width: 224px;
    margin: 0 auto;
		padding-left: 22px;
  }

  #navigation ul#subnav li {
		height: 24px;
		width: 180px;
		display: block;
		float: left;
  }

  #navigation ul#subnav li a {
    background: url('../images/nav/nav-subnav_background.png') 0 -24px no-repeat;
    height: 24px;
    font: 12px/24px Verdana, Tahoma, Arial, sans-serif;
    color: #fff;
  }

  #navigation ul#subnav li a:hover, #navigation ul#subnav li a.selected{
    font-weight: bold;
    background-position: 0 0 !important;
  }


/*  =contactinfo
**************************************/
#contactinfo {
  width: 208px;
  background: #fff;
  margin: 30px 0 0 0;
}

#contactinfo h2 {
  display: block;
  width: 208px;
  height: 46px;
  background: url('../images/core/secondary-contactinfo_h2.png') no-repeat;
  text-indent: -999em;
}

#contactinfo p {
  margin: 0 0 15px;
}

#contactinfo span.phone {color: #0c40a9;}


/*  =primary
**************************************/
#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5 {
  font: 20px/18px "Book Antiqua", "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  color: #093873;
  margin: 20px 0 0;
}

#primary h2,
#primary h3,
#primary h4,
#primary h5 {font-size: 16px; font-weight: normal; color: #455573;}
#primary h3 {font-family: Verdana, Tahoma, Arial, sans-serif; font-style: normal;}

#primary em {
  color: #da1b27;
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}

#primary p {
  margin: 20px 0;
}

#primary a {color: #d81925;}
#primary a:hover {text-decoration: none;}

#primary ol {list-style: decimal; margin: 0 0 0 20px;}
#primary ul {list-style: square; margin: 5px 0 5px 20px;}

#primary .left {float: left; display: inline; margin: 10px 10px 10px 0;}
#primary .right {float: right; display: inline; margin: 10px 0 10px 10px;}

#primary abbr {border-bottom: 1px dotted #b4b4b4;}

#primary hr {
  display: block;
  clear: both;
  height: 0;
  border: none;
  border-bottom: 1px solid #b4b4b4;
  margin: 10px 0;
}

#primary table {
  width: 100%;
  clear: both;
  margin: 0 0 20px 0;
}

#primary table caption {
 font-size: 1.3em;
 font-weight: bold;
 color: #fff;
 border-bottom: 2px solid #fff;
}

#primary table tr {border-bottom: 1px solid #353535;}
#primary table th {text-align: left;padding: 3px;}
#primary table td {padding: 3px;}


/*  =affiliates
**************************************/
#affiliates {
  width: 940px;
  height: 164px;
  clear: both;
  display: block;
  padding: 6px 0 8px 0;
  margin: 0 0 0 17px;
  background: #E6E6E6 url(/images/core/affiliates-bg.gif) no-repeat;
}

#affiliates ul { margin: 0 0 0 20px;}

#affiliates li {
  float: left;
  display: inline;
  height: 80px;
  overflow: hidden;
  margin: 0 6px 6px 0;
}


/*  =footer
**************************************/
#footer {
  width: 908px;
  height: 21px;
  clear: both;
  display: block;
  color: #fbb571;
  padding: 15px 20px;
  margin: 0 auto;
  background: url(/images/core/footer-bg.jpg) no-repeat;
}

#footer p {float: left; display: inline;}
#footer img {float: right; display: inline;}

#footer span.copyright {
  color: #FFF;
  margin-right: 20px;
}

#footer a {color: #fbb571; text-decoration: none;}
#footer a:hover {text-decoration: underline;}



/*  =products
**************************************/
div#breadcrumbs {
  border-top: 1px dashed #ededed;
  border-bottom: 1px dashed #ededed;
  line-height: 30px;
  color: #898989;
}

div#breadcrumbs a {text-decoration: none; font-weight: bold;}

ul#products {margin: 10px 0;}

ul#products li {
  float: left;
  display: inline;
  width: 190px;
  border: 10px solid #f9f9f9;
  text-align: center;
  background: #f9f9f9;
  margin: 0 5px;
	height: 160px;
}
ul#products li img {border: 1px solid #D8D8D8;}
ul#products li a.thumb {background: #fff; width: 192px; height: 122px; overflow: hidden;}
ul#products li a.thumb img {vertical-align: middle;}

ul#products li a {font-weight: bold; display: block;}

body#p-products ul#products li {
  float: none;
  display: block;
  clear: both;
  width: 600px;
  height: 100px;
  text-align: left;
  margin: 0 0 10px 0;
}

body#p-products ul#products li a.thumb {
  float: left;
  display: inline;
  width: 100px;
  height: 102px;
  margin: 0 10px 10px 0 ;
}

body#p-products ul#products li p {margin: 5px 0;}


div#gallery {
  width: 212px;
  text-align: center;
  float: right;
  display: inline;
  margin: 0 10px 10px 0;
}

div#gallery img {border: 2px solid #D8D8D8;}

div#gallery a.large {clear: both;}
div#gallery a.small {
  float: left;
  display: inline;
  margin: 0 1px;
}

div#buttons a#enquiry {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #d81925;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #670B10;
}

div#buttons a#enquiry:hover {
  background: #990C09;
}



/* Amends 27/04/09 */
#map-belmont { float: left; padding: 30px; width: 260px; }
#map-bibra { float: right; padding: 30px; width: 260px; }
#primary ul.links { list-style-type: none; }
#primary ul.links li { float: left; width: 120px; height: 80px; margin: 10px; display: block; text-align: center; }
#p-links #primary h2 { font-weight: bold; font-size: 18px; }
