/*
Design by Scriptus Web Design
c 2009 www.shelterbeltservices.co.nz
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000; /*was #66665E; */
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;  /* was #4B8749; */
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { text-transform: none;}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #890000; }

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

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

/* Header */

#header {
	width: 1000px;
	height: 64px;
	margin: 0 auto;
	background: url(images/img02.png) no-repeat left top;
}

/* Logo */

#logo {
	width: 960px;
	height: 135px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 54px;
	font-size: 24px;
	text-transform: none;
}

#logo p {
	text-transform: uppercase;
	font-size: 10px;
}

/* Menu */

#menu {
	float: left;
	width: 780px;
	height: 64px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 28px 22px 15px 22px;
	background: url(images/img07.png) no-repeat right 32px ;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page {
	height: 20px;
	text-decoration: none;
	cursor: default;
	color: #C0C0C0; /* was #4CFF00; */
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(images/img04.png) repeat-y left top;
}

#page-bgtop {
	padding-top: 30px;
	background: url(images/img03.png) no-repeat left top;
}

/* Content */

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

/* Post */

.post {
	margin-bottom: 0;
}

.post .title {
	height: 30px;
	color: #42423E;
	margin-top: 24px;
}

.post .title a {
	text-decoration: none;
	color: #42423E;
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #040F61;
	border-top: 1px #BDBDBB dotted;
}

.micropost  {
  font-style: italic;
  line-height: 16px;
  width: 210px;
  text-align: right;
  background: url(images/micropost.gif) no-repeat top left;
}

.microprint {
  float: right;
  line-height: 16px;
	width: 90px;
  text-align: right;
	background: url(images/microprint.gif) no-repeat top left;
}

.microprint a {
  color: #040F61;
  font-style: italic;
}

.post .entry {
	padding: 15px 0 15px 0 ;
}

/* Images  */

#titlepic {
  width: 640px;
	height: 376px;
	margin: 40px auto;
	padding: 0;
	background: url(images/homepagepic.jpg) no-repeat left top;
}

#service1pic {
  width: 940px;
	height: 624px;
	margin: 35px auto;
	padding: 0;
	background: url(images/services1.jpg) no-repeat right top;
}

#service1pic ul {
  font-size: 18px;
  color: #534269;  /*was #4B8749; */
  line-height: 45px;
}

#service1pic h2 {
  margin-top: 30px;
  margin-bottom: 0px;
}

#service2pic {
  width: 940px;
	height: 664px;
	margin: 35px auto;
	padding: 0;
	background: url(images/services2.jpg) no-repeat left top;
}

#service2pic ul {
  font-size: 18px;
  color: #534269;  /*was #4B8749; */
  line-height: 45px;
  margin-left: 425px;
}

#service2pic h2 {
  margin: 70px 0 0 500px;
}

#contactpic {
  width: 443px;
	height: 376px;
	margin: 0 auto;
	padding: 0;
	background: url(images/Jigsaw.jpg) no-repeat left top;
}

.validWC3 {
    float: right;
    width: 88px;
    height: 31px;
    background: url(images/valid2.gif) no-repeat ;
    margin: -40px 0 0 125px;
}
    

/* Footer */

#footer {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img05.png) no-repeat left bottom;
}

#footer p {
	margin: 0;
	padding: 26px 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 9px;
	color: #040F61;
}

#footer a {
  text-transform: lowercase;
	color: #071A96;
}

